+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri Jun 12 08:04:35 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-769565568c-xmfx4 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 0x7f53b7863668 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-12 08:04:39.028 8 INFO neutron.common.config [-] Logging enabled! 2026-06-12 08:04:39.028 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-12 08:04:39.208 7 INFO neutron.common.config [-] Logging enabled! 2026-06-12 08:04:39.209 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-12 08:04:40.065 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-12 08:04:40.232 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-12 08:04:41.572 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 08:04:41.574 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-12 08:04:41.578 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-12 08:04:41.579 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 08:04:41.579 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-12 08:04:41.579 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-12 08:04:41.579 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 08:04:41.587 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 08:04:41.587 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 08:04:41.587 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 08:04:41.609 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-12 08:04:41.610 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 08:04:41.610 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-12 08:04:41.640 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-12 08:04:41.641 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-12 08:04:41.641 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-12 08:04:41.641 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-12 08:04:41.762 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 08:04:41.765 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-12 08:04:41.768 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-12 08:04:41.769 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 08:04:41.770 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-12 08:04:41.770 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-12 08:04:41.770 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 08:04:41.779 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 08:04:41.780 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 08:04:41.780 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 08:04:41.802 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-12 08:04:41.803 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 08:04:41.804 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-12 08:04:41.833 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-12 08:04:41.833 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-12 08:04:41.833 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-12 08:04:41.834 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-12 08:04:41.921 8 INFO neutron.plugins.ml2.managers [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] Initializing driver for type 'vlan' 2026-06-12 08:04:42.107 7 INFO neutron.plugins.ml2.managers [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] Initializing driver for type 'vlan' 2026-06-12 08:04:42.183 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] VlanTypeDriver initialization complete 2026-06-12 08:04:42.183 8 INFO neutron.plugins.ml2.managers [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] Initializing driver for type 'vxlan' 2026-06-12 08:04:42.183 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-12 08:04:42.197 8 INFO neutron.plugins.ml2.managers [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-12 08:04:42.198 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-12 08:04:42.198 8 INFO neutron.plugins.ml2.managers [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] Initializing extension driver 'port_security' 2026-06-12 08:04:42.198 8 INFO neutron.plugins.ml2.extensions.port_security [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-12 08:04:42.198 8 INFO neutron.plugins.ml2.managers [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] Initializing extension driver 'qos' 2026-06-12 08:04:42.198 8 INFO neutron.plugins.ml2.managers [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-12 08:04:42.198 8 INFO neutron.plugins.ml2.managers [None req-133b440c-94ef-4c45-a64e-50729f3e21e3 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-12 08:04:42.213 8 INFO neutron.quota [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded quota_driver: . 2026-06-12 08:04:42.213 8 INFO neutron.plugins.ml2.plugin [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Modular L2 Plugin initialization complete 2026-06-12 08:04:42.213 8 INFO neutron.plugins.ml2.managers [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-12 08:04:42.213 8 INFO neutron.plugins.ml2.managers [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-12 08:04:42.213 8 INFO neutron.plugins.ml2.managers [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-12 08:04:42.214 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: qos 2026-06-12 08:04:42.226 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: router 2026-06-12 08:04:42.271 8 INFO neutron.services.service_base [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-12 08:04:42.272 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: segments 2026-06-12 08:04:42.370 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: trunk 2026-06-12 08:04:42.377 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] VlanTypeDriver initialization complete 2026-06-12 08:04:42.377 7 INFO neutron.plugins.ml2.managers [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] Initializing driver for type 'vxlan' 2026-06-12 08:04:42.378 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-12 08:04:42.383 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: vpnaas 2026-06-12 08:04:42.390 7 INFO neutron.plugins.ml2.managers [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-12 08:04:42.390 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-12 08:04:42.390 7 INFO neutron.plugins.ml2.managers [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] Initializing extension driver 'port_security' 2026-06-12 08:04:42.390 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-12 08:04:42.390 7 INFO neutron.plugins.ml2.managers [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] Initializing extension driver 'qos' 2026-06-12 08:04:42.391 7 INFO neutron.plugins.ml2.managers [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-12 08:04:42.391 7 INFO neutron.plugins.ml2.managers [None req-c12b6754-62c0-48b4-a525-565bb9c758d4 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-12 08:04:42.406 7 INFO neutron.quota [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded quota_driver: . 2026-06-12 08:04:42.406 7 INFO neutron.plugins.ml2.plugin [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Modular L2 Plugin initialization complete 2026-06-12 08:04:42.406 7 INFO neutron.plugins.ml2.managers [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-12 08:04:42.407 7 INFO neutron.plugins.ml2.managers [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-12 08:04:42.407 7 INFO neutron.plugins.ml2.managers [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Got port-security extension from driver 'port_security' 2026-06-12 08:04:42.407 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: qos 2026-06-12 08:04:42.420 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: router 2026-06-12 08:04:42.422 8 WARNING stevedore.named [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 08:04:42.471 7 INFO neutron.services.service_base [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-12 08:04:42.472 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: segments 2026-06-12 08:04:42.495 8 INFO neutron_vpnaas.services.vpn.plugin [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-12 08:04:42.496 8 INFO neutron.common.utils [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-12 08:04:42.496 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: taas 2026-06-12 08:04:42.526 8 WARNING stevedore.named [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 08:04:42.526 8 WARNING stevedore.named [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 08:04:42.549 8 INFO neutron_taas.services.taas.taas_plugin [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-12 08:04:42.550 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: tapmirror 2026-06-12 08:04:42.562 8 WARNING stevedore.named [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 08:04:42.562 8 WARNING stevedore.named [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 08:04:42.572 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: trunk 2026-06-12 08:04:42.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-12 08:04:42.578 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: auto_allocate 2026-06-12 08:04:42.586 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: vpnaas 2026-06-12 08:04:42.587 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: tag 2026-06-12 08:04:42.595 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: timestamp 2026-06-12 08:04:42.598 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: network_ip_availability 2026-06-12 08:04:42.601 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: flavors 2026-06-12 08:04:42.605 8 INFO neutron.manager [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loading Plugin: revisions 2026-06-12 08:04:42.609 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Initializing extension manager. 2026-06-12 08:04:42.610 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: address-group 2026-06-12 08:04:42.611 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: address-scope 2026-06-12 08:04:42.611 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-12 08:04:42.612 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: agent 2026-06-12 08:04:42.613 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: agent-resources-synced 2026-06-12 08:04:42.614 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-12 08:04:42.615 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-12 08:04:42.615 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: availability_zone 2026-06-12 08:04:42.616 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: availability_zone_filter 2026-06-12 08:04:42.616 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-12 08:04:42.617 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: default-subnetpools 2026-06-12 08:04:42.618 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-12 08:04:42.619 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: dns-integration 2026-06-12 08:04:42.619 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: dns-domain-ports 2026-06-12 08:04:42.620 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-12 08:04:42.620 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: dvr 2026-06-12 08:04:42.621 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-12 08:04:42.621 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: empty-string-filtering 2026-06-12 08:04:42.622 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 08:04:42.623 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-12 08:04:42.623 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: external-net 2026-06-12 08:04:42.624 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-12 08:04:42.624 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: extraroute 2026-06-12 08:04:42.625 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: extraroute-atomic 2026-06-12 08:04:42.625 7 WARNING stevedore.named [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 08:04:42.625 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-12 08:04:42.626 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-12 08:04:42.626 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-12 08:04:42.627 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-12 08:04:42.627 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: fip-port-details 2026-06-12 08:04:42.628 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: flavors 2026-06-12 08:04:42.629 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-12 08:04:42.630 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: floatingip-pools 2026-06-12 08:04:42.630 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: ip_allocation 2026-06-12 08:04:42.631 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-12 08:04:42.632 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: l2_adjacency 2026-06-12 08:04:42.633 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: router 2026-06-12 08:04:42.635 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 08:04:42.636 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-12 08:04:42.636 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-12 08:04:42.637 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: ext-gw-mode 2026-06-12 08:04:42.637 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: l3-ha 2026-06-12 08:04:42.638 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-12 08:04:42.638 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-12 08:04:42.639 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: l3-flavors 2026-06-12 08:04:42.640 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-12 08:04:42.640 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-12 08:04:42.642 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-12 08:04:42.643 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-12 08:04:42.644 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-12 08:04:42.645 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-12 08:04:42.646 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-12 08:04:42.647 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: multi-provider 2026-06-12 08:04:42.647 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: net-mtu 2026-06-12 08:04:42.647 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: net-mtu-writable 2026-06-12 08:04:42.648 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: network_availability_zone 2026-06-12 08:04:42.649 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: network_ha 2026-06-12 08:04:42.649 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: network-ip-availability 2026-06-12 08:04:42.650 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-12 08:04:42.651 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: pagination 2026-06-12 08:04:42.651 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-device-profile 2026-06-12 08:04:42.652 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-12 08:04:42.652 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-12 08:04:42.653 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-12 08:04:42.653 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-mac-override 2026-06-12 08:04:42.654 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-12 08:04:42.654 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-12 08:04:42.655 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-12 08:04:42.656 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-resource-request 2026-06-12 08:04:42.656 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-12 08:04:42.657 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-12 08:04:42.657 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: binding 2026-06-12 08:04:42.658 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: binding-extended 2026-06-12 08:04:42.658 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-security 2026-06-12 08:04:42.659 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: project-id 2026-06-12 08:04:42.659 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: provider 2026-06-12 08:04:42.660 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-12 08:04:42.662 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos 2026-06-12 08:04:42.663 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-12 08:04:42.663 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-12 08:04:42.664 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-default 2026-06-12 08:04:42.664 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-fip 2026-06-12 08:04:42.665 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-12 08:04:42.665 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-12 08:04:42.666 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-12 08:04:42.667 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-12 08:04:42.667 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-12 08:04:42.668 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-pps 2026-06-12 08:04:42.668 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-12 08:04:42.669 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-12 08:04:42.670 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: qos-rules-alias 2026-06-12 08:04:42.670 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: quota-check-limit 2026-06-12 08:04:42.671 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-12 08:04:42.673 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: quotas 2026-06-12 08:04:42.674 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: quota_details 2026-06-12 08:04:42.675 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: rbac-policies 2026-06-12 08:04:42.676 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: rbac-address-group 2026-06-12 08:04:42.676 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: rbac-address-scope 2026-06-12 08:04:42.677 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: rbac-security-groups 2026-06-12 08:04:42.677 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-12 08:04:42.678 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: revision-if-match 2026-06-12 08:04:42.679 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-12 08:04:42.679 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: router_availability_zone 2026-06-12 08:04:42.680 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-12 08:04:42.681 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-12 08:04:42.682 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-12 08:04:42.682 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-12 08:04:42.683 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-12 08:04:42.683 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-12 08:04:42.684 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-12 08:04:42.689 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: security-group 2026-06-12 08:04:42.690 7 INFO neutron_vpnaas.services.vpn.plugin [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-12 08:04:42.690 7 INFO neutron.common.utils [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-12 08:04:42.690 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: segment 2026-06-12 08:04:42.691 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: taas 2026-06-12 08:04:42.691 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-12 08:04:42.692 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: service-type 2026-06-12 08:04:42.692 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: sorting 2026-06-12 08:04:42.693 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: standard-attr-segment 2026-06-12 08:04:42.693 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: standard-attr-description 2026-06-12 08:04:42.694 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: stateful-security-group 2026-06-12 08:04:42.694 8 WARNING neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-12 08:04:42.695 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-12 08:04:42.695 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: subnet-external-network 2026-06-12 08:04:42.696 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: subnet_onboard 2026-06-12 08:04:42.696 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-12 08:04:42.697 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: subnet-service-types 2026-06-12 08:04:42.697 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: subnet_allocation 2026-06-12 08:04:42.698 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-12 08:04:42.699 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: tag-creation 2026-06-12 08:04:42.700 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-12 08:04:42.704 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: standard-attr-tag 2026-06-12 08:04:42.704 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-12 08:04:42.705 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: trunk 2026-06-12 08:04:42.706 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: trunk-details 2026-06-12 08:04:42.706 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-12 08:04:42.706 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-12 08:04:42.707 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-12 08:04:42.708 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-12 08:04:42.709 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-12 08:04:42.710 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-12 08:04:42.711 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: vpn-flavors 2026-06-12 08:04:42.713 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: vpnaas 2026-06-12 08:04:42.714 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: taas 2026-06-12 08:04:42.715 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: tap-mirror 2026-06-12 08:04:42.715 7 WARNING stevedore.named [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 08:04:42.715 7 WARNING stevedore.named [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 08:04:42.715 8 INFO neutron.api.extensions [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-12 08:04:42.718 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-12 08:04:42.718 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-12 08:04:42.718 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.718 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-12 08:04:42.721 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 08:04:42.722 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 08:04:42.726 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 08:04:42.727 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 08:04:42.727 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 08:04:42.728 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.728 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.729 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.729 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.730 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 08:04:42.730 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.731 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.731 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 08:04:42.731 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 08:04:42.732 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 08:04:42.732 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.732 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] ipsecpolicy is already registered 2026-06-12 08:04:42.733 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.733 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] ikepolicy is already registered 2026-06-12 08:04:42.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-12 08:04:42.735 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: tapmirror 2026-06-12 08:04:42.737 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 08:04:42.737 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] router is already registered 2026-06-12 08:04:42.738 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 08:04:42.738 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] floatingip is already registered 2026-06-12 08:04:42.741 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 08:04:42.742 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] rbac_policy is already registered 2026-06-12 08:04:42.742 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 08:04:42.742 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] security_group is already registered 2026-06-12 08:04:42.743 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 08:04:42.743 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] security_group_rule is already registered 2026-06-12 08:04:42.743 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.744 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.744 7 WARNING stevedore.named [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 08:04:42.744 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.744 7 WARNING stevedore.named [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 08:04:42.744 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.745 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 08:04:42.745 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] trunk is already registered 2026-06-12 08:04:42.745 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.745 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] ikepolicy is already registered 2026-06-12 08:04:42.746 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.746 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] ipsecpolicy is already registered 2026-06-12 08:04:42.746 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 08:04:42.746 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] endpoint_group is already registered 2026-06-12 08:04:42.747 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 08:04:42.747 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] vpnservice is already registered 2026-06-12 08:04:42.747 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 08:04:42.747 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] ipsec_site_connection is already registered 2026-06-12 08:04:42.748 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.748 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] ipsecpolicy is already registered 2026-06-12 08:04:42.748 8 INFO neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.748 8 WARNING neutron.quota.resource_registry [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] ikepolicy is already registered 2026-06-12 08:04:42.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-12 08:04:42.759 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: auto_allocate 2026-06-12 08:04:42.766 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: tag 2026-06-12 08:04:42.774 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: timestamp 2026-06-12 08:04:42.777 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: network_ip_availability 2026-06-12 08:04:42.780 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: flavors 2026-06-12 08:04:42.784 7 INFO neutron.manager [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loading Plugin: revisions 2026-06-12 08:04:42.787 8 WARNING keystonemiddleware._common.config [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-12 08:04:42.788 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Initializing extension manager. 2026-06-12 08:04:42.789 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: address-group 2026-06-12 08:04:42.790 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: address-scope 2026-06-12 08:04:42.791 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-12 08:04:42.792 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: agent 2026-06-12 08:04:42.792 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: agent-resources-synced 2026-06-12 08:04:42.793 8 WARNING oslo_config.cfg [None req-74f20b09-8f5f-4fe8-86df-308f6a3dc985 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-12 08:04:42.793 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: allowed-address-pairs 2026-06-12 08:04:42.794 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: auto-allocated-topology 2026-06-12 08:04:42.795 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: availability_zone 2026-06-12 08:04:42.795 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: availability_zone_filter WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f53b7863668 pid: 8 (default app) 2026-06-12 08:04:42.796 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-12 08:04:42.796 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: default-subnetpools 2026-06-12 08:04:42.798 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-12 08:04:42.798 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: dns-integration 2026-06-12 08:04:42.799 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: dns-domain-ports 2026-06-12 08:04:42.799 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-12 08:04:42.800 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: dvr 2026-06-12 08:04:42.800 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-12 08:04:42.801 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: empty-string-filtering 2026-06-12 08:04:42.801 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 08:04:42.802 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-12 08:04:42.802 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: external-net 2026-06-12 08:04:42.803 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-12 08:04:42.803 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: extraroute 2026-06-12 08:04:42.804 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: extraroute-atomic 2026-06-12 08:04:42.805 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-12 08:04:42.805 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-12 08:04:42.805 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-12 08:04:42.806 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-12 08:04:42.807 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: fip-port-details 2026-06-12 08:04:42.808 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: flavors 2026-06-12 08:04:42.809 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-12 08:04:42.809 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: floatingip-pools 2026-06-12 08:04:42.810 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: ip_allocation 2026-06-12 08:04:42.810 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: ip-substring-filtering 2026-06-12 08:04:42.811 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: l2_adjacency 2026-06-12 08:04:42.812 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: router 2026-06-12 08:04:42.814 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 08:04:42.814 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-12 08:04:42.815 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-12 08:04:42.815 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: ext-gw-mode 2026-06-12 08:04:42.816 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: l3-ha 2026-06-12 08:04:42.816 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-12 08:04:42.817 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-12 08:04:42.818 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: l3-flavors 2026-06-12 08:04:42.819 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-12 08:04:42.819 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-12 08:04:42.822 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-12 08:04:42.823 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-12 08:04:42.824 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-12 08:04:42.825 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-12 08:04:42.825 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-12 08:04:42.826 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: multi-provider 2026-06-12 08:04:42.827 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: net-mtu 2026-06-12 08:04:42.827 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: net-mtu-writable 2026-06-12 08:04:42.828 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: network_availability_zone 2026-06-12 08:04:42.828 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: network_ha 2026-06-12 08:04:42.829 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: network-ip-availability 2026-06-12 08:04:42.830 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-12 08:04:42.831 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: pagination 2026-06-12 08:04:42.831 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-device-profile 2026-06-12 08:04:42.832 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-12 08:04:42.832 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-12 08:04:42.833 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-12 08:04:42.833 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-mac-override 2026-06-12 08:04:42.834 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-12 08:04:42.834 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-12 08:04:42.834 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-12 08:04:42.835 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-resource-request 2026-06-12 08:04:42.835 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-resource-request-groups 2026-06-12 08:04:42.836 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-12 08:04:42.836 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: binding 2026-06-12 08:04:42.837 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: binding-extended 2026-06-12 08:04:42.838 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-security 2026-06-12 08:04:42.838 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: project-id 2026-06-12 08:04:42.839 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: provider 2026-06-12 08:04:42.839 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-12 08:04:42.842 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos 2026-06-12 08:04:42.843 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-12 08:04:42.843 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-12 08:04:42.844 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-default 2026-06-12 08:04:42.844 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-fip 2026-06-12 08:04:42.845 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-12 08:04:42.845 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-gateway-ip 2026-06-12 08:04:42.846 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-port-network-policy 2026-06-12 08:04:42.846 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-pps-minimum 2026-06-12 08:04:42.847 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-12 08:04:42.848 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-pps 2026-06-12 08:04:42.848 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-rule-type-details 2026-06-12 08:04:42.849 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-12 08:04:42.849 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: qos-rules-alias 2026-06-12 08:04:42.850 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: quota-check-limit 2026-06-12 08:04:42.850 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: quota-check-limit-default 2026-06-12 08:04:42.853 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: quotas 2026-06-12 08:04:42.854 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: quota_details 2026-06-12 08:04:42.855 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: rbac-policies 2026-06-12 08:04:42.856 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: rbac-address-group 2026-06-12 08:04:42.856 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: rbac-address-scope 2026-06-12 08:04:42.857 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: rbac-security-groups 2026-06-12 08:04:42.857 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: rbac-subnetpool 2026-06-12 08:04:42.858 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: revision-if-match 2026-06-12 08:04:42.858 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: standard-attr-revisions 2026-06-12 08:04:42.859 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: router_availability_zone 2026-06-12 08:04:42.859 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-12 08:04:42.861 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: security-groups-default-rules 2026-06-12 08:04:42.862 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-12 08:04:42.862 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-12 08:04:42.863 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-12 08:04:42.863 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-12 08:04:42.864 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-12 08:04:42.869 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: security-group 2026-06-12 08:04:42.870 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: segment 2026-06-12 08:04:42.871 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-12 08:04:42.871 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: service-type 2026-06-12 08:04:42.872 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: sorting 2026-06-12 08:04:42.872 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: standard-attr-segment 2026-06-12 08:04:42.873 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: standard-attr-description 2026-06-12 08:04:42.874 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: stateful-security-group 2026-06-12 08:04:42.874 7 WARNING neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-12 08:04:42.875 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-12 08:04:42.875 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: subnet-external-network 2026-06-12 08:04:42.876 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: subnet_onboard 2026-06-12 08:04:42.876 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-12 08:04:42.877 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: subnet-service-types 2026-06-12 08:04:42.877 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: subnet_allocation 2026-06-12 08:04:42.880 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-12 08:04:42.880 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: tag-creation 2026-06-12 08:04:42.881 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-12 08:04:42.885 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: standard-attr-tag 2026-06-12 08:04:42.886 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-12 08:04:42.887 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: trunk 2026-06-12 08:04:42.887 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: trunk-details 2026-06-12 08:04:42.888 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-12 08:04:42.888 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-12 08:04:42.889 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-12 08:04:42.889 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-12 08:04:42.891 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-12 08:04:42.892 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-12 08:04:42.893 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: vpn-flavors 2026-06-12 08:04:42.894 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: vpnaas 2026-06-12 08:04:42.896 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: taas 2026-06-12 08:04:42.897 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: tap-mirror 2026-06-12 08:04:42.897 7 INFO neutron.api.extensions [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Loaded extension: taas-vlan-filter 2026-06-12 08:04:42.900 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-12 08:04:42.900 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-12 08:04:42.900 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.900 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-12 08:04:42.903 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 08:04:42.904 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 08:04:42.908 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 08:04:42.909 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 08:04:42.910 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 08:04:42.910 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.911 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.911 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.911 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.912 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 08:04:42.912 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.912 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.913 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 08:04:42.913 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 08:04:42.914 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 08:04:42.914 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.914 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] ipsecpolicy is already registered 2026-06-12 08:04:42.915 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.915 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] ikepolicy is already registered 2026-06-12 08:04:42.919 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 08:04:42.919 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] router is already registered 2026-06-12 08:04:42.920 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 08:04:42.920 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] floatingip is already registered 2026-06-12 08:04:42.924 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 08:04:42.924 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] rbac_policy is already registered 2026-06-12 08:04:42.924 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 08:04:42.924 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] security_group is already registered 2026-06-12 08:04:42.925 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 08:04:42.925 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] security_group_rule is already registered 2026-06-12 08:04:42.926 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.926 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.926 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 08:04:42.926 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] subnetpool is already registered 2026-06-12 08:04:42.927 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 08:04:42.927 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] trunk is already registered 2026-06-12 08:04:42.927 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.928 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] ikepolicy is already registered 2026-06-12 08:04:42.928 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.928 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] ipsecpolicy is already registered 2026-06-12 08:04:42.928 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 08:04:42.929 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] endpoint_group is already registered 2026-06-12 08:04:42.929 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 08:04:42.929 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] vpnservice is already registered 2026-06-12 08:04:42.929 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 08:04:42.930 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] ipsec_site_connection is already registered 2026-06-12 08:04:42.930 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 08:04:42.930 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] ipsecpolicy is already registered 2026-06-12 08:04:42.930 7 INFO neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 08:04:42.930 7 WARNING neutron.quota.resource_registry [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] ikepolicy is already registered 2026-06-12 08:04:42.969 7 WARNING keystonemiddleware._common.config [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-12 08:04:42.975 7 WARNING oslo_config.cfg [None req-afc6b7ca-3cbc-48c1-82cc-5837b2c9b6fe - - - - - -] 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 7 seconds on interpreter 0x7f53b7863668 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-12 08:04:47.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ccf934e3-6798-4be1-9ec3-7c96af69ea33 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/networks/public => generated 108 bytes in 817 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:04:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:48.190 8 WARNING neutron.services.revisions.revision_plugin [None req-f463faca-1cdb-455a-a1be-e630e9d9bb7e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Could not find related network for resource to bump revision. 2026-06-12 08:04:48.211 8 INFO neutron.db.segments_db [None req-f463faca-1cdb-455a-a1be-e630e9d9bb7e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment df68c64e-75e4-490d-abf8-a9ecc01cb6ce of type flat for network 94e00ee3-cb01-4c91-b92b-50e1ad547eec 2026-06-12 08:04:48.268 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f463faca-1cdb-455a-a1be-e630e9d9bb7e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.109 () {48 vars in 968 bytes} [Fri Jun 12 08:04:47 2026] POST /v2.0/networks => generated 124 bytes in 466 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:54.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4df52ff0-5352-42f2-abe1-0e914cd05de8 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:04:54 2026] GET /v2.0/networks/public => generated 108 bytes in 391 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:04:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:54.737 7 WARNING neutron.services.revisions.revision_plugin [None req-195aa182-2181-4a99-977a-6aef151c8c1e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Could not find related network for resource to bump revision. 2026-06-12 08:04:54.763 7 INFO neutron.db.segments_db [None req-195aa182-2181-4a99-977a-6aef151c8c1e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment eafa274a-c184-43bb-9977-f593c064e07d of type flat for network f9d838c6-b300-4e73-abd7-720eded388d2 2026-06-12 08:04:54.812 7 INFO neutron.pecan_wsgi.hooks.translation [None req-195aa182-2181-4a99-977a-6aef151c8c1e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.204.45.109 () {48 vars in 968 bytes} [Fri Jun 12 08:04:54 2026] POST /v2.0/networks => generated 124 bytes in 307 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:05:00.662 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3ea92c2-205e-4fe6-bc63-ab6c02a58e91 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:05:00 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/11] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:05:00 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-12 08:05:00.734 8 WARNING neutron.services.revisions.revision_plugin [None req-e1d85c33-3f1b-47a9-ba4d-bf4ff9dca682 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Could not find related network for resource to bump revision. 2026-06-12 08:05:00.748 8 INFO neutron.db.segments_db [None req-e1d85c33-3f1b-47a9-ba4d-bf4ff9dca682 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 9d735979-b185-4007-87ad-e579415efee4 of type flat for network 183258e8-d348-46de-bec5-b47e95798cfc 2026-06-12 08:05:00.771 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1d85c33-3f1b-47a9-ba4d-bf4ff9dca682 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/12] 199.204.45.109 () {48 vars in 968 bytes} [Fri Jun 12 08:05:00 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:05:06.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70fc1cf6-035b-47fa-861b-088041b2ed8b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:05:06 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:05:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:06.743 8 WARNING neutron.services.revisions.revision_plugin [None req-bd067613-6ae5-411d-ba47-1e25a9de8201 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Could not find related network for resource to bump revision. 2026-06-12 08:05:06.762 8 INFO neutron.db.segments_db [None req-bd067613-6ae5-411d-ba47-1e25a9de8201 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 84fcf7ea-61ee-413e-9ccb-af8f8319d6e0 of type flat for network d5536f24-d819-4255-bc16-0f8a17c9bcf0 2026-06-12 08:05:06.795 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd067613-6ae5-411d-ba47-1e25a9de8201 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.204.45.109 () {48 vars in 968 bytes} [Fri Jun 12 08:05:06 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:05:12.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5f97097-3cee-4e76-9c0a-5abd51ea4733 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:05:12 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/18] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:05:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:12.760 7 WARNING neutron.services.revisions.revision_plugin [None req-b32966b2-5cf0-49aa-8d0d-afb9b2aa0473 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Could not find related network for resource to bump revision. 2026-06-12 08:05:12.798 7 INFO neutron.db.segments_db [None req-b32966b2-5cf0-49aa-8d0d-afb9b2aa0473 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 4d03a97b-d09b-4258-a5af-0e7641f95bc8 of type flat for network 1f975e45-a747-42da-a1ed-c7215d82216b 2026-06-12 08:05:12.842 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b32966b2-5cf0-49aa-8d0d-afb9b2aa0473 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/19] 199.204.45.109 () {48 vars in 968 bytes} [Fri Jun 12 08:05:12 2026] POST /v2.0/networks => generated 124 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:05:18.838 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d546e1e-6208-4dfb-b832-91944f5602b5 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:05:18 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:05:18 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-12 08:05:19.055 7 WARNING neutron.services.revisions.revision_plugin [None req-906d7937-f472-496e-999b-56e82f7132c3 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Could not find related network for resource to bump revision. 2026-06-12 08:05:19.077 7 INFO neutron.db.segments_db [None req-906d7937-f472-496e-999b-56e82f7132c3 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 33d1eac1-6062-4123-8c0e-4f075a528a3b of type flat for network 10df5459-2887-4b96-8c75-750cc1a9a3f0 [pid: 7|app: 0|req: 10/23] 199.204.45.109 () {48 vars in 968 bytes} [Fri Jun 12 08:05:18 2026] POST /v2.0/networks => generated 706 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:20.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f54b0b5-56a4-4db7-bc2a-7c9509215e0b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/networks?name=public => generated 709 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:20.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75597bb3-a28d-4914-b021-db5b04c4d931 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.204.45.109 () {44 vars in 1035 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/subnets/public-subnet?network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0 => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 199.204.45.109 () {44 vars in 1058 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.109 () {48 vars in 966 bytes} [Fri Jun 12 08:05:20 2026] POST /v2.0/subnets => generated 664 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:10:11.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cad6ec92-65c6-4325-89ba-0e054900b82b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.204.45.109 () {44 vars in 938 bytes} [Fri Jun 12 08:10:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.204.45.109 () {44 vars in 960 bytes} [Fri Jun 12 08:10:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:10:11.107 8 INFO neutron.db.segments_db [None req-fc53beea-d083-4474-9ca2-34a88fc90e61 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment b6779fc3-91a1-4d41-991a-2d88d44ecff5 of type vxlan for network 99f57f2f-0344-46ab-b081-2a68a1e72b2e [pid: 8|app: 0|req: 36/68] 199.204.45.109 () {48 vars in 967 bytes} [Fri Jun 12 08:10:11 2026] POST /v2.0/networks => generated 688 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:10:12.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1375da09-a8ae-4ec7-bd95-6e7b4a127d23 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.204.45.109 () {44 vars in 938 bytes} [Fri Jun 12 08:10:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.204.45.109 () {44 vars in 960 bytes} [Fri Jun 12 08:10:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:10:12.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7ed25cc-02d0-4161-96b2-00f04bec3b90 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.109 () {44 vars in 1037 bytes} [Fri Jun 12 08:10:12 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.109 () {44 vars in 1060 bytes} [Fri Jun 12 08:10:12 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.109 () {48 vars in 966 bytes} [Fri Jun 12 08:10:12 2026] POST /v2.0/subnets => generated 651 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:10:13.707 8 INFO neutron.api.v2.resource [None req-a987e8f0-cb61-42f4-8bce-e9013b88e4c3 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.204.45.109 () {44 vars in 972 bytes} [Fri Jun 12 08:10:13 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.109 () {44 vars in 994 bytes} [Fri Jun 12 08:10:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.109 () {48 vars in 981 bytes} [Fri Jun 12 08:10:13 2026] POST /v2.0/security-groups => generated 1616 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:14 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 1616 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:15 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:15 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:10:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:15 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:16 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 2230 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:16 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:10:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:16 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:17 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:17 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:10:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:18 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 3462 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:18 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:18 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:10:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:10:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.109 () {44 vars in 988 bytes} [Fri Jun 12 08:10:20 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 732 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:10:20.594 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4544c80-00aa-4323-88a2-b0bae7d82935 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/100] 199.204.45.109 () {44 vars in 1077 bytes} [Fri Jun 12 08:10:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.109 () {44 vars in 1100 bytes} [Fri Jun 12 08:10:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => 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: 53/102] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:20 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.204.45.109 () {48 vars in 962 bytes} [Fri Jun 12 08:10:20 2026] POST /v2.0/ports => generated 1100 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:10:28.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13abf468-dc43-46f5-bf49-e8a5d84cbade dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.204.45.109 () {44 vars in 980 bytes} [Fri Jun 12 08:10:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 51/105] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.204.45.109 () {48 vars in 1032 bytes} [Fri Jun 12 08:10:28 2026] PUT /v2.0/ports/dfb56a4c-8d50-42e5-bb3e-6935cf0c5085 => generated 1249 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.109 () {44 vars in 921 bytes} [Fri Jun 12 08:10:30 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-12 08:10:31.637 8 INFO neutron.api.v2.resource [None req-24adeb8b-061f-4831-ae33-98df51a697eb dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 199.204.45.109 () {44 vars in 960 bytes} [Fri Jun 12 08:10:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.109 () {44 vars in 982 bytes} [Fri Jun 12 08:10:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.109 () {48 vars in 981 bytes} [Fri Jun 12 08:10:31 2026] POST /v2.0/security-groups => generated 1610 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:32 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 1610 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:32 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:32 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:10:32 2026] POST /v2.0/security-group-rules => generated 623 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:33 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 2246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:33 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 2246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:10:33 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 2246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:10:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/129] 199.204.45.109 () {44 vars in 976 bytes} [Fri Jun 12 08:11:45 2026] GET /v2.0/quotas/57a1c417c416490aaa1abce283641738 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/130] 199.204.45.109 () {48 vars in 1028 bytes} [Fri Jun 12 08:11:46 2026] PUT /v2.0/quotas/57a1c417c416490aaa1abce283641738 => generated 291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:14:07.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99bac5a2-55a9-4fbd-94d0-6cddf9047a3c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/151] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:14:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 128 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: 78/152] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:14:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:14:09.466 7 INFO neutron.pecan_wsgi.hooks.translation [None req-910bc027-03d6-4713-aa15-05ba5f85e465 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/153] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:14:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/154] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:14:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:23:27.714 7 INFO neutron.api.v2.resource [None req-88b9c89c-25bb-4815-aa51-5bb10ccb917c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 113/229] 199.204.45.109 () {44 vars in 1075 bytes} [Fri Jun 12 08:23:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 139 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/230] 199.204.45.109 () {44 vars in 1098 bytes} [Fri Jun 12 08:23:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b18e4eedd561488f9e6027c65a485b86 => generated 23 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/231] 199.204.45.109 () {48 vars in 982 bytes} [Fri Jun 12 08:23:27 2026] POST /v2.0/security-groups => generated 1624 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/232] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:28 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 1624 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/233] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:23:29 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/234] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:29 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/235] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:23:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/236] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:30 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/237] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:23:30 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/238] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:30 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/239] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:23:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/240] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:31 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:23:31 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:31 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/243] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:23:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/246] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:32 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/247] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:23:32 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/248] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:23:32 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/249] 199.204.45.109 () {48 vars in 992 bytes} [Fri Jun 12 08:23:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/270] 199.204.45.109 () {30 vars in 740 bytes} [Fri Jun 12 08:26:12 2026] GET /v2.0/networks?tenant_id=b18e4eedd561488f9e6027c65a485b86&shared=False => generated 15 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:26:12.539 8 INFO neutron.db.segments_db [None req-b62c3616-0de5-4775-aba3-2dfb2ea51531 78f97828bfbd47438a349d81cadd28c0 b18e4eedd561488f9e6027c65a485b86 - - e1e29b817c554f7986e3e81002392933 e1e29b817c554f7986e3e81002392933] Added segment 5bd57fc0-14eb-4552-9f5d-04493a098448 of type vxlan for network 72f15662-7aff-4956-ba74-921183be799e [pid: 8|app: 0|req: 137/271] 199.204.45.109 () {34 vars in 682 bytes} [Fri Jun 12 08:26:12 2026] POST /v2.0/networks => generated 699 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/272] 199.204.45.109 () {30 vars in 722 bytes} [Fri Jun 12 08:26:12 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/273] 199.204.45.109 () {30 vars in 633 bytes} [Fri Jun 12 08:26:12 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/274] 199.204.45.109 () {34 vars in 677 bytes} [Fri Jun 12 08:26:12 2026] POST /v2.0/ports => generated 999 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/275] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:26:13 2026] GET /v2.0/networks/72f15662-7aff-4956-ba74-921183be799e => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/276] 199.204.45.109 () {30 vars in 722 bytes} [Fri Jun 12 08:26:14 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/277] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:26:14 2026] GET /v2.0/networks/72f15662-7aff-4956-ba74-921183be799e => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/280] 199.204.45.109 () {44 vars in 976 bytes} [Fri Jun 12 08:26:28 2026] GET /v2.0/quotas/b18e4eedd561488f9e6027c65a485b86 => 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: 139/281] 199.204.45.109 () {48 vars in 1028 bytes} [Fri Jun 12 08:26:28 2026] PUT /v2.0/quotas/b18e4eedd561488f9e6027c65a485b86 => generated 291 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:15.638 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ae20668-09e3-4770-ab17-0914494fc88c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/376] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:38:15 2026] GET /v2.0/networks/public => generated 108 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:38:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:16.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2fd84935-690e-4554-b1cf-eede99b9c03f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/378] 199.204.45.109 () {44 vars in 928 bytes} [Fri Jun 12 08:38:16 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:38:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:16.928 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84a8bddb-c670-4c14-9937-2358a7e81e06 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/380] 199.204.45.109 () {44 vars in 1035 bytes} [Fri Jun 12 08:38:16 2026] GET /v2.0/subnets/public-subnet?network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0 => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 199.204.45.109 () {44 vars in 1058 bytes} [Fri Jun 12 08:38:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:43.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35755815-c4af-4e97-9a6b-0f52536a6770 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/386] 199.204.45.109 () {44 vars in 938 bytes} [Fri Jun 12 08:38:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 199.204.45.109 () {44 vars in 960 bytes} [Fri Jun 12 08:38:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:44.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5478990f-4ac6-4275-9817-7896ba582572 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/388] 199.204.45.109 () {44 vars in 938 bytes} [Fri Jun 12 08:38:44 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.204.45.109 () {44 vars in 960 bytes} [Fri Jun 12 08:38:44 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:44.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5dc7c94c-6f8e-4895-ae15-4c97ed4e3382 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/390] 199.204.45.109 () {44 vars in 1037 bytes} [Fri Jun 12 08:38:44 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.204.45.109 () {44 vars in 1060 bytes} [Fri Jun 12 08:38:44 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:46.116 7 INFO neutron.api.v2.resource [None req-6911fe91-1d49-4022-a33b-5b3bca34f57f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/392] 199.204.45.109 () {44 vars in 972 bytes} [Fri Jun 12 08:38:46 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: 198/393] 199.204.45.109 () {44 vars in 994 bytes} [Fri Jun 12 08:38:46 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:47 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:47 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:38:47 2026] GET /v2.0/security-group-rules/729187b7-a770-473f-8bec-8c4655e7b7ca => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:48 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:48 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/401] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:38:48 2026] GET /v2.0/security-group-rules/5104fcb4-1087-4432-b361-a3a58fd8a3da => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/402] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:49 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/403] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:49 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => 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: 201/404] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:38:49 2026] GET /v2.0/security-group-rules/4da26c5a-5918-4568-8809-a5948a3fabb6 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:50 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => 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: 202/406] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:50 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/407] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:38:50 2026] GET /v2.0/security-group-rules/0d96b4f6-a617-495b-8a5a-55e35b8f840d => generated 603 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/408] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:51 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/409] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:51 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/410] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:38:51 2026] GET /v2.0/security-group-rules/361d6b84-fcea-4ded-9d2d-e6cc8de2278a => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 199.204.45.109 () {44 vars in 988 bytes} [Fri Jun 12 08:38:52 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 732 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:38:52.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d8654a4-db02-4486-97a5-8febc759c0db dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/412] 199.204.45.109 () {44 vars in 1077 bytes} [Fri Jun 12 08:38:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => 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: 208/413] 199.204.45.109 () {44 vars in 1100 bytes} [Fri Jun 12 08:38:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 1254 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/414] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:38:52 2026] GET /v2.0/security-groups/6e458aea-f8d8-4446-9b99-a60f64841b0e => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:39:00.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92a09024-2e4c-45c7-b478-95beee671a9b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/415] 199.204.45.109 () {44 vars in 980 bytes} [Fri Jun 12 08:39:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:39:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.204.45.109 () {44 vars in 921 bytes} [Fri Jun 12 08:39:02 2026] GET /v2.0/ports => generated 4725 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:39:03.166 7 INFO neutron.api.v2.resource [None req-484c3d30-8f83-40d3-91d1-3fe65db7a08a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/420] 199.204.45.109 () {44 vars in 960 bytes} [Fri Jun 12 08:39:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.109 () {44 vars in 982 bytes} [Fri Jun 12 08:39:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:39:04 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:39:04 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 2886 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:39:04 2026] GET /v2.0/security-group-rules/98672373-3047-45ad-b69a-ae5e311377ff => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:39:05 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:39:05 2026] GET /v2.0/security-groups/d362ed23-a12a-4a6e-806d-ff8f695405a2 => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:39:05 2026] GET /v2.0/security-group-rules/a1f0dfcb-ac41-453b-8807-d38e60182c7a => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.204.45.109 () {44 vars in 976 bytes} [Fri Jun 12 08:39:17 2026] GET /v2.0/quotas/57a1c417c416490aaa1abce283641738 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:40:15.969 7 INFO neutron.api.v2.resource [None req-61ae0d47-58f4-4546-8281-f89e7e76c47a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 218/437] 199.204.45.109 () {44 vars in 1075 bytes} [Fri Jun 12 08:40:15 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 139 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/438] 199.204.45.109 () {44 vars in 1098 bytes} [Fri Jun 12 08:40:15 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b18e4eedd561488f9e6027c65a485b86 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/439] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:40:16 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/440] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:40:17 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/441] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:40:17 2026] GET /v2.0/security-group-rules/cce2d051-1665-4e9d-9976-7586e9c8f6a9 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:40:17 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:40:18 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:40:18 2026] GET /v2.0/security-group-rules/a02cc346-05f5-4b93-af4f-e005653613fd => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:40:18 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:40:19 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/449] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:40:19 2026] GET /v2.0/security-group-rules/2cd20c2f-f71a-4751-99ed-89791fcecca2 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 199.204.45.109 () {44 vars in 1089 bytes} [Fri Jun 12 08:40:20 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668?project_id=b18e4eedd561488f9e6027c65a485b86 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 199.204.45.109 () {44 vars in 1002 bytes} [Fri Jun 12 08:40:20 2026] GET /v2.0/security-groups/a5fa22cf-ee7d-4d98-bd07-91a3189a0668 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/452] 199.204.45.109 () {44 vars in 1012 bytes} [Fri Jun 12 08:40:20 2026] GET /v2.0/security-group-rules/bf226191-189e-45d4-886a-8ea0e876db3b => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 199.204.45.109 () {44 vars in 976 bytes} [Fri Jun 12 08:40:27 2026] GET /v2.0/quotas/b18e4eedd561488f9e6027c65a485b86 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 199.204.45.109 () {44 vars in 950 bytes} [Fri Jun 12 08:41:17 2026] GET /v2.0/networks?name=public => generated 753 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/467] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:41:55 2026] GET /v2.0/networks => generated 2168 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.241 () {32 vars in 655 bytes} [Fri Jun 12 08:41:56 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:41:57 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:41:57 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/471] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:41:57 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:41:57 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/473] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:41:57 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.241 () {32 vars in 655 bytes} [Fri Jun 12 08:41:57 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:08.128 7 INFO neutron.db.segments_db [None req-9028d4a1-f525-4f9e-94b1-8583897ae7aa dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 355981fb-5fcc-4645-a2ed-8a852f870b43 of type vxlan for network 95857924-adf9-4759-9cba-3d22911902d8 2026-06-12 08:42:08.176 8 INFO neutron.db.segments_db [None req-bf087ee5-70ea-4c86-94c7-2f6cb1871434 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 17cf55a6-c054-4ae1-81eb-42b9cc35785d of type vxlan for network 9fc482e7-295d-41e8-ad91-d7aa51295d04 [pid: 7|app: 0|req: 238/477] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:42:07 2026] POST /v2.0/networks => generated 730 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:42:07 2026] POST /v2.0/networks => generated 726 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:08 2026] POST /v2.0/subnets => generated 696 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:08.428 7 INFO neutron.db.segments_db [None req-879cc3df-4a6b-4aed-8345-11b432e75970 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment d9060fcc-2ff5-4370-8218-01ba38fb77c1 of type vxlan for network bafa1417-df67-45bb-956e-12ad679a7624 [pid: 8|app: 0|req: 241/480] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:08 2026] POST /v2.0/subnets => generated 692 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:08.510 8 INFO neutron.db.segments_db [None req-4d54fddf-5b02-4f4d-8d5f-ebbc98132ba1 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 52b8358e-8641-4b2b-88d0-ee29d057c9e7 of type vxlan for network 06451268-d9f1-4106-87ab-fe294112348e 2026-06-12 08:42:08.654 7 INFO neutron.db.l3_hamode_db [None req-879cc3df-4a6b-4aed-8345-11b432e75970 dd9330b232bb456eb4dadf730a6ad092 335ec587bc26477e985b8304cd71df94 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:08.750 8 INFO neutron.db.l3_hamode_db [None req-4d54fddf-5b02-4f4d-8d5f-ebbc98132ba1 dd9330b232bb456eb4dadf730a6ad092 c1027541e1404bb8ab04918876d4a0fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:09.449 7 INFO neutron.db.l3_hamode_db [None req-879cc3df-4a6b-4aed-8345-11b432e75970 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:09.531 8 INFO neutron.db.l3_hamode_db [None req-4d54fddf-5b02-4f4d-8d5f-ebbc98132ba1 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 242/481] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:08 2026] POST /v2.0/routers => generated 732 bytes in 2079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:08 2026] POST /v2.0/routers => generated 736 bytes in 2176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/483] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:10 2026] GET /v2.0/security-groups?tenant_id=ffbcdc57604245aba83dd8437f126dff&name=default => generated 2921 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:10 2026] PUT /v2.0/routers/50dc98e8-3329-4f96-92d7-ce82eca91e27/add_router_interface => generated 309 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/485] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:10 2026] PUT /v2.0/routers/472ee194-d854-4e9e-96dc-e54c15f3b05f/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/486] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:11 2026] DELETE /v2.0/security-groups/ddc8435e-2103-4f31-b831-de0d8caf9b7d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:11 2026] GET /v2.0/security-groups?tenant_id=fec8d786f7cc4141af6fe5c4bb7f58cc&name=default => generated 2921 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/488] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:11 2026] DELETE /v2.0/security-groups/ee8944cc-305d-46b0-9c20-d02c7b74f723 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/489] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:12 2026] GET /v2.0/security-groups?tenant_id=b1ead95250834556a7d840e13a74aff6&name=default => generated 2924 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/490] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:12 2026] DELETE /v2.0/security-groups/9972ca43-0a0c-45b9-a095-8cd49d37f9cc => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/491] 10.0.0.116 () {38 vars in 971 bytes} [Fri Jun 12 08:42:12 2026] POST /v2.0/security-groups => generated 1681 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/492] 10.0.0.116 () {38 vars in 971 bytes} [Fri Jun 12 08:42:12 2026] POST /v2.0/security-groups => generated 1682 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/493] 10.0.0.116 () {38 vars in 971 bytes} [Fri Jun 12 08:42:12 2026] POST /v2.0/security-groups => generated 1684 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/494] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/33ac1807-bdad-42a5-8940-eed9f46318b0 => generated 1684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/495] 10.0.0.116 () {38 vars in 971 bytes} [Fri Jun 12 08:42:13 2026] POST /v2.0/security-groups => generated 1680 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/496] 10.0.0.116 () {38 vars in 981 bytes} [Fri Jun 12 08:42:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/497] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups?tenant_id=c1027541e1404bb8ab04918876d4a0fc => generated 7904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/498] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/d61ba018-c505-406a-81d0-765919aa5cad => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/499] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/d61ba018-c505-406a-81d0-765919aa5cad => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/500] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/0d14d89c-faa6-4918-8dfd-ee87f4fa7b79 => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/501] 10.0.0.116 () {38 vars in 971 bytes} [Fri Jun 12 08:42:13 2026] POST /v2.0/security-groups => generated 1684 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/502] 10.0.0.116 () {36 vars in 1013 bytes} [Fri Jun 12 08:42:13 2026] DELETE /v2.0/security-groups/0d14d89c-faa6-4918-8dfd-ee87f4fa7b79 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/503] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/d637a595-2de4-45af-9f1e-1ef77d453bc7 => generated 1684 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:13.517 7 INFO neutron.api.v2.resource [req-c533f9df-6933-4c9a-9397-27682d5af6ad req-310869da-bd21-4ad5-b472-e6398849a7f2 1c31588962bf4cc19659ebe57fcf8ae5 c1027541e1404bb8ab04918876d4a0fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/504] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/0d14d89c-faa6-4918-8dfd-ee87f4fa7b79 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/505] 10.0.0.116 () {38 vars in 981 bytes} [Fri Jun 12 08:42:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/506] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/d5588d92-57c3-4136-aa74-24bbaaa2d513 => generated 1682 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/507] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/d637a595-2de4-45af-9f1e-1ef77d453bc7 => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/508] 10.0.0.116 () {36 vars in 1013 bytes} [Fri Jun 12 08:42:13 2026] DELETE /v2.0/security-groups/d5588d92-57c3-4136-aa74-24bbaaa2d513 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:13.774 7 INFO neutron.db.segments_db [None req-4b5551d3-ded8-4659-8e95-748e04107842 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 328d24ff-9dc6-4e90-9508-eddf176bfa2b of type vxlan for network 51e2d5d6-4a4c-4e5d-b8db-e4219813646c [pid: 8|app: 0|req: 257/509] 10.0.0.116 () {38 vars in 981 bytes} [Fri Jun 12 08:42:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/510] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:42:13 2026] POST /v2.0/networks => generated 733 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:13.859 8 INFO neutron.api.v2.resource [req-aa269ded-65cf-4b9a-9be4-532619f91a8e req-bf40b741-48ae-4e4c-ae56-d0ce916cdcec 1c31588962bf4cc19659ebe57fcf8ae5 c1027541e1404bb8ab04918876d4a0fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 258/511] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/d5588d92-57c3-4136-aa74-24bbaaa2d513 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/512] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/d637a595-2de4-45af-9f1e-1ef77d453bc7 => generated 2939 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/513] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-groups/68a1ad15-19d3-4993-aed4-0cdf3d93d4c7 => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/514] 10.0.0.116 () {34 vars in 1001 bytes} [Fri Jun 12 08:42:13 2026] GET /v2.0/security-group-rules/859cd6e4-86b7-4187-b994-29cdbf55cf63 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/515] 10.0.0.116 () {36 vars in 1013 bytes} [Fri Jun 12 08:42:13 2026] DELETE /v2.0/security-groups/68a1ad15-19d3-4993-aed4-0cdf3d93d4c7 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/516] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/d637a595-2de4-45af-9f1e-1ef77d453bc7 => generated 2939 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:14.062 8 INFO neutron.api.v2.resource [req-86175ea6-5677-47d9-906e-ca3a2b903c8f req-d22cc58a-6215-4cfe-9799-7611550ead86 1c31588962bf4cc19659ebe57fcf8ae5 c1027541e1404bb8ab04918876d4a0fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/517] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/68a1ad15-19d3-4993-aed4-0cdf3d93d4c7 => 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: 254/518] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:13 2026] POST /v2.0/subnets => generated 699 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/519] 10.0.0.116 () {36 vars in 1023 bytes} [Fri Jun 12 08:42:14 2026] DELETE /v2.0/security-group-rules/859cd6e4-86b7-4187-b994-29cdbf55cf63 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/520] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups?tenant_id=c1027541e1404bb8ab04918876d4a0fc => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:14.159 8 INFO neutron.db.segments_db [None req-c907ef5c-04d6-419d-9ffb-3e95a6a37ab7 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 42fb5d2f-a8b8-496f-aa6c-18d68e4296cf of type vxlan for network 4b518bc8-8a75-4dae-b698-6d830569cbea [pid: 7|app: 0|req: 256/521] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/d637a595-2de4-45af-9f1e-1ef77d453bc7 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/522] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/d61ba018-c505-406a-81d0-765919aa5cad => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/523] 10.0.0.116 () {36 vars in 1013 bytes} [Fri Jun 12 08:42:14 2026] DELETE /v2.0/security-groups/d637a595-2de4-45af-9f1e-1ef77d453bc7 => 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: 259/524] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/d61ba018-c505-406a-81d0-765919aa5cad => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/525] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/33ac1807-bdad-42a5-8940-eed9f46318b0 => generated 2309 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:14.408 8 INFO neutron.db.l3_hamode_db [None req-c907ef5c-04d6-419d-9ffb-3e95a6a37ab7 dd9330b232bb456eb4dadf730a6ad092 aed49e082e264f61bdcc4366892fe02f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:14.423 7 INFO neutron.api.v2.resource [req-7aa34f44-bd84-4198-acc2-1ac9dabc26bd req-a9ad1976-696d-41bd-8296-d9a7670a0205 1c31588962bf4cc19659ebe57fcf8ae5 c1027541e1404bb8ab04918876d4a0fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 261/526] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/68a1ad15-19d3-4993-aed4-0cdf3d93d4c7 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/527] 10.0.0.116 () {36 vars in 1013 bytes} [Fri Jun 12 08:42:14 2026] DELETE /v2.0/security-groups/33ac1807-bdad-42a5-8940-eed9f46318b0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:14.556 7 INFO neutron.api.v2.resource [req-f1ebf75c-507e-4610-9d50-cc30bb67badd req-2e1202f6-5cd8-4c51-858f-546ea9986382 1c31588962bf4cc19659ebe57fcf8ae5 c1027541e1404bb8ab04918876d4a0fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/528] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:14 2026] GET /v2.0/security-groups/d5588d92-57c3-4136-aa74-24bbaaa2d513 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:15.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d80f25f-44ce-453b-8d98-8c5d744272a4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 03693851-2213-4fb4-bcad-06c493b90920 2026-06-12 08:42:15.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d80f25f-44ce-453b-8d98-8c5d744272a4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 03693851-2213-4fb4-bcad-06c493b90920 2026-06-12 08:42:15.300 8 INFO neutron.db.l3_hamode_db [None req-c907ef5c-04d6-419d-9ffb-3e95a6a37ab7 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 264/529] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:14 2026] PUT /v2.0/routers/50dc98e8-3329-4f96-92d7-ce82eca91e27/remove_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:15.658 7 INFO neutron.api.v2.resource [req-e3a8fb5f-c39c-468a-8d44-7163f4498ab3 req-747a26e6-2a21-407e-926a-2d83b2f1d6c3 1c31588962bf4cc19659ebe57fcf8ae5 c1027541e1404bb8ab04918876d4a0fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 265/530] 10.0.0.116 () {34 vars in 991 bytes} [Fri Jun 12 08:42:15 2026] GET /v2.0/security-groups/0d14d89c-faa6-4918-8dfd-ee87f4fa7b79 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:16.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-81e95a4e-bfa5-4be4-8548-95550d07b1a8 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 1fe0d461-7594-49f6-9344-4d2149513dd7 2026-06-12 08:42:16.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81e95a4e-bfa5-4be4-8548-95550d07b1a8 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 1fe0d461-7594-49f6-9344-4d2149513dd7 [pid: 8|app: 0|req: 266/531] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:14 2026] POST /v2.0/routers => generated 739 bytes in 2009 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:16.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-81e95a4e-bfa5-4be4-8548-95550d07b1a8 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 0c1d03b7-407a-4ed2-aa73-c2ce0b6f4036 2026-06-12 08:42:16.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81e95a4e-bfa5-4be4-8548-95550d07b1a8 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 0c1d03b7-407a-4ed2-aa73-c2ce0b6f4036 2026-06-12 08:42:16.385 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-81e95a4e-bfa5-4be4-8548-95550d07b1a8 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - 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-12 08:42:16.750 7 INFO neutron.db.l3_hamode_db [None req-81e95a4e-bfa5-4be4-8548-95550d07b1a8 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network bafa1417-df67-45bb-956e-12ad679a7624 was deleted as no HA routers are present in tenant 335ec587bc26477e985b8304cd71df94. [pid: 7|app: 0|req: 266/532] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:15 2026] DELETE /v2.0/routers/50dc98e8-3329-4f96-92d7-ce82eca91e27 => generated 0 bytes in 1097 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:16.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7a1ac00-fbb0-45d3-84f5-9aca09e85f26 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: b28b3acf-b304-419a-a599-4d7c68489265 2026-06-12 08:42:16.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7a1ac00-fbb0-45d3-84f5-9aca09e85f26 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: b28b3acf-b304-419a-a599-4d7c68489265 [pid: 8|app: 0|req: 267/533] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:16 2026] PUT /v2.0/routers/472ee194-d854-4e9e-96dc-e54c15f3b05f/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/534] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:17 2026] DELETE /v2.0/subnets/43b5fee6-316b-4c79-a836-3817e539bbf5 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:17.355 7 INFO neutron.services.segments.plugin [-] Segment d9060fcc-2ff5-4370-8218-01ba38fb77c1 resource provider aggregate not found 2026-06-12 08:42:17.386 7 INFO neutron.services.segments.plugin [-] Segment d9060fcc-2ff5-4370-8218-01ba38fb77c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9060fcc-2ff5-4370-8218-01ba38fb77c1 found for delete ", "request_id": "req-acd7424f-4954-4966-8bfa-ec806c6172ef"}]} 2026-06-12 08:42:17.441 7 INFO neutron.services.segments.plugin [-] Segment d9060fcc-2ff5-4370-8218-01ba38fb77c1 resource provider aggregate not found 2026-06-12 08:42:17.471 7 INFO neutron.services.segments.plugin [-] Segment d9060fcc-2ff5-4370-8218-01ba38fb77c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9060fcc-2ff5-4370-8218-01ba38fb77c1 found for delete ", "request_id": "req-cbae2c33-98b0-420b-8f75-bf64342404a8"}]} 2026-06-12 08:42:17.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-698f6394-2b8f-4cf7-9029-de52aa18454c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 71d482c4-0853-4711-8d3a-dc82df81049f 2026-06-12 08:42:17.518 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698f6394-2b8f-4cf7-9029-de52aa18454c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 71d482c4-0853-4711-8d3a-dc82df81049f 2026-06-12 08:42:17.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-698f6394-2b8f-4cf7-9029-de52aa18454c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 304e3b97-bfea-41a9-bc3f-80b45f47b44c 2026-06-12 08:42:17.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698f6394-2b8f-4cf7-9029-de52aa18454c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 304e3b97-bfea-41a9-bc3f-80b45f47b44c 2026-06-12 08:42:17.781 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-698f6394-2b8f-4cf7-9029-de52aa18454c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 267/535] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:16 2026] PUT /v2.0/routers/8c9ed3e5-4ed1-43d6-8306-5037b9fdc038/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:17.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dd97c59-b3fe-4ff7-901a-b3e2c5eaf67b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 809e8ac7-ed26-4edd-8fc8-75c52fa72374 2026-06-12 08:42:17.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dd97c59-b3fe-4ff7-901a-b3e2c5eaf67b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 809e8ac7-ed26-4edd-8fc8-75c52fa72374 [pid: 7|app: 0|req: 268/536] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:17 2026] DELETE /v2.0/networks/95857924-adf9-4759-9cba-3d22911902d8 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:18.139 8 INFO neutron.db.l3_hamode_db [None req-698f6394-2b8f-4cf7-9029-de52aa18454c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network 06451268-d9f1-4106-87ab-fe294112348e was deleted as no HA routers are present in tenant c1027541e1404bb8ab04918876d4a0fc. [pid: 8|app: 0|req: 269/539] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:17 2026] DELETE /v2.0/routers/472ee194-d854-4e9e-96dc-e54c15f3b05f => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/540] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:18 2026] DELETE /v2.0/subnets/31ee6697-70cc-43c3-a8d1-b2d5a0cc591b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/541] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:18 2026] GET /v2.0/security-groups?tenant_id=335ec587bc26477e985b8304cd71df94&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:18.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-34f2423b-d074-41e9-9d66-c6a6f458d285 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 0dc7bb9a-8989-4067-a3e3-776959ef7d07 2026-06-12 08:42:18.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34f2423b-d074-41e9-9d66-c6a6f458d285 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 0dc7bb9a-8989-4067-a3e3-776959ef7d07 [pid: 7|app: 0|req: 273/542] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:18 2026] DELETE /v2.0/security-groups/9d853674-5915-4ac6-8388-3e614438cc97 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/543] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:18 2026] DELETE /v2.0/networks/9fc482e7-295d-41e8-ad91-d7aa51295d04 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/544] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:42:18 2026] POST /v2.0/security-groups => generated 1660 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:42:18.667 8 INFO neutron.services.segments.plugin [-] Segment 52b8358e-8641-4b2b-88d0-ee29d057c9e7 resource provider aggregate not found 2026-06-12 08:42:18.686 8 INFO neutron.services.segments.plugin [-] Segment 52b8358e-8641-4b2b-88d0-ee29d057c9e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b8358e-8641-4b2b-88d0-ee29d057c9e7 found for delete ", "request_id": "req-30800862-5dd3-4278-ac8f-17666a31d747"}]} [pid: 8|app: 0|req: 271/545] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:42:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:18.812 8 INFO neutron.services.segments.plugin [-] Segment 52b8358e-8641-4b2b-88d0-ee29d057c9e7 resource provider aggregate not found [pid: 8|app: 0|req: 272/546] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:18 2026] GET /v2.0/security-groups?tenant_id=c1027541e1404bb8ab04918876d4a0fc&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:18.840 8 INFO neutron.services.segments.plugin [-] Segment 52b8358e-8641-4b2b-88d0-ee29d057c9e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b8358e-8641-4b2b-88d0-ee29d057c9e7 found for delete ", "request_id": "req-0d8d7760-e4a2-45c9-b017-abc522da505d"}]} [pid: 7|app: 0|req: 275/547] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:42:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/548] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:18 2026] DELETE /v2.0/security-groups/d61ba018-c505-406a-81d0-765919aa5cad => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/549] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:18 2026] GET /v2.0/security-groups?tenant_id=f5a7b9664ab04a2e9be137e56f5faf02&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/550] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:19 2026] DELETE /v2.0/security-groups/97433634-94ae-4418-b14f-8509ae3545ad => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:19.409 7 INFO neutron.services.segments.plugin [-] Segment 355981fb-5fcc-4645-a2ed-8a852f870b43 resource provider aggregate not found 2026-06-12 08:42:19.441 7 INFO neutron.services.segments.plugin [-] Segment 355981fb-5fcc-4645-a2ed-8a852f870b43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 355981fb-5fcc-4645-a2ed-8a852f870b43 found for delete ", "request_id": "req-865aeb2f-c35c-46ae-862d-f217a32e6526"}]} [pid: 8|app: 0|req: 275/551] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:19 2026] GET /v2.0/security-groups?tenant_id=d6f9ad559ba54c3a84487305d80d430a&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:19.500 7 INFO neutron.services.segments.plugin [-] Segment 355981fb-5fcc-4645-a2ed-8a852f870b43 resource provider aggregate not found [pid: 7|app: 0|req: 277/552] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:42:18 2026] POST /v2.0/floatingips => generated 552 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:19.527 7 INFO neutron.services.segments.plugin [-] Segment 355981fb-5fcc-4645-a2ed-8a852f870b43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 355981fb-5fcc-4645-a2ed-8a852f870b43 found for delete ", "request_id": "req-d2f153e3-a6ab-4d13-96f2-81a4ac039fad"}]} [pid: 8|app: 0|req: 276/553] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:19 2026] DELETE /v2.0/security-groups/9f897213-dd20-41d4-9246-f6b4902c154b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/554] 10.0.0.116 () {34 vars in 1100 bytes} [Fri Jun 12 08:42:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1678935480&fields=id&tenant_id=aed49e082e264f61bdcc4366892fe02f => 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: 277/555] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:42:20 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/556] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:42:20 2026] GET /v2.0/quotas/aed49e082e264f61bdcc4366892fe02f => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/557] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:42:20 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/558] 10.0.0.116 () {34 vars in 907 bytes} [Fri Jun 12 08:42:20 2026] GET /v2.0/extensions => generated 21537 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-12 08:42:20.707 8 INFO neutron.services.segments.plugin [-] Segment 17cf55a6-c054-4ae1-81eb-42b9cc35785d resource provider aggregate not found 2026-06-12 08:42:20.723 8 INFO neutron.services.segments.plugin [-] Segment 17cf55a6-c054-4ae1-81eb-42b9cc35785d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17cf55a6-c054-4ae1-81eb-42b9cc35785d found for delete ", "request_id": "req-14b0206a-37a8-4b9d-b113-7a9f0d51e9d5"}]} 2026-06-12 08:42:20.775 7 INFO neutron.db.segments_db [None req-4aeec8d0-68cc-4c89-8cab-1286ef68b31c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 9bc2e673-c32e-4f10-9dba-96909750df5d of type vxlan for network 22c20814-95ea-4e4f-81d5-8def447ae45d 2026-06-12 08:42:20.796 8 INFO neutron.db.segments_db [None req-f6c02db7-26fa-42d2-8bbb-e119f252f051 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment cf3cd987-852c-473d-a7fd-482f7ce01c10 of type vxlan for network ea99e002-8ec1-4238-ad34-23af6a16271b [pid: 7|app: 0|req: 280/559] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:42:20 2026] POST /v2.0/networks => generated 725 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:20.866 8 INFO neutron.services.segments.plugin [-] Segment 17cf55a6-c054-4ae1-81eb-42b9cc35785d resource provider aggregate not found 2026-06-12 08:42:20.882 8 INFO neutron.services.segments.plugin [-] Segment 17cf55a6-c054-4ae1-81eb-42b9cc35785d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17cf55a6-c054-4ae1-81eb-42b9cc35785d found for delete ", "request_id": "req-43d3b769-39ff-4a7d-a73b-c6fd535ee608"}]} [pid: 8|app: 0|req: 280/560] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:42:20 2026] POST /v2.0/networks => generated 728 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/561] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:42:20 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/562] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:20 2026] POST /v2.0/subnets => generated 691 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:20 2026] POST /v2.0/subnets => generated 694 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/564] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:42:21 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:21.119 7 INFO neutron.db.segments_db [None req-82eebc81-d701-4c42-928b-1ef42ec66f58 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 3fdff57c-74a0-4db1-be9b-975d151f3952 of type vxlan for network 2b25e804-bee1-4184-9010-2702c7bb9705 2026-06-12 08:42:21.149 8 INFO neutron.db.segments_db [None req-43baf088-f3fe-4427-9c39-2ad90a205210 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment aee683a4-1499-4fee-a3af-aa3e44cd6b28 of type vxlan for network a3e22c29-d3e6-438b-8081-c43ee978e948 2026-06-12 08:42:21.381 7 INFO neutron.db.l3_hamode_db [None req-82eebc81-d701-4c42-928b-1ef42ec66f58 dd9330b232bb456eb4dadf730a6ad092 bf11a7f033fa4ff88856289b2fe09293 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:21.413 8 INFO neutron.db.l3_hamode_db [None req-43baf088-f3fe-4427-9c39-2ad90a205210 dd9330b232bb456eb4dadf730a6ad092 416a8172a7ff441c8c785d1b7192b54f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:22.111 8 INFO neutron.db.l3_hamode_db [None req-43baf088-f3fe-4427-9c39-2ad90a205210 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:22.218 7 INFO neutron.db.l3_hamode_db [None req-82eebc81-d701-4c42-928b-1ef42ec66f58 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 283/565] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:21 2026] POST /v2.0/routers => generated 731 bytes in 1858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/566] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:22 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => 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: 283/567] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:21 2026] POST /v2.0/routers => generated 734 bytes in 1945 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/568] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:22 2026] PUT /v2.0/routers/251d90f7-fb58-408b-a43f-2d74b5871825/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/569] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:23 2026] PUT /v2.0/routers/0d242ce0-657d-4053-9b29-5fd1071daf4d/add_router_interface => generated 309 bytes in 1238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/570] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:24 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/571] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:24 2026] GET /v2.0/security-groups?tenant_id=44e865e49a914a2e93a2240dfb567565&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/572] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:24 2026] DELETE /v2.0/security-groups/75a5e0c0-37b1-4f2b-8772-167cc8d362ae => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/573] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:42:24 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/574] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:24 2026] GET /v2.0/security-groups?tenant_id=245e4a632219474abf649955ea417add&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/575] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:42:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/576] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:25 2026] DELETE /v2.0/security-groups/509213ab-4da1-424f-a025-aa3132b5aff1 => 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: 289/577] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:42:25 2026] POST /v2.0/security-groups => generated 1659 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/578] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:42:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/579] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:42:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/580] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:42:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/581] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:25 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => 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: 293/582] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:42:25 2026] POST /v2.0/floatingips => generated 552 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/583] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:42:25 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/584] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 684 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/585] 199.204.45.109 () {34 vars in 911 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/586] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aed49e082e264f61bdcc4366892fe02f => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/587] 10.0.0.116 () {34 vars in 1098 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--876941782&fields=id&tenant_id=bf11a7f033fa4ff88856289b2fe09293 => generated 69 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/588] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/networks?id=22c20814-95ea-4e4f-81d5-8def447ae45d => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/589] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/quotas/bf11a7f033fa4ff88856289b2fe09293 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/590] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/ports?tenant_id=bf11a7f033fa4ff88856289b2fe09293&fields=id => generated 57 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/591] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?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: 301/592] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?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: 302/593] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 961 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/594] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&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: 292/595] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:42:26 2026] POST /v2.0/ports => generated 958 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/596] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:26 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 12 bytes in 19 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: 293/597] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:42:27 2026] PUT /v2.0/ports/b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 1239 bytes in 557 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: 294/598] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:27 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/599] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:27 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/600] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:27 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => 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: 305/601] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:27 2026] GET /v2.0/security-groups?tenant_id=baa5c9d34f6d4bff9b129a3f4fff360b&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/602] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:28 2026] DELETE /v2.0/security-groups/3847aa00-5045-4edc-ba50-4b8590bffe0b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:28.300 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-074550f2-59f3-41d5-aa35-6caa516f64d0'] response: {'name': 'network-changed', 'server_uuid': '2fb800f5-387a-4880-82d1-108df91f8850', 'tag': 'b3fc5a43-633a-4ccf-b64a-b703a6a92125', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 306/603] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:28 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/604] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:42:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/605] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:28 2026] GET /v2.0/subnets?id=5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/606] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:28 2026] GET /v2.0/ports?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/607] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:29 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/608] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:29 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?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: 309/609] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:29 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => 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: 301/610] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:29 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/611] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:29 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/612] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => 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: 312/613] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/614] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/615] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1242 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/616] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/617] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => 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: 305/618] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/subnets?id=5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/619] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/ports?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:30.687 7 INFO neutron.db.segments_db [None req-e8b363f5-857d-44d3-8d58-eba3442de0b5 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment 68658e56-6297-4c7d-820b-e34219333f5f of type vxlan for network 84c6b409-aa07-477e-af59-6516d9d8a50c [pid: 8|app: 0|req: 307/620] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/621] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?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: 314/622] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:42:30 2026] POST /v2.0/networks => generated 614 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:30.862 8 INFO neutron.db.segments_db [None req-cd278ca0-5968-4a66-b92a-44ce2de21703 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment 87a69607-fb6d-420c-9e73-0507aa3840c2 of type vxlan for network 5dfc1b83-b73f-4f34-bcef-bf6671e31e83 [pid: 7|app: 0|req: 315/623] 10.0.0.116 () {34 vars in 1098 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--758007998&fields=id&tenant_id=416a8172a7ff441c8c785d1b7192b54f => 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: 309/624] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:42:30 2026] POST /v2.0/networks => generated 615 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/625] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:42:30 2026] GET /v2.0/networks?id=ea99e002-8ec1-4238-ad34-23af6a16271b => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/626] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/quotas/416a8172a7ff441c8c785d1b7192b54f => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/627] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/ports?tenant_id=416a8172a7ff441c8c785d1b7192b54f&fields=id => generated 103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/628] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/networks/ea99e002-8ec1-4238-ad34-23af6a16271b?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: 310/629] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:30 2026] POST /v2.0/subnets => generated 646 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/630] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/networks/ea99e002-8ec1-4238-ad34-23af6a16271b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/631] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/networks?id=22c20814-95ea-4e4f-81d5-8def447ae45d => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/632] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => 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: 323/633] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bf11a7f033fa4ff88856289b2fe09293 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/634] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:31 2026] POST /v2.0/subnets => generated 655 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:42:31.464 8 INFO neutron.db.segments_db [None req-de1c131f-9de8-4a0e-bbd7-1a42ebceaa65 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment c9891594-c54c-4a72-b51b-682503e599c0 of type vxlan for network 88a12668-ba28-45d8-adbe-b7d30bfe02dc 2026-06-12 08:42:31.699 8 INFO neutron.db.l3_hamode_db [None req-de1c131f-9de8-4a0e-bbd7-1a42ebceaa65 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:31.840 8 INFO neutron.db.l3_hamode_db [None req-de1c131f-9de8-4a0e-bbd7-1a42ebceaa65 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 324/635] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:42:31 2026] POST /v2.0/ports => generated 958 bytes in 473 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: 325/636] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/637] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:31 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 327/638] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:42:31 2026] PUT /v2.0/ports/a5b566db-c6d5-4607-ac85-2ba715c9d921 => generated 1239 bytes in 400 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: 328/639] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:32 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&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: 329/640] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:32 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/641] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:31 2026] POST /v2.0/routers => generated 511 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/642] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:32 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:32.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6dafdf74-087c-4528-8e3d-e9d7bea99287'] response: {'name': 'network-changed', 'server_uuid': 'aff7b738-c073-476a-915c-250e275220e5', 'tag': 'a5b566db-c6d5-4607-ac85-2ba715c9d921', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 333/645] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 334/646] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/ports?tenant_id=bf11a7f033fa4ff88856289b2fe09293&device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/647] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a5b566db-c6d5-4607-ac85-2ba715c9d921 => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/648] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => 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: 337/649] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/subnets?id=762e1949-d074-4066-9702-b0e372555f3e => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/650] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&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: 339/651] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/ports?network_id=22c20814-95ea-4e4f-81d5-8def447ae45d&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/652] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:32 2026] PUT /v2.0/routers/efe603d5-04e2-413d-a56a-60a186c95d0a/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/653] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/654] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?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: 315/655] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/656] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/657] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:42:33 2026] GET /v2.0/ports/20bc946d-5353-470e-8d67-7ab2fee37b02 => generated 959 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/658] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 343/659] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/660] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/661] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/662] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/ports?tenant_id=bf11a7f033fa4ff88856289b2fe09293&device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/663] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/664] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/networks?id=22c20814-95ea-4e4f-81d5-8def447ae45d => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/665] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a5b566db-c6d5-4607-ac85-2ba715c9d921 => 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: 350/666] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/subnets?id=762e1949-d074-4066-9702-b0e372555f3e => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/667] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:34 2026] GET /v2.0/ports?network_id=22c20814-95ea-4e4f-81d5-8def447ae45d&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/668] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/669] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/670] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:34 2026] PUT /v2.0/routers/efe603d5-04e2-413d-a56a-60a186c95d0a/add_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/671] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/ports/3a35b6e5-95c3-4984-acb9-5c2a875ca08d => generated 967 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/672] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:35.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-762cb879-2a5b-4ed2-8226-a2a484267233 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: 3a35b6e5-95c3-4984-acb9-5c2a875ca08d 2026-06-12 08:42:35.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-762cb879-2a5b-4ed2-8226-a2a484267233 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: 3a35b6e5-95c3-4984-acb9-5c2a875ca08d [pid: 7|app: 0|req: 356/673] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/networks?id=ea99e002-8ec1-4238-ad34-23af6a16271b => generated 679 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/674] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=416a8172a7ff441c8c785d1b7192b54f => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/675] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/676] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:35 2026] PUT /v2.0/routers/efe603d5-04e2-413d-a56a-60a186c95d0a/remove_router_interface => generated 309 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/677] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:35 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/678] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:36 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/679] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:42:35 2026] POST /v2.0/ports => generated 954 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 360/680] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:36 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&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-12 08:42:36.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-be9f97f7-04ef-466d-bce8-7cf7b55d20b6 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: 20bc946d-5353-470e-8d67-7ab2fee37b02 2026-06-12 08:42:36.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be9f97f7-04ef-466d-bce8-7cf7b55d20b6 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: 20bc946d-5353-470e-8d67-7ab2fee37b02 [pid: 7|app: 0|req: 361/681] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:42:36 2026] PUT /v2.0/ports/4ca62dbf-48e2-424c-9fd1-dcef28376973 => generated 1235 bytes in 385 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: 362/682] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:36 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:36.641 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6f6f374-0c1b-4bff-88aa-375e4ab03c90'] response: {'name': 'network-changed', 'server_uuid': '50b729b1-7f71-4135-b7be-2b4b2e9f40c3', 'tag': '4ca62dbf-48e2-424c-9fd1-dcef28376973', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 363/683] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:36 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&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: 321/684] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:36 2026] PUT /v2.0/routers/efe603d5-04e2-413d-a56a-60a186c95d0a/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/685] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:36 2026] GET /v2.0/ports?device_id=efe603d5-04e2-413d-a56a-60a186c95d0a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:37.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-618d3735-3b71-4038-b926-8c6d5e6efabc 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: 625201ca-ac3b-47e8-a7c8-c09e799852c1 2026-06-12 08:42:37.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-618d3735-3b71-4038-b926-8c6d5e6efabc 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: 625201ca-ac3b-47e8-a7c8-c09e799852c1 [pid: 7|app: 0|req: 365/686] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/687] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/ports?tenant_id=416a8172a7ff441c8c785d1b7192b54f&device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/688] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&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: 368/689] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/networks?tenant_id=416a8172a7ff441c8c785d1b7192b54f&shared=False => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/690] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/691] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:37.472 8 INFO neutron.services.segments.plugin [-] Segment c9891594-c54c-4a72-b51b-682503e599c0 resource provider aggregate not found 2026-06-12 08:42:37.474 8 INFO neutron.services.segments.plugin [-] Segment c9891594-c54c-4a72-b51b-682503e599c0 resource provider aggregate not found 2026-06-12 08:42:37.504 8 INFO neutron.services.segments.plugin [-] Segment c9891594-c54c-4a72-b51b-682503e599c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9891594-c54c-4a72-b51b-682503e599c0 found for delete ", "request_id": "req-7e91930a-9425-4843-bace-6d6b0af3e89d"}]} 2026-06-12 08:42:37.509 8 INFO neutron.services.segments.plugin [-] Segment c9891594-c54c-4a72-b51b-682503e599c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9891594-c54c-4a72-b51b-682503e599c0 found for delete ", "request_id": "req-e54fddfe-f30a-4440-ab43-7e28b763ab43"}]} [pid: 7|app: 0|req: 371/692] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:37.528 8 INFO neutron.db.l3_hamode_db [None req-618d3735-3b71-4038-b926-8c6d5e6efabc 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] HA network 88a12668-ba28-45d8-adbe-b7d30bfe02dc was deleted as no HA routers are present in tenant f1fd4c04394e4013bd3ddca9b8835c0b. [pid: 8|app: 0|req: 322/693] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:36 2026] DELETE /v2.0/routers/efe603d5-04e2-413d-a56a-60a186c95d0a => generated 0 bytes in 649 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/694] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:37 2026] DELETE /v2.0/subnets/3de8f2a2-30d6-4b1e-aa2f-4a064bff889f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/695] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/696] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:37 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/697] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:37 2026] DELETE /v2.0/subnets/779b800f-8b53-4914-950a-c17ca7ed754c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:37.998 7 INFO neutron.services.segments.plugin [-] Segment 87a69607-fb6d-420c-9e73-0507aa3840c2 resource provider aggregate not found 2026-06-12 08:42:38.008 7 INFO neutron.services.segments.plugin [-] Segment 87a69607-fb6d-420c-9e73-0507aa3840c2 resource provider aggregate not found 2026-06-12 08:42:38.022 7 INFO neutron.services.segments.plugin [-] Segment 87a69607-fb6d-420c-9e73-0507aa3840c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a69607-fb6d-420c-9e73-0507aa3840c2 found for delete ", "request_id": "req-abf23e92-4ca7-448f-99a7-a14083754931"}]} 2026-06-12 08:42:38.027 7 INFO neutron.services.segments.plugin [-] Segment 87a69607-fb6d-420c-9e73-0507aa3840c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a69607-fb6d-420c-9e73-0507aa3840c2 found for delete ", "request_id": "req-69814cfc-7a3c-4d3a-82af-e71751552098"}]} [pid: 7|app: 0|req: 375/698] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:37 2026] DELETE /v2.0/networks/5dfc1b83-b73f-4f34-bcef-bf6671e31e83 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/699] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:38 2026] DELETE /v2.0/networks/84c6b409-aa07-477e-af59-6516d9d8a50c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:38.267 7 INFO neutron.db.segments_db [None req-e33e2b23-d509-42d9-843b-99763329c756 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment d4b6b700-d365-4f30-8939-770d7cdb0cba of type vxlan for network bf321d5c-0b05-4991-a7ad-a42b2c1b80ba [pid: 7|app: 0|req: 376/700] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:42:38 2026] POST /v2.0/networks => generated 613 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/701] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/702] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/703] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/ports?tenant_id=416a8172a7ff441c8c785d1b7192b54f&device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/704] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4ca62dbf-48e2-424c-9fd1-dcef28376973 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/705] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/subnets?id=8b4a8a61-ec3d-4409-bfe0-20a702055a5d => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/706] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/707] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:38 2026] POST /v2.0/subnets => generated 646 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/708] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/ports?network_id=ea99e002-8ec1-4238-ad34-23af6a16271b&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: 378/709] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&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-12 08:42:38.707 8 INFO neutron.db.segments_db [None req-d4c8341b-f799-4b71-9a49-668c88e8be9c 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment 4ef9be85-e3a2-48c9-a7a7-25d15278e532 of type vxlan for network 9d2ca02d-3672-48e4-92b3-af8eef94141c [pid: 7|app: 0|req: 379/710] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/networks/ea99e002-8ec1-4238-ad34-23af6a16271b?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: 380/711] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/networks/ea99e002-8ec1-4238-ad34-23af6a16271b?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: 381/712] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/713] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:38 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&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-12 08:42:39.006 8 INFO neutron.db.l3_hamode_db [None req-d4c8341b-f799-4b71-9a49-668c88e8be9c 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:39.123 8 INFO neutron.db.l3_hamode_db [None req-d4c8341b-f799-4b71-9a49-668c88e8be9c 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:39.536 8 INFO neutron.services.segments.plugin [-] Segment 68658e56-6297-4c7d-820b-e34219333f5f resource provider aggregate not found 2026-06-12 08:42:39.543 8 INFO neutron.services.segments.plugin [-] Segment 68658e56-6297-4c7d-820b-e34219333f5f resource provider aggregate not found 2026-06-12 08:42:39.551 8 INFO neutron.services.segments.plugin [-] Segment 68658e56-6297-4c7d-820b-e34219333f5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68658e56-6297-4c7d-820b-e34219333f5f found for delete ", "request_id": "req-2f16adad-ec64-494a-85c4-e4d3a5d19890"}]} 2026-06-12 08:42:39.561 8 INFO neutron.services.segments.plugin [-] Segment 68658e56-6297-4c7d-820b-e34219333f5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68658e56-6297-4c7d-820b-e34219333f5f found for delete ", "request_id": "req-3a4b76a9-c624-4a1f-aa85-de4338c4c8d9"}]} [pid: 7|app: 0|req: 383/714] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:39 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => 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: 384/715] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:39 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&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: 332/716] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:38 2026] POST /v2.0/routers => generated 511 bytes in 1119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/717] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:39 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/718] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:39 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/719] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:42:39 2026] POST /v2.0/ports => generated 963 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 387/720] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:40 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&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: 388/721] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:40 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:40.268 8 INFO neutron.db.l3_db [None req-77de73bb-91f9-4250-8a73-20cd0a0ecad4 d3dd2f73f64a498e8d2f172975df1dce aed49e082e264f61bdcc4366892fe02f - - default default] Floating IP 62d3c62a-d889-49bd-8dd7-7eb6ab390f0d associated. External IP: 10.96.250.212, port: b3fc5a43-633a-4ccf-b64a-b703a6a92125. [pid: 8|app: 0|req: 334/722] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:42:39 2026] PUT /v2.0/floatingips/62d3c62a-d889-49bd-8dd7-7eb6ab390f0d => generated 856 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/723] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:40 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:40.644 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f90f8f6-e7cb-470e-8cc4-a0d0e09a1c3a'] response: {'name': 'network-changed', 'server_uuid': '2fb800f5-387a-4880-82d1-108df91f8850', 'tag': 'b3fc5a43-633a-4ccf-b64a-b703a6a92125', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 336/724] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:40 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/725] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:40 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/726] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/727] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/728] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:40 2026] PUT /v2.0/routers/4e13638d-ce0b-47a5-ab3e-92eb2bf550d6/add_router_interface => generated 309 bytes in 1068 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: 390/729] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/730] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/ports/f688b5bd-c357-45b9-83b6-e4ca6f2d3a3d => generated 1037 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/731] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/732] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/subnets?id=5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/733] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&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: 394/734] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/ports?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c&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: 395/735] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?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: 396/736] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/737] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:41 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?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-12 08:42:41.982 7 INFO neutron.db.l3_db [None req-982009e8-3c17-44e8-b8b6-d08fa94a9e26 ab1ff10ae1844792b3b1870b3ecd80dc bf11a7f033fa4ff88856289b2fe09293 - - default default] Floating IP 1944f406-7dc7-4b7e-abe3-34eccae8faa5 associated. External IP: 10.96.250.203, port: a5b566db-c6d5-4607-ac85-2ba715c9d921. 2026-06-12 08:42:42.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0a97e6a-d4e2-4314-9811-8c1d83940801 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: f688b5bd-c357-45b9-83b6-e4ca6f2d3a3d 2026-06-12 08:42:42.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0a97e6a-d4e2-4314-9811-8c1d83940801 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: f688b5bd-c357-45b9-83b6-e4ca6f2d3a3d [pid: 7|app: 0|req: 398/738] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:42:41 2026] PUT /v2.0/floatingips/1944f406-7dc7-4b7e-abe3-34eccae8faa5 => generated 856 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/739] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:42 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/740] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:41 2026] PUT /v2.0/routers/4e13638d-ce0b-47a5-ab3e-92eb2bf550d6/remove_router_interface => generated 309 bytes in 1187 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: 400/741] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:42 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/742] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:42 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&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-12 08:42:42.587 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d3cb7c2-d899-4aa9-aec8-bd5fadfd8690'] response: {'name': 'network-changed', 'server_uuid': 'aff7b738-c073-476a-915c-250e275220e5', 'tag': 'a5b566db-c6d5-4607-ac85-2ba715c9d921', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 343/743] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:42 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:42.682 7 INFO neutron.api.v2.resource [None req-16cd0995-2433-44fe-9c0d-3000b04d2428 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/744] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:42 2026] PUT /v2.0/routers/4e13638d-ce0b-47a5-ab3e-92eb2bf550d6/remove_router_interface => generated 197 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/745] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:42 2026] GET /v2.0/ports?device_id=4e13638d-ce0b-47a5-ab3e-92eb2bf550d6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:42.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-582668d5-6689-4480-b895-13a8efe2f373 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: 3c0b8898-03ef-4267-9d05-d8ace2f6c68a 2026-06-12 08:42:42.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-582668d5-6689-4480-b895-13a8efe2f373 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: 3c0b8898-03ef-4267-9d05-d8ace2f6c68a [pid: 8|app: 0|req: 345/746] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:42 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/747] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&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: 347/748] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/ports?tenant_id=bf11a7f033fa4ff88856289b2fe09293&device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/749] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/networks?id=22c20814-95ea-4e4f-81d5-8def447ae45d => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/750] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a5b566db-c6d5-4607-ac85-2ba715c9d921 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/751] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/subnets?id=762e1949-d074-4066-9702-b0e372555f3e => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:43.323 7 INFO neutron.services.segments.plugin [-] Segment 4ef9be85-e3a2-48c9-a7a7-25d15278e532 resource provider aggregate not found [pid: 8|app: 0|req: 351/752] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/ports?network_id=22c20814-95ea-4e4f-81d5-8def447ae45d&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:43.327 7 INFO neutron.services.segments.plugin [-] Segment 4ef9be85-e3a2-48c9-a7a7-25d15278e532 resource provider aggregate not found 2026-06-12 08:42:43.346 7 INFO neutron.db.l3_hamode_db [None req-582668d5-6689-4480-b895-13a8efe2f373 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] HA network 9d2ca02d-3672-48e4-92b3-af8eef94141c was deleted as no HA routers are present in tenant f1fd4c04394e4013bd3ddca9b8835c0b. 2026-06-12 08:42:43.349 7 INFO neutron.services.segments.plugin [-] Segment 4ef9be85-e3a2-48c9-a7a7-25d15278e532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef9be85-e3a2-48c9-a7a7-25d15278e532 found for delete ", "request_id": "req-2e16e90d-561c-4290-a1bb-b114e74d25c7"}]} 2026-06-12 08:42:43.358 7 INFO neutron.services.segments.plugin [-] Segment 4ef9be85-e3a2-48c9-a7a7-25d15278e532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef9be85-e3a2-48c9-a7a7-25d15278e532 found for delete ", "request_id": "req-91de9093-c4af-4777-9d18-195e79799127"}]} [pid: 7|app: 0|req: 402/753] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:42 2026] DELETE /v2.0/routers/4e13638d-ce0b-47a5-ab3e-92eb2bf550d6 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/754] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/755] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d?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: 403/756] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:43 2026] DELETE /v2.0/subnets/43ace27b-bf87-46af-9b9b-f16cf38a2116 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:43.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7c04fcc-17f7-4dd3-9f54-da41fcc44e85 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: 2f4d0b57-efd0-46d8-be64-0dcac14f2a47 2026-06-12 08:42:43.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7c04fcc-17f7-4dd3-9f54-da41fcc44e85 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: 2f4d0b57-efd0-46d8-be64-0dcac14f2a47 [pid: 7|app: 0|req: 404/757] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/758] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:43 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:43.794 8 INFO neutron.services.segments.plugin [-] Segment d4b6b700-d365-4f30-8939-770d7cdb0cba resource provider aggregate not found 2026-06-12 08:42:43.805 8 INFO neutron.services.segments.plugin [-] Segment d4b6b700-d365-4f30-8939-770d7cdb0cba resource provider aggregate not found 2026-06-12 08:42:43.812 8 INFO neutron.services.segments.plugin [-] Segment d4b6b700-d365-4f30-8939-770d7cdb0cba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b6b700-d365-4f30-8939-770d7cdb0cba found for delete ", "request_id": "req-fdff512f-b030-4328-b1ac-ca8a05fcbfb6"}]} [pid: 8|app: 0|req: 354/759] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:43 2026] DELETE /v2.0/networks/bf321d5c-0b05-4991-a7ad-a42b2c1b80ba => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:43.837 8 INFO neutron.services.segments.plugin [-] Segment d4b6b700-d365-4f30-8939-770d7cdb0cba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b6b700-d365-4f30-8939-770d7cdb0cba found for delete ", "request_id": "req-65221413-0277-4143-91ff-ca2f7ec992a5"}]} 2026-06-12 08:42:43.894 7 INFO neutron.db.segments_db [None req-c0f10cfd-53ad-46da-9eb9-eda2d55f5bd1 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment 32491a3f-12a7-4747-b90b-66b2cec4e497 of type vxlan for network cce3d830-c425-44bc-8be6-5c6110d229ea [pid: 7|app: 0|req: 406/760] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:42:43 2026] POST /v2.0/networks => generated 613 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/761] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:43 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/762] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:44 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/763] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:44 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&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-12 08:42:44.249 8 INFO neutron.db.segments_db [None req-666bd1cf-20f9-4757-b2b4-ecea279e0301 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment f6302072-9bf8-49a0-b3bf-9278cda12d7e of type vxlan for network 50603f86-dfeb-465b-83d5-25a3a8cc2f22 2026-06-12 08:42:44.537 8 INFO neutron.db.l3_hamode_db [None req-666bd1cf-20f9-4757-b2b4-ecea279e0301 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:42:44.660 8 INFO neutron.db.l3_hamode_db [None req-666bd1cf-20f9-4757-b2b4-ecea279e0301 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 409/764] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:44 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 410/765] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:44 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&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: 356/766] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:44 2026] POST /v2.0/routers => generated 510 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/767] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:45 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/768] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:45 2026] GET /v2.0/security-groups?id=f9bce72c-1c0e-4f0a-978d-07b44a67fdf1&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/769] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:42:45 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:45.562 8 INFO neutron_taas.services.taas.taas_plugin [req-793a7866-dc53-4134-a3df-44338eda02a8 req-55b70fdf-3d87-4718-b07b-ba8ab25dd7db ab1ff10ae1844792b3b1870b3ecd80dc bf11a7f033fa4ff88856289b2fe09293 - - default default] TaaS: Handle Delete Port: a5b566db-c6d5-4607-ac85-2ba715c9d921 2026-06-12 08:42:45.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-793a7866-dc53-4134-a3df-44338eda02a8 req-55b70fdf-3d87-4718-b07b-ba8ab25dd7db ab1ff10ae1844792b3b1870b3ecd80dc bf11a7f033fa4ff88856289b2fe09293 - - default default] Tap Mirror: Handle Delete Port: a5b566db-c6d5-4607-ac85-2ba715c9d921 2026-06-12 08:42:45.725 8 INFO neutron.db.l3_db [req-793a7866-dc53-4134-a3df-44338eda02a8 req-55b70fdf-3d87-4718-b07b-ba8ab25dd7db ab1ff10ae1844792b3b1870b3ecd80dc bf11a7f033fa4ff88856289b2fe09293 - - default default] Floating IP 1944f406-7dc7-4b7e-abe3-34eccae8faa5 disassociated. External IP: 10.96.250.203, port: a5b566db-c6d5-4607-ac85-2ba715c9d921. [pid: 8|app: 0|req: 360/770] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:42:45 2026] DELETE /v2.0/ports/a5b566db-c6d5-4607-ac85-2ba715c9d921 => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:46.144 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-97f1d737-0931-44b8-a843-7feb47f7d073'] response: {'server_uuid': 'aff7b738-c073-476a-915c-250e275220e5', 'name': 'network-vif-deleted', 'tag': 'a5b566db-c6d5-4607-ac85-2ba715c9d921', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 361/771] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:46 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/772] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:46 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/773] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:42:45 2026] PUT /v2.0/routers/b1043fbc-519a-468f-9cd4-223e9bb3788f/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/774] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:42:46 2026] GET /v2.0/ports/eb54ae93-bda3-46c5-bf3a-7f811d5fb0cb => generated 959 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/775] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:46 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:46.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f142848-4eb7-4d41-ac04-1cdbfd2b5cf5 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: eb54ae93-bda3-46c5-bf3a-7f811d5fb0cb 2026-06-12 08:42:46.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f142848-4eb7-4d41-ac04-1cdbfd2b5cf5 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: eb54ae93-bda3-46c5-bf3a-7f811d5fb0cb [pid: 7|app: 0|req: 412/776] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:46 2026] PUT /v2.0/routers/b1043fbc-519a-468f-9cd4-223e9bb3788f/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/777] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:47 2026] GET /v2.0/ports?device_id=b1043fbc-519a-468f-9cd4-223e9bb3788f => 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: 366/778] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:47 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:47.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-de729c93-a5d6-4e8b-8ca6-5f1564588832 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: a64a26ed-154b-4d5d-b778-2e00995f1291 2026-06-12 08:42:47.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de729c93-a5d6-4e8b-8ca6-5f1564588832 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: a64a26ed-154b-4d5d-b778-2e00995f1291 [pid: 8|app: 0|req: 367/779] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:47 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/780] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:47 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:47.815 7 INFO neutron.services.segments.plugin [-] Segment f6302072-9bf8-49a0-b3bf-9278cda12d7e resource provider aggregate not found 2026-06-12 08:42:47.822 7 INFO neutron.services.segments.plugin [-] Segment f6302072-9bf8-49a0-b3bf-9278cda12d7e resource provider aggregate not found 2026-06-12 08:42:47.835 7 INFO neutron.services.segments.plugin [-] Segment f6302072-9bf8-49a0-b3bf-9278cda12d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6302072-9bf8-49a0-b3bf-9278cda12d7e found for delete ", "request_id": "req-f77cc4e3-fadf-4524-9365-6e9f708ab0d6"}]} 2026-06-12 08:42:47.842 7 INFO neutron.services.segments.plugin [-] Segment f6302072-9bf8-49a0-b3bf-9278cda12d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6302072-9bf8-49a0-b3bf-9278cda12d7e found for delete ", "request_id": "req-3f4ef786-1e15-49ed-87dc-3f954c5b8aba"}]} 2026-06-12 08:42:47.867 7 INFO neutron.db.l3_hamode_db [None req-de729c93-a5d6-4e8b-8ca6-5f1564588832 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] HA network 50603f86-dfeb-465b-83d5-25a3a8cc2f22 was deleted as no HA routers are present in tenant f1fd4c04394e4013bd3ddca9b8835c0b. [pid: 7|app: 0|req: 413/783] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:47 2026] DELETE /v2.0/routers/b1043fbc-519a-468f-9cd4-223e9bb3788f => generated 0 bytes in 676 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/784] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:47 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:47.950 8 INFO neutron.db.l3_db [None req-f5e7b9ab-30f2-40ff-82f8-7b24d7abd61a 1038995782b0498795a25d01b5d2c7f6 416a8172a7ff441c8c785d1b7192b54f - - default default] Floating IP e9db1635-012b-4b18-b469-fccad804a140 associated. External IP: 10.96.250.208, port: 4ca62dbf-48e2-424c-9fd1-dcef28376973. [pid: 7|app: 0|req: 415/785] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:47 2026] DELETE /v2.0/subnets/a2bd7b9b-de10-49a7-82d6-d019d84e85f6 => 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: 416/786] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:48 2026] DELETE /v2.0/networks/cce3d830-c425-44bc-8be6-5c6110d229ea => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:48.256 7 INFO neutron.db.segments_db [None req-760b3975-2b5a-4ad9-bf0a-1557b4c16f37 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Added segment 6a8df761-fcd3-4cba-ac0e-35f5559853d0 of type vxlan for network 56d7245c-d996-4b53-8c25-7749d2963a3b [pid: 8|app: 0|req: 371/787] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:42:47 2026] PUT /v2.0/floatingips/e9db1635-012b-4b18-b469-fccad804a140 => generated 855 bytes in 679 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:48.304 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7cb7f41-f318-456c-a29c-313ea55f9c83'] response: {'name': 'network-changed', 'server_uuid': '50b729b1-7f71-4135-b7be-2b4b2e9f40c3', 'tag': '4ca62dbf-48e2-424c-9fd1-dcef28376973', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 372/788] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 373/789] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&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-12 08:42:48.619 7 INFO neutron.db.l3_hamode_db [None req-760b3975-2b5a-4ad9-bf0a-1557b4c16f37 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 374/790] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 375/791] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/792] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/ports?tenant_id=416a8172a7ff441c8c785d1b7192b54f&device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/793] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/networks?id=ea99e002-8ec1-4238-ad34-23af6a16271b => generated 775 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/794] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4ca62dbf-48e2-424c-9fd1-dcef28376973 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/795] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/subnets?id=8b4a8a61-ec3d-4409-bfe0-20a702055a5d => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/796] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:48 2026] GET /v2.0/ports?device_id=aff7b738-c073-476a-915c-250e275220e5 => 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: 381/797] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:42:49 2026] GET /v2.0/ports?network_id=ea99e002-8ec1-4238-ad34-23af6a16271b&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/798] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:42:49 2026] GET /v2.0/networks/ea99e002-8ec1-4238-ad34-23af6a16271b?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: 383/799] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:42:49 2026] GET /v2.0/networks/ea99e002-8ec1-4238-ad34-23af6a16271b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/800] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:42:49 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1244 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/801] 10.0.0.218 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:49 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&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-12 08:42:49.563 7 INFO neutron.db.l3_hamode_db [None req-760b3975-2b5a-4ad9-bf0a-1557b4c16f37 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 386/802] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:49 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:49.861 7 INFO neutron.services.segments.plugin [-] Segment 32491a3f-12a7-4747-b90b-66b2cec4e497 resource provider aggregate not found 2026-06-12 08:42:49.872 7 INFO neutron.services.segments.plugin [-] Segment 32491a3f-12a7-4747-b90b-66b2cec4e497 resource provider aggregate not found 2026-06-12 08:42:49.891 7 INFO neutron.services.segments.plugin [-] Segment 32491a3f-12a7-4747-b90b-66b2cec4e497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32491a3f-12a7-4747-b90b-66b2cec4e497 found for delete ", "request_id": "req-54cd1bca-fe9d-4749-ac8e-501b1350cb6f"}]} 2026-06-12 08:42:49.895 7 INFO neutron.services.segments.plugin [-] Segment 32491a3f-12a7-4747-b90b-66b2cec4e497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32491a3f-12a7-4747-b90b-66b2cec4e497 found for delete ", "request_id": "req-95c5e547-9b45-4bd8-89d7-7aecf466f3a2"}]} [pid: 8|app: 0|req: 387/803] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:49 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/804] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:50 2026] DELETE /v2.0/security-groups/f9bce72c-1c0e-4f0a-978d-07b44a67fdf1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:50.195 8 INFO neutron.api.v2.resource [None req-3fc16962-a185-4d6c-b0ae-8b8291446955 ab1ff10ae1844792b3b1870b3ecd80dc bf11a7f033fa4ff88856289b2fe09293 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 389/805] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:42:50 2026] GET /v2.0/security-groups/f9bce72c-1c0e-4f0a-978d-07b44a67fdf1 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:50.293 8 INFO neutron_taas.services.taas.taas_plugin [None req-1388bdb7-ae32-48b7-8de6-ba70866b4ba2 ab1ff10ae1844792b3b1870b3ecd80dc bf11a7f033fa4ff88856289b2fe09293 - - default default] TaaS: Handle Delete Port: 4b8b995a-4817-4e3e-8f14-ab86f7489db1 2026-06-12 08:42:50.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1388bdb7-ae32-48b7-8de6-ba70866b4ba2 ab1ff10ae1844792b3b1870b3ecd80dc bf11a7f033fa4ff88856289b2fe09293 - - default default] Tap Mirror: Handle Delete Port: 4b8b995a-4817-4e3e-8f14-ab86f7489db1 [pid: 8|app: 0|req: 390/806] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:42:50 2026] DELETE /v2.0/floatingips/1944f406-7dc7-4b7e-abe3-34eccae8faa5 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/807] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:42:48 2026] POST /v2.0/routers => generated 691 bytes in 2266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/808] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:42:50 2026] GET /v2.0/routers/ef04cf62-d7b4-4d39-b3eb-f49277e38cf8 => generated 697 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:50.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee4c8717-4e33-4fea-86b4-93530ec0e9fb dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: c89c3a4a-f998-42ba-b9f5-50b4bf85de26 2026-06-12 08:42:50.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee4c8717-4e33-4fea-86b4-93530ec0e9fb dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: c89c3a4a-f998-42ba-b9f5-50b4bf85de26 [pid: 7|app: 0|req: 419/809] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:42:50 2026] GET /v2.0/routers => generated 700 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/810] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:51 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/811] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:50 2026] PUT /v2.0/routers/251d90f7-fb58-408b-a43f-2d74b5871825/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/812] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:42:51 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/813] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:42:51 2026] GET /v2.0/security-groups?id=5da798b5-ef4d-47f0-b1fb-c73b434b9f7b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/814] 10.0.0.241 () {34 vars in 741 bytes} [Fri Jun 12 08:42:51 2026] PUT /v2.0/routers/ef04cf62-d7b4-4d39-b3eb-f49277e38cf8 => generated 704 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:51.615 7 INFO neutron_taas.services.taas.taas_plugin [req-e7b64177-f4b4-4443-a986-9b07ad619f37 req-a3d705ec-28e3-4e8f-9a4e-4c2b0da81f27 1038995782b0498795a25d01b5d2c7f6 416a8172a7ff441c8c785d1b7192b54f - - default default] TaaS: Handle Delete Port: 4ca62dbf-48e2-424c-9fd1-dcef28376973 2026-06-12 08:42:51.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e7b64177-f4b4-4443-a986-9b07ad619f37 req-a3d705ec-28e3-4e8f-9a4e-4c2b0da81f27 1038995782b0498795a25d01b5d2c7f6 416a8172a7ff441c8c785d1b7192b54f - - default default] Tap Mirror: Handle Delete Port: 4ca62dbf-48e2-424c-9fd1-dcef28376973 2026-06-12 08:42:51.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5167a13-37a3-4cc4-93df-009337add819 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: da5f985b-4ff6-4893-95e4-da0c60223d0a 2026-06-12 08:42:51.688 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5167a13-37a3-4cc4-93df-009337add819 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: da5f985b-4ff6-4893-95e4-da0c60223d0a 2026-06-12 08:42:51.798 7 INFO neutron.db.l3_db [req-e7b64177-f4b4-4443-a986-9b07ad619f37 req-a3d705ec-28e3-4e8f-9a4e-4c2b0da81f27 1038995782b0498795a25d01b5d2c7f6 416a8172a7ff441c8c785d1b7192b54f - - default default] Floating IP e9db1635-012b-4b18-b469-fccad804a140 disassociated. External IP: 10.96.250.208, port: 4ca62dbf-48e2-424c-9fd1-dcef28376973. 2026-06-12 08:42:51.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5167a13-37a3-4cc4-93df-009337add819 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 367b7daa-6302-41df-8df4-7a4d2362f1f8 2026-06-12 08:42:51.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5167a13-37a3-4cc4-93df-009337add819 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 367b7daa-6302-41df-8df4-7a4d2362f1f8 [pid: 7|app: 0|req: 422/815] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:42:51 2026] DELETE /v2.0/ports/4ca62dbf-48e2-424c-9fd1-dcef28376973 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:52.201 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9566b705-7dfd-4ecd-94b5-d5e1e521e8b4'] response: {'server_uuid': '50b729b1-7f71-4135-b7be-2b4b2e9f40c3', 'name': 'network-vif-deleted', 'tag': '4ca62dbf-48e2-424c-9fd1-dcef28376973', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 423/816] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:42:52 2026] GET /v2.0/routers/ef04cf62-d7b4-4d39-b3eb-f49277e38cf8 => generated 704 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/817] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:52 2026] GET /v2.0/ports?device_id=ef04cf62-d7b4-4d39-b3eb-f49277e38cf8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:52.270 8 INFO neutron.services.segments.plugin [-] Segment 3fdff57c-74a0-4db1-be9b-975d151f3952 resource provider aggregate not found 2026-06-12 08:42:52.278 8 INFO neutron.services.segments.plugin [-] Segment 3fdff57c-74a0-4db1-be9b-975d151f3952 resource provider aggregate not found 2026-06-12 08:42:52.288 8 INFO neutron.services.segments.plugin [-] Segment 3fdff57c-74a0-4db1-be9b-975d151f3952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fdff57c-74a0-4db1-be9b-975d151f3952 found for delete ", "request_id": "req-940fecb3-2319-4eae-9529-dd5a66599316"}]} 2026-06-12 08:42:52.300 8 INFO neutron.services.segments.plugin [-] Segment 3fdff57c-74a0-4db1-be9b-975d151f3952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fdff57c-74a0-4db1-be9b-975d151f3952 found for delete ", "request_id": "req-77099fa1-5674-4339-855b-06a00bc7c16f"}]} 2026-06-12 08:42:52.308 8 INFO neutron.db.l3_hamode_db [None req-b5167a13-37a3-4cc4-93df-009337add819 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network 2b25e804-bee1-4184-9010-2702c7bb9705 was deleted as no HA routers are present in tenant bf11a7f033fa4ff88856289b2fe09293. [pid: 8|app: 0|req: 394/818] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:51 2026] DELETE /v2.0/routers/251d90f7-fb58-408b-a43f-2d74b5871825 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:52.443 7 INFO neutron_taas.services.taas.taas_plugin [None req-20ac375e-e7d1-42a4-a375-02d08c21af85 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: c4ceea98-548a-46d2-83fa-66f2fe03e52a 2026-06-12 08:42:52.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20ac375e-e7d1-42a4-a375-02d08c21af85 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: c4ceea98-548a-46d2-83fa-66f2fe03e52a [pid: 8|app: 0|req: 395/819] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:52 2026] DELETE /v2.0/subnets/762e1949-d074-4066-9702-b0e372555f3e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:52.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-79f4cba3-3c3e-44ec-845e-be9b414d79ab dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: fa4a3240-7a58-41cc-a179-c9e06adf8755 2026-06-12 08:42:52.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79f4cba3-3c3e-44ec-845e-be9b414d79ab dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: fa4a3240-7a58-41cc-a179-c9e06adf8755 [pid: 8|app: 0|req: 396/820] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:52 2026] DELETE /v2.0/networks/22c20814-95ea-4e4f-81d5-8def447ae45d => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:52.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-20ac375e-e7d1-42a4-a375-02d08c21af85 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] TaaS: Handle Delete Port: 379ffd1e-268a-4811-a46f-ad93e5291060 2026-06-12 08:42:52.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20ac375e-e7d1-42a4-a375-02d08c21af85 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] Tap Mirror: Handle Delete Port: 379ffd1e-268a-4811-a46f-ad93e5291060 [pid: 8|app: 0|req: 397/821] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:52 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 398/822] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:52 2026] GET /v2.0/security-groups?tenant_id=bf11a7f033fa4ff88856289b2fe09293&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/823] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:52 2026] DELETE /v2.0/security-groups/686037b0-155e-47ab-b9e4-7dde25324efc => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:53.132 7 INFO neutron.services.segments.plugin [-] Segment 6a8df761-fcd3-4cba-ac0e-35f5559853d0 resource provider aggregate not found 2026-06-12 08:42:53.135 7 INFO neutron.services.segments.plugin [-] Segment 6a8df761-fcd3-4cba-ac0e-35f5559853d0 resource provider aggregate not found 2026-06-12 08:42:53.149 7 INFO neutron.services.segments.plugin [-] Segment 6a8df761-fcd3-4cba-ac0e-35f5559853d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8df761-fcd3-4cba-ac0e-35f5559853d0 found for delete ", "request_id": "req-662a844c-75df-40dd-b7ba-2d92a78622e5"}]} 2026-06-12 08:42:53.150 7 INFO neutron.services.segments.plugin [-] Segment 6a8df761-fcd3-4cba-ac0e-35f5559853d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a8df761-fcd3-4cba-ac0e-35f5559853d0 found for delete ", "request_id": "req-644c6ada-4431-4e09-a4d5-83f2ed087fc7"}]} 2026-06-12 08:42:53.153 7 INFO neutron.db.l3_hamode_db [None req-20ac375e-e7d1-42a4-a375-02d08c21af85 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] HA network 56d7245c-d996-4b53-8c25-7749d2963a3b was deleted as no HA routers are present in tenant f1fd4c04394e4013bd3ddca9b8835c0b. [pid: 7|app: 0|req: 425/824] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:52 2026] DELETE /v2.0/routers/ef04cf62-d7b4-4d39-b3eb-f49277e38cf8 => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/825] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:53 2026] GET /v2.0/ports?device_id=ef04cf62-d7b4-4d39-b3eb-f49277e38cf8 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:53.205 7 INFO neutron.api.v2.resource [None req-98ef8186-ebd5-4af4-bd53-0d4997f4f1dd 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 426/826] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/routers/ef04cf62-d7b4-4d39-b3eb-f49277e38cf8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/827] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:53 2026] GET /v2.0/ports?device_id=b1043fbc-519a-468f-9cd4-223e9bb3788f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:53.255 7 INFO neutron.api.v2.resource [None req-f0b39124-0c24-4d91-b9a5-5fd09aa0ad3c 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 427/828] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/routers/b1043fbc-519a-468f-9cd4-223e9bb3788f => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:53.287 8 INFO neutron.pecan_wsgi.hooks.translation [None req-254dcd9f-0abc-4873-81b8-a8acdcb54b68 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 402/829] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/subnets/a2bd7b9b-de10-49a7-82d6-d019d84e85f6 => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/830] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:53 2026] GET /v2.0/ports?device_id=4e13638d-ce0b-47a5-ab3e-92eb2bf550d6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:53.338 8 INFO neutron.api.v2.resource [None req-e01d1a8b-88d8-4406-bb9f-3b467b6f1185 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 403/831] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/routers/4e13638d-ce0b-47a5-ab3e-92eb2bf550d6 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:53.363 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b60307b7-d62c-4732-ba69-f497cc726f73 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/832] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/subnets/43ace27b-bf87-46af-9b9b-f16cf38a2116 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/833] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:42:53 2026] GET /v2.0/ports?device_id=efe603d5-04e2-413d-a56a-60a186c95d0a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:42:53.415 7 INFO neutron.api.v2.resource [None req-c019bacb-8f0b-4a16-9a2b-bdca51215995 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 430/834] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/routers/efe603d5-04e2-413d-a56a-60a186c95d0a => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:53.435 8 INFO neutron.pecan_wsgi.hooks.translation [None req-414a8642-0e2a-4427-a4b9-2609a133973c 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/835] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/subnets/3de8f2a2-30d6-4b1e-aa2f-4a064bff889f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:53.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abb4c775-b067-47c7-aa0c-c6ef5b382e33 6c01dcc949f44743ad9aa727aa8a28da f1fd4c04394e4013bd3ddca9b8835c0b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 431/836] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:53 2026] DELETE /v2.0/subnets/779b800f-8b53-4914-950a-c17ca7ed754c => 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: 406/837] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:53 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => 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: 432/838] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:53 2026] GET /v2.0/security-groups?tenant_id=f1fd4c04394e4013bd3ddca9b8835c0b&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: 407/839] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:54 2026] DELETE /v2.0/security-groups/492a74ff-db86-42dd-a338-123ec642a06e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:54.303 8 INFO neutron.services.segments.plugin [-] Segment 9bc2e673-c32e-4f10-9dba-96909750df5d resource provider aggregate not found 2026-06-12 08:42:54.324 8 INFO neutron.services.segments.plugin [-] Segment 9bc2e673-c32e-4f10-9dba-96909750df5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc2e673-c32e-4f10-9dba-96909750df5d found for delete ", "request_id": "req-f63279b2-1ac9-4b17-9461-6f7abb2dbe45"}]} 2026-06-12 08:42:54.334 8 INFO neutron.services.segments.plugin [-] Segment 9bc2e673-c32e-4f10-9dba-96909750df5d resource provider aggregate not found 2026-06-12 08:42:54.349 8 INFO neutron.services.segments.plugin [-] Segment 9bc2e673-c32e-4f10-9dba-96909750df5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc2e673-c32e-4f10-9dba-96909750df5d found for delete ", "request_id": "req-18082f29-50d3-4e12-9842-a1c5ae25fff9"}]} [pid: 7|app: 0|req: 433/840] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:42:54 2026] GET /v2.0/ports?device_id=50b729b1-7f71-4135-b7be-2b4b2e9f40c3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/841] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:56 2026] DELETE /v2.0/security-groups/5da798b5-ef4d-47f0-b1fb-c73b434b9f7b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:56.170 7 INFO neutron.api.v2.resource [None req-b78315d8-a959-49fd-8b2b-1ce85e62d71b 1038995782b0498795a25d01b5d2c7f6 416a8172a7ff441c8c785d1b7192b54f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 434/842] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:42:56 2026] GET /v2.0/security-groups/5da798b5-ef4d-47f0-b1fb-c73b434b9f7b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:42:56.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-d75d1677-00ce-4f79-b334-61baed077fd2 1038995782b0498795a25d01b5d2c7f6 416a8172a7ff441c8c785d1b7192b54f - - default default] TaaS: Handle Delete Port: a0b807ef-2faf-43c5-a535-dbc09d86b63a 2026-06-12 08:42:56.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d75d1677-00ce-4f79-b334-61baed077fd2 1038995782b0498795a25d01b5d2c7f6 416a8172a7ff441c8c785d1b7192b54f - - default default] Tap Mirror: Handle Delete Port: a0b807ef-2faf-43c5-a535-dbc09d86b63a [pid: 8|app: 0|req: 409/843] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:42:56 2026] DELETE /v2.0/floatingips/e9db1635-012b-4b18-b469-fccad804a140 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:42:56.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d760fc6-9775-4c59-b762-619a44ed2efb dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 6b3d967b-e92f-4fcf-aa94-d72812a07754 2026-06-12 08:42:56.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d760fc6-9775-4c59-b762-619a44ed2efb dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 6b3d967b-e92f-4fcf-aa94-d72812a07754 [pid: 7|app: 0|req: 435/844] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:42:56 2026] PUT /v2.0/routers/0d242ce0-657d-4053-9b29-5fd1071daf4d/remove_router_interface => generated 309 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:42:57.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1db85fb-b8dc-4ab6-82d6-57fb10cc8eb6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: f138f055-51d0-4bbe-aa11-0495389b3c66 2026-06-12 08:42:57.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1db85fb-b8dc-4ab6-82d6-57fb10cc8eb6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: f138f055-51d0-4bbe-aa11-0495389b3c66 [pid: 7|app: 0|req: 436/845] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:57 2026] GET /v2.0/security-groups?tenant_id=6c80557c9e444e62aba4b8d6e6892ddd&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:57.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1db85fb-b8dc-4ab6-82d6-57fb10cc8eb6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: ade4165f-f540-4603-84ca-b007e5161809 2026-06-12 08:42:57.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1db85fb-b8dc-4ab6-82d6-57fb10cc8eb6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: ade4165f-f540-4603-84ca-b007e5161809 [pid: 7|app: 0|req: 437/846] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:57 2026] DELETE /v2.0/security-groups/5caf586c-ac55-4123-b6c2-3ee2a89971ce => 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: 438/847] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:57 2026] GET /v2.0/security-groups?tenant_id=f3f09bf487264ace80b7f87a14ceb60a&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:42:57.943 8 INFO neutron.services.segments.plugin [-] Segment aee683a4-1499-4fee-a3af-aa3e44cd6b28 resource provider aggregate not found 2026-06-12 08:42:57.945 8 INFO neutron.services.segments.plugin [-] Segment aee683a4-1499-4fee-a3af-aa3e44cd6b28 resource provider aggregate not found 2026-06-12 08:42:57.963 8 INFO neutron.services.segments.plugin [-] Segment aee683a4-1499-4fee-a3af-aa3e44cd6b28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aee683a4-1499-4fee-a3af-aa3e44cd6b28 found for delete ", "request_id": "req-6ef8ff4b-4aa1-4182-ae52-d767cefdb359"}]} 2026-06-12 08:42:57.966 8 INFO neutron.db.l3_hamode_db [None req-a1db85fb-b8dc-4ab6-82d6-57fb10cc8eb6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network a3e22c29-d3e6-438b-8081-c43ee978e948 was deleted as no HA routers are present in tenant 416a8172a7ff441c8c785d1b7192b54f. 2026-06-12 08:42:57.971 8 INFO neutron.services.segments.plugin [-] Segment aee683a4-1499-4fee-a3af-aa3e44cd6b28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aee683a4-1499-4fee-a3af-aa3e44cd6b28 found for delete ", "request_id": "req-59278d24-d80b-41bb-b2dd-6b534d7ae9f1"}]} [pid: 8|app: 0|req: 410/848] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:57 2026] DELETE /v2.0/routers/0d242ce0-657d-4053-9b29-5fd1071daf4d => generated 0 bytes in 767 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/849] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:57 2026] DELETE /v2.0/security-groups/61274221-145d-413c-aadd-3641bc813301 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/850] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:42:57 2026] DELETE /v2.0/subnets/8b4a8a61-ec3d-4409-bfe0-20a702055a5d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:58.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3dc5428-5b4c-44f6-8bbc-0edd5b775454 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 25781b47-d6ac-41fa-a5f5-4b1a3b6cd876 2026-06-12 08:42:58.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3dc5428-5b4c-44f6-8bbc-0edd5b775454 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 25781b47-d6ac-41fa-a5f5-4b1a3b6cd876 2026-06-12 08:42:58.368 7 INFO neutron.services.segments.plugin [-] Segment cf3cd987-852c-473d-a7fd-482f7ce01c10 resource provider aggregate not found 2026-06-12 08:42:58.372 7 INFO neutron.services.segments.plugin [-] Segment cf3cd987-852c-473d-a7fd-482f7ce01c10 resource provider aggregate not found 2026-06-12 08:42:58.388 7 INFO neutron.services.segments.plugin [-] Segment cf3cd987-852c-473d-a7fd-482f7ce01c10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf3cd987-852c-473d-a7fd-482f7ce01c10 found for delete ", "request_id": "req-190f751b-f728-4bad-8718-da27a1625991"}]} [pid: 7|app: 0|req: 440/851] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:42:58 2026] DELETE /v2.0/networks/ea99e002-8ec1-4238-ad34-23af6a16271b => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:42:58.403 7 INFO neutron.services.segments.plugin [-] Segment cf3cd987-852c-473d-a7fd-482f7ce01c10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf3cd987-852c-473d-a7fd-482f7ce01c10 found for delete ", "request_id": "req-3e7ac419-5111-4b2b-83a9-a9e511dc18dc"}]} [pid: 8|app: 0|req: 412/852] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:58 2026] GET /v2.0/security-groups?tenant_id=416a8172a7ff441c8c785d1b7192b54f&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: 441/853] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:58 2026] DELETE /v2.0/security-groups/30fbccb8-9154-4179-929b-2d8192d6c3e7 => 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: 413/854] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:42:59 2026] GET /v2.0/security-groups?tenant_id=365c1fc8fec64cd490b66389f518820e&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/855] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:42:59 2026] DELETE /v2.0/security-groups/f78a6a08-3809-434c-af0c-d253d6bd8a08 => 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: 414/856] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:00 2026] GET /v2.0/security-groups?tenant_id=dc5e261805764c3fbd53d81e10c1b0dc&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/857] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:00 2026] DELETE /v2.0/security-groups/12950f24-ae9b-420a-ab38-685a1589c80e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:00.640 8 INFO neutron.db.segments_db [None req-be8ca334-b6f8-4754-b807-59f1361ed590 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 967a9640-362e-4d4a-b7b3-972b152aeb9e of type vxlan for network ab3e745f-1258-45bf-bb84-34b1ba379597 [pid: 8|app: 0|req: 415/858] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:43:00 2026] POST /v2.0/networks => generated 727 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/859] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:00 2026] POST /v2.0/subnets => generated 693 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:00.957 8 INFO neutron.db.segments_db [None req-1256a5c9-d370-4fc7-8cbb-ba0049974fe6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment d59dd1bb-3196-454d-a587-7a2a16b48b20 of type vxlan for network 055a0835-cae0-4244-b273-7bf00f695849 2026-06-12 08:43:01.199 8 INFO neutron.db.l3_hamode_db [None req-1256a5c9-d370-4fc7-8cbb-ba0049974fe6 dd9330b232bb456eb4dadf730a6ad092 bc6b7745fae742db8fa3ab981749597b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 445/860] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:01 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/861] 10.0.0.116 () {34 vars in 971 bytes} [Fri Jun 12 08:43:01 2026] GET /v2.0/ports/b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:01.938 8 INFO neutron.db.l3_hamode_db [None req-1256a5c9-d370-4fc7-8cbb-ba0049974fe6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 447/862] 199.204.45.109 () {34 vars in 1000 bytes} [Fri Jun 12 08:43:02 2026] GET /v2.0/subnets?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/863] 199.204.45.109 () {34 vars in 1146 bytes} [Fri Jun 12 08:43:02 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850&device_owner=compute%3Anova&network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/864] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:00 2026] POST /v2.0/routers => generated 733 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/867] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:43:02 2026] PUT /v2.0/ports/b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 1149 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:03.031 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f206f81e-ab7c-44db-badf-0cb9e42fd486'] response: {'name': 'network-changed', 'server_uuid': '2fb800f5-387a-4880-82d1-108df91f8850', 'tag': 'b3fc5a43-633a-4ccf-b64a-b703a6a92125', '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: 450/868] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:03 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1421 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/869] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:03 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/870] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:03 2026] GET /v2.0/security-groups?tenant_id=94ef03d02339445a8e2287538146aa0a&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/871] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/872] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:03 2026] DELETE /v2.0/security-groups/18219105-919d-4a0d-a99a-3113a00b3933 => 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: 455/873] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:43:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => 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: 419/874] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:43:02 2026] PUT /v2.0/routers/12cef2c4-91d1-4cac-b9b4-7e5a4f35d485/add_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/875] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:04 2026] GET /v2.0/subnets?id=5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/876] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:04 2026] GET /v2.0/ports?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/877] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:04 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?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: 422/878] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:04 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/879] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:04 2026] GET /v2.0/security-groups?tenant_id=cefaf3598f8244c98a7faca1c858f219&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/880] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:04 2026] DELETE /v2.0/security-groups/fc107801-a58d-4d78-a0b1-37a69af218ba => 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: 457/881] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:04 2026] GET /v2.0/security-groups?tenant_id=4702cc6732694bc493d3e41f2d6fb8d7&name=default => generated 2925 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/882] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:04 2026] DELETE /v2.0/security-groups/59a70a9a-f249-4eb6-94de-99b86850b883 => 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: 458/883] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1152 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/884] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/885] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/networks?id=ab3e745f-1258-45bf-bb84-34b1ba379597 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/886] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/quotas/bc6b7745fae742db8fa3ab981749597b => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/887] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/ports?tenant_id=bc6b7745fae742db8fa3ab981749597b&fields=id => generated 57 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/888] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1421 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/889] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/890] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/891] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => 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: 463/892] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/subnets?id=5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/893] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/ports?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/894] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/895] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?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: 465/896] 10.0.0.116 () {34 vars in 907 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/extensions => generated 21537 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/897] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/networks/ab3e745f-1258-45bf-bb84-34b1ba379597?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: 466/898] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:43:05 2026] GET /v2.0/networks/ab3e745f-1258-45bf-bb84-34b1ba379597?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: 433/899] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:06 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => 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: 467/900] 199.204.45.109 () {34 vars in 1118 bytes} [Fri Jun 12 08:43:06 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:06.752 7 INFO neutron.db.segments_db [None req-070c7893-842e-4526-980e-62ade1322e63 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Added segment 581ca5eb-4320-4fb5-8d99-88d40f73ead4 of type vxlan for network 32440ca5-f4ac-4c60-a714-eed8f538e079 [pid: 8|app: 0|req: 434/901] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:43:06 2026] PUT /v2.0/ports/b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 972 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:06.857 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b7369d0-68f0-42bc-b6c4-35275662ac07'] response: {'name': 'network-changed', 'server_uuid': '2fb800f5-387a-4880-82d1-108df91f8850', 'tag': 'b3fc5a43-633a-4ccf-b64a-b703a6a92125', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 468/902] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:06 2026] POST /v2.0/networks => generated 631 bytes in 508 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: 435/903] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:06 2026] POST /v2.0/subnets => generated 627 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/904] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:07.180 8 INFO neutron.db.segments_db [None req-6a2fea1b-1b64-4492-bf56-6f0396ebc1e7 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Added segment 1bfce4e8-5ce2-4645-b4f6-d71ea6e09591 of type vxlan for network 03c3ee25-f4d3-4ec9-8961-fb29ba973540 [pid: 7|app: 0|req: 470/905] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/906] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:07.437 8 INFO neutron.db.l3_hamode_db [None req-6a2fea1b-1b64-4492-bf56-6f0396ebc1e7 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 472/907] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/908] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/subnets?id=5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/909] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/ports?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/910] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/911] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:07 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:08.193 8 INFO neutron.db.l3_hamode_db [None req-6a2fea1b-1b64-4492-bf56-6f0396ebc1e7 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 477/912] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:08 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => 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: 478/913] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:08 2026] GET /v2.0/security-groups?tenant_id=f18e0110c62b48ec807870ff79d66635&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/914] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:08 2026] DELETE /v2.0/security-groups/06414f92-14be-4c6f-9b9c-626d815234ad => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/915] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:08 2026] GET /v2.0/ports?tenant_id=aed49e082e264f61bdcc4366892fe02f&device_id=2fb800f5-387a-4880-82d1-108df91f8850 => 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: 481/916] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:08 2026] GET /v2.0/networks?id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/917] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:08 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/918] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 861 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/919] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:08 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/920] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:09 2026] GET /v2.0/subnets?id=5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/921] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:09 2026] GET /v2.0/ports?network_id=51e2d5d6-4a4c-4e5d-b8db-e4219813646c&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/922] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:09 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/923] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:09 2026] GET /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/924] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:09 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/925] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:07 2026] POST /v2.0/routers => generated 695 bytes in 2319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/926] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:10 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/927] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:10 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&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-12 08:43:10.714 8 INFO neutron.db.segments_db [None req-c929ed4f-1cea-4dd7-874b-2fc75accc4a6 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment cf43ec83-e297-4363-bd0c-66e0bd47f988 of type vxlan for network 30677f87-2a3a-4830-a1f3-fefdf95d4478 [pid: 8|app: 0|req: 439/928] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:43:10 2026] POST /v2.0/networks => generated 722 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/929] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:10 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => 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: 441/930] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:10 2026] GET /v2.0/networks?id=ab3e745f-1258-45bf-bb84-34b1ba379597 => 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: 490/931] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:43:09 2026] PUT /v2.0/routers/231c720a-979a-4b41-86bf-16d15248cdd4/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/932] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:10 2026] POST /v2.0/subnets => generated 688 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/933] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:43:10 2026] POST /v2.0/ports => generated 958 bytes in 381 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-12 08:43:11.283 7 INFO neutron.db.segments_db [None req-cd5222f5-9d99-43fb-ae67-6aa3222d38ac dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment c28b2aa1-30d3-4693-bf96-9ae8deef2a38 of type vxlan for network 8b4719cb-6f9b-4a95-aef1-aa9ff4548639 [pid: 8|app: 0|req: 443/934] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:43:11 2026] POST /v2.0/ports => generated 959 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 444/935] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:43:11 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/936] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:11 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:11.559 7 INFO neutron.db.l3_hamode_db [None req-cd5222f5-9d99-43fb-ae67-6aa3222d38ac dd9330b232bb456eb4dadf730a6ad092 b6689b3601f643caa9fa308d709525d4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 446/937] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:43:11 2026] PUT /v2.0/ports/6decf90e-07ba-4811-b52e-68703ed4e9a1 => generated 1239 bytes in 415 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: 447/938] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:43:11 2026] POST /v2.0/ports => generated 955 bytes in 367 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-12 08:43:12.276 7 INFO neutron.db.l3_hamode_db [None req-cd5222f5-9d99-43fb-ae67-6aa3222d38ac dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:43:12.342 8 INFO neutron_taas.services.taas.taas_plugin [req-a9602421-0f70-4f70-a261-e4674c0bdff2 req-ecbfe827-9544-4e95-8218-d3089077a636 d3dd2f73f64a498e8d2f172975df1dce aed49e082e264f61bdcc4366892fe02f - - default default] TaaS: Handle Delete Port: b3fc5a43-633a-4ccf-b64a-b703a6a92125 2026-06-12 08:43:12.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a9602421-0f70-4f70-a261-e4674c0bdff2 req-ecbfe827-9544-4e95-8218-d3089077a636 d3dd2f73f64a498e8d2f172975df1dce aed49e082e264f61bdcc4366892fe02f - - default default] Tap Mirror: Handle Delete Port: b3fc5a43-633a-4ccf-b64a-b703a6a92125 2026-06-12 08:43:12.458 8 INFO neutron.db.l3_db [req-a9602421-0f70-4f70-a261-e4674c0bdff2 req-ecbfe827-9544-4e95-8218-d3089077a636 d3dd2f73f64a498e8d2f172975df1dce aed49e082e264f61bdcc4366892fe02f - - default default] Floating IP 62d3c62a-d889-49bd-8dd7-7eb6ab390f0d disassociated. External IP: 10.96.250.212, port: b3fc5a43-633a-4ccf-b64a-b703a6a92125. [pid: 8|app: 0|req: 448/939] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:43:12 2026] DELETE /v2.0/ports/b3fc5a43-633a-4ccf-b64a-b703a6a92125 => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/940] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:12 2026] GET /v2.0/security-groups?id=40359de7-55b6-4008-b954-536b87d8b5fe&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:12.969 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af291d2c-58ce-4e72-831f-f0f321fc371e'] response: {'name': 'network-changed', 'server_uuid': '06512a10-6182-4b11-a5c3-2bff7d477c12', 'tag': '6decf90e-07ba-4811-b52e-68703ed4e9a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 450/941] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:12 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/942] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:11 2026] POST /v2.0/routers => generated 728 bytes in 2064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/943] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:13 2026] GET /v2.0/ports?tenant_id=bc6b7745fae742db8fa3ab981749597b&device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/944] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:13 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:13.635 8 INFO neutron.db.l3_db [None req-d28f4681-3ed9-4d41-bbbd-1fe466f9d8d3 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Floating IP 58927a47-87d0-49be-96df-04c4542548b7 associated. External IP: 10.96.250.214, port: 8bbb5606-1ddb-425f-acdb-be4b8e3b612e. [pid: 8|app: 0|req: 451/945] 10.0.0.241 () {34 vars in 677 bytes} [Fri Jun 12 08:43:12 2026] POST /v2.0/floatingips => generated 842 bytes in 927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/946] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6decf90e-07ba-4811-b52e-68703ed4e9a1 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:14.048 8 INFO neutron.db.l3_db [None req-9113ed9b-5d3f-46ee-aaf9-f60fa182bbc2 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Floating IP 58927a47-87d0-49be-96df-04c4542548b7 disassociated. External IP: 10.96.250.214, port: 8bbb5606-1ddb-425f-acdb-be4b8e3b612e. [pid: 8|app: 0|req: 453/947] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:43:13 2026] PUT /v2.0/floatingips/58927a47-87d0-49be-96df-04c4542548b7 => generated 552 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/948] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:14 2026] GET /v2.0/subnets?id=f0683e05-a097-424c-b94d-5f5006e7ef05 => generated 696 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/949] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:14 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:14.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b2e95e2-e5cb-40d1-a751-b5cf9dbd4ac5 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] TaaS: Handle Delete Port: 7d69e4e7-075d-474c-bfcf-2879ab754738 2026-06-12 08:43:14.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b2e95e2-e5cb-40d1-a751-b5cf9dbd4ac5 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Tap Mirror: Handle Delete Port: 7d69e4e7-075d-474c-bfcf-2879ab754738 [pid: 8|app: 0|req: 456/950] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:43:14 2026] DELETE /v2.0/floatingips/58927a47-87d0-49be-96df-04c4542548b7 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/951] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:43:13 2026] PUT /v2.0/routers/85229b78-b37d-481b-9113-5bb12606fdda/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/952] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:14 2026] GET /v2.0/ports?network_id=ab3e745f-1258-45bf-bb84-34b1ba379597&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: 496/953] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:14 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/954] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:14 2026] GET /v2.0/networks/ab3e745f-1258-45bf-bb84-34b1ba379597?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/955] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:14 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/956] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:14 2026] GET /v2.0/networks/ab3e745f-1258-45bf-bb84-34b1ba379597?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-12 08:43:15.009 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d427745e-eb3c-4564-8214-4e312e06f17a'] response: {'server_uuid': '2fb800f5-387a-4880-82d1-108df91f8850', 'name': 'network-vif-deleted', 'tag': 'b3fc5a43-633a-4ccf-b64a-b703a6a92125', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 500/957] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:15 2026] GET /v2.0/ports?device_id=2fb800f5-387a-4880-82d1-108df91f8850 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:15.496 8 INFO neutron.db.l3_db [None req-a5e56703-f849-4b9e-b947-c7d097958bb1 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Floating IP 8dea892f-2431-4151-8a92-1d36260d8a46 associated. External IP: 10.96.250.207, port: 6285abcf-c541-4288-8863-f80aa29c0ce4. [pid: 8|app: 0|req: 458/958] 10.0.0.241 () {34 vars in 677 bytes} [Fri Jun 12 08:43:14 2026] POST /v2.0/floatingips => generated 843 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/959] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:15 2026] GET /v2.0/ports?tenant_id=bc6b7745fae742db8fa3ab981749597b&device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:15.872 7 INFO neutron.db.segments_db [None req-564e1ed9-6719-4367-952f-22aec30292f9 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 13176935-090d-4368-afa8-cf1734b9c2ed of type vxlan for network c42ebfe2-1eae-4ec9-b96b-486b380abefe [pid: 8|app: 0|req: 460/960] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:15 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/961] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:43:15 2026] GET /v2.0/floatingips/8dea892f-2431-4151-8a92-1d36260d8a46 => generated 843 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/962] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:43:15 2026] POST /v2.0/networks => generated 721 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/963] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:15 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/964] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:15 2026] GET /v2.0/networks?id=ab3e745f-1258-45bf-bb84-34b1ba379597 => generated 774 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/965] 10.0.0.241 () {32 vars in 655 bytes} [Fri Jun 12 08:43:16 2026] GET /v2.0/floatingips => generated 846 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/966] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=6decf90e-07ba-4811-b52e-68703ed4e9a1 => 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: 463/967] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:16 2026] POST /v2.0/subnets => generated 687 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/968] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:16 2026] GET /v2.0/subnets?id=f0683e05-a097-424c-b94d-5f5006e7ef05 => generated 696 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:16.259 8 INFO neutron.db.segments_db [None req-0cca5a99-12fc-49c3-9dbc-8d731ff6d1b2 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 997d00d6-acfc-4701-81cc-14fcce20fa88 of type vxlan for network 7286b577-2b0d-4efb-9358-c52fde39859c 2026-06-12 08:43:16.492 8 INFO neutron.db.l3_hamode_db [None req-0cca5a99-12fc-49c3-9dbc-8d731ff6d1b2 dd9330b232bb456eb4dadf730a6ad092 807051be7da1423084fe75c4d407962d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:43:16.504 7 INFO neutron.db.l3_db [None req-c953db99-f626-4f43-9f2f-3f1b616f009c 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Floating IP 8dea892f-2431-4151-8a92-1d36260d8a46 associated. External IP: 10.96.250.207, port: 6285abcf-c541-4288-8863-f80aa29c0ce4. [pid: 7|app: 0|req: 505/969] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:43:16 2026] PUT /v2.0/floatingips/8dea892f-2431-4151-8a92-1d36260d8a46 => generated 842 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/970] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:17 2026] GET /v2.0/ports?network_id=ab3e745f-1258-45bf-bb84-34b1ba379597&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/971] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:17 2026] DELETE /v2.0/security-groups/40359de7-55b6-4008-b954-536b87d8b5fe => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:17.193 8 INFO neutron.db.l3_hamode_db [None req-0cca5a99-12fc-49c3-9dbc-8d731ff6d1b2 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:43:17.273 7 INFO neutron.db.l3_db [None req-d0fa3ad8-9b39-46f2-9347-d7287f506393 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Floating IP 8dea892f-2431-4151-8a92-1d36260d8a46 disassociated. External IP: 10.96.250.207, port: 8bbb5606-1ddb-425f-acdb-be4b8e3b612e. [pid: 7|app: 0|req: 508/972] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:43:17 2026] PUT /v2.0/floatingips/8dea892f-2431-4151-8a92-1d36260d8a46 => generated 552 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/973] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:17 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => 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: 510/974] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:17 2026] GET /v2.0/networks/ab3e745f-1258-45bf-bb84-34b1ba379597?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:17.778 7 INFO neutron.api.v2.resource [None req-b7032dbb-b29c-44fd-a586-a2f24049aa69 d3dd2f73f64a498e8d2f172975df1dce aed49e082e264f61bdcc4366892fe02f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 511/975] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:43:17 2026] GET /v2.0/security-groups/40359de7-55b6-4008-b954-536b87d8b5fe => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:43:17.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-45ec05d2-b516-40a2-8d5b-a79cbdce46ab 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] TaaS: Handle Delete Port: 3d127ad3-b70c-450c-aaff-655c5ad99ad7 2026-06-12 08:43:17.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45ec05d2-b516-40a2-8d5b-a79cbdce46ab 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Tap Mirror: Handle Delete Port: 3d127ad3-b70c-450c-aaff-655c5ad99ad7 [pid: 7|app: 0|req: 514/978] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:43:17 2026] DELETE /v2.0/floatingips/8dea892f-2431-4151-8a92-1d36260d8a46 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/979] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:18 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/980] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:18 2026] GET /v2.0/networks/ab3e745f-1258-45bf-bb84-34b1ba379597?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/981] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:16 2026] POST /v2.0/routers => generated 727 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:18.277 8 INFO neutron.api.v2.resource [None req-ab0380d8-88b7-4583-b322-059e23b2b4a6 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 466/982] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:43:18 2026] DELETE /v2.0/floatingips/8dea892f-2431-4151-8a92-1d36260d8a46 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:43:18.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-6abd9899-902d-42aa-9a77-e53a3b794a1d d3dd2f73f64a498e8d2f172975df1dce aed49e082e264f61bdcc4366892fe02f - - default default] TaaS: Handle Delete Port: 6fa12ce5-b319-4a19-afcd-2e83e5b3a7f4 2026-06-12 08:43:18.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6abd9899-902d-42aa-9a77-e53a3b794a1d d3dd2f73f64a498e8d2f172975df1dce aed49e082e264f61bdcc4366892fe02f - - default default] Tap Mirror: Handle Delete Port: 6fa12ce5-b319-4a19-afcd-2e83e5b3a7f4 [pid: 7|app: 0|req: 517/983] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:43:18 2026] DELETE /v2.0/floatingips/62d3c62a-d889-49bd-8dd7-7eb6ab390f0d => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:18.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6d24aec-2366-4409-a923-eeb5cf8b53ff 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] TaaS: Handle Delete Port: 8bbb5606-1ddb-425f-acdb-be4b8e3b612e 2026-06-12 08:43:18.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6d24aec-2366-4409-a923-eeb5cf8b53ff 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Tap Mirror: Handle Delete Port: 8bbb5606-1ddb-425f-acdb-be4b8e3b612e [pid: 7|app: 0|req: 518/984] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:18 2026] DELETE /v2.0/ports/8bbb5606-1ddb-425f-acdb-be4b8e3b612e => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:19.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d8a5ed8-ed1a-4ab0-aae9-148fecd9d33f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 5469e47b-881c-4ff6-9a9c-eefdce03f253 2026-06-12 08:43:19.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d8a5ed8-ed1a-4ab0-aae9-148fecd9d33f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 5469e47b-881c-4ff6-9a9c-eefdce03f253 [pid: 8|app: 0|req: 467/985] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:43:18 2026] PUT /v2.0/routers/72731151-b897-460c-a395-913bfdb02f09/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:19.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-353d9c05-14fd-458b-bd24-c08527b7c9a6 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] TaaS: Handle Delete Port: 6285abcf-c541-4288-8863-f80aa29c0ce4 2026-06-12 08:43:19.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-353d9c05-14fd-458b-bd24-c08527b7c9a6 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Tap Mirror: Handle Delete Port: 6285abcf-c541-4288-8863-f80aa29c0ce4 [pid: 8|app: 0|req: 468/986] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:19 2026] DELETE /v2.0/ports/6285abcf-c541-4288-8863-f80aa29c0ce4 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/987] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:19 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/988] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:43:19 2026] GET /v2.0/ports?device_id=231c720a-979a-4b41-86bf-16d15248cdd4 => generated 958 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/989] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:20 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&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: 519/990] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:43:18 2026] PUT /v2.0/routers/8c9ed3e5-4ed1-43d6-8306-5037b9fdc038/remove_router_interface => generated 309 bytes in 1438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:20.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebf8e1c2-e358-4875-b233-f6cf2d47f145 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] TaaS: Handle Delete Port: 5b1b500e-9260-4d17-ad29-ed4a6bef4b34 2026-06-12 08:43:20.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebf8e1c2-e358-4875-b233-f6cf2d47f145 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Tap Mirror: Handle Delete Port: 5b1b500e-9260-4d17-ad29-ed4a6bef4b34 [pid: 7|app: 0|req: 520/991] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:43:20 2026] POST /v2.0/security-groups => generated 1671 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:43:20.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-58f363ac-b6f0-4691-b235-23248ed82a38 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: cc987bce-ee70-46a9-aefa-3c550ff4ca08 2026-06-12 08:43:20.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58f363ac-b6f0-4691-b235-23248ed82a38 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: cc987bce-ee70-46a9-aefa-3c550ff4ca08 2026-06-12 08:43:20.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-58f363ac-b6f0-4691-b235-23248ed82a38 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 351eeeea-aac5-4a6f-a512-d81bc23ae2b9 2026-06-12 08:43:20.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58f363ac-b6f0-4691-b235-23248ed82a38 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 351eeeea-aac5-4a6f-a512-d81bc23ae2b9 [pid: 8|app: 0|req: 472/992] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:43:20 2026] PUT /v2.0/routers/231c720a-979a-4b41-86bf-16d15248cdd4/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/993] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:21.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc6876d1-1125-4849-8050-2b160857aad0 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] TaaS: Handle Delete Port: 06ccdb65-8890-436e-b072-34a7cc39afa7 2026-06-12 08:43:21.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc6876d1-1125-4849-8050-2b160857aad0 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Tap Mirror: Handle Delete Port: 06ccdb65-8890-436e-b072-34a7cc39afa7 2026-06-12 08:43:21.294 7 INFO neutron.services.segments.plugin [-] Segment 42fb5d2f-a8b8-496f-aa6c-18d68e4296cf resource provider aggregate not found 2026-06-12 08:43:21.299 7 INFO neutron.services.segments.plugin [-] Segment 42fb5d2f-a8b8-496f-aa6c-18d68e4296cf resource provider aggregate not found 2026-06-12 08:43:21.312 7 INFO neutron.services.segments.plugin [-] Segment 42fb5d2f-a8b8-496f-aa6c-18d68e4296cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42fb5d2f-a8b8-496f-aa6c-18d68e4296cf found for delete ", "request_id": "req-c2969a31-e30b-48b4-9868-3be17fd0be38"}]} 2026-06-12 08:43:21.315 7 INFO neutron.services.segments.plugin [-] Segment 42fb5d2f-a8b8-496f-aa6c-18d68e4296cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42fb5d2f-a8b8-496f-aa6c-18d68e4296cf found for delete ", "request_id": "req-5f08563b-5ecb-404d-821a-04ecfac1d25d"}]} 2026-06-12 08:43:21.319 7 INFO neutron.db.l3_hamode_db [None req-58f363ac-b6f0-4691-b235-23248ed82a38 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network 4b518bc8-8a75-4dae-b698-6d830569cbea was deleted as no HA routers are present in tenant aed49e082e264f61bdcc4366892fe02f. [pid: 7|app: 0|req: 521/994] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:20 2026] DELETE /v2.0/routers/8c9ed3e5-4ed1-43d6-8306-5037b9fdc038 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/995] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/996] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:21 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:21.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc6876d1-1125-4849-8050-2b160857aad0 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] TaaS: Handle Delete Port: 5e6e44ab-878b-4f6c-b76e-dcab42665d13 2026-06-12 08:43:21.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc6876d1-1125-4849-8050-2b160857aad0 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] Tap Mirror: Handle Delete Port: 5e6e44ab-878b-4f6c-b76e-dcab42665d13 [pid: 7|app: 0|req: 524/997] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:21 2026] DELETE /v2.0/subnets/5d483a00-4b40-47c1-964f-f966b21e45a6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/998] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/999] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:21 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:21.884 8 INFO neutron.services.segments.plugin [-] Segment 1bfce4e8-5ce2-4645-b4f6-d71ea6e09591 resource provider aggregate not found 2026-06-12 08:43:21.884 8 INFO neutron.services.segments.plugin [-] Segment 1bfce4e8-5ce2-4645-b4f6-d71ea6e09591 resource provider aggregate not found 2026-06-12 08:43:21.903 8 INFO neutron.db.l3_hamode_db [None req-dc6876d1-1125-4849-8050-2b160857aad0 14153d9e88e344b4bf31336ae61eb349 a1d4ff8f1e314d3eb3f41bc76fcf5142 - - default default] HA network 03c3ee25-f4d3-4ec9-8961-fb29ba973540 was deleted as no HA routers are present in tenant a1d4ff8f1e314d3eb3f41bc76fcf5142. 2026-06-12 08:43:21.909 8 INFO neutron.services.segments.plugin [-] Segment 1bfce4e8-5ce2-4645-b4f6-d71ea6e09591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bfce4e8-5ce2-4645-b4f6-d71ea6e09591 found for delete ", "request_id": "req-68b8c44c-86dd-4e25-bef3-50e0beee360f"}]} 2026-06-12 08:43:21.915 8 INFO neutron.services.segments.plugin [-] Segment 1bfce4e8-5ce2-4645-b4f6-d71ea6e09591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bfce4e8-5ce2-4645-b4f6-d71ea6e09591 found for delete ", "request_id": "req-de6b3fe4-18ef-446c-aac5-7fb3aa1876d9"}]} [pid: 8|app: 0|req: 474/1000] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:21 2026] DELETE /v2.0/routers/231c720a-979a-4b41-86bf-16d15248cdd4 => generated 0 bytes in 874 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:21.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-1893d1c0-3358-4de5-bdee-aab80c76870a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 9701aeac-5b08-4af2-8736-7bc95c18d0d5 2026-06-12 08:43:21.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1893d1c0-3358-4de5-bdee-aab80c76870a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 9701aeac-5b08-4af2-8736-7bc95c18d0d5 [pid: 8|app: 0|req: 475/1001] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1002] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:21 2026] DELETE /v2.0/networks/51e2d5d6-4a4c-4e5d-b8db-e4219813646c => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1003] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:22 2026] DELETE /v2.0/subnets/352b32a2-f6cc-4c7d-a6a5-8985a4343c25 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:22.253 7 INFO neutron.db.securitygroups_db [None req-fdf83d6b-0eac-48fd-b21f-4badfa16d17b fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] Project b6689b3601f643caa9fa308d709525d4 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: 477/1004] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:22 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1005] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1006] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:22 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:22.383 7 INFO neutron.db.securitygroups_db [None req-3189f986-d184-44cf-928a-852baddb96ae fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] Project b6689b3601f643caa9fa308d709525d4 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: 478/1007] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:22 2026] DELETE /v2.0/networks/32440ca5-f4ac-4c60-a714-eed8f538e079 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1008] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:22 2026] GET /v2.0/security-groups?tenant_id=aed49e082e264f61bdcc4366892fe02f&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1009] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1010] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:22 2026] DELETE /v2.0/security-groups/3ec74a59-f8f4-4f6b-b123-0f9b7116d1c5 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1011] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:43:22 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1012] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:23 2026] GET /v2.0/security-groups?tenant_id=a1d4ff8f1e314d3eb3f41bc76fcf5142&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1013] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1014] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:23 2026] DELETE /v2.0/security-groups/3654edfa-3143-4009-aa0b-5ba5ddce682e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:23.334 7 INFO neutron.services.segments.plugin [-] Segment 328d24ff-9dc6-4e90-9508-eddf176bfa2b resource provider aggregate not found 2026-06-12 08:43:23.342 7 INFO neutron.services.segments.plugin [-] Segment 328d24ff-9dc6-4e90-9508-eddf176bfa2b resource provider aggregate not found 2026-06-12 08:43:23.370 7 INFO neutron.services.segments.plugin [-] Segment 328d24ff-9dc6-4e90-9508-eddf176bfa2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328d24ff-9dc6-4e90-9508-eddf176bfa2b found for delete ", "request_id": "req-e7b8414f-405c-4e99-a208-32b2f368ff59"}]} 2026-06-12 08:43:23.372 7 INFO neutron.services.segments.plugin [-] Segment 328d24ff-9dc6-4e90-9508-eddf176bfa2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328d24ff-9dc6-4e90-9508-eddf176bfa2b found for delete ", "request_id": "req-98153c68-7e71-44f5-9682-21012e6ada9f"}]} [pid: 7|app: 0|req: 533/1015] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1016] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:23 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1017] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:23 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&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: 483/1018] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:43:23 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:23.929 8 INFO neutron.services.segments.plugin [-] Segment 581ca5eb-4320-4fb5-8d99-88d40f73ead4 resource provider aggregate not found 2026-06-12 08:43:23.946 8 INFO neutron.services.segments.plugin [-] Segment 581ca5eb-4320-4fb5-8d99-88d40f73ead4 resource provider aggregate not found 2026-06-12 08:43:23.951 8 INFO neutron.services.segments.plugin [-] Segment 581ca5eb-4320-4fb5-8d99-88d40f73ead4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581ca5eb-4320-4fb5-8d99-88d40f73ead4 found for delete ", "request_id": "req-ae6d557a-c66c-4079-a734-20c361fe6e13"}]} 2026-06-12 08:43:23.967 8 INFO neutron.services.segments.plugin [-] Segment 581ca5eb-4320-4fb5-8d99-88d40f73ead4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 581ca5eb-4320-4fb5-8d99-88d40f73ead4 found for delete ", "request_id": "req-87bd685e-3130-4982-8a5e-1b27873dae16"}]} [pid: 7|app: 0|req: 536/1019] 10.0.0.116 () {34 vars in 1096 bytes} [Fri Jun 12 08:43:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-88918272&fields=id&tenant_id=b6689b3601f643caa9fa308d709525d4 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1020] 10.0.0.116 () {34 vars in 1098 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--992590922&fields=id&tenant_id=b6689b3601f643caa9fa308d709525d4 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1021] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/networks?id=30677f87-2a3a-4830-a1f3-fefdf95d4478 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1022] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/quotas/b6689b3601f643caa9fa308d709525d4 => 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: 538/1023] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/ports?tenant_id=b6689b3601f643caa9fa308d709525d4&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1024] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/networks/30677f87-2a3a-4830-a1f3-fefdf95d4478?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1025] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/networks/30677f87-2a3a-4830-a1f3-fefdf95d4478?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: 540/1026] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => 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: 541/1027] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1028] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/security-groups?id=1ee5298e-66e4-4e00-843a-ff2f5a368b55&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1029] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:43:24 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:24.817 8 INFO neutron.db.segments_db [None req-39731352-490e-4970-bf5f-b2a66078c982 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 1fb481b7-67cf-4f6b-b4e4-0aa4c484e8e4 of type vxlan for network ef7f7b03-7edb-4f6f-8913-688e5f4ab275 2026-06-12 08:43:24.886 7 INFO neutron_taas.services.taas.taas_plugin [req-da01a991-6ce2-4a9b-b0d6-55364cd88f69 req-398552f7-fc29-4a37-af4d-322e8d72a4eb 8c732be9691b4bfc95c41c9d6c5e1056 bc6b7745fae742db8fa3ab981749597b - - default default] TaaS: Handle Delete Port: 6decf90e-07ba-4811-b52e-68703ed4e9a1 2026-06-12 08:43:24.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-da01a991-6ce2-4a9b-b0d6-55364cd88f69 req-398552f7-fc29-4a37-af4d-322e8d72a4eb 8c732be9691b4bfc95c41c9d6c5e1056 bc6b7745fae742db8fa3ab981749597b - - default default] Tap Mirror: Handle Delete Port: 6decf90e-07ba-4811-b52e-68703ed4e9a1 [pid: 8|app: 0|req: 487/1030] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:43:24 2026] POST /v2.0/networks => generated 719 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1031] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:43:24 2026] DELETE /v2.0/ports/6decf90e-07ba-4811-b52e-68703ed4e9a1 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:25.062 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cfbd4fe-f48a-4ce4-85f4-6f90bcb290f3'] response: {'server_uuid': '06512a10-6182-4b11-a5c3-2bff7d477c12', 'name': 'network-vif-deleted', 'tag': '6decf90e-07ba-4811-b52e-68703ed4e9a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 488/1032] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:24 2026] POST /v2.0/subnets => generated 685 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:25.160 7 INFO neutron.db.segments_db [None req-5d801e54-c680-4cc0-9bae-a7ffb8a5882b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 02be6569-68a9-403e-8801-7d2168dfbce7 of type vxlan for network c399d1f9-9de6-44b6-86b9-ed3332a36652 2026-06-12 08:43:25.422 7 INFO neutron.db.l3_hamode_db [None req-5d801e54-c680-4cc0-9bae-a7ffb8a5882b dd9330b232bb456eb4dadf730a6ad092 09beaa19e9124158b1090a5bb0d05705 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:43:25.517 8 INFO neutron.db.segments_db [None req-4d291cf3-ceb0-4144-b35f-de045940139d ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Added segment 79aea5bb-7f76-4860-937c-ce73ba1c423e of type vxlan for network c4b666f9-ca0e-4908-ad1c-b7caf16dfa8c 2026-06-12 08:43:25.575 8 INFO neutron.db.segments_db [None req-4d291cf3-ceb0-4144-b35f-de045940139d ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Added segment d084ea5f-ed7e-49a0-98ac-c9a48a39dce0 of type vxlan for network da44dece-3d7b-4f17-9cf0-b618807b3186 [pid: 8|app: 0|req: 489/1033] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:25 2026] POST /v2.0/networks => generated 1206 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1034] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:25 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => 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: 491/1035] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:43:25 2026] GET /v2.0/networks => generated 1843 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1036] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:25 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => 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: 493/1037] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:25 2026] DELETE /v2.0/networks/c4b666f9-ca0e-4908-ad1c-b7caf16dfa8c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:25.971 8 INFO neutron.services.segments.plugin [-] Segment 79aea5bb-7f76-4860-937c-ce73ba1c423e resource provider aggregate not found 2026-06-12 08:43:25.985 8 INFO neutron.services.segments.plugin [-] Segment 79aea5bb-7f76-4860-937c-ce73ba1c423e resource provider aggregate not found 2026-06-12 08:43:25.991 8 INFO neutron.services.segments.plugin [-] Segment 79aea5bb-7f76-4860-937c-ce73ba1c423e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79aea5bb-7f76-4860-937c-ce73ba1c423e found for delete ", "request_id": "req-a03d10d4-9101-4c0a-a67d-9e2661ccbcd9"}]} 2026-06-12 08:43:26.002 8 INFO neutron.services.segments.plugin [-] Segment 79aea5bb-7f76-4860-937c-ce73ba1c423e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79aea5bb-7f76-4860-937c-ce73ba1c423e found for delete ", "request_id": "req-f8f3140e-6c1a-435d-803b-e399ed318b56"}]} [pid: 8|app: 0|req: 494/1038] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:25 2026] DELETE /v2.0/networks/da44dece-3d7b-4f17-9cf0-b618807b3186 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1039] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:43:26 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:26.138 7 INFO neutron.db.l3_hamode_db [None req-5d801e54-c680-4cc0-9bae-a7ffb8a5882b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:43:26.173 8 INFO neutron.db.segments_db [None req-3e79038d-9654-42f2-9d77-7130e8bb9c09 ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Added segment 3a099093-b8d7-4339-a1bb-9c5a19692a73 of type vxlan for network 3fe31890-35da-461b-808a-5e64c1f28c7f [pid: 8|app: 0|req: 496/1040] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:26 2026] POST /v2.0/networks => generated 634 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:26.286 8 INFO neutron.db.segments_db [None req-01ee1ed2-0e9b-4347-8545-ee5de745cb9b ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Added segment 60d6d297-ba58-47aa-990a-d03577d7979c of type vxlan for network 0b543b2b-fdfc-43dc-9359-40742c399346 [pid: 8|app: 0|req: 497/1041] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:26 2026] POST /v2.0/networks => generated 635 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1042] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:43:26 2026] POST /v2.0/ports => generated 1505 bytes in 571 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: 499/1043] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:26 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => 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: 500/1044] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:26 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => 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: 545/1045] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:25 2026] POST /v2.0/routers => generated 725 bytes in 1895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1046] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:43:26 2026] GET /v2.0/ports => generated 1505 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:27.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfa4d0c1-f331-4ed9-a03b-a7e39b61017d ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] TaaS: Handle Delete Port: bed737b6-dfe2-41b6-8aca-21882b25f025 2026-06-12 08:43:27.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa4d0c1-f331-4ed9-a03b-a7e39b61017d ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Tap Mirror: Handle Delete Port: bed737b6-dfe2-41b6-8aca-21882b25f025 [pid: 8|app: 0|req: 502/1047] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:27 2026] DELETE /v2.0/ports/bed737b6-dfe2-41b6-8aca-21882b25f025 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:27.310 8 INFO neutron_taas.services.taas.taas_plugin [None req-c62d9abc-46a8-4e99-af67-25f131192ae3 ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] TaaS: Handle Delete Port: a5a81e2d-89c2-443d-954e-5cd1d1f992c1 2026-06-12 08:43:27.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c62d9abc-46a8-4e99-af67-25f131192ae3 ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Tap Mirror: Handle Delete Port: a5a81e2d-89c2-443d-954e-5cd1d1f992c1 [pid: 8|app: 0|req: 503/1048] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:27 2026] DELETE /v2.0/ports/a5a81e2d-89c2-443d-954e-5cd1d1f992c1 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1049] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:43:27 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:27.486 8 INFO neutron.db.segments_db [None req-7d01b77d-c90d-4fd5-ae51-b02c301dac16 ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Added segment ea85cea8-07c9-499f-9aab-87b37500b7ac of type vxlan for network d6df3ecf-82fb-4ae2-b7ae-dffdabfc826b [pid: 8|app: 0|req: 505/1050] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:27 2026] POST /v2.0/networks => generated 634 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:27.630 8 INFO neutron.db.segments_db [None req-bca4143d-2656-434c-8e8e-584e2d6fc7ac ff81798e2087417584233fbfc5ee2c08 f29c70b65f2e4a90bf9343f775f1bb06 - - default default] Added segment c7bd8647-b918-4ca6-bcf7-68d6ac44895a of type vxlan for network 6d0d2360-65b0-4f85-88a3-0ba948872e56 [pid: 8|app: 0|req: 506/1051] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:27 2026] POST /v2.0/networks => generated 635 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:28.020 8 INFO neutron.services.segments.plugin [-] Segment d084ea5f-ed7e-49a0-98ac-c9a48a39dce0 resource provider aggregate not found 2026-06-12 08:43:28.026 8 INFO neutron.services.segments.plugin [-] Segment d084ea5f-ed7e-49a0-98ac-c9a48a39dce0 resource provider aggregate not found 2026-06-12 08:43:28.040 8 INFO neutron.services.segments.plugin [-] Segment d084ea5f-ed7e-49a0-98ac-c9a48a39dce0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d084ea5f-ed7e-49a0-98ac-c9a48a39dce0 found for delete ", "request_id": "req-2265ac07-6629-4d1f-935c-23aec0f22be1"}]} 2026-06-12 08:43:28.047 8 INFO neutron.services.segments.plugin [-] Segment d084ea5f-ed7e-49a0-98ac-c9a48a39dce0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d084ea5f-ed7e-49a0-98ac-c9a48a39dce0 found for delete ", "request_id": "req-1b1d4f58-62ba-440a-b2f5-f1967c7a9cf9"}]} [pid: 8|app: 0|req: 507/1052] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:28 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => 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: 508/1053] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:28 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => 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: 546/1054] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:43:27 2026] PUT /v2.0/routers/98365dcd-512e-426a-afd3-b0db593f0893/add_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1055] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:28 2026] POST /v2.0/subnets => generated 1323 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1056] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:43:28 2026] GET /v2.0/subnets => generated 1959 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1057] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:43:28 2026] POST /v2.0/security-groups => generated 1661 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1058] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:28 2026] DELETE /v2.0/subnets/80420935-5776-4027-b461-1540a4c3deb2 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1059] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:28 2026] GET /v2.0/networks?id=30677f87-2a3a-4830-a1f3-fefdf95d4478 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1060] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:28 2026] DELETE /v2.0/subnets/1be4fad3-cd8a-426c-9d6c-8b83d40b4cdc => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1061] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1062] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:43:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b6689b3601f643caa9fa308d709525d4 => generated 271 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1063] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:43:29 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1064] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:43:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1065] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:29 2026] DELETE /v2.0/networks/6d0d2360-65b0-4f85-88a3-0ba948872e56 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1066] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:43:29 2026] POST /v2.0/ports => generated 997 bytes in 430 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: 552/1067] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:29 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1000 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1068] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:29 2026] GET /v2.0/ports?device_id=06512a10-6182-4b11-a5c3-2bff7d477c12 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:29.646 7 INFO neutron.services.segments.plugin [-] Segment ea85cea8-07c9-499f-9aab-87b37500b7ac resource provider aggregate not found 2026-06-12 08:43:29.652 7 INFO neutron.services.segments.plugin [-] Segment ea85cea8-07c9-499f-9aab-87b37500b7ac resource provider aggregate not found 2026-06-12 08:43:29.667 7 INFO neutron.services.segments.plugin [-] Segment ea85cea8-07c9-499f-9aab-87b37500b7ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea85cea8-07c9-499f-9aab-87b37500b7ac found for delete ", "request_id": "req-9e860d3d-686f-45dc-b5e4-cfe344e61cb9"}]} 2026-06-12 08:43:29.668 7 INFO neutron.services.segments.plugin [-] Segment ea85cea8-07c9-499f-9aab-87b37500b7ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea85cea8-07c9-499f-9aab-87b37500b7ac found for delete ", "request_id": "req-c78dbb4e-fa14-4e08-a6b1-9d70334ecefd"}]} [pid: 7|app: 0|req: 554/1069] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:29 2026] DELETE /v2.0/networks/d6df3ecf-82fb-4ae2-b7ae-dffdabfc826b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1070] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:43:29 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1071] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:29 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1072] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:29 2026] DELETE /v2.0/networks/0b543b2b-fdfc-43dc-9359-40742c399346 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1073] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:29 2026] DELETE /v2.0/networks/3fe31890-35da-461b-808a-5e64c1f28c7f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:30.060 8 INFO neutron.services.segments.plugin [-] Segment c7bd8647-b918-4ca6-bcf7-68d6ac44895a resource provider aggregate not found 2026-06-12 08:43:30.078 8 INFO neutron.services.segments.plugin [-] Segment c7bd8647-b918-4ca6-bcf7-68d6ac44895a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7bd8647-b918-4ca6-bcf7-68d6ac44895a found for delete ", "request_id": "req-dc7ba5ec-34fa-4578-bb3c-94cf7836193c"}]} 2026-06-12 08:43:30.078 8 INFO neutron.services.segments.plugin [-] Segment c7bd8647-b918-4ca6-bcf7-68d6ac44895a resource provider aggregate not found 2026-06-12 08:43:30.097 8 INFO neutron.services.segments.plugin [-] Segment 60d6d297-ba58-47aa-990a-d03577d7979c resource provider aggregate not found 2026-06-12 08:43:30.103 8 INFO neutron.services.segments.plugin [-] Segment c7bd8647-b918-4ca6-bcf7-68d6ac44895a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7bd8647-b918-4ca6-bcf7-68d6ac44895a found for delete ", "request_id": "req-ce046691-ee80-4eeb-bb60-c435ee33d095"}]} 2026-06-12 08:43:30.121 8 INFO neutron.services.segments.plugin [-] Segment 60d6d297-ba58-47aa-990a-d03577d7979c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60d6d297-ba58-47aa-990a-d03577d7979c found for delete ", "request_id": "req-815a216a-c949-4254-b489-abfdf0cf472f"}]} [pid: 7|app: 0|req: 555/1074] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:43:29 2026] PUT /v2.0/ports/d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a => generated 1278 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:30.127 8 INFO neutron.services.segments.plugin [-] Segment 60d6d297-ba58-47aa-990a-d03577d7979c resource provider aggregate not found 2026-06-12 08:43:30.140 8 INFO neutron.services.segments.plugin [-] Segment 60d6d297-ba58-47aa-990a-d03577d7979c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60d6d297-ba58-47aa-990a-d03577d7979c found for delete ", "request_id": "req-7235fefe-4f3b-4450-a132-f69f14e4736a"}]} 2026-06-12 08:43:30.149 8 INFO neutron.services.segments.plugin [-] Segment 3a099093-b8d7-4339-a1bb-9c5a19692a73 resource provider aggregate not found 2026-06-12 08:43:30.164 8 INFO neutron.services.segments.plugin [-] Segment 3a099093-b8d7-4339-a1bb-9c5a19692a73 resource provider aggregate not found 2026-06-12 08:43:30.165 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1ec5a21-de0a-4014-8f08-a96d3bf862d0'] response: {'name': 'network-changed', 'server_uuid': '07f2d51f-1f2d-45d2-9f49-43a6b6722073', 'tag': 'd4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a', 'status': 'completed', 'code': 200} 2026-06-12 08:43:30.183 8 INFO neutron.services.segments.plugin [-] Segment 3a099093-b8d7-4339-a1bb-9c5a19692a73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a099093-b8d7-4339-a1bb-9c5a19692a73 found for delete ", "request_id": "req-93676502-a460-4f93-ac04-3cd12dfa5bff"}]} 2026-06-12 08:43:30.187 8 INFO neutron.services.segments.plugin [-] Segment 3a099093-b8d7-4339-a1bb-9c5a19692a73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a099093-b8d7-4339-a1bb-9c5a19692a73 found for delete ", "request_id": "req-df7d7ebe-3fc0-48fd-a8cb-9b6b7c532823"}]} [pid: 8|app: 0|req: 520/1075] 10.0.0.116 () {34 vars in 1100 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1271526440&fields=id&tenant_id=09beaa19e9124158b1090a5bb0d05705 => generated 69 bytes in 37 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: 556/1076] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/networks?id=ef7f7b03-7edb-4f6f-8913-688e5f4ab275 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1077] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/quotas/09beaa19e9124158b1090a5bb0d05705 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1078] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/ports?tenant_id=09beaa19e9124158b1090a5bb0d05705&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1079] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/networks/ef7f7b03-7edb-4f6f-8913-688e5f4ab275?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: 558/1080] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/networks/ef7f7b03-7edb-4f6f-8913-688e5f4ab275?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: 559/1081] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/security-groups?tenant_id=f29c70b65f2e4a90bf9343f775f1bb06&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1082] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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/1083] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/ports?tenant_id=b6689b3601f643caa9fa308d709525d4&device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1084] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:30 2026] DELETE /v2.0/security-groups/3b221fe5-6772-416d-a36c-de7a63c132e7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:30.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-59fec076-30dc-40f9-9b47-909f3e1eff21 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: e048d679-9d50-4b96-a8b2-2f038db66f2f 2026-06-12 08:43:30.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59fec076-30dc-40f9-9b47-909f3e1eff21 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: e048d679-9d50-4b96-a8b2-2f038db66f2f [pid: 7|app: 0|req: 563/1085] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/networks?tenant_id=b6689b3601f643caa9fa308d709525d4&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1086] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:30 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1087] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:43:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1088] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:31 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1089] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:43:30 2026] PUT /v2.0/routers/12cef2c4-91d1-4cac-b9b4-7e5a4f35d485/remove_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:31.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a7bcb98-27e3-4bed-9533-9b28d9d6a07a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 37e3b1ea-226e-4cc8-83be-24b8963d84d0 2026-06-12 08:43:31.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a7bcb98-27e3-4bed-9533-9b28d9d6a07a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 37e3b1ea-226e-4cc8-83be-24b8963d84d0 [pid: 8|app: 0|req: 524/1090] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:31 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:32.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a7bcb98-27e3-4bed-9533-9b28d9d6a07a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 41c3356b-d41e-4fb2-863c-497283e33f80 2026-06-12 08:43:32.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a7bcb98-27e3-4bed-9533-9b28d9d6a07a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 41c3356b-d41e-4fb2-863c-497283e33f80 [pid: 8|app: 0|req: 525/1091] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/ports?tenant_id=b6689b3601f643caa9fa308d709525d4&device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1092] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a => 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: 527/1093] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/subnets?id=c3504f92-c41f-43ac-8719-3b06265554fc => generated 691 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1094] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1012 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1095] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/ports?network_id=30677f87-2a3a-4830-a1f3-fefdf95d4478&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: 530/1096] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1097] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/networks/30677f87-2a3a-4830-a1f3-fefdf95d4478?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:32.400 7 INFO neutron.services.segments.plugin [-] Segment d59dd1bb-3196-454d-a587-7a2a16b48b20 resource provider aggregate not found 2026-06-12 08:43:32.406 7 INFO neutron.services.segments.plugin [-] Segment d59dd1bb-3196-454d-a587-7a2a16b48b20 resource provider aggregate not found 2026-06-12 08:43:32.421 7 INFO neutron.services.segments.plugin [-] Segment d59dd1bb-3196-454d-a587-7a2a16b48b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59dd1bb-3196-454d-a587-7a2a16b48b20 found for delete ", "request_id": "req-79563c7b-0adf-40a0-989a-f04abf390091"}]} [pid: 8|app: 0|req: 532/1098] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/networks/30677f87-2a3a-4830-a1f3-fefdf95d4478?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-12 08:43:32.424 7 INFO neutron.db.l3_hamode_db [None req-4a7bcb98-27e3-4bed-9533-9b28d9d6a07a dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network 055a0835-cae0-4244-b273-7bf00f695849 was deleted as no HA routers are present in tenant bc6b7745fae742db8fa3ab981749597b. 2026-06-12 08:43:32.429 7 INFO neutron.services.segments.plugin [-] Segment d59dd1bb-3196-454d-a587-7a2a16b48b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59dd1bb-3196-454d-a587-7a2a16b48b20 found for delete ", "request_id": "req-6fad2981-0fcc-42b3-bffa-37484d1dc3d0"}]} [pid: 7|app: 0|req: 567/1099] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:31 2026] DELETE /v2.0/routers/12cef2c4-91d1-4cac-b9b4-7e5a4f35d485 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1102] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:32 2026] DELETE /v2.0/subnets/f0683e05-a097-424c-b94d-5f5006e7ef05 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:32.740 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ffe546f-ee17-4478-aefc-e9da2b482b62 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: d1ee439d-c497-4043-9e7f-859c8c0c4464 2026-06-12 08:43:32.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ffe546f-ee17-4478-aefc-e9da2b482b62 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: d1ee439d-c497-4043-9e7f-859c8c0c4464 [pid: 7|app: 0|req: 570/1103] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:32 2026] DELETE /v2.0/networks/ab3e745f-1258-45bf-bb84-34b1ba379597 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1104] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:32 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:33.163 8 INFO neutron.db.segments_db [None req-0cbd894e-c050-4b7c-b0df-b6e961cc2d51 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] Added segment 16688cdc-0577-4801-91db-845df9d32dc3 of type vxlan for network 1a212f6f-a3a4-4e21-a38b-c0a3634ed514 [pid: 7|app: 0|req: 572/1105] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:33 2026] GET /v2.0/security-groups?tenant_id=bc6b7745fae742db8fa3ab981749597b&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1106] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:32 2026] POST /v2.0/networks => generated 629 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1107] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:33 2026] DELETE /v2.0/security-groups/1ee5298e-66e4-4e00-843a-ff2f5a368b55 => 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: 574/1108] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:33 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1012 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1109] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:33 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1110] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:43:33 2026] POST /v2.0/ports => generated 778 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:33.702 7 INFO neutron.db.segments_db [None req-7559ab51-7bfc-44ab-8d1e-11bce6cf9c25 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] Added segment 69d67451-a57a-4b82-bdd5-62a706527ee4 of type vxlan for network 4785ecaf-b04e-4f0b-b2fe-44f4e8fcbd5d [pid: 7|app: 0|req: 576/1111] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:33 2026] POST /v2.0/networks => generated 616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 536/1112] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:33 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1113] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:34 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1114] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:43:34 2026] POST /v2.0/ports => generated 966 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:34.448 7 INFO neutron.services.segments.plugin [-] Segment 967a9640-362e-4d4a-b7b3-972b152aeb9e resource provider aggregate not found 2026-06-12 08:43:34.467 7 INFO neutron.services.segments.plugin [-] Segment 967a9640-362e-4d4a-b7b3-972b152aeb9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 967a9640-362e-4d4a-b7b3-972b152aeb9e found for delete ", "request_id": "req-f8397d47-0510-436b-bd94-8017a52991e2"}]} 2026-06-12 08:43:34.472 7 INFO neutron.services.segments.plugin [-] Segment 967a9640-362e-4d4a-b7b3-972b152aeb9e resource provider aggregate not found 2026-06-12 08:43:34.499 7 INFO neutron.services.segments.plugin [-] Segment 967a9640-362e-4d4a-b7b3-972b152aeb9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 967a9640-362e-4d4a-b7b3-972b152aeb9e found for delete ", "request_id": "req-12481975-70ac-46fb-88ac-561e9d8d7812"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-12 08:43:34.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c882ee5-bc97-4692-8f3b-eeb37aeff147 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] TaaS: Handle Delete Port: 3e4905a8-15bd-4252-a055-a26beb7f9fe4 2026-06-12 08:43:34.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c882ee5-bc97-4692-8f3b-eeb37aeff147 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] Tap Mirror: Handle Delete Port: 3e4905a8-15bd-4252-a055-a26beb7f9fe4 [pid: 8|app: 0|req: 538/1115] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:34 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1116] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:34 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1117] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:34 2026] DELETE /v2.0/ports/3e4905a8-15bd-4252-a055-a26beb7f9fe4 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:34.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1cdf1d02-283b-47a0-89db-f95cf6b763ba 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 540/1118] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:34 2026] DELETE /v2.0/ports/3e4905a8-15bd-4252-a055-a26beb7f9fe4 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:43:34.767 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8d26b4a-b71d-4465-9675-f424d78b6de9 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1119] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:43:34 2026] GET /v2.0/ports/3e4905a8-15bd-4252-a055-a26beb7f9fe4 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1120] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:34 2026] DELETE /v2.0/subnets/f09dabf7-8e9d-490d-a789-44eeb1532717 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1121] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:34 2026] GET /v2.0/networks?id=ef7f7b03-7edb-4f6f-8913-688e5f4ab275 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1122] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:43:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=09beaa19e9124158b1090a5bb0d05705 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1123] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:34 2026] DELETE /v2.0/networks/4785ecaf-b04e-4f0b-b2fe-44f4e8fcbd5d => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:35.098 7 INFO neutron.db.segments_db [None req-094db076-2700-4840-87f4-43d33952a988 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] Added segment 9f236c0a-639b-479c-a5bb-8392e88753c3 of type vxlan for network 291bbb6e-32a2-4a88-8a3f-d61e2f132aea [pid: 7|app: 0|req: 581/1124] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:43:35 2026] POST /v2.0/networks => generated 616 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1125] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:35 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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: 544/1126] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:43:35 2026] POST /v2.0/ports => generated 954 bytes in 378 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: 583/1127] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:35 2026] POST /v2.0/subnets => generated 646 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1128] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:43:35 2026] POST /v2.0/ports => generated 927 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1129] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:43:35 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1281 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1130] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:43:35 2026] PUT /v2.0/ports/d3b74fb9-0590-4cba-b238-98e0d102bb02 => generated 1235 bytes in 430 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-12 08:43:35.865 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c409b587-3015-4940-b0a4-bf744407e7e0'] response: {'name': 'network-changed', 'server_uuid': '632405c8-3f1c-403a-b4cd-0abbf9ec6fcf', 'tag': 'd3b74fb9-0590-4cba-b238-98e0d102bb02', 'status': 'completed', 'code': 200} 2026-06-12 08:43:35.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-de1698f4-76d4-4ac7-a6fe-d52f9071b1c5 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] TaaS: Handle Delete Port: 9138c672-4d05-4d10-9929-30ecbb28da05 [pid: 8|app: 0|req: 546/1131] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:35 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1012 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:35.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de1698f4-76d4-4ac7-a6fe-d52f9071b1c5 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] Tap Mirror: Handle Delete Port: 9138c672-4d05-4d10-9929-30ecbb28da05 [pid: 8|app: 0|req: 547/1132] 199.204.45.109 () {34 vars in 1124 bytes} [Fri Jun 12 08:43:35 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1133] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:35 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1134] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:35 2026] DELETE /v2.0/ports/9138c672-4d05-4d10-9929-30ecbb28da05 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:36.020 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74c7e7c1-3e18-451f-af36-ffe445de4da7 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 549/1135] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:43:36 2026] GET /v2.0/ports/9138c672-4d05-4d10-9929-30ecbb28da05 => 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: 587/1136] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:36 2026] DELETE /v2.0/subnets/e0814e8b-b3a4-42d6-8daf-54b6ab18f5de => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:36.273 8 INFO neutron.services.segments.plugin [-] Segment 9f236c0a-639b-479c-a5bb-8392e88753c3 resource provider aggregate not found 2026-06-12 08:43:36.287 8 INFO neutron.services.segments.plugin [-] Segment 9f236c0a-639b-479c-a5bb-8392e88753c3 resource provider aggregate not found 2026-06-12 08:43:36.292 8 INFO neutron.services.segments.plugin [-] Segment 9f236c0a-639b-479c-a5bb-8392e88753c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f236c0a-639b-479c-a5bb-8392e88753c3 found for delete ", "request_id": "req-d1de3d37-8302-43fb-b930-a720151bbeb4"}]} [pid: 8|app: 0|req: 550/1137] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:36 2026] DELETE /v2.0/networks/291bbb6e-32a2-4a88-8a3f-d61e2f132aea => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:36.304 8 INFO neutron.services.segments.plugin [-] Segment 9f236c0a-639b-479c-a5bb-8392e88753c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f236c0a-639b-479c-a5bb-8392e88753c3 found for delete ", "request_id": "req-0a47fe49-595b-4898-81fa-6d025da67d6b"}]} [pid: 7|app: 0|req: 588/1138] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:36 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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: 589/1139] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:36 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&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: 590/1140] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:36 2026] GET /v2.0/ports?tenant_id=09beaa19e9124158b1090a5bb0d05705&device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:36.490 7 INFO neutron.services.segments.plugin [-] Segment 69d67451-a57a-4b82-bdd5-62a706527ee4 resource provider aggregate not found [pid: 7|app: 0|req: 591/1141] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:43:36 2026] GET /v2.0/networks?tenant_id=09beaa19e9124158b1090a5bb0d05705&shared=False => generated 766 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:36.513 7 INFO neutron.services.segments.plugin [-] Segment 69d67451-a57a-4b82-bdd5-62a706527ee4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d67451-a57a-4b82-bdd5-62a706527ee4 found for delete ", "request_id": "req-2256d9b5-df5b-4d9c-9e95-d9f2e50964f4"}]} 2026-06-12 08:43:36.523 7 INFO neutron.services.segments.plugin [-] Segment 69d67451-a57a-4b82-bdd5-62a706527ee4 resource provider aggregate not found 2026-06-12 08:43:36.544 7 INFO neutron.services.segments.plugin [-] Segment 69d67451-a57a-4b82-bdd5-62a706527ee4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d67451-a57a-4b82-bdd5-62a706527ee4 found for delete ", "request_id": "req-0f2b8f1a-13ac-4b70-b93b-6ce1fc26df6a"}]} [pid: 7|app: 0|req: 592/1142] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:43:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1143] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:43:36 2026] POST /v2.0/ports => generated 778 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1144] 10.0.0.241 () {34 vars in 737 bytes} [Fri Jun 12 08:43:36 2026] PUT /v2.0/ports/997ff95c-8822-4a78-bb01-5555cf153b18 => generated 752 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 594/1145] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1014 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:37.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdd2ca82-e9c6-4e17-b774-19ae2452bd1c 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] TaaS: Handle Delete Port: 997ff95c-8822-4a78-bb01-5555cf153b18 2026-06-12 08:43:37.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdd2ca82-e9c6-4e17-b774-19ae2452bd1c 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] Tap Mirror: Handle Delete Port: 997ff95c-8822-4a78-bb01-5555cf153b18 [pid: 7|app: 0|req: 595/1146] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1147] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:36 2026] DELETE /v2.0/ports/997ff95c-8822-4a78-bb01-5555cf153b18 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1148] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports => generated 781 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:37.339 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7a43c83-9633-49c1-b4ad-f4b4745007ad 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1149] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports/997ff95c-8822-4a78-bb01-5555cf153b18 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1150] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports => generated 781 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1151] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports/c93664e7-d432-44c8-8f7e-3c7f7ee66652 => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:37.451 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b8ca710-2577-4ab0-8ad4-ece60ce63cd9 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1152] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:37 2026] DELETE /v2.0/ports/9138c672-4d05-4d10-9929-30ecbb28da05 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:43:37.470 7 INFO neutron.pecan_wsgi.hooks.translation [None req-361f09d7-73a6-4357-87a2-219b3fef70d1 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 599/1153] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:37 2026] DELETE /v2.0/subnets/e0814e8b-b3a4-42d6-8daf-54b6ab18f5de => 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: 555/1154] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:37.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a7ce9e8-d09a-49b1-8e50-7f109e7091cf 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1155] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:37 2026] DELETE /v2.0/subnets/f09dabf7-8e9d-490d-a789-44eeb1532717 => 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: 556/1156] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&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-12 08:43:37.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-75de8a48-3d52-4fb2-a6e5-48a4a13d918b 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] TaaS: Handle Delete Port: c93664e7-d432-44c8-8f7e-3c7f7ee66652 2026-06-12 08:43:37.605 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75de8a48-3d52-4fb2-a6e5-48a4a13d918b 6a7a215817d8443db81e43c42ed0dbea 9204f58995a84815a528bc4fdaf1b2e4 - - default default] Tap Mirror: Handle Delete Port: c93664e7-d432-44c8-8f7e-3c7f7ee66652 [pid: 8|app: 0|req: 557/1157] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports?tenant_id=09beaa19e9124158b1090a5bb0d05705&device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1158] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d3b74fb9-0590-4cba-b238-98e0d102bb02 => 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: 559/1159] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/subnets?id=88d0cf62-2f4d-45f6-98aa-1bd374efb6b2 => generated 688 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1160] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/ports?network_id=ef7f7b03-7edb-4f6f-8913-688e5f4ab275&device_owner=network%3Adhcp => 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: 601/1161] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:43:37 2026] DELETE /v2.0/ports/c93664e7-d432-44c8-8f7e-3c7f7ee66652 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1162] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/networks/ef7f7b03-7edb-4f6f-8913-688e5f4ab275?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1163] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:37 2026] GET /v2.0/networks/ef7f7b03-7edb-4f6f-8913-688e5f4ab275?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1164] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:37 2026] DELETE /v2.0/networks/1a212f6f-a3a4-4e21-a38b-c0a3634ed514 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1165] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:38 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1014 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1166] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:38 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1167] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:38 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:38.553 7 INFO neutron.services.segments.plugin [-] Segment 16688cdc-0577-4801-91db-845df9d32dc3 resource provider aggregate not found 2026-06-12 08:43:38.566 7 INFO neutron.services.segments.plugin [-] Segment 16688cdc-0577-4801-91db-845df9d32dc3 resource provider aggregate not found 2026-06-12 08:43:38.581 7 INFO neutron.services.segments.plugin [-] Segment 16688cdc-0577-4801-91db-845df9d32dc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16688cdc-0577-4801-91db-845df9d32dc3 found for delete ", "request_id": "req-6845a186-4471-4e4e-89bb-16ffdeeb1a50"}]} 2026-06-12 08:43:38.586 7 INFO neutron.services.segments.plugin [-] Segment 16688cdc-0577-4801-91db-845df9d32dc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16688cdc-0577-4801-91db-845df9d32dc3 found for delete ", "request_id": "req-ad5c9050-73c8-4170-b7a4-3332215929e9"}]} [pid: 8|app: 0|req: 565/1168] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:38 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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: 566/1169] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:38 2026] GET /v2.0/security-groups?tenant_id=9204f58995a84815a528bc4fdaf1b2e4&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: 567/1170] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:38 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:38.857 7 INFO neutron.db.l3_db [None req-d362dc9a-f35e-43a9-afec-24f6fa4002b2 fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] Floating IP d3c37891-6d08-42b4-8523-1ffa87829878 associated. External IP: 10.96.250.203, port: d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a. [pid: 8|app: 0|req: 568/1171] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:38 2026] DELETE /v2.0/security-groups/56fd40f2-fb8c-47ff-8713-a945d11663e3 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1172] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:43:38 2026] PUT /v2.0/floatingips/d3c37891-6d08-42b4-8523-1ffa87829878 => generated 856 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:39.318 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06447013-8116-4d3c-8bf2-f3dc6fefab06'] response: {'name': 'network-changed', 'server_uuid': '07f2d51f-1f2d-45d2-9f49-43a6b6722073', 'tag': 'd4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 569/1173] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:39 2026] GET /v2.0/ports?tenant_id=b6689b3601f643caa9fa308d709525d4&device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1174] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:39 2026] GET /v2.0/networks?id=30677f87-2a3a-4830-a1f3-fefdf95d4478 => generated 769 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1175] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:39 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1176] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:43:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1177] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:39 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&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: 607/1178] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:39 2026] GET /v2.0/subnets?id=c3504f92-c41f-43ac-8719-3b06265554fc => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1179] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:40 2026] GET /v2.0/ports?network_id=30677f87-2a3a-4830-a1f3-fefdf95d4478&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1180] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:40 2026] GET /v2.0/networks/30677f87-2a3a-4830-a1f3-fefdf95d4478?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: 573/1181] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:40 2026] GET /v2.0/networks/30677f87-2a3a-4830-a1f3-fefdf95d4478?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: 609/1182] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:41 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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: 574/1183] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:41 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&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: 610/1184] 10.0.0.241 () {32 vars in 623 bytes} [Fri Jun 12 08:43:41 2026] GET / => generated 151 bytes in 9 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1185] 10.0.0.241 () {32 vars in 633 bytes} [Fri Jun 12 08:43:41 2026] GET /v2.0/ => generated 632 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1186] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:41 2026] GET /v2.0/security-groups?tenant_id=9f13fd082c6b4e398d98fd43b7fa9be7&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1187] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:41 2026] DELETE /v2.0/security-groups/5b2b8cc5-4612-4f1b-b213-55592e826a6d => 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: 612/1188] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:41 2026] GET /v2.0/security-groups?tenant_id=e8d70636031147ae8085118a38eea17a&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1189] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:42 2026] DELETE /v2.0/security-groups/f6f4948a-7af0-4bb7-9b8b-f9967b52e2bd => 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: 613/1190] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:42 2026] GET /v2.0/security-groups?tenant_id=9d6bef749ed6436aa7af34782af89cdc&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1191] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:42 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1192] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:42 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1193] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:42 2026] DELETE /v2.0/security-groups/6a29c3cc-d552-4dfd-b34d-eef5fbc75907 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1194] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:43 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1195] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:43 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&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: 581/1196] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:43 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:43.946 7 INFO neutron.db.l3_db [None req-0a5e4db4-c9c2-401e-a46e-f75162f9c5d2 b770e9df5988408c9a7b72f64e17c363 09beaa19e9124158b1090a5bb0d05705 - - default default] Floating IP 49196704-397b-443b-91c2-870fc18ba7e7 associated. External IP: 10.96.250.215, port: d3b74fb9-0590-4cba-b238-98e0d102bb02. [pid: 7|app: 0|req: 616/1197] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:43:43 2026] PUT /v2.0/floatingips/49196704-397b-443b-91c2-870fc18ba7e7 => generated 855 bytes in 565 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:44.302 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57a276ff-9302-44c4-b440-94eb879b4ea8'] response: {'name': 'network-changed', 'server_uuid': '632405c8-3f1c-403a-b4cd-0abbf9ec6fcf', 'tag': 'd3b74fb9-0590-4cba-b238-98e0d102bb02', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 582/1198] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1199] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1200] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1201] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1202] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/ports?tenant_id=09beaa19e9124158b1090a5bb0d05705&device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1203] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/networks?id=ef7f7b03-7edb-4f6f-8913-688e5f4ab275 => generated 766 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1204] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d3b74fb9-0590-4cba-b238-98e0d102bb02 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1205] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:43:44 2026] GET /v2.0/subnets?id=88d0cf62-2f4d-45f6-98aa-1bd374efb6b2 => generated 688 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1206] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:43:45 2026] GET /v2.0/ports?network_id=ef7f7b03-7edb-4f6f-8913-688e5f4ab275&device_owner=network%3Adhcp => 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: 621/1207] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:43:45 2026] GET /v2.0/networks/ef7f7b03-7edb-4f6f-8913-688e5f4ab275?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: 587/1208] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:43:45 2026] GET /v2.0/networks/ef7f7b03-7edb-4f6f-8913-688e5f4ab275?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: 622/1209] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:45 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1210] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:45 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1211] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:46 2026] GET /v2.0/security-groups?tenant_id=3403adc4cadf46058f9238794a84d958&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1212] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:46 2026] GET /v2.0/security-groups?tenant_id=a584607ff064413b8590fad300483bdf&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1213] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:46 2026] DELETE /v2.0/security-groups/75b683b4-5cc8-48c5-9081-9744af449b5b => 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: 624/1214] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:46 2026] DELETE /v2.0/security-groups/d562b59a-8032-4eb0-a729-83469ba674ae => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1215] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:46 2026] GET /v2.0/security-groups?tenant_id=83283421b5fc4a9faa8a15102374bff2&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1216] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:46 2026] DELETE /v2.0/security-groups/5e03e192-a6c7-4dda-b42a-bc8330c8f7ea => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1217] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:47 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1218] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:43:47 2026] GET /v2.0/security-groups?id=4aed08d2-c40d-49fe-a315-93105c98b3dc&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1219] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:43:47 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:47.286 7 INFO neutron_taas.services.taas.taas_plugin [req-45f1da7c-8d9e-408a-9ed4-5a54a81f0348 req-0cf8bd02-4c0c-4ecc-930d-d92c8341b7df b770e9df5988408c9a7b72f64e17c363 09beaa19e9124158b1090a5bb0d05705 - - default default] TaaS: Handle Delete Port: d3b74fb9-0590-4cba-b238-98e0d102bb02 2026-06-12 08:43:47.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-45f1da7c-8d9e-408a-9ed4-5a54a81f0348 req-0cf8bd02-4c0c-4ecc-930d-d92c8341b7df b770e9df5988408c9a7b72f64e17c363 09beaa19e9124158b1090a5bb0d05705 - - default default] Tap Mirror: Handle Delete Port: d3b74fb9-0590-4cba-b238-98e0d102bb02 2026-06-12 08:43:47.402 7 INFO neutron.db.l3_db [req-45f1da7c-8d9e-408a-9ed4-5a54a81f0348 req-0cf8bd02-4c0c-4ecc-930d-d92c8341b7df b770e9df5988408c9a7b72f64e17c363 09beaa19e9124158b1090a5bb0d05705 - - default default] Floating IP 49196704-397b-443b-91c2-870fc18ba7e7 disassociated. External IP: 10.96.250.215, port: d3b74fb9-0590-4cba-b238-98e0d102bb02. [pid: 7|app: 0|req: 627/1222] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:43:47 2026] DELETE /v2.0/ports/d3b74fb9-0590-4cba-b238-98e0d102bb02 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:47.791 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-69215a14-de63-4489-8f5b-6d6f8c367d2a'] response: {'server_uuid': '632405c8-3f1c-403a-b4cd-0abbf9ec6fcf', 'name': 'network-vif-deleted', 'tag': 'd3b74fb9-0590-4cba-b238-98e0d102bb02', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 596/1223] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:48 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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: 597/1224] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:48 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1225] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:48 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:48.643 7 INFO neutron.db.segments_db [None req-aed125f3-1836-4448-8c19-737a75ec429f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 36d28fba-4054-4b5b-912f-829152da085b of type vxlan for network e543b376-365b-496f-a6af-09533ded018e [pid: 8|app: 0|req: 599/1226] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:43:48 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1283 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1227] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:43:48 2026] POST /v2.0/networks => generated 721 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1228] 10.0.0.241 () {32 vars in 858 bytes} [Fri Jun 12 08:43:48 2026] GET /v2.0/floatingips?floating_network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0&port_id=d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a => generated 861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1229] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:48 2026] POST /v2.0/subnets => generated 687 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:48.993 8 INFO neutron.db.segments_db [None req-8e5a6ee0-b434-4b23-bb2b-dd71803647b4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 124da062-a0ec-4351-a9a2-3755d8907c7e of type vxlan for network b6565b15-9f9e-47aa-97a8-8679117cfea3 [pid: 7|app: 0|req: 630/1230] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:49 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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: 631/1231] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:43:49 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1232] 10.0.0.218 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:49 2026] GET /v2.0/security-groups?id=76fe692a-183e-4320-95df-b1dc59a2e21a&id=c3af4e46-97ac-4e86-b2d5-5857d794293b&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:49.604 8 INFO neutron.db.l3_hamode_db [None req-8e5a6ee0-b434-4b23-bb2b-dd71803647b4 dd9330b232bb456eb4dadf730a6ad092 fed5761e289f41e78f66e2b6503cd481 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:43:50.405 8 INFO neutron.db.l3_hamode_db [None req-8e5a6ee0-b434-4b23-bb2b-dd71803647b4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 633/1233] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:50 2026] GET /v2.0/ports?device_id=632405c8-3f1c-403a-b4cd-0abbf9ec6fcf => 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: 601/1234] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:48 2026] POST /v2.0/routers => generated 727 bytes in 2327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1235] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:51 2026] DELETE /v2.0/security-groups/4aed08d2-c40d-49fe-a315-93105c98b3dc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:51.611 8 INFO neutron.api.v2.resource [None req-bf64863f-131c-4b57-a50e-2a6bf07aaad5 b770e9df5988408c9a7b72f64e17c363 09beaa19e9124158b1090a5bb0d05705 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 603/1236] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:43:51 2026] GET /v2.0/security-groups/4aed08d2-c40d-49fe-a315-93105c98b3dc => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:43:51.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5cc0178-7f1b-4a65-9e0c-511c86ea0bee b770e9df5988408c9a7b72f64e17c363 09beaa19e9124158b1090a5bb0d05705 - - default default] TaaS: Handle Delete Port: 5347c377-9865-452a-a20e-cf388fc7ccdc 2026-06-12 08:43:51.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5cc0178-7f1b-4a65-9e0c-511c86ea0bee b770e9df5988408c9a7b72f64e17c363 09beaa19e9124158b1090a5bb0d05705 - - default default] Tap Mirror: Handle Delete Port: 5347c377-9865-452a-a20e-cf388fc7ccdc [pid: 8|app: 0|req: 604/1237] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:43:51 2026] DELETE /v2.0/floatingips/49196704-397b-443b-91c2-870fc18ba7e7 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:52.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-be0344a9-bcf2-4eda-a1b3-abf0d3e8d966 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 482236de-b16f-4c92-a85e-bf581c424e76 2026-06-12 08:43:52.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be0344a9-bcf2-4eda-a1b3-abf0d3e8d966 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 482236de-b16f-4c92-a85e-bf581c424e76 [pid: 7|app: 0|req: 634/1238] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:43:51 2026] PUT /v2.0/routers/a8fddf76-3bd7-4246-8958-dbeaa30c8933/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1239] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:52 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1014 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1240] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:43:51 2026] PUT /v2.0/routers/98365dcd-512e-426a-afd3-b0db593f0893/remove_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1241] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:52 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1242] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:52 2026] GET /v2.0/security-groups?tenant_id=000d5b1f4b0942098ef38dbd90c6c85d&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1243] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:52 2026] DELETE /v2.0/security-groups/8b72e833-0bee-4630-ad50-8ec1580b991e => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:53.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-939b2def-de17-4c62-950a-b7b3b96c0708 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: c7af5167-2b2b-4f2a-9083-669a8ebf0383 2026-06-12 08:43:53.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-939b2def-de17-4c62-950a-b7b3b96c0708 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: c7af5167-2b2b-4f2a-9083-669a8ebf0383 [pid: 7|app: 0|req: 638/1244] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:53 2026] GET /v2.0/security-groups?tenant_id=c6ee06a77904424b83cbac6ca21fa27f&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:53.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-939b2def-de17-4c62-950a-b7b3b96c0708 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: c8af91ed-bf64-4c8e-88cd-edee8e3dddd9 2026-06-12 08:43:53.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-939b2def-de17-4c62-950a-b7b3b96c0708 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: c8af91ed-bf64-4c8e-88cd-edee8e3dddd9 [pid: 7|app: 0|req: 639/1245] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:53 2026] DELETE /v2.0/security-groups/49d90dcf-f840-4efc-8e4f-51d5896ccf94 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:53.899 8 INFO neutron.services.segments.plugin [-] Segment 02be6569-68a9-403e-8801-7d2168dfbce7 resource provider aggregate not found 2026-06-12 08:43:53.905 8 INFO neutron.services.segments.plugin [-] Segment 02be6569-68a9-403e-8801-7d2168dfbce7 resource provider aggregate not found 2026-06-12 08:43:53.926 8 INFO neutron.services.segments.plugin [-] Segment 02be6569-68a9-403e-8801-7d2168dfbce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02be6569-68a9-403e-8801-7d2168dfbce7 found for delete ", "request_id": "req-b9174250-fd89-4bb9-b584-d54e14471c3e"}]} 2026-06-12 08:43:53.935 8 INFO neutron.services.segments.plugin [-] Segment 02be6569-68a9-403e-8801-7d2168dfbce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02be6569-68a9-403e-8801-7d2168dfbce7 found for delete ", "request_id": "req-f5882db1-82f9-4cca-a05e-07c88469d099"}]} 2026-06-12 08:43:53.940 8 INFO neutron.db.l3_hamode_db [None req-939b2def-de17-4c62-950a-b7b3b96c0708 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network c399d1f9-9de6-44b6-86b9-ed3332a36652 was deleted as no HA routers are present in tenant 09beaa19e9124158b1090a5bb0d05705. [pid: 8|app: 0|req: 607/1246] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:52 2026] DELETE /v2.0/routers/98365dcd-512e-426a-afd3-b0db593f0893 => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1247] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:43:53 2026] DELETE /v2.0/subnets/88d0cf62-2f4d-45f6-98aa-1bd374efb6b2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1248] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:54 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1014 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1249] 10.0.0.116 () {34 vars in 1120 bytes} [Fri Jun 12 08:43:54 2026] GET /v2.0/security-groups?id=c3af4e46-97ac-4e86-b2d5-5857d794293b&id=76fe692a-183e-4320-95df-b1dc59a2e21a&fields=id&fields=name => generated 204 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:43:54.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9b29437-dd00-49f2-b902-7b318f705e7f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 89b12bf8-ed14-4940-b698-b8f56de02e56 2026-06-12 08:43:54.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9b29437-dd00-49f2-b902-7b318f705e7f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 89b12bf8-ed14-4940-b698-b8f56de02e56 2026-06-12 08:43:54.370 7 INFO neutron.services.segments.plugin [-] Segment 1fb481b7-67cf-4f6b-b4e4-0aa4c484e8e4 resource provider aggregate not found 2026-06-12 08:43:54.373 7 INFO neutron.services.segments.plugin [-] Segment 1fb481b7-67cf-4f6b-b4e4-0aa4c484e8e4 resource provider aggregate not found 2026-06-12 08:43:54.384 7 INFO neutron.services.segments.plugin [-] Segment 1fb481b7-67cf-4f6b-b4e4-0aa4c484e8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb481b7-67cf-4f6b-b4e4-0aa4c484e8e4 found for delete ", "request_id": "req-12d88fcb-9571-4186-8f98-56a15da9abaa"}]} [pid: 7|app: 0|req: 641/1250] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:43:54 2026] DELETE /v2.0/networks/ef7f7b03-7edb-4f6f-8913-688e5f4ab275 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:43:54.391 7 INFO neutron.services.segments.plugin [-] Segment 1fb481b7-67cf-4f6b-b4e4-0aa4c484e8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb481b7-67cf-4f6b-b4e4-0aa4c484e8e4 found for delete ", "request_id": "req-2c8c9874-c752-4c5f-88de-806bb6ae4eba"}]} [pid: 7|app: 0|req: 642/1251] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:54 2026] GET /v2.0/security-groups?tenant_id=09beaa19e9124158b1090a5bb0d05705&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1252] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:43:54 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1253] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:54 2026] DELETE /v2.0/security-groups/5fc02e21-bf79-4026-95c8-a8aae863e10e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:43:54.708 8 INFO neutron_taas.services.taas.taas_plugin [req-897205b4-2997-40cd-b77f-0292a62f9bf5 req-266da828-af0e-440c-9886-c35df073773f fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] TaaS: Handle Delete Port: d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a 2026-06-12 08:43:54.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-897205b4-2997-40cd-b77f-0292a62f9bf5 req-266da828-af0e-440c-9886-c35df073773f fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] Tap Mirror: Handle Delete Port: d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a 2026-06-12 08:43:54.834 8 INFO neutron.db.l3_db [req-897205b4-2997-40cd-b77f-0292a62f9bf5 req-266da828-af0e-440c-9886-c35df073773f fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] Floating IP d3c37891-6d08-42b4-8523-1ffa87829878 disassociated. External IP: 10.96.250.203, port: d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a. [pid: 7|app: 0|req: 644/1254] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:43:54 2026] GET /v2.0/networks?id=e543b376-365b-496f-a6af-09533ded018e => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1255] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:43:55 2026] GET /v2.0/quotas/fed5761e289f41e78f66e2b6503cd481 => 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: 646/1256] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:43:55 2026] GET /v2.0/ports?tenant_id=fed5761e289f41e78f66e2b6503cd481&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1257] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:43:55 2026] GET /v2.0/networks/e543b376-365b-496f-a6af-09533ded018e?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1258] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:43:54 2026] DELETE /v2.0/ports/d4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1259] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:43:55 2026] GET /v2.0/networks/e543b376-365b-496f-a6af-09533ded018e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1260] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:55 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:55.316 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-099d527a-9bb1-4614-a91a-cacfac16d560'] response: {'server_uuid': '07f2d51f-1f2d-45d2-9f49-43a6b6722073', 'name': 'network-vif-deleted', 'tag': 'd4dd91b8-2ce6-463d-9e8e-90b0e9c7e63a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 649/1261] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:55 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 613/1262] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:56 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => 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: 650/1263] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:56 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:56.831 8 INFO neutron.db.segments_db [None req-1d9d8a89-c628-4171-98c3-ad6d23173b0b dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 830546cc-b721-496d-bb13-f79dad0220f9 of type vxlan for network 72c4e70d-0333-446e-9b98-33a263aed3cb [pid: 8|app: 0|req: 614/1264] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:43:56 2026] POST /v2.0/networks => generated 725 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1265] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:56 2026] POST /v2.0/subnets => generated 691 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:43:57.219 8 INFO neutron.db.segments_db [None req-581186e3-1ec0-4209-956b-dbb08b08c200 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Added segment 1e6936e7-4306-4969-8442-6b19740c8682 of type vxlan for network 0feca6f2-9274-4a09-991a-9b18727f66dc [pid: 7|app: 0|req: 652/1266] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:57 2026] GET /v2.0/ports?device_id=07f2d51f-1f2d-45d2-9f49-43a6b6722073 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:57.550 8 INFO neutron.db.l3_hamode_db [None req-581186e3-1ec0-4209-956b-dbb08b08c200 dd9330b232bb456eb4dadf730a6ad092 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 653/1267] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:57 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:58.247 8 INFO neutron.db.l3_hamode_db [None req-581186e3-1ec0-4209-956b-dbb08b08c200 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 654/1268] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:58 2026] DELETE /v2.0/security-groups/76fe692a-183e-4320-95df-b1dc59a2e21a => 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: 655/1269] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:43:58 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:43:58.796 7 INFO neutron.api.v2.resource [None req-158eb07b-6d4b-4340-aeed-6e4b031d9021 fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 656/1270] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:43:58 2026] GET /v2.0/security-groups/76fe692a-183e-4320-95df-b1dc59a2e21a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:43:58.920 7 INFO neutron_taas.services.taas.taas_plugin [None req-59f52122-86df-47fc-9511-258c3a44a1a4 fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] TaaS: Handle Delete Port: 289da197-e977-4e31-b366-67cd07ff09e6 2026-06-12 08:43:58.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59f52122-86df-47fc-9511-258c3a44a1a4 fb8162975a8d4eeb8aa9e5864705e93f b6689b3601f643caa9fa308d709525d4 - - default default] Tap Mirror: Handle Delete Port: 289da197-e977-4e31-b366-67cd07ff09e6 [pid: 7|app: 0|req: 657/1271] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:43:58 2026] DELETE /v2.0/floatingips/d3c37891-6d08-42b4-8523-1ffa87829878 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1272] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:43:57 2026] POST /v2.0/routers => generated 731 bytes in 2073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1273] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:43:59 2026] DELETE /v2.0/security-groups/c3af4e46-97ac-4e86-b2d5-5857d794293b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1274] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:43:59 2026] GET /v2.0/security-groups?tenant_id=b31f8d1c72e84d86b1365abe7a30e0bc&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:43:59.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-1699d54c-dce8-48b2-a163-04422a1ecd63 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 0cdd6c9e-41da-4f2f-ad67-2e316b114aba 2026-06-12 08:43:59.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1699d54c-dce8-48b2-a163-04422a1ecd63 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 0cdd6c9e-41da-4f2f-ad67-2e316b114aba [pid: 8|app: 0|req: 617/1275] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:43:59 2026] PUT /v2.0/routers/85229b78-b37d-481b-9113-5bb12606fdda/remove_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1276] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:43:59 2026] PUT /v2.0/routers/22028f42-df80-4503-aa47-3957aa195eba/add_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1277] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:00 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 661/1278] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:44:00 2026] GET /v2.0/networks?id=e543b376-365b-496f-a6af-09533ded018e => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1279] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:00 2026] DELETE /v2.0/security-groups/2256a4b5-26ec-47b6-a3b3-4667774d49ba => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:00.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b4141c6-ffb2-490e-a5ef-5bd641ab3039 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 02df13ce-d037-488a-babd-531f7e393e9f 2026-06-12 08:44:00.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b4141c6-ffb2-490e-a5ef-5bd641ab3039 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 02df13ce-d037-488a-babd-531f7e393e9f [pid: 8|app: 0|req: 619/1280] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:44:00 2026] POST /v2.0/ports => generated 954 bytes in 417 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-12 08:44:01.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b4141c6-ffb2-490e-a5ef-5bd641ab3039 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: c37d7956-7c4d-432d-8e10-bb491bdd9eaa 2026-06-12 08:44:01.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b4141c6-ffb2-490e-a5ef-5bd641ab3039 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: c37d7956-7c4d-432d-8e10-bb491bdd9eaa 2026-06-12 08:44:01.403 7 INFO neutron.services.segments.plugin [-] Segment c28b2aa1-30d3-4693-bf96-9ae8deef2a38 resource provider aggregate not found 2026-06-12 08:44:01.407 7 INFO neutron.services.segments.plugin [-] Segment c28b2aa1-30d3-4693-bf96-9ae8deef2a38 resource provider aggregate not found 2026-06-12 08:44:01.425 7 INFO neutron.services.segments.plugin [-] Segment c28b2aa1-30d3-4693-bf96-9ae8deef2a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28b2aa1-30d3-4693-bf96-9ae8deef2a38 found for delete ", "request_id": "req-6702da72-331c-4bb0-b9ef-e35e929678a5"}]} 2026-06-12 08:44:01.426 7 INFO neutron.services.segments.plugin [-] Segment c28b2aa1-30d3-4693-bf96-9ae8deef2a38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28b2aa1-30d3-4693-bf96-9ae8deef2a38 found for delete ", "request_id": "req-6f63b9fe-c73a-49d3-af0c-df4114408d3d"}]} 2026-06-12 08:44:01.431 7 INFO neutron.db.l3_hamode_db [None req-8b4141c6-ffb2-490e-a5ef-5bd641ab3039 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network 8b4719cb-6f9b-4a95-aef1-aa9ff4548639 was deleted as no HA routers are present in tenant b6689b3601f643caa9fa308d709525d4. [pid: 7|app: 0|req: 662/1281] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:00 2026] DELETE /v2.0/routers/85229b78-b37d-481b-9113-5bb12606fdda => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1282] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:44:01 2026] PUT /v2.0/ports/40d13d08-05f3-4aff-be06-b7fdde650555 => generated 1235 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1283] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:44:01 2026] POST /v2.0/security-groups => generated 1661 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:44:01.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-677e1dca-23ff-4ce5-964f-4e4875b2a00d'] response: {'name': 'network-changed', 'server_uuid': 'b0d64792-25d8-4742-b858-f8b70a312bf9', 'tag': '40d13d08-05f3-4aff-be06-b7fdde650555', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 664/1284] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:44:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1285] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:01 2026] DELETE /v2.0/subnets/c3504f92-c41f-43ac-8719-3b06265554fc => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1286] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:01 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1287] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:44:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:01.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-897f7672-d63d-4a83-9dd4-53742c7607af dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 6452e9d7-2af5-4568-a992-df5f81e15620 2026-06-12 08:44:01.859 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-897f7672-d63d-4a83-9dd4-53742c7607af dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 6452e9d7-2af5-4568-a992-df5f81e15620 [pid: 8|app: 0|req: 623/1288] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:01 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1289] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:01 2026] DELETE /v2.0/networks/30677f87-2a3a-4830-a1f3-fefdf95d4478 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1290] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:44:01 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1291] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/ports?tenant_id=fed5761e289f41e78f66e2b6503cd481&device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1292] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/networks?tenant_id=fed5761e289f41e78f66e2b6503cd481&shared=False => generated 768 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1293] 10.0.0.241 () {32 vars in 653 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions => generated 21537 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1294] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1297] 10.0.0.241 () {32 vars in 681 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1298] 10.0.0.241 () {32 vars in 681 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1299] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1300] 10.0.0.241 () {32 vars in 665 bytes} [Fri Jun 12 08:44:02 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: 635/1301] 10.0.0.241 () {32 vars in 699 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1302] 10.0.0.241 () {32 vars in 697 bytes} [Fri Jun 12 08:44:02 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: 637/1303] 10.0.0.241 () {32 vars in 701 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1304] 10.0.0.241 () {32 vars in 689 bytes} [Fri Jun 12 08:44:02 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: 639/1305] 10.0.0.241 () {32 vars in 703 bytes} [Fri Jun 12 08:44:02 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: 640/1306] 10.0.0.241 () {32 vars in 693 bytes} [Fri Jun 12 08:44:02 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: 641/1307] 10.0.0.241 () {32 vars in 695 bytes} [Fri Jun 12 08:44:02 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: 642/1308] 10.0.0.241 () {32 vars in 685 bytes} [Fri Jun 12 08:44:02 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) 2026-06-12 08:44:02.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-5203def4-d4f6-43fb-bf4f-0bf425df06c4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: ec1280be-f3ed-4171-a6f4-16210c56d129 2026-06-12 08:44:02.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5203def4-d4f6-43fb-bf4f-0bf425df06c4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: ec1280be-f3ed-4171-a6f4-16210c56d129 [pid: 8|app: 0|req: 643/1309] 10.0.0.241 () {32 vars in 687 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1310] 10.0.0.241 () {32 vars in 661 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1311] 10.0.0.241 () {32 vars in 699 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1312] 10.0.0.116 () {34 vars in 1100 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1888236841&fields=id&tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1313] 10.0.0.241 () {32 vars in 679 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1314] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:02 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1315] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/networks?id=72c4e70d-0333-446e-9b98-33a263aed3cb => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1316] 10.0.0.241 () {32 vars in 683 bytes} [Fri Jun 12 08:44:03 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: 651/1317] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&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: 652/1318] 10.0.0.241 () {32 vars in 675 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1319] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/quotas/370b2e767d9f4de0bc52ed7d37e1c0ae => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1320] 10.0.0.241 () {32 vars in 689 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1321] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/ports?tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1322] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:44:03 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: 657/1323] 10.0.0.241 () {32 vars in 687 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1324] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?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: 659/1325] 10.0.0.241 () {32 vars in 669 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1326] 10.0.0.241 () {32 vars in 687 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1327] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1328] 10.0.0.241 () {32 vars in 681 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1329] 10.0.0.241 () {32 vars in 699 bytes} [Fri Jun 12 08:44:03 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: 664/1330] 10.0.0.241 () {32 vars in 679 bytes} [Fri Jun 12 08:44:03 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: 665/1331] 10.0.0.241 () {32 vars in 667 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1332] 10.0.0.241 () {32 vars in 677 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1333] 10.0.0.241 () {32 vars in 665 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1334] 10.0.0.241 () {32 vars in 675 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1335] 10.0.0.241 () {32 vars in 713 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1336] 10.0.0.241 () {32 vars in 691 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1337] 10.0.0.241 () {32 vars in 683 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1338] 10.0.0.241 () {32 vars in 669 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1339] 10.0.0.241 () {32 vars in 687 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1340] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:44:02 2026] PUT /v2.0/routers/72731151-b897-460c-a395-913bfdb02f09/remove_router_interface => generated 309 bytes in 1394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:03.453 7 INFO neutron.services.segments.plugin [-] Segment cf43ec83-e297-4363-bd0c-66e0bd47f988 resource provider aggregate not found 2026-06-12 08:44:03.457 7 INFO neutron.services.segments.plugin [-] Segment cf43ec83-e297-4363-bd0c-66e0bd47f988 resource provider aggregate not found [pid: 8|app: 0|req: 674/1341] 10.0.0.241 () {32 vars in 705 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1342] 10.0.0.241 () {32 vars in 675 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:03.482 7 INFO neutron.services.segments.plugin [-] Segment cf43ec83-e297-4363-bd0c-66e0bd47f988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf43ec83-e297-4363-bd0c-66e0bd47f988 found for delete ", "request_id": "req-60edca22-0da5-485e-8d95-83bb48264a21"}]} 2026-06-12 08:44:03.492 7 INFO neutron.services.segments.plugin [-] Segment cf43ec83-e297-4363-bd0c-66e0bd47f988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf43ec83-e297-4363-bd0c-66e0bd47f988 found for delete ", "request_id": "req-91a8dff9-a398-48f1-b6c8-1b4f49d2ba92"}]} [pid: 8|app: 0|req: 676/1343] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 677/1344] 10.0.0.241 () {32 vars in 701 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1345] 10.0.0.241 () {32 vars in 675 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1346] 10.0.0.241 () {32 vars in 693 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1347] 10.0.0.241 () {32 vars in 689 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1348] 10.0.0.241 () {32 vars in 709 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1349] 10.0.0.241 () {32 vars in 705 bytes} [Fri Jun 12 08:44:03 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: 683/1350] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1351] 10.0.0.241 () {32 vars in 697 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1352] 10.0.0.241 () {32 vars in 711 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1353] 10.0.0.241 () {32 vars in 669 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1354] 10.0.0.241 () {32 vars in 687 bytes} [Fri Jun 12 08:44:03 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: 688/1355] 10.0.0.241 () {32 vars in 681 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1356] 10.0.0.241 () {32 vars in 675 bytes} [Fri Jun 12 08:44:03 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: 690/1357] 10.0.0.241 () {32 vars in 671 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1358] 10.0.0.241 () {32 vars in 661 bytes} [Fri Jun 12 08:44:03 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: 692/1359] 10.0.0.241 () {32 vars in 699 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1360] 10.0.0.241 () {32 vars in 699 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1361] 10.0.0.241 () {32 vars in 677 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1362] 10.0.0.241 () {32 vars in 669 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1363] 10.0.0.241 () {32 vars in 683 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1364] 10.0.0.241 () {32 vars in 701 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1365] 10.0.0.241 () {32 vars in 685 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1366] 10.0.0.241 () {32 vars in 707 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:03.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fc203f1-2959-41e5-b729-07cf68929436 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: fb63da43-64f7-4467-b40f-245b6d7ea503 2026-06-12 08:44:03.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fc203f1-2959-41e5-b729-07cf68929436 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: fb63da43-64f7-4467-b40f-245b6d7ea503 [pid: 8|app: 0|req: 700/1367] 10.0.0.241 () {32 vars in 669 bytes} [Fri Jun 12 08:44:03 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: 701/1368] 10.0.0.241 () {32 vars in 697 bytes} [Fri Jun 12 08:44:03 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: 702/1369] 10.0.0.241 () {32 vars in 695 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1370] 10.0.0.241 () {32 vars in 685 bytes} [Fri Jun 12 08:44:03 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: 704/1371] 10.0.0.241 () {32 vars in 689 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1372] 10.0.0.241 () {32 vars in 705 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1373] 10.0.0.241 () {32 vars in 667 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1374] 10.0.0.241 () {32 vars in 681 bytes} [Fri Jun 12 08:44:03 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: 708/1375] 10.0.0.241 () {32 vars in 681 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1376] 10.0.0.241 () {32 vars in 691 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1377] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/ports?tenant_id=fed5761e289f41e78f66e2b6503cd481&device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1378] 10.0.0.241 () {32 vars in 691 bytes} [Fri Jun 12 08:44:03 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: 712/1379] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=40d13d08-05f3-4aff-be06-b7fdde650555 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1380] 10.0.0.241 () {32 vars in 695 bytes} [Fri Jun 12 08:44:03 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: 714/1381] 10.0.0.241 () {32 vars in 685 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1382] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/subnets?id=aee001eb-c41d-4cb2-a91e-05040ea9b2ab => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1383] 10.0.0.241 () {32 vars in 689 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:03.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fc203f1-2959-41e5-b729-07cf68929436 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 06eacb87-5edc-4cf1-a6cf-652549a6ac13 2026-06-12 08:44:03.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fc203f1-2959-41e5-b729-07cf68929436 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 06eacb87-5edc-4cf1-a6cf-652549a6ac13 [pid: 8|app: 0|req: 717/1384] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/ports?network_id=e543b376-365b-496f-a6af-09533ded018e&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1385] 10.0.0.241 () {32 vars in 701 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1386] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:44:03 2026] GET /v2.0/networks/e543b376-365b-496f-a6af-09533ded018e?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: 720/1387] 10.0.0.241 () {32 vars in 703 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1388] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/networks/e543b376-365b-496f-a6af-09533ded018e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1389] 10.0.0.241 () {32 vars in 713 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1390] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/security-groups-normalized-cidr => 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: 724/1391] 10.0.0.241 () {32 vars in 715 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1392] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1393] 10.0.0.241 () {32 vars in 741 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1394] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1395] 10.0.0.241 () {32 vars in 683 bytes} [Fri Jun 12 08:44:04 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: 729/1396] 10.0.0.241 () {32 vars in 669 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1397] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:04 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: 731/1398] 10.0.0.241 () {32 vars in 679 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1399] 10.0.0.241 () {32 vars in 669 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1400] 10.0.0.241 () {32 vars in 697 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1401] 10.0.0.241 () {32 vars in 705 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1402] 10.0.0.241 () {32 vars in 701 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1403] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 737/1404] 10.0.0.241 () {32 vars in 701 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1405] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1406] 10.0.0.241 () {32 vars in 683 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1407] 10.0.0.241 () {32 vars in 705 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1408] 10.0.0.241 () {32 vars in 695 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:04.306 7 INFO neutron.db.l3_hamode_db [None req-3fc203f1-2959-41e5-b729-07cf68929436 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network 7286b577-2b0d-4efb-9358-c52fde39859c was deleted as no HA routers are present in tenant 807051be7da1423084fe75c4d407962d. [pid: 7|app: 0|req: 668/1409] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:03 2026] DELETE /v2.0/routers/72731151-b897-460c-a395-913bfdb02f09 => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1410] 10.0.0.241 () {32 vars in 689 bytes} [Fri Jun 12 08:44:04 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: 743/1411] 10.0.0.241 () {32 vars in 697 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1412] 10.0.0.241 () {32 vars in 679 bytes} [Fri Jun 12 08:44:04 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: 745/1413] 10.0.0.241 () {32 vars in 689 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1414] 10.0.0.241 () {32 vars in 701 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1415] 10.0.0.241 () {32 vars in 665 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1416] 10.0.0.241 () {32 vars in 681 bytes} [Fri Jun 12 08:44:04 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: 749/1417] 10.0.0.241 () {32 vars in 677 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1418] 10.0.0.241 () {32 vars in 693 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1419] 10.0.0.241 () {32 vars in 677 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1420] 10.0.0.241 () {32 vars in 667 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1421] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1422] 10.0.0.241 () {32 vars in 675 bytes} [Fri Jun 12 08:44:04 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: 755/1423] 10.0.0.241 () {32 vars in 687 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1424] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:04 2026] DELETE /v2.0/subnets/6060b190-d2b9-41fb-9625-01d4cd05e4f4 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1425] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:04 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:04.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-2854c652-8e21-4d5a-aebe-b4942ded7ec3 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 13a26675-e5fb-4416-bb12-16d9eb100f83 2026-06-12 08:44:04.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2854c652-8e21-4d5a-aebe-b4942ded7ec3 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 13a26675-e5fb-4416-bb12-16d9eb100f83 2026-06-12 08:44:04.770 8 INFO neutron.services.segments.plugin [-] Segment 13176935-090d-4368-afa8-cf1734b9c2ed resource provider aggregate not found 2026-06-12 08:44:04.774 8 INFO neutron.services.segments.plugin [-] Segment 13176935-090d-4368-afa8-cf1734b9c2ed resource provider aggregate not found 2026-06-12 08:44:04.789 8 INFO neutron.services.segments.plugin [-] Segment 13176935-090d-4368-afa8-cf1734b9c2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13176935-090d-4368-afa8-cf1734b9c2ed found for delete ", "request_id": "req-4ac798a5-0e2f-4c33-a7d9-a9207ed90b08"}]} 2026-06-12 08:44:04.792 8 INFO neutron.services.segments.plugin [-] Segment 13176935-090d-4368-afa8-cf1734b9c2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13176935-090d-4368-afa8-cf1734b9c2ed found for delete ", "request_id": "req-01df936e-f8f3-4e34-9f85-a43d0ec76639"}]} [pid: 8|app: 0|req: 756/1426] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:04 2026] DELETE /v2.0/networks/c42ebfe2-1eae-4ec9-b96b-486b380abefe => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1427] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:05 2026] GET /v2.0/security-groups?tenant_id=b6689b3601f643caa9fa308d709525d4&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: 758/1428] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:05 2026] DELETE /v2.0/security-groups/190393c2-a40c-46a1-bb72-a7ee462aecf8 => 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: 759/1429] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:05 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 760/1430] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:05 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1431] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:05 2026] GET /v2.0/security-groups?tenant_id=df70a23f909f47418af0c1c6e0445302&name=default => generated 2925 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:05.499 7 INFO neutron.services.segments.plugin [-] Segment 997d00d6-acfc-4701-81cc-14fcce20fa88 resource provider aggregate not found [pid: 8|app: 0|req: 761/1432] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:05 2026] GET /v2.0/security-groups?tenant_id=807051be7da1423084fe75c4d407962d&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:05.518 7 INFO neutron.services.segments.plugin [-] Segment 997d00d6-acfc-4701-81cc-14fcce20fa88 resource provider aggregate not found 2026-06-12 08:44:05.527 7 INFO neutron.services.segments.plugin [-] Segment 997d00d6-acfc-4701-81cc-14fcce20fa88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 997d00d6-acfc-4701-81cc-14fcce20fa88 found for delete ", "request_id": "req-dba41cb8-1755-481f-a34c-51839e36735f"}]} 2026-06-12 08:44:05.540 7 INFO neutron.services.segments.plugin [-] Segment 997d00d6-acfc-4701-81cc-14fcce20fa88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 997d00d6-acfc-4701-81cc-14fcce20fa88 found for delete ", "request_id": "req-41f4c8f6-53fa-46b0-bd36-250900af06ba"}]} [pid: 8|app: 0|req: 762/1433] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:05 2026] DELETE /v2.0/security-groups/77fc2195-41a0-41c6-bdf1-cd6926dffe43 => 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: 672/1434] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:05 2026] DELETE /v2.0/security-groups/5bfb7b13-586b-4494-b432-12a2c63a2ba3 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1435] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:05 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 673/1436] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:06 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1437] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:06 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&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: 674/1438] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:06 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 765/1439] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:07 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 766/1440] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:07 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1441] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:44:07 2026] GET /v2.0/networks?id=72c4e70d-0333-446e-9b98-33a263aed3cb => generated 676 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1442] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:07 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 769/1443] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:44:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:08.030 7 INFO neutron.db.segments_db [None req-b73e7155-d19a-41ab-b47a-5daa02516b9f c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Added segment 988e6ec7-a8fb-42ec-8df3-ad5a903e6f9b of type vxlan for network 0f03a269-f5c5-4abe-9a51-738694014d01 2026-06-12 08:44:08.091 7 INFO neutron.db.segments_db [None req-b73e7155-d19a-41ab-b47a-5daa02516b9f c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Added segment 12325726-2aba-4df8-af68-14c913739fa2 of type vxlan for network 27523f77-bae7-4b2f-a14d-31ac48a844f6 [pid: 7|app: 0|req: 675/1444] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:07 2026] POST /v2.0/networks => generated 1208 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1445] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:44:08 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: 8|app: 0|req: 770/1446] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:44:07 2026] POST /v2.0/ports => generated 954 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-12 08:44:08.424 7 INFO neutron.services.segments.plugin [-] Segment 988e6ec7-a8fb-42ec-8df3-ad5a903e6f9b resource provider aggregate not found 2026-06-12 08:44:08.425 7 INFO neutron.services.segments.plugin [-] Segment 988e6ec7-a8fb-42ec-8df3-ad5a903e6f9b resource provider aggregate not found 2026-06-12 08:44:08.450 7 INFO neutron.services.segments.plugin [-] Segment 988e6ec7-a8fb-42ec-8df3-ad5a903e6f9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988e6ec7-a8fb-42ec-8df3-ad5a903e6f9b found for delete ", "request_id": "req-bd25cf33-e543-458d-992c-19f5d5091cf7"}]} 2026-06-12 08:44:08.453 7 INFO neutron.services.segments.plugin [-] Segment 988e6ec7-a8fb-42ec-8df3-ad5a903e6f9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988e6ec7-a8fb-42ec-8df3-ad5a903e6f9b found for delete ", "request_id": "req-dc1a6455-61aa-496d-b753-34eb460b7b94"}]} [pid: 7|app: 0|req: 677/1447] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:08 2026] DELETE /v2.0/networks/0f03a269-f5c5-4abe-9a51-738694014d01 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1448] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:08 2026] DELETE /v2.0/networks/27523f77-bae7-4b2f-a14d-31ac48a844f6 => 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: 679/1449] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:44:08 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:08.767 7 INFO neutron.db.segments_db [None req-5f144091-c81c-4add-b9b7-298b00120a36 c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Added segment 72e688ae-f473-4868-a9a9-da58289ceb36 of type vxlan for network ba0167bf-f62a-4bdb-8e74-8f27cb80fc35 [pid: 7|app: 0|req: 680/1450] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:08 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:08.932 7 INFO neutron.db.segments_db [None req-f2ec32c1-6f85-4ed6-a65d-86fae292323e c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Added segment 744b7108-df41-40d3-afde-c472926064c2 of type vxlan for network 1dbb0b9c-f11a-4575-a51d-8658039d164f [pid: 8|app: 0|req: 771/1451] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:44:08 2026] PUT /v2.0/ports/f286f8ea-8106-4bbb-80e8-944f5547a326 => generated 1235 bytes in 540 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: 772/1452] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:08 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 773/1453] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:08 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&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: 774/1454] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:09 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1455] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:08 2026] POST /v2.0/networks => generated 631 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:09.088 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72a09fdf-c8e7-4651-af4b-1e5e6aef06e3'] response: {'name': 'network-changed', 'server_uuid': 'a0acb225-a21b-4b48-a389-a30ee86c665e', 'tag': 'f286f8ea-8106-4bbb-80e8-944f5547a326', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 775/1456] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:09 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 776/1457] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:44:09 2026] GET /v2.0/ports?tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae&device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1458] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:44:09 2026] POST /v2.0/ports => generated 1506 bytes in 596 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: 777/1459] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:44:09 2026] GET /v2.0/networks?tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae&shared=False => generated 772 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1460] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:44:09 2026] GET /v2.0/ports => generated 1506 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1461] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:44:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:09.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd9915c4-2cfd-446b-849b-7ea680b366df c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] TaaS: Handle Delete Port: 3c2f04fa-d7f5-42d1-a182-9c46c55b342c 2026-06-12 08:44:09.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd9915c4-2cfd-446b-849b-7ea680b366df c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Tap Mirror: Handle Delete Port: 3c2f04fa-d7f5-42d1-a182-9c46c55b342c [pid: 7|app: 0|req: 684/1462] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:09 2026] DELETE /v2.0/ports/3c2f04fa-d7f5-42d1-a182-9c46c55b342c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:10.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-53b8ffc0-9ef5-4ff0-bffa-4e70e6ba2b50 c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] TaaS: Handle Delete Port: 8d9bc323-8013-4ebe-ac14-f8b299037681 2026-06-12 08:44:10.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53b8ffc0-9ef5-4ff0-bffa-4e70e6ba2b50 c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Tap Mirror: Handle Delete Port: 8d9bc323-8013-4ebe-ac14-f8b299037681 [pid: 8|app: 0|req: 779/1463] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:09 2026] DELETE /v2.0/ports/8d9bc323-8013-4ebe-ac14-f8b299037681 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1464] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:44:10 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:10.201 8 INFO neutron.db.segments_db [None req-78593f65-7287-42c7-82f8-ddd8f2513801 c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Added segment 5cdbb0f2-620b-4f3a-8c26-c0acf0ff0f4c of type vxlan for network 2b31dc47-2c9e-4235-8ada-e2e3dcb154c4 [pid: 8|app: 0|req: 781/1465] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:10 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1466] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:10 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:10.400 8 INFO neutron.db.segments_db [None req-e0e2f621-1849-4404-8c3a-115966b2291c c7d7b2468f884653bc730b772ad00f19 cd04c34f5496462792f68ca3d4c9a1a7 - - default default] Added segment 4deeb089-aa7d-428d-af23-e55502845056 of type vxlan for network 8fe933bd-13c3-4c90-a446-e38f98a8ef94 2026-06-12 08:44:10.489 7 INFO neutron.services.segments.plugin [-] Segment 12325726-2aba-4df8-af68-14c913739fa2 resource provider aggregate not found 2026-06-12 08:44:10.498 7 INFO neutron.services.segments.plugin [-] Segment 12325726-2aba-4df8-af68-14c913739fa2 resource provider aggregate not found [pid: 8|app: 0|req: 783/1467] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:10 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:10.522 7 INFO neutron.services.segments.plugin [-] Segment 12325726-2aba-4df8-af68-14c913739fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12325726-2aba-4df8-af68-14c913739fa2 found for delete ", "request_id": "req-e6a14346-1a5d-4eaf-82ad-04b698173683"}]} 2026-06-12 08:44:10.529 7 INFO neutron.services.segments.plugin [-] Segment 12325726-2aba-4df8-af68-14c913739fa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12325726-2aba-4df8-af68-14c913739fa2 found for delete ", "request_id": "req-81078d65-99d5-4153-bf4f-0dcd4658746e"}]} [pid: 8|app: 0|req: 784/1468] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:10 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1469] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:10 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1470] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:44:10 2026] POST /v2.0/floatingips => generated 552 bytes in 766 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1471] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:10 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1472] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:44:10 2026] GET /v2.0/ports?tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae&device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1473] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:10 2026] POST /v2.0/subnets => generated 1274 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1474] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f286f8ea-8106-4bbb-80e8-944f5547a326 => 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: 788/1475] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/subnets => generated 1910 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1476] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/subnets?id=5e01cda6-580d-4d38-a1a5-d7bcc6383826 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1477] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:11 2026] DELETE /v2.0/subnets/ed0db2fd-4f2a-45e2-9d4e-9f7c9082bd96 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1478] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/ports?network_id=72c4e70d-0333-446e-9b98-33a263aed3cb&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: 688/1479] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:44:10 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1480] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:11 2026] DELETE /v2.0/subnets/7b525c74-d342-4308-b22d-f7280994e252 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1481] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?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: 690/1482] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1483] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?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: 692/1484] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:11 2026] DELETE /v2.0/networks/8fe933bd-13c3-4c90-a446-e38f98a8ef94 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1485] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 694/1486] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:11 2026] DELETE /v2.0/networks/2b31dc47-2c9e-4235-8ada-e2e3dcb154c4 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1487] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:11 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1488] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:44:11 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1489] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:12 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1490] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:11 2026] DELETE /v2.0/networks/1dbb0b9c-f11a-4575-a51d-8658039d164f => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1491] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:12 2026] DELETE /v2.0/networks/ba0167bf-f62a-4bdb-8e74-8f27cb80fc35 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1492] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:12 2026] GET /v2.0/security-groups?id=fd03363b-1c7d-4ac0-8495-95bef4634bd7&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: 795/1493] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:44:12 2026] POST /v2.0/floatingips => generated 552 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:12.550 7 INFO neutron.services.segments.plugin [-] Segment 4deeb089-aa7d-428d-af23-e55502845056 resource provider aggregate not found 2026-06-12 08:44:12.557 7 INFO neutron.services.segments.plugin [-] Segment 4deeb089-aa7d-428d-af23-e55502845056 resource provider aggregate not found 2026-06-12 08:44:12.576 7 INFO neutron.services.segments.plugin [-] Segment 4deeb089-aa7d-428d-af23-e55502845056 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4deeb089-aa7d-428d-af23-e55502845056 found for delete ", "request_id": "req-45a727f8-9574-41db-ba8d-d279eeee00f1"}]} 2026-06-12 08:44:12.580 7 INFO neutron.services.segments.plugin [-] Segment 4deeb089-aa7d-428d-af23-e55502845056 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4deeb089-aa7d-428d-af23-e55502845056 found for delete ", "request_id": "req-b5511385-7678-4c7a-8e91-3257de24b4ba"}]} 2026-06-12 08:44:12.610 7 INFO neutron.services.segments.plugin [-] Segment 5cdbb0f2-620b-4f3a-8c26-c0acf0ff0f4c resource provider aggregate not found 2026-06-12 08:44:12.613 7 INFO neutron.services.segments.plugin [-] Segment 5cdbb0f2-620b-4f3a-8c26-c0acf0ff0f4c resource provider aggregate not found 2026-06-12 08:44:12.645 7 INFO neutron.services.segments.plugin [-] Segment 5cdbb0f2-620b-4f3a-8c26-c0acf0ff0f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cdbb0f2-620b-4f3a-8c26-c0acf0ff0f4c found for delete ", "request_id": "req-8313734d-a586-4521-a8e1-deeb0d00b73a"}]} 2026-06-12 08:44:12.662 7 INFO neutron.services.segments.plugin [-] Segment 5cdbb0f2-620b-4f3a-8c26-c0acf0ff0f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cdbb0f2-620b-4f3a-8c26-c0acf0ff0f4c found for delete ", "request_id": "req-f326c283-ba34-42ec-a08b-462e755a1398"}]} 2026-06-12 08:44:12.669 7 INFO neutron.services.segments.plugin [-] Segment 744b7108-df41-40d3-afde-c472926064c2 resource provider aggregate not found 2026-06-12 08:44:12.687 7 INFO neutron.services.segments.plugin [-] Segment 744b7108-df41-40d3-afde-c472926064c2 resource provider aggregate not found 2026-06-12 08:44:12.693 7 INFO neutron.services.segments.plugin [-] Segment 744b7108-df41-40d3-afde-c472926064c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744b7108-df41-40d3-afde-c472926064c2 found for delete ", "request_id": "req-29b5b558-9092-4985-b980-ee8fc8c2e716"}]} 2026-06-12 08:44:12.713 7 INFO neutron.services.segments.plugin [-] Segment 744b7108-df41-40d3-afde-c472926064c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744b7108-df41-40d3-afde-c472926064c2 found for delete ", "request_id": "req-0ad73fa2-e5de-4589-83e2-f69681d19abc"}]} 2026-06-12 08:44:12.713 7 INFO neutron.services.segments.plugin [-] Segment 72e688ae-f473-4868-a9a9-da58289ceb36 resource provider aggregate not found 2026-06-12 08:44:12.736 7 INFO neutron.services.segments.plugin [-] Segment 72e688ae-f473-4868-a9a9-da58289ceb36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72e688ae-f473-4868-a9a9-da58289ceb36 found for delete ", "request_id": "req-4fa99fce-6323-4c48-ae82-92e94fd187da"}]} 2026-06-12 08:44:12.737 7 INFO neutron.services.segments.plugin [-] Segment 72e688ae-f473-4868-a9a9-da58289ceb36 resource provider aggregate not found 2026-06-12 08:44:12.756 7 INFO neutron.services.segments.plugin [-] Segment 72e688ae-f473-4868-a9a9-da58289ceb36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72e688ae-f473-4868-a9a9-da58289ceb36 found for delete ", "request_id": "req-763f3a16-ffb7-4e61-8f14-0a90cd25161c"}]} [pid: 8|app: 0|req: 796/1494] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:12 2026] GET /v2.0/security-groups?tenant_id=cd04c34f5496462792f68ca3d4c9a1a7&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1495] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:44:12 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1496] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:12 2026] DELETE /v2.0/security-groups/edd73087-0a72-4964-9c0d-36818742c03a => 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: 699/1497] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:44:12 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: 7|app: 0|req: 700/1498] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:13.182 8 INFO neutron_taas.services.taas.taas_plugin [req-18a3ca52-f76d-482b-a2e4-3ee92e72cded req-40f8d343-59a2-4d38-bbd1-64193250d166 64c1dac6501a44cabf11d394072d100c fed5761e289f41e78f66e2b6503cd481 - - default default] TaaS: Handle Delete Port: 40d13d08-05f3-4aff-be06-b7fdde650555 2026-06-12 08:44:13.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-18a3ca52-f76d-482b-a2e4-3ee92e72cded req-40f8d343-59a2-4d38-bbd1-64193250d166 64c1dac6501a44cabf11d394072d100c fed5761e289f41e78f66e2b6503cd481 - - default default] Tap Mirror: Handle Delete Port: 40d13d08-05f3-4aff-be06-b7fdde650555 [pid: 7|app: 0|req: 701/1499] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:44:13 2026] PUT /v2.0/floatingips/626ba414-ebe1-4226-9ce4-4b7505f10ebf/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1500] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 703/1501] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:44:13 2026] PUT /v2.0/floatingips/0d3d3ffc-6cb4-40fe-82e1-937e9326787c/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1502] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:44:13 2026] DELETE /v2.0/ports/40d13d08-05f3-4aff-be06-b7fdde650555 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1503] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:13.392 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f27656af-51d4-4ba5-840d-ec2456733c98'] response: {'server_uuid': 'b0d64792-25d8-4742-b858-f8b70a312bf9', 'name': 'network-vif-deleted', 'tag': '40d13d08-05f3-4aff-be06-b7fdde650555', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 800/1504] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:44:13 2026] PUT /v2.0/floatingips/d36b84ea-f18d-411e-9577-153c2ac78b4a/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1505] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:44:13 2026] PUT /v2.0/floatingips/4e01fed4-15db-48d2-9ffb-6e123a4f68a6/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: 801/1506] 10.0.0.241 () {32 vars in 672 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1507] 10.0.0.241 () {32 vars in 686 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1508] 10.0.0.241 () {32 vars in 682 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1509] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1510] 10.0.0.241 () {32 vars in 680 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1511] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1512] 10.0.0.241 () {32 vars in 690 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1513] 10.0.0.241 () {32 vars in 702 bytes} [Fri Jun 12 08:44:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:14.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc78e40e-87b6-434b-9e9d-d9cbf7cd7b03 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] TaaS: Handle Delete Port: 0b97c8f8-7011-41ed-b616-a4a1dec10451 2026-06-12 08:44:14.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc78e40e-87b6-434b-9e9d-d9cbf7cd7b03 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] Tap Mirror: Handle Delete Port: 0b97c8f8-7011-41ed-b616-a4a1dec10451 [pid: 8|app: 0|req: 805/1514] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:44:13 2026] DELETE /v2.0/floatingips/626ba414-ebe1-4226-9ce4-4b7505f10ebf => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:14.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-0452de63-a0a9-497f-9a90-e79f521fa011 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] TaaS: Handle Delete Port: 222d9b01-114e-4189-80cc-e2b1b20d0288 2026-06-12 08:44:14.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0452de63-a0a9-497f-9a90-e79f521fa011 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] Tap Mirror: Handle Delete Port: 222d9b01-114e-4189-80cc-e2b1b20d0288 [pid: 8|app: 0|req: 806/1515] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:14 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1516] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:14 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 710/1517] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:44:14 2026] DELETE /v2.0/floatingips/0d3d3ffc-6cb4-40fe-82e1-937e9326787c => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1518] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:14 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:14.579 7 INFO neutron_taas.services.taas.taas_plugin [None req-81642ba5-ba9b-4c13-887a-353e2524b253 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] TaaS: Handle Delete Port: 188647f0-e096-440a-ae4b-3a97d64574f6 2026-06-12 08:44:14.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81642ba5-ba9b-4c13-887a-353e2524b253 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] Tap Mirror: Handle Delete Port: 188647f0-e096-440a-ae4b-3a97d64574f6 [pid: 7|app: 0|req: 711/1519] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:44:14 2026] DELETE /v2.0/floatingips/d36b84ea-f18d-411e-9577-153c2ac78b4a => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:14.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9fb98b3-c53e-47c8-913e-11ccbf0d55c8 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] TaaS: Handle Delete Port: 97ef04b6-2dcb-4fde-9acd-6addcc8601d4 2026-06-12 08:44:14.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9fb98b3-c53e-47c8-913e-11ccbf0d55c8 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] Tap Mirror: Handle Delete Port: 97ef04b6-2dcb-4fde-9acd-6addcc8601d4 [pid: 8|app: 0|req: 809/1520] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:44:14 2026] DELETE /v2.0/floatingips/4e01fed4-15db-48d2-9ffb-6e123a4f68a6 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:15.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-072d0a7d-4ac4-4946-8943-1e11f5b75a1b 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] TaaS: Handle Delete Port: a2e3b262-0e2f-43a9-9987-f85b54166146 2026-06-12 08:44:15.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-072d0a7d-4ac4-4946-8943-1e11f5b75a1b 7aafedd7ceab4f8eae12e6beee5de81e 728f3a80cdf043e2a5c899ac971f0841 - - default default] Tap Mirror: Handle Delete Port: a2e3b262-0e2f-43a9-9987-f85b54166146 2026-06-12 08:44:15.110 7 INFO neutron.db.segments_db [None req-af966742-a3f0-4c5c-a265-48ea1751f284 0e0435a67f864e18be1809326521cc59 03e293480df246a398d47212cab3c707 - - default default] Added segment 4c9ad0ba-567e-43a8-b5db-a51072ec7b8b of type vxlan for network 904d7a37-4e13-422f-a662-6d6006f1f9f4 [pid: 7|app: 0|req: 712/1521] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:14 2026] POST /v2.0/networks => generated 624 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1522] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:44:14 2026] DELETE /v2.0/floatingips/cb51537b-7f37-49f9-9cae-0a0704c78e30 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1523] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:15 2026] POST /v2.0/subnets => generated 641 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:15.526 8 INFO neutron.db.segments_db [None req-cf6d0bf6-6d20-4827-96b4-8741d3ed24bd 0e0435a67f864e18be1809326521cc59 03e293480df246a398d47212cab3c707 - - default default] Added segment 822d5cf3-52c0-4ada-b167-708df2dec135 of type vxlan for network 3b5875b5-ac12-46a6-a47c-cda67c439573 [pid: 7|app: 0|req: 714/1524] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:15 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 715/1525] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:15 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1526] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:15 2026] POST /v2.0/networks => generated 624 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1527] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:15 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 812/1528] 10.0.0.241 () {34 vars in 743 bytes} [Fri Jun 12 08:44:15 2026] PUT /v2.0/networks/3b5875b5-ac12-46a6-a47c-cda67c439573 => generated 592 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1529] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:15 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1530] 10.0.0.241 () {34 vars in 741 bytes} [Fri Jun 12 08:44:15 2026] PUT /v2.0/subnets/926d78f5-cff9-4b16-a1b8-45d13ad521a4 => generated 636 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:16.345 8 INFO neutron.services.segments.plugin [-] Segment 822d5cf3-52c0-4ada-b167-708df2dec135 resource provider aggregate not found 2026-06-12 08:44:16.348 8 INFO neutron.services.segments.plugin [-] Segment 822d5cf3-52c0-4ada-b167-708df2dec135 resource provider aggregate not found [pid: 7|app: 0|req: 718/1531] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/security-groups?tenant_id=728f3a80cdf043e2a5c899ac971f0841&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:16.368 8 INFO neutron.services.segments.plugin [-] Segment 822d5cf3-52c0-4ada-b167-708df2dec135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 822d5cf3-52c0-4ada-b167-708df2dec135 found for delete ", "request_id": "req-77f43410-44de-4874-b54f-8159af2e94fb"}]} 2026-06-12 08:44:16.382 8 INFO neutron.services.segments.plugin [-] Segment 822d5cf3-52c0-4ada-b167-708df2dec135 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 822d5cf3-52c0-4ada-b167-708df2dec135 found for delete ", "request_id": "req-e09dba25-ee4c-49f3-bd30-866c78e816e2"}]} [pid: 8|app: 0|req: 814/1532] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:16 2026] DELETE /v2.0/networks/3b5875b5-ac12-46a6-a47c-cda67c439573 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:16.426 8 INFO neutron.pecan_wsgi.hooks.translation [None req-42628b61-6c62-4a08-9a13-20ac1a6418a6 0e0435a67f864e18be1809326521cc59 03e293480df246a398d47212cab3c707 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1533] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:16 2026] DELETE /v2.0/networks/3b5875b5-ac12-46a6-a47c-cda67c439573 => generated 138 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1534] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:16 2026] DELETE /v2.0/security-groups/e844a9cb-ad6f-4cf9-8ffa-a00a3c3ebba1 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1535] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1536] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/subnets?network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1537] 10.0.0.241 () {32 vars in 653 bytes} [Fri Jun 12 08:44:16 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: 721/1538] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:44:16 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: 7|app: 0|req: 722/1539] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/subnets => generated 1280 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1540] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/ports?device_id=b0d64792-25d8-4742-b858-f8b70a312bf9 => 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: 818/1541] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/security-groups?tenant_id=bc62fc51f2eb4fe0a6fdd0640a030dab&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1542] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/networks/904d7a37-4e13-422f-a662-6d6006f1f9f4 => generated 668 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1543] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1544] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/subnets/403df22e-d17e-4ebc-887d-d3937c5dd19c => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1545] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:16.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7180882-62ae-48e0-a9f3-c5f7d5549e0f 0e0435a67f864e18be1809326521cc59 03e293480df246a398d47212cab3c707 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1546] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:16 2026] DELETE /v2.0/security-groups/d9280be1-9aad-4782-9c01-18b13609a1a7 => 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: 822/1547] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:16 2026] DELETE /v2.0/subnets/926d78f5-cff9-4b16-a1b8-45d13ad521a4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:16.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d7daf68-d65f-4f31-8c86-089fc95d325c 0e0435a67f864e18be1809326521cc59 03e293480df246a398d47212cab3c707 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1548] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:16 2026] DELETE /v2.0/networks/3b5875b5-ac12-46a6-a47c-cda67c439573 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1549] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:16 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1550] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:16 2026] DELETE /v2.0/subnets/403df22e-d17e-4ebc-887d-d3937c5dd19c => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1551] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:17 2026] GET /v2.0/security-groups?tenant_id=584b8603b7734461a840807363c67900&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:17.286 7 INFO neutron.services.segments.plugin [-] Segment 4c9ad0ba-567e-43a8-b5db-a51072ec7b8b resource provider aggregate not found 2026-06-12 08:44:17.294 7 INFO neutron.services.segments.plugin [-] Segment 4c9ad0ba-567e-43a8-b5db-a51072ec7b8b resource provider aggregate not found 2026-06-12 08:44:17.311 7 INFO neutron.services.segments.plugin [-] Segment 4c9ad0ba-567e-43a8-b5db-a51072ec7b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c9ad0ba-567e-43a8-b5db-a51072ec7b8b found for delete ", "request_id": "req-b49acbcd-663e-4a6e-915a-96a1efd80573"}]} 2026-06-12 08:44:17.316 7 INFO neutron.services.segments.plugin [-] Segment 4c9ad0ba-567e-43a8-b5db-a51072ec7b8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c9ad0ba-567e-43a8-b5db-a51072ec7b8b found for delete ", "request_id": "req-1e109c13-0d2d-43dc-b779-7fe684975fb9"}]} [pid: 7|app: 0|req: 729/1552] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:17 2026] DELETE /v2.0/networks/904d7a37-4e13-422f-a662-6d6006f1f9f4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1553] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:17 2026] DELETE /v2.0/security-groups/44ba5e12-0869-4d8c-8547-c5ad5147ec81 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:17.467 8 INFO neutron.db.l3_db [None req-e281f500-537a-42ba-be59-6be3a041729f 2979982e4e964010bb14eba8a10b2691 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] Floating IP 123a0882-cfb8-44dc-abc1-d38ac29dad6e associated. External IP: 10.96.250.208, port: f286f8ea-8106-4bbb-80e8-944f5547a326. [pid: 8|app: 0|req: 824/1556] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:44:17 2026] PUT /v2.0/floatingips/123a0882-cfb8-44dc-abc1-d38ac29dad6e => generated 855 bytes in 709 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:17.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69e9cce1-4763-4a89-bd92-56682589c699'] response: {'name': 'network-changed', 'server_uuid': 'a0acb225-a21b-4b48-a389-a30ee86c665e', 'tag': 'f286f8ea-8106-4bbb-80e8-944f5547a326', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 733/1557] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:17 2026] GET /v2.0/security-groups?tenant_id=03e293480df246a398d47212cab3c707&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1558] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:18 2026] DELETE /v2.0/security-groups/f10ec3a1-3da3-467b-bf5e-180427c65ad0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1559] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:44:18 2026] GET /v2.0/ports?tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae&device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1560] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:44:18 2026] GET /v2.0/networks?id=72c4e70d-0333-446e-9b98-33a263aed3cb => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1561] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:44:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f286f8ea-8106-4bbb-80e8-944f5547a326 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1562] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:44:18 2026] GET /v2.0/subnets?id=5e01cda6-580d-4d38-a1a5-d7bcc6383826 => generated 694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1563] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:44:18 2026] GET /v2.0/ports?network_id=72c4e70d-0333-446e-9b98-33a263aed3cb&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1564] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:44:18 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1565] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:44:18 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:19.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-91e3d6c6-d0a2-4c1b-9e37-1be26192062e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 8aff5ed8-f688-4edc-a667-f3b57342b538 2026-06-12 08:44:19.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e3d6c6-d0a2-4c1b-9e37-1be26192062e dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 8aff5ed8-f688-4edc-a667-f3b57342b538 [pid: 8|app: 0|req: 829/1566] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:44:18 2026] PUT /v2.0/routers/a8fddf76-3bd7-4246-8958-dbeaa30c8933/remove_router_interface => generated 309 bytes in 1380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:20.373 7 INFO neutron.db.segments_db [None req-58131084-59f4-4f2c-b217-a47b4278724d 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Added segment eb119ad5-6375-4a92-b65e-f142fbd6a567 of type vxlan for network cef86850-b6de-43cc-ba8c-49095cf0d50d [pid: 7|app: 0|req: 738/1567] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:20 2026] POST /v2.0/networks => generated 624 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:20.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6e393c0-928a-4214-aa08-02a164c0d970 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: fcdaf1f0-2b57-42ba-99fa-b065b7cb146a 2026-06-12 08:44:20.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6e393c0-928a-4214-aa08-02a164c0d970 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: fcdaf1f0-2b57-42ba-99fa-b065b7cb146a 2026-06-12 08:44:20.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6e393c0-928a-4214-aa08-02a164c0d970 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 8f78fdfc-2457-4a68-894b-aaa6e99b08b1 2026-06-12 08:44:20.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6e393c0-928a-4214-aa08-02a164c0d970 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 8f78fdfc-2457-4a68-894b-aaa6e99b08b1 [pid: 7|app: 0|req: 739/1568] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:44:20 2026] POST /v2.0/ports => generated 774 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, ' 2026-06-12 08:44:21.100 7 INFO neutron.db.segments_db [None req-0d838f20-94c2-4ed5-a732-704e04fc01ec 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Added segment b2073d11-c558-4750-8e50-ad241a9cb0f9 of type vxlan for network adf85aa7-941a-4177-a070-47e054286e63 [pid: 7|app: 0|req: 740/1569] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:20 2026] POST /v2.0/networks => generated 613 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:21.309 8 INFO neutron.services.segments.plugin [-] Segment 124da062-a0ec-4351-a9a2-3755d8907c7e resource provider aggregate not found 2026-06-12 08:44:21.324 8 INFO neutron.services.segments.plugin [-] Segment 124da062-a0ec-4351-a9a2-3755d8907c7e resource provider aggregate not found 2026-06-12 08:44:21.349 8 INFO neutron.services.segments.plugin [-] Segment 124da062-a0ec-4351-a9a2-3755d8907c7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124da062-a0ec-4351-a9a2-3755d8907c7e found for delete ", "request_id": "req-8b470c26-7f76-47c3-94fa-ed8c05bd9ba1"}]} 2026-06-12 08:44:21.353 8 INFO neutron.services.segments.plugin [-] Segment 124da062-a0ec-4351-a9a2-3755d8907c7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124da062-a0ec-4351-a9a2-3755d8907c7e found for delete ", "request_id": "req-2fa48bdf-8f53-4446-9e64-1ec6813cd6fc"}]} 2026-06-12 08:44:21.381 8 INFO neutron.db.l3_hamode_db [None req-a6e393c0-928a-4214-aa08-02a164c0d970 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network b6565b15-9f9e-47aa-97a8-8679117cfea3 was deleted as no HA routers are present in tenant fed5761e289f41e78f66e2b6503cd481. [pid: 8|app: 0|req: 830/1570] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:20 2026] DELETE /v2.0/routers/a8fddf76-3bd7-4246-8958-dbeaa30c8933 => generated 0 bytes in 1074 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1571] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:21 2026] POST /v2.0/subnets => generated 626 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1572] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:21 2026] DELETE /v2.0/subnets/aee001eb-c41d-4cb2-a91e-05040ea9b2ab => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:21.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe82305f-ac50-48d2-947d-995a68b847ec dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: ceb6885b-beeb-478c-8b7b-5ff0ec40480d 2026-06-12 08:44:21.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe82305f-ac50-48d2-947d-995a68b847ec dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: ceb6885b-beeb-478c-8b7b-5ff0ec40480d [pid: 8|app: 0|req: 832/1573] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:21 2026] DELETE /v2.0/networks/e543b376-365b-496f-a6af-09533ded018e => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1574] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:44:21 2026] POST /v2.0/ports => generated 950 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:22.106 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cfd046b-4e80-474a-8075-e50b65c7701b 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] TaaS: Handle Delete Port: f42bed0d-628b-4c34-9787-e7595ff4753a 2026-06-12 08:44:22.108 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cfd046b-4e80-474a-8075-e50b65c7701b 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Tap Mirror: Handle Delete Port: f42bed0d-628b-4c34-9787-e7595ff4753a /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 743/1575] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:22 2026] GET /v2.0/security-groups?tenant_id=fed5761e289f41e78f66e2b6503cd481&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1576] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:21 2026] DELETE /v2.0/ports/f42bed0d-628b-4c34-9787-e7595ff4753a => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1577] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:22 2026] DELETE /v2.0/security-groups/fd03363b-1c7d-4ac0-8495-95bef4634bd7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:22.313 7 INFO neutron.pecan_wsgi.hooks.translation [None req-963a7fe6-f5d0-4adf-82cc-077ef22351f5 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1578] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:22 2026] DELETE /v2.0/ports/f42bed0d-628b-4c34-9787-e7595ff4753a => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:22.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49acabf5-2233-49bf-ba55-07149088115e 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1579] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:22 2026] GET /v2.0/ports/f42bed0d-628b-4c34-9787-e7595ff4753a => 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: 747/1580] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:22 2026] DELETE /v2.0/subnets/df66f844-c7ab-4757-bdec-3e6251f7d738 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:22.718 8 INFO neutron.db.segments_db [None req-2ef9b6c6-bdf7-4e26-8dbf-484fe429f97b ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Added segment fdac1228-a74f-46e3-9453-344a587c9cc5 of type vxlan for network 2b31e015-6c17-4fa4-8425-7eb8272fcd04 2026-06-12 08:44:22.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bec1d83-546b-4db5-be0e-b9106c6c596c 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] TaaS: Handle Delete Port: 9229b39d-e931-41e5-a886-f48136af4b10 2026-06-12 08:44:22.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bec1d83-546b-4db5-be0e-b9106c6c596c 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Tap Mirror: Handle Delete Port: 9229b39d-e931-41e5-a886-f48136af4b10 [pid: 8|app: 0|req: 834/1581] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:22 2026] POST /v2.0/networks => generated 612 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:23.080 7 INFO neutron.services.segments.plugin [-] Segment b2073d11-c558-4750-8e50-ad241a9cb0f9 resource provider aggregate not found 2026-06-12 08:44:23.094 7 INFO neutron.services.segments.plugin [-] Segment b2073d11-c558-4750-8e50-ad241a9cb0f9 resource provider aggregate not found 2026-06-12 08:44:23.106 7 INFO neutron.services.segments.plugin [-] Segment b2073d11-c558-4750-8e50-ad241a9cb0f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2073d11-c558-4750-8e50-ad241a9cb0f9 found for delete ", "request_id": "req-95ab1e29-bbff-4ac1-9585-8f45ac00b069"}]} 2026-06-12 08:44:23.114 7 INFO neutron.services.segments.plugin [-] Segment b2073d11-c558-4750-8e50-ad241a9cb0f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2073d11-c558-4750-8e50-ad241a9cb0f9 found for delete ", "request_id": "req-a67ee88f-199c-41af-bcae-650ca53c2187"}]} [pid: 7|app: 0|req: 748/1582] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:22 2026] DELETE /v2.0/networks/adf85aa7-941a-4177-a070-47e054286e63 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:23.226 7 INFO neutron.db.segments_db [None req-deb98dba-a7b3-4b4e-94e3-ed9986ff1642 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Added segment 3cc57937-3a9c-4e55-bbf8-e3e8d97fdc47 of type vxlan for network 5286521b-290a-46a7-953c-8e59c7587133 [pid: 8|app: 0|req: 835/1583] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:22 2026] POST /v2.0/ports => generated 743 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:44:23.374 8 INFO neutron.services.segments.plugin [-] Segment 36d28fba-4054-4b5b-912f-829152da085b resource provider aggregate not found 2026-06-12 08:44:23.377 8 INFO neutron.services.segments.plugin [-] Segment 36d28fba-4054-4b5b-912f-829152da085b resource provider aggregate not found 2026-06-12 08:44:23.392 8 INFO neutron.services.segments.plugin [-] Segment 36d28fba-4054-4b5b-912f-829152da085b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d28fba-4054-4b5b-912f-829152da085b found for delete ", "request_id": "req-f5de4cc6-410d-462a-854b-1a97ab19e407"}]} 2026-06-12 08:44:23.393 8 INFO neutron.services.segments.plugin [-] Segment 36d28fba-4054-4b5b-912f-829152da085b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d28fba-4054-4b5b-912f-829152da085b found for delete ", "request_id": "req-a26db6f8-6558-4697-afdd-7ca3b1529d65"}]} [pid: 7|app: 0|req: 749/1584] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:23 2026] POST /v2.0/networks => generated 613 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:23.460 8 INFO neutron.db.segments_db [None req-81c82d0a-c663-4212-b3c8-9b76ab3e5f53 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Added segment 4fc56c50-7f7f-4458-8419-4e24d81bb913 of type vxlan for network 28168de0-8757-4e6e-ab90-a7bc83d60af6 [pid: 8|app: 0|req: 836/1585] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:23 2026] POST /v2.0/networks => generated 612 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1586] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:23 2026] POST /v2.0/subnets => generated 626 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1587] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:23 2026] POST /v2.0/ports => generated 743 bytes in 575 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-12 08:44:24.258 8 INFO neutron.db.segments_db [None req-90e761b5-48fd-4152-858e-1f2253006ee7 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Added segment 07ee1466-ec33-4a47-8100-db4caac8e4f8 of type vxlan for network c8f175b6-6676-4ec9-9344-829e87544c2f [pid: 8|app: 0|req: 838/1588] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:24 2026] POST /v2.0/networks => generated 613 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1589] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:44:24 2026] POST /v2.0/ports => generated 915 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:24.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-6684cc0a-36b2-42a9-91fe-d563af88cceb 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] TaaS: Handle Delete Port: b2e6d7c9-4b26-48b5-8466-5ab132e13226 2026-06-12 08:44:24.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6684cc0a-36b2-42a9-91fe-d563af88cceb 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Tap Mirror: Handle Delete Port: b2e6d7c9-4b26-48b5-8466-5ab132e13226 [pid: 7|app: 0|req: 752/1590] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:24 2026] DELETE /v2.0/ports/b2e6d7c9-4b26-48b5-8466-5ab132e13226 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:24.872 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd4b3894-3983-42cb-a319-4329eca198c1 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1591] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:24 2026] GET /v2.0/ports/b2e6d7c9-4b26-48b5-8466-5ab132e13226 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1592] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:24 2026] DELETE /v2.0/subnets/739d8d5c-e50a-441d-a697-7a9a7e7bc53f => 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: 839/1593] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:24 2026] POST /v2.0/ports => generated 743 bytes in 793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:25.197 7 INFO neutron.services.segments.plugin [-] Segment 3cc57937-3a9c-4e55-bbf8-e3e8d97fdc47 resource provider aggregate not found 2026-06-12 08:44:25.203 7 INFO neutron.services.segments.plugin [-] Segment 3cc57937-3a9c-4e55-bbf8-e3e8d97fdc47 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-12 08:44:25.220 7 INFO neutron.services.segments.plugin [-] Segment 3cc57937-3a9c-4e55-bbf8-e3e8d97fdc47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc57937-3a9c-4e55-bbf8-e3e8d97fdc47 found for delete ", "request_id": "req-3e22285c-2778-4e01-b8ea-249308e1aca8"}]} 2026-06-12 08:44:25.222 7 INFO neutron.services.segments.plugin [-] Segment 3cc57937-3a9c-4e55-bbf8-e3e8d97fdc47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc57937-3a9c-4e55-bbf8-e3e8d97fdc47 found for delete ", "request_id": "req-4df10a08-0ca1-41a7-b114-67f733deb5b5"}]} [pid: 7|app: 0|req: 755/1594] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:25 2026] DELETE /v2.0/networks/5286521b-290a-46a7-953c-8e59c7587133 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:25.346 8 INFO neutron.db.segments_db [None req-6a52c4d4-26be-456e-aaa5-3a3955942c5c ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Added segment bee7a954-e092-4253-8d62-85d6403e4d0e of type vxlan for network fbfa3ed0-f7e6-49ab-b645-495bb187081c [pid: 8|app: 0|req: 840/1595] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:25 2026] POST /v2.0/networks => generated 612 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1596] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:44:25 2026] POST /v2.0/ports => generated 775 bytes in 490 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: 757/1597] 10.0.0.241 () {34 vars in 737 bytes} [Fri Jun 12 08:44:25 2026] PUT /v2.0/ports/f46bad5b-3a6f-4fc5-b5a3-814a3163ebf6 => generated 752 bytes in 237 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-12 08:44:26.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b27d2e9-2eda-48f1-9959-f1c71adfcf9c 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] TaaS: Handle Delete Port: f46bad5b-3a6f-4fc5-b5a3-814a3163ebf6 2026-06-12 08:44:26.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b27d2e9-2eda-48f1-9959-f1c71adfcf9c 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Tap Mirror: Handle Delete Port: f46bad5b-3a6f-4fc5-b5a3-814a3163ebf6 [pid: 8|app: 0|req: 841/1598] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:25 2026] POST /v2.0/ports => generated 743 bytes in 593 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-12 08:44:26.211 8 INFO neutron.db.segments_db [None req-3a522988-fb02-4632-91d5-294e238ae44d ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Added segment fa434e74-dbac-41a8-956a-681573d441c5 of type vxlan for network d86b9210-a067-4ee6-9d95-b78fffa8f1cf [pid: 7|app: 0|req: 758/1599] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:25 2026] DELETE /v2.0/ports/f46bad5b-3a6f-4fc5-b5a3-814a3163ebf6 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1600] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:44:26 2026] GET /v2.0/ports => generated 777 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:26.299 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4ff76f0-e5f9-4dc3-8749-52723b08ce60 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1601] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:26 2026] GET /v2.0/ports/f46bad5b-3a6f-4fc5-b5a3-814a3163ebf6 => 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: 761/1602] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:44:26 2026] GET /v2.0/ports => generated 777 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1603] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:26 2026] GET /v2.0/ports/f375384c-9111-4423-a1e8-ff67dd10001b => generated 774 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:26.406 7 INFO neutron.pecan_wsgi.hooks.translation [None req-48f47c98-fc9e-4851-a52f-b6dcaa6a0ee3 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 763/1604] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:26 2026] DELETE /v2.0/ports/b2e6d7c9-4b26-48b5-8466-5ab132e13226 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1605] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:26 2026] POST /v2.0/networks => generated 612 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:26.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3bdec3d-e36c-4ab1-bc91-1f54a5a1a8ea 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1606] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:26 2026] DELETE /v2.0/subnets/739d8d5c-e50a-441d-a697-7a9a7e7bc53f => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:26.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e76420a7-5c95-40b4-940c-d51b3477a987 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1607] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:26 2026] DELETE /v2.0/subnets/df66f844-c7ab-4757-bdec-3e6251f7d738 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:26.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-42688d5e-0585-4dce-ae5e-b078c3219b4e 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] TaaS: Handle Delete Port: f375384c-9111-4423-a1e8-ff67dd10001b 2026-06-12 08:44:26.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42688d5e-0585-4dce-ae5e-b078c3219b4e 83e6255961854789a2875758086515c1 1f73aa943c2246e0b3d34bb74f4c4168 - - default default] Tap Mirror: Handle Delete Port: f375384c-9111-4423-a1e8-ff67dd10001b [pid: 7|app: 0|req: 766/1608] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:26 2026] DELETE /v2.0/ports/f375384c-9111-4423-a1e8-ff67dd10001b => 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: 767/1609] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:26 2026] DELETE /v2.0/networks/cef86850-b6de-43cc-ba8c-49095cf0d50d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1610] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:26 2026] POST /v2.0/ports => generated 743 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1611] 10.0.0.241 () {34 vars in 747 bytes} [Fri Jun 12 08:44:26 2026] PUT /v2.0/ports/fb43f45a-dda2-4c12-9271-6de065b77aa4/tags => generated 17 bytes in 68 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: 844/1612] 10.0.0.241 () {34 vars in 747 bytes} [Fri Jun 12 08:44:27 2026] PUT /v2.0/ports/d4108f4b-67e2-4374-bcdd-e8fe100b521f/tags => generated 25 bytes in 80 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: 769/1613] 10.0.0.241 () {34 vars in 747 bytes} [Fri Jun 12 08:44:27 2026] PUT /v2.0/ports/03178585-54c4-45c7-8cfb-bb92aa79a475/tags => generated 34 bytes in 87 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-12 08:44:27.239 7 INFO neutron.services.segments.plugin [-] Segment eb119ad5-6375-4a92-b65e-f142fbd6a567 resource provider aggregate not found 2026-06-12 08:44:27.250 7 INFO neutron.services.segments.plugin [-] Segment eb119ad5-6375-4a92-b65e-f142fbd6a567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb119ad5-6375-4a92-b65e-f142fbd6a567 found for delete ", "request_id": "req-50702544-a24b-4a2c-bedc-7b00f18824b4"}]} 2026-06-12 08:44:27.271 7 INFO neutron.services.segments.plugin [-] Segment eb119ad5-6375-4a92-b65e-f142fbd6a567 resource provider aggregate not found [pid: 8|app: 0|req: 845/1614] 10.0.0.241 () {34 vars in 747 bytes} [Fri Jun 12 08:44:27 2026] PUT /v2.0/ports/a352fe72-1c4d-42e3-bfe5-542a80a7dcc8/tags => generated 19 bytes in 103 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-12 08:44:27.316 7 INFO neutron.services.segments.plugin [-] Segment eb119ad5-6375-4a92-b65e-f142fbd6a567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb119ad5-6375-4a92-b65e-f142fbd6a567 found for delete ", "request_id": "req-0118612f-6d75-4514-94b3-bf09542bcf30"}]} [pid: 7|app: 0|req: 770/1615] 10.0.0.241 () {32 vars in 660 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1616] 10.0.0.241 () {32 vars in 674 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 86 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: 772/1617] 10.0.0.241 () {32 vars in 670 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1618] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/security-groups?tenant_id=1f73aa943c2246e0b3d34bb74f4c4168&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1619] 10.0.0.241 () {32 vars in 682 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1620] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:27 2026] DELETE /v2.0/security-groups/5cbf90b9-5dc3-43d1-b0dc-2c6856af70de => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1621] 10.0.0.241 () {32 vars in 668 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1622] 10.0.0.241 () {32 vars in 682 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1623] 10.0.0.241 () {32 vars in 678 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1624] 10.0.0.241 () {32 vars in 690 bytes} [Fri Jun 12 08:44:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:28.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5a9d3b7-27fe-4118-86d4-fb810f957e6c ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] TaaS: Handle Delete Port: fb43f45a-dda2-4c12-9271-6de065b77aa4 2026-06-12 08:44:28.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5a9d3b7-27fe-4118-86d4-fb810f957e6c ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Tap Mirror: Handle Delete Port: fb43f45a-dda2-4c12-9271-6de065b77aa4 [pid: 7|app: 0|req: 776/1625] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:27 2026] DELETE /v2.0/ports/fb43f45a-dda2-4c12-9271-6de065b77aa4 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:28.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bea24cb-9bbf-44fb-adfd-70d7a8b944b4 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] TaaS: Handle Delete Port: d4108f4b-67e2-4374-bcdd-e8fe100b521f 2026-06-12 08:44:28.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bea24cb-9bbf-44fb-adfd-70d7a8b944b4 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Tap Mirror: Handle Delete Port: d4108f4b-67e2-4374-bcdd-e8fe100b521f [pid: 8|app: 0|req: 850/1626] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:28 2026] DELETE /v2.0/ports/d4108f4b-67e2-4374-bcdd-e8fe100b521f => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:28.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-ada99bf0-56f9-4b2c-8e11-5ad666869969 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] TaaS: Handle Delete Port: 03178585-54c4-45c7-8cfb-bb92aa79a475 2026-06-12 08:44:28.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada99bf0-56f9-4b2c-8e11-5ad666869969 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Tap Mirror: Handle Delete Port: 03178585-54c4-45c7-8cfb-bb92aa79a475 [pid: 7|app: 0|req: 777/1627] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:28 2026] DELETE /v2.0/ports/03178585-54c4-45c7-8cfb-bb92aa79a475 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:28.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-2cfc8b88-785e-439c-9871-7cddf65c7c91 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] TaaS: Handle Delete Port: a352fe72-1c4d-42e3-bfe5-542a80a7dcc8 2026-06-12 08:44:28.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2cfc8b88-785e-439c-9871-7cddf65c7c91 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Tap Mirror: Handle Delete Port: a352fe72-1c4d-42e3-bfe5-542a80a7dcc8 [pid: 8|app: 0|req: 851/1628] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:28 2026] DELETE /v2.0/ports/a352fe72-1c4d-42e3-bfe5-542a80a7dcc8 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:28.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc276094-fed1-4792-bea0-12121895d250 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] TaaS: Handle Delete Port: 703ef5d9-d3c1-4255-8e86-355aaf564beb 2026-06-12 08:44:28.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc276094-fed1-4792-bea0-12121895d250 ba6b2761e5a9428fbb618c1daabfe959 e4282ed44c754355ba990cf35cbb0693 - - default default] Tap Mirror: Handle Delete Port: 703ef5d9-d3c1-4255-8e86-355aaf564beb [pid: 7|app: 0|req: 778/1629] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:28 2026] DELETE /v2.0/ports/703ef5d9-d3c1-4255-8e86-355aaf564beb => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:29.329 8 INFO neutron.services.segments.plugin [-] Segment fdac1228-a74f-46e3-9453-344a587c9cc5 resource provider aggregate not found 2026-06-12 08:44:29.335 8 INFO neutron.services.segments.plugin [-] Segment fdac1228-a74f-46e3-9453-344a587c9cc5 resource provider aggregate not found 2026-06-12 08:44:29.352 8 INFO neutron.services.segments.plugin [-] Segment fdac1228-a74f-46e3-9453-344a587c9cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdac1228-a74f-46e3-9453-344a587c9cc5 found for delete ", "request_id": "req-b2b8f1ba-a357-459e-87c8-44dbba5092ac"}]} 2026-06-12 08:44:29.354 8 INFO neutron.services.segments.plugin [-] Segment fdac1228-a74f-46e3-9453-344a587c9cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdac1228-a74f-46e3-9453-344a587c9cc5 found for delete ", "request_id": "req-69d636ee-96ab-44ad-b086-3dd8092d24ee"}]} [pid: 8|app: 0|req: 852/1630] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:29 2026] DELETE /v2.0/networks/2b31e015-6c17-4fa4-8425-7eb8272fcd04 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1631] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:44:29 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 1240 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1632] 10.0.0.218 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:29 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1633] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:29 2026] DELETE /v2.0/networks/28168de0-8757-4e6e-ab90-a7bc83d60af6 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:29.709 7 INFO neutron.services.segments.plugin [-] Segment 07ee1466-ec33-4a47-8100-db4caac8e4f8 resource provider aggregate not found 2026-06-12 08:44:29.720 7 INFO neutron.services.segments.plugin [-] Segment 07ee1466-ec33-4a47-8100-db4caac8e4f8 resource provider aggregate not found 2026-06-12 08:44:29.727 7 INFO neutron.services.segments.plugin [-] Segment 07ee1466-ec33-4a47-8100-db4caac8e4f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ee1466-ec33-4a47-8100-db4caac8e4f8 found for delete ", "request_id": "req-5eaf7756-de6f-44cb-a9eb-a14f7a022feb"}]} 2026-06-12 08:44:29.746 7 INFO neutron.services.segments.plugin [-] Segment 07ee1466-ec33-4a47-8100-db4caac8e4f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07ee1466-ec33-4a47-8100-db4caac8e4f8 found for delete ", "request_id": "req-e9018366-ea66-427f-b4e2-ce404a9ceac8"}]} [pid: 7|app: 0|req: 781/1634] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:29 2026] DELETE /v2.0/networks/c8f175b6-6676-4ec9-9344-829e87544c2f => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:29.939 8 INFO neutron.db.segments_db [None req-cffffcca-e820-4f67-9c3f-ddcdacae5a00 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment b8fe3d45-a143-4308-9698-d310e04baef3 of type vxlan for network fd0f78c3-fe74-4ae3-a3f2-13b42b54f31e [pid: 7|app: 0|req: 782/1635] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:29 2026] DELETE /v2.0/networks/fbfa3ed0-f7e6-49ab-b645-495bb187081c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1636] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:29 2026] POST /v2.0/networks => generated 611 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1637] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:29 2026] DELETE /v2.0/networks/d86b9210-a067-4ee6-9d95-b78fffa8f1cf => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:30.139 8 INFO neutron.db.segments_db [None req-363392c6-d74c-4504-857f-f39a8c6c3e93 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment fa4a2c7a-66d5-4d59-98c4-c81e06b1e103 of type vxlan for network 51354955-d4ee-44a0-81b7-279d9c2fa259 [pid: 8|app: 0|req: 855/1638] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:30 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1639] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:30 2026] POST /v2.0/subnets => generated 626 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1640] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:30 2026] POST /v2.0/subnets => generated 626 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:31.229 8 INFO neutron.db.segments_db [None req-5c7c861b-83f3-4abb-82d3-49e09793ce43 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment ecf50f75-916e-4794-a383-c1cbe1b4da48 of type vxlan for network b2d3e05d-f0be-4832-b531-c992a6755073 [pid: 7|app: 0|req: 785/1641] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:31 2026] GET /v2.0/security-groups?tenant_id=bf35d43e6dfa468dacae4422bdee25f5&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:31.378 8 INFO neutron.services.segments.plugin [-] Segment 4fc56c50-7f7f-4458-8419-4e24d81bb913 resource provider aggregate not found 2026-06-12 08:44:31.385 8 INFO neutron.services.segments.plugin [-] Segment 4fc56c50-7f7f-4458-8419-4e24d81bb913 resource provider aggregate not found 2026-06-12 08:44:31.401 8 INFO neutron.services.segments.plugin [-] Segment 4fc56c50-7f7f-4458-8419-4e24d81bb913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fc56c50-7f7f-4458-8419-4e24d81bb913 found for delete ", "request_id": "req-bbee3216-b3ee-4b67-9a89-cda41f8709c3"}]} 2026-06-12 08:44:31.405 8 INFO neutron.services.segments.plugin [-] Segment 4fc56c50-7f7f-4458-8419-4e24d81bb913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fc56c50-7f7f-4458-8419-4e24d81bb913 found for delete ", "request_id": "req-29782f26-5743-41a1-a9b3-1fce43e736d3"}]} [pid: 7|app: 0|req: 786/1642] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:31 2026] DELETE /v2.0/security-groups/d73adcff-892e-41be-8a52-e37f461611c1 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:31.760 7 INFO neutron.services.segments.plugin [-] Segment bee7a954-e092-4253-8d62-85d6403e4d0e resource provider aggregate not found 2026-06-12 08:44:31.762 7 INFO neutron.services.segments.plugin [-] Segment bee7a954-e092-4253-8d62-85d6403e4d0e resource provider aggregate not found 2026-06-12 08:44:31.776 7 INFO neutron.services.segments.plugin [-] Segment bee7a954-e092-4253-8d62-85d6403e4d0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bee7a954-e092-4253-8d62-85d6403e4d0e found for delete ", "request_id": "req-6168bb5a-cf32-492f-aac8-156114a1bd48"}]} 2026-06-12 08:44:31.779 7 INFO neutron.services.segments.plugin [-] Segment bee7a954-e092-4253-8d62-85d6403e4d0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bee7a954-e092-4253-8d62-85d6403e4d0e found for delete ", "request_id": "req-e9ad0a6d-700b-4927-b6eb-d0a0908fc6d0"}]} 2026-06-12 08:44:31.793 7 INFO neutron.services.segments.plugin [-] Segment fa434e74-dbac-41a8-956a-681573d441c5 resource provider aggregate not found 2026-06-12 08:44:31.794 7 INFO neutron.services.segments.plugin [-] Segment fa434e74-dbac-41a8-956a-681573d441c5 resource provider aggregate not found 2026-06-12 08:44:31.809 7 INFO neutron.services.segments.plugin [-] Segment fa434e74-dbac-41a8-956a-681573d441c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa434e74-dbac-41a8-956a-681573d441c5 found for delete ", "request_id": "req-11a4a345-533b-4317-a50d-fb8758dc068b"}]} 2026-06-12 08:44:31.820 7 INFO neutron.services.segments.plugin [-] Segment fa434e74-dbac-41a8-956a-681573d441c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa434e74-dbac-41a8-956a-681573d441c5 found for delete ", "request_id": "req-6a48d611-e4a4-4ccd-8b26-b98013d8f4b4"}]} 2026-06-12 08:44:31.831 8 INFO neutron.db.l3_hamode_db [None req-5c7c861b-83f3-4abb-82d3-49e09793ce43 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 787/1643] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:31 2026] GET /v2.0/security-groups?tenant_id=bc1e553548f74b70bf5f00c6318f7aa5&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:32.009 8 INFO neutron.db.l3_hamode_db [None req-5c7c861b-83f3-4abb-82d3-49e09793ce43 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 788/1644] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:31 2026] DELETE /v2.0/security-groups/05df200f-988e-4644-81f5-e753150f6bed => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1645] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:32 2026] GET /v2.0/security-groups?tenant_id=e4282ed44c754355ba990cf35cbb0693&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1646] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:32 2026] DELETE /v2.0/security-groups/678749d1-439a-48ca-b0b7-6a013a02e569 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1649] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:31 2026] POST /v2.0/routers => generated 507 bytes in 1678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1650] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:44:32 2026] PUT /v2.0/routers/0d1091ac-d85d-4861-ac33-94cbd7c10ef9/add_router_interface => generated 309 bytes in 1348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1651] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:34 2026] GET /v2.0/ports/293d7f06-7151-49bc-8a1c-409c71c0c09b => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1652] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:44:34 2026] PUT /v2.0/routers/0d1091ac-d85d-4861-ac33-94cbd7c10ef9/add_router_interface => generated 309 bytes in 1365 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1653] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:35 2026] GET /v2.0/ports/5701734c-5723-4ca6-80c9-7ce3b0e098c6 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:35.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2c9d92d-5d0b-437e-8a98-ed31b81b70d1 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 5701734c-5723-4ca6-80c9-7ce3b0e098c6 2026-06-12 08:44:35.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2c9d92d-5d0b-437e-8a98-ed31b81b70d1 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 5701734c-5723-4ca6-80c9-7ce3b0e098c6 [pid: 7|app: 0|req: 795/1654] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:44:35 2026] PUT /v2.0/routers/0d1091ac-d85d-4861-ac33-94cbd7c10ef9/remove_router_interface => generated 309 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:36.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-a316ae20-92fe-496d-a180-f3e8275b2cc8 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 293d7f06-7151-49bc-8a1c-409c71c0c09b 2026-06-12 08:44:36.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a316ae20-92fe-496d-a180-f3e8275b2cc8 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 293d7f06-7151-49bc-8a1c-409c71c0c09b [pid: 8|app: 0|req: 860/1655] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:44:36 2026] PUT /v2.0/routers/0d1091ac-d85d-4861-ac33-94cbd7c10ef9/remove_router_interface => generated 309 bytes in 811 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1656] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:37 2026] GET /v2.0/ports?device_id=0d1091ac-d85d-4861-ac33-94cbd7c10ef9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:37.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cb4317c-956e-4c03-94c5-eeccf8e44078 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 9b792f30-b003-4b3e-aa5b-fd613d9dcdb0 2026-06-12 08:44:37.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cb4317c-956e-4c03-94c5-eeccf8e44078 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 9b792f30-b003-4b3e-aa5b-fd613d9dcdb0 [pid: 7|app: 0|req: 796/1657] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:44:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 875 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:44:37.956 8 INFO neutron.services.segments.plugin [-] Segment ecf50f75-916e-4794-a383-c1cbe1b4da48 resource provider aggregate not found 2026-06-12 08:44:37.959 8 INFO neutron.services.segments.plugin [-] Segment ecf50f75-916e-4794-a383-c1cbe1b4da48 resource provider aggregate not found 2026-06-12 08:44:37.970 8 INFO neutron.services.segments.plugin [-] Segment ecf50f75-916e-4794-a383-c1cbe1b4da48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf50f75-916e-4794-a383-c1cbe1b4da48 found for delete ", "request_id": "req-d2786c27-b9e4-4c90-a6d7-3dee42588ac2"}]} 2026-06-12 08:44:37.974 8 INFO neutron.services.segments.plugin [-] Segment ecf50f75-916e-4794-a383-c1cbe1b4da48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf50f75-916e-4794-a383-c1cbe1b4da48 found for delete ", "request_id": "req-a06faf96-8b74-4630-bc9c-c9470082b4af"}]} 2026-06-12 08:44:38.006 8 INFO neutron.db.l3_hamode_db [None req-6cb4317c-956e-4c03-94c5-eeccf8e44078 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] HA network b2d3e05d-f0be-4832-b531-c992a6755073 was deleted as no HA routers are present in tenant 28e9f4171ab3438991a5b9d8984dfd05. [pid: 8|app: 0|req: 862/1658] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:37 2026] DELETE /v2.0/routers/0d1091ac-d85d-4861-ac33-94cbd7c10ef9 => generated 0 bytes in 764 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1659] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:44:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1660] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:38 2026] DELETE /v2.0/subnets/ec7d658c-bbec-458c-9c3b-81086cb31cfb => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1661] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:44:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1662] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:38 2026] DELETE /v2.0/subnets/5e1993fd-9a73-443f-9e4d-7b44f3883aa3 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:38.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-43193ba7-d123-4b86-bcea-5c7df2e5400c 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 620fd298-9386-4354-864a-e91054e15a03 2026-06-12 08:44:38.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43193ba7-d123-4b86-bcea-5c7df2e5400c 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 620fd298-9386-4354-864a-e91054e15a03 [pid: 7|app: 0|req: 799/1663] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:44:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1664] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:38 2026] DELETE /v2.0/networks/51354955-d4ee-44a0-81b7-279d9c2fa259 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1665] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:44:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:44:38.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-e40d2ed1-a430-4c58-9688-a77088fb18af 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 2d05ec5b-7e00-4f92-8e88-ba9a0a97490e 2026-06-12 08:44:38.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e40d2ed1-a430-4c58-9688-a77088fb18af 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 2d05ec5b-7e00-4f92-8e88-ba9a0a97490e [pid: 7|app: 0|req: 801/1666] 10.0.0.241 () {34 vars in 767 bytes} [Fri Jun 12 08:44:38 2026] PUT /v2.0/security-groups/f1f36a3b-322f-481e-b0fd-21fa3517cdea/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1667] 10.0.0.241 () {34 vars in 767 bytes} [Fri Jun 12 08:44:38 2026] PUT /v2.0/security-groups/06364dc2-4b61-4d02-92aa-4dec994df1fe/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1668] 10.0.0.241 () {34 vars in 767 bytes} [Fri Jun 12 08:44:38 2026] PUT /v2.0/security-groups/0692fa0f-1882-45f6-b955-bdd1b89f0cba/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1669] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:38 2026] DELETE /v2.0/networks/fd0f78c3-fe74-4ae3-a3f2-13b42b54f31e => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1670] 10.0.0.241 () {34 vars in 767 bytes} [Fri Jun 12 08:44:38 2026] PUT /v2.0/security-groups/de9394dd-fcfc-458e-9994-37af5671d77c/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:38.943 8 INFO neutron.db.segments_db [None req-2b3b08ff-5dd8-4bf7-adc6-9202578a0d7b 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment 005ad07d-9153-4f47-8b2b-65ad30efccc3 of type vxlan for network 2c5cfcf5-c03b-4d91-a626-a4cff3cd1842 [pid: 7|app: 0|req: 805/1671] 10.0.0.241 () {32 vars in 680 bytes} [Fri Jun 12 08:44:38 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1672] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:44:38 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1673] 10.0.0.241 () {32 vars in 690 bytes} [Fri Jun 12 08:44:38 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1674] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:38 2026] POST /v2.0/networks => generated 611 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1675] 10.0.0.241 () {32 vars in 702 bytes} [Fri Jun 12 08:44:39 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1676] 10.0.0.241 () {32 vars in 688 bytes} [Fri Jun 12 08:44:39 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1677] 10.0.0.241 () {32 vars in 702 bytes} [Fri Jun 12 08:44:39 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1678] 10.0.0.241 () {32 vars in 698 bytes} [Fri Jun 12 08:44:39 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1679] 10.0.0.241 () {32 vars in 710 bytes} [Fri Jun 12 08:44:39 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1680] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:39 2026] POST /v2.0/subnets => generated 626 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:39.262 7 INFO neutron.db.segments_db [None req-7c7cf700-d0a8-4ab4-b14d-a8b225b3a9ea 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment 917dba23-4af1-491d-bbc2-3eef2ce30e69 of type vxlan for network 7708d127-9153-4b0c-b65d-cba9ced5a2cc [pid: 8|app: 0|req: 872/1681] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:39 2026] DELETE /v2.0/security-groups/f1f36a3b-322f-481e-b0fd-21fa3517cdea => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1682] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:39 2026] DELETE /v2.0/security-groups/06364dc2-4b61-4d02-92aa-4dec994df1fe => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:39.458 7 INFO neutron.db.l3_hamode_db [None req-7c7cf700-d0a8-4ab4-b14d-a8b225b3a9ea 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 874/1683] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:39 2026] DELETE /v2.0/security-groups/0692fa0f-1882-45f6-b955-bdd1b89f0cba => 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: 875/1684] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:39 2026] DELETE /v2.0/security-groups/de9394dd-fcfc-458e-9994-37af5671d77c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:39.572 7 INFO neutron.db.l3_hamode_db [None req-7c7cf700-d0a8-4ab4-b14d-a8b225b3a9ea 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 876/1685] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:39 2026] DELETE /v2.0/security-groups/7c1c6a05-f67f-4b65-9f9d-d25fd72cfaa0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:39.991 8 INFO neutron.services.segments.plugin [-] Segment fa4a2c7a-66d5-4d59-98c4-c81e06b1e103 resource provider aggregate not found 2026-06-12 08:44:39.995 8 INFO neutron.services.segments.plugin [-] Segment fa4a2c7a-66d5-4d59-98c4-c81e06b1e103 resource provider aggregate not found 2026-06-12 08:44:40.012 8 INFO neutron.services.segments.plugin [-] Segment fa4a2c7a-66d5-4d59-98c4-c81e06b1e103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4a2c7a-66d5-4d59-98c4-c81e06b1e103 found for delete ", "request_id": "req-ad56c706-fa05-4b60-9a6c-4f11e9fad136"}]} 2026-06-12 08:44:40.016 8 INFO neutron.services.segments.plugin [-] Segment fa4a2c7a-66d5-4d59-98c4-c81e06b1e103 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4a2c7a-66d5-4d59-98c4-c81e06b1e103 found for delete ", "request_id": "req-48c2f3f2-6719-4a5e-8b62-a902411fc6cc"}]} 2026-06-12 08:44:40.030 8 INFO neutron.services.segments.plugin [-] Segment b8fe3d45-a143-4308-9698-d310e04baef3 resource provider aggregate not found 2026-06-12 08:44:40.035 8 INFO neutron.services.segments.plugin [-] Segment b8fe3d45-a143-4308-9698-d310e04baef3 resource provider aggregate not found 2026-06-12 08:44:40.053 8 INFO neutron.services.segments.plugin [-] Segment b8fe3d45-a143-4308-9698-d310e04baef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8fe3d45-a143-4308-9698-d310e04baef3 found for delete ", "request_id": "req-819039ba-e322-49e0-80ff-d89a2a3d1579"}]} 2026-06-12 08:44:40.054 8 INFO neutron.services.segments.plugin [-] Segment b8fe3d45-a143-4308-9698-d310e04baef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8fe3d45-a143-4308-9698-d310e04baef3 found for delete ", "request_id": "req-c7908802-0612-408f-b6e0-914da2942a6c"}]} [pid: 8|app: 0|req: 877/1686] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1687] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:39 2026] POST /v2.0/routers => generated 507 bytes in 931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1688] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1689] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1690] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1691] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/security-groups?tenant_id=d638238028904d05a8e46b22b5967fca&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1692] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 883/1693] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:40 2026] DELETE /v2.0/security-groups/6dc84169-a247-486c-8867-063eddf50594 => 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: 884/1694] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 811/1695] 10.0.0.241 () {34 vars in 665 bytes} [Fri Jun 12 08:44:40 2026] POST /v2.0/ports => generated 948 bytes in 730 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: 885/1696] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:40 2026] GET /v2.0/security-groups?tenant_id=6e85bbcea8f04f8daad83ed9753f573c&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1697] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:41 2026] GET /v2.0/security-groups?tenant_id=c1e394059fb94b528bbb131e76b6876f&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1698] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:41 2026] DELETE /v2.0/security-groups/c1eb9850-5e1e-4753-996d-7170c26e0f50 => 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: 888/1699] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:41 2026] DELETE /v2.0/security-groups/0b0118ad-c276-4c75-b9bb-9e1c6f3106db => 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: 889/1700] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:41 2026] GET /v2.0/security-groups?tenant_id=99124cbfb0d340de8faf16c2642ab172&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1701] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:41 2026] DELETE /v2.0/security-groups/c0eaf9dc-5732-4e4c-bcc9-bb53f79aeecc => 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: 891/1702] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:41 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1703] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:41 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 812/1704] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:44:40 2026] PUT /v2.0/routers/60d2d907-27bd-41c8-87fd-94d372643efe/add_router_interface => generated 309 bytes in 1196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1705] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/ports/8b62f84a-7aee-4f8e-8c96-93589aeffbf4 => generated 1022 bytes in 76 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: 894/1706] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/ports?tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae&device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1707] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/networks?id=72c4e70d-0333-446e-9b98-33a263aed3cb => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1708] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=f286f8ea-8106-4bbb-80e8-944f5547a326 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1709] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/subnets?id=5e01cda6-580d-4d38-a1a5-d7bcc6383826 => generated 694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1710] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/ports?network_id=72c4e70d-0333-446e-9b98-33a263aed3cb&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: 899/1711] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:42.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c6926dd-bb2b-4e9f-b72b-e4e557ebc2ca 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 8b62f84a-7aee-4f8e-8c96-93589aeffbf4 2026-06-12 08:44:42.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c6926dd-bb2b-4e9f-b72b-e4e557ebc2ca 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 8b62f84a-7aee-4f8e-8c96-93589aeffbf4 [pid: 8|app: 0|req: 900/1712] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:44:42 2026] GET /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1713] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:44:42 2026] PUT /v2.0/routers/60d2d907-27bd-41c8-87fd-94d372643efe/remove_router_interface => generated 309 bytes in 834 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-12 08:44:43.141 8 INFO neutron.api.v2.resource [None req-e2e07f70-2d68-4dcf-a823-091e75b7f0ee 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1714] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:44:43 2026] PUT /v2.0/routers/60d2d907-27bd-41c8-87fd-94d372643efe/remove_router_interface => generated 197 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1715] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:43 2026] GET /v2.0/ports?device_id=60d2d907-27bd-41c8-87fd-94d372643efe => 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: 814/1716] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:43 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1717] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:43 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:43.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3767511-0b04-4e97-a3f0-f2efd2f16876 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 99ce28ec-7d6e-4d50-b65c-082a91b07ad6 2026-06-12 08:44:43.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3767511-0b04-4e97-a3f0-f2efd2f16876 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 99ce28ec-7d6e-4d50-b65c-082a91b07ad6 2026-06-12 08:44:43.696 8 INFO neutron.services.segments.plugin [-] Segment 917dba23-4af1-491d-bbc2-3eef2ce30e69 resource provider aggregate not found 2026-06-12 08:44:43.702 8 INFO neutron.services.segments.plugin [-] Segment 917dba23-4af1-491d-bbc2-3eef2ce30e69 resource provider aggregate not found 2026-06-12 08:44:43.715 8 INFO neutron.services.segments.plugin [-] Segment 917dba23-4af1-491d-bbc2-3eef2ce30e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917dba23-4af1-491d-bbc2-3eef2ce30e69 found for delete ", "request_id": "req-b5cce950-ddd2-40be-9e7c-7a5fc53b5e6c"}]} 2026-06-12 08:44:43.726 8 INFO neutron.services.segments.plugin [-] Segment 917dba23-4af1-491d-bbc2-3eef2ce30e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917dba23-4af1-491d-bbc2-3eef2ce30e69 found for delete ", "request_id": "req-ee89c307-c984-4390-9231-2191e9bbada9"}]} 2026-06-12 08:44:43.748 8 INFO neutron.db.l3_hamode_db [None req-d3767511-0b04-4e97-a3f0-f2efd2f16876 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] HA network 7708d127-9153-4b0c-b65d-cba9ced5a2cc was deleted as no HA routers are present in tenant 28e9f4171ab3438991a5b9d8984dfd05. [pid: 8|app: 0|req: 903/1718] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:43 2026] DELETE /v2.0/routers/60d2d907-27bd-41c8-87fd-94d372643efe => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1719] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:43 2026] DELETE /v2.0/subnets/ee579de1-3e78-4b1a-b10b-bdb81e1d0bd4 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:44.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d4eee25-f00d-4ac3-9fcf-7b3d28ea3aaf 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: f987a976-739a-4ef4-b805-8fde62950301 2026-06-12 08:44:44.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d4eee25-f00d-4ac3-9fcf-7b3d28ea3aaf 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: f987a976-739a-4ef4-b805-8fde62950301 [pid: 8|app: 0|req: 904/1720] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:43 2026] DELETE /v2.0/networks/2c5cfcf5-c03b-4d91-a626-a4cff3cd1842 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:44.318 7 INFO neutron.db.segments_db [None req-c917cb68-ca9d-405b-b91e-369c29925c1c 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment 14a7b93c-8276-410f-9f5d-774cf7751e99 of type vxlan for network 3917bd7b-00b4-4466-8039-65e3bcdb6d7e [pid: 8|app: 0|req: 905/1721] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:44 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1722] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:44 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1723] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:44 2026] POST /v2.0/networks => generated 611 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1724] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:44 2026] POST /v2.0/subnets => generated 626 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:44.792 7 INFO neutron.db.segments_db [None req-420cf23a-2ab4-4b00-b960-e6eea103dff3 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment 67efe597-c6d0-468b-8edb-febf05c6302f of type vxlan for network c42ea176-93d4-4dce-97f6-b004521bf048 2026-06-12 08:44:45.099 7 INFO neutron.db.l3_hamode_db [None req-420cf23a-2ab4-4b00-b960-e6eea103dff3 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:44:45.215 7 INFO neutron.db.l3_hamode_db [None req-420cf23a-2ab4-4b00-b960-e6eea103dff3 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 908/1725] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:45 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1726] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:45 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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-12 08:44:45.732 8 INFO neutron.services.segments.plugin [-] Segment 005ad07d-9153-4f47-8b2b-65ad30efccc3 resource provider aggregate not found 2026-06-12 08:44:45.745 8 INFO neutron.services.segments.plugin [-] Segment 005ad07d-9153-4f47-8b2b-65ad30efccc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 005ad07d-9153-4f47-8b2b-65ad30efccc3 found for delete ", "request_id": "req-7c67336d-c2ff-4184-8f74-4702f9b30082"}]} 2026-06-12 08:44:45.749 8 INFO neutron.services.segments.plugin [-] Segment 005ad07d-9153-4f47-8b2b-65ad30efccc3 resource provider aggregate not found 2026-06-12 08:44:45.766 8 INFO neutron.services.segments.plugin [-] Segment 005ad07d-9153-4f47-8b2b-65ad30efccc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 005ad07d-9153-4f47-8b2b-65ad30efccc3 found for delete ", "request_id": "req-76dcd06f-c66a-48d0-a01a-a99338b699bf"}]} [pid: 7|app: 0|req: 818/1727] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:44 2026] POST /v2.0/routers => generated 507 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:46.024 8 INFO neutron.db.segments_db [None req-bf9e4a04-14cd-4323-a902-fc7f95eb50d2 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Added segment 3e216ba0-23c6-4d4d-8efd-6e7b6900d2e2 of type vxlan for network cefb50d3-4c41-4931-8834-b82ab993e559 [pid: 8|app: 0|req: 910/1728] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:45 2026] POST /v2.0/networks => generated 612 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:46.355 8 INFO neutron.db.segments_db [None req-ee65391c-e9d4-4ae2-bcaf-abb386cd0354 1dd60687c354497a89142dd77e6867f8 14ab42b3752144b6990e4619d66abc03 - - default default] Added segment 286e21c5-4ed1-4d65-8ba7-1ea09958b016 of type vxlan for network e9ec711d-a0a5-402b-ba5e-29a1c9736482 [pid: 8|app: 0|req: 911/1729] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:46 2026] POST /v2.0/networks => generated 613 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1730] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:46 2026] POST /v2.0/ports => generated 743 bytes in 345 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: 913/1731] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:46 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) [pid: 7|app: 0|req: 819/1732] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:44:45 2026] PUT /v2.0/routers/3614bb57-6a59-4d08-821d-912f01702177/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1733] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:47 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:47.176 8 INFO neutron.db.segments_db [None req-a1fdb7d9-00d2-431c-b4a4-652f59eefd05 1dd60687c354497a89142dd77e6867f8 14ab42b3752144b6990e4619d66abc03 - - default default] Added segment 62279d24-2222-47e5-8fb0-c75e7307cda5 of type vxlan for network ddc46553-1dea-4de4-b98b-047f538b0ecf [pid: 8|app: 0|req: 915/1734] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:47 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1735] 10.0.0.241 () {34 vars in 666 bytes} [Fri Jun 12 08:44:47 2026] POST /v2.0/trunks => generated 407 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1736] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:47 2026] GET /v2.0/ports/7d4e00dc-f29c-4705-995e-2e5a461d9468 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1737] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:47 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:47.406 7 INFO neutron.db.segments_db [None req-0e6ac306-6396-4e44-8a87-2a90c5797c06 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Added segment a189ff4a-d269-418c-8426-66c67f6ec913 of type vxlan for network 573ab4c8-a19d-4a2d-87af-ab9cc9110e67 [pid: 7|app: 0|req: 822/1738] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:47 2026] POST /v2.0/networks => generated 612 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1739] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:47 2026] POST /v2.0/subnets => generated 629 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:47.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-314ec83f-afac-403d-9f52-1af2ac34343d 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 7d4e00dc-f29c-4705-995e-2e5a461d9468 2026-06-12 08:44:47.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-314ec83f-afac-403d-9f52-1af2ac34343d 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 7d4e00dc-f29c-4705-995e-2e5a461d9468 [pid: 8|app: 0|req: 918/1740] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:47 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:44:47.980 8 INFO neutron.db.segments_db [None req-cb2deb90-8c9b-4fd4-aa0f-f2be1c6db613 1dd60687c354497a89142dd77e6867f8 14ab42b3752144b6990e4619d66abc03 - - default default] Added segment 33c6cd2c-71f6-4fc4-89ff-6865b7d95fb0 of type vxlan for network 6ded4d35-40e5-4250-87dc-61e4dff74341 [pid: 8|app: 0|req: 921/1743] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:47 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: 922/1744] 10.0.0.241 () {34 vars in 666 bytes} [Fri Jun 12 08:44:48 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1745] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:44:47 2026] PUT /v2.0/routers/3614bb57-6a59-4d08-821d-912f01702177/remove_router_interface => generated 309 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:48.375 7 INFO neutron.db.segments_db [None req-34d16d76-77b2-4221-98cd-dd712d59d8c8 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Added segment f1686739-ce15-4d88-8dcf-91457fc7c7e8 of type vxlan for network 16b942f7-48e6-4ec7-ba4f-cd40c762fdd8 [pid: 7|app: 0|req: 824/1746] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:48 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1747] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:48 2026] GET /v2.0/ports?device_id=3614bb57-6a59-4d08-821d-912f01702177 => 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: 923/1748] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:48 2026] POST /v2.0/subnets => generated 629 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1749] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:48 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:48.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-4102e522-2ca3-4e60-8811-a2b4c6e87120 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 9b614fa8-1ba4-46f6-b1b7-7c5a72d58364 2026-06-12 08:44:48.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4102e522-2ca3-4e60-8811-a2b4c6e87120 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 9b614fa8-1ba4-46f6-b1b7-7c5a72d58364 [pid: 8|app: 0|req: 924/1750] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:48 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-12 08:44:48.882 8 INFO neutron.db.segments_db [None req-b662b7d6-2378-450d-828e-9cccae361660 1dd60687c354497a89142dd77e6867f8 14ab42b3752144b6990e4619d66abc03 - - default default] Added segment 2ad5b380-ab5b-4b61-a04c-2dcd61676f80 of type vxlan for network 481e683e-d016-4ac1-8407-907ac2817337 [pid: 8|app: 0|req: 925/1751] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:48 2026] POST /v2.0/networks => generated 612 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1752] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:48 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1753] 10.0.0.241 () {34 vars in 666 bytes} [Fri Jun 12 08:44:48 2026] POST /v2.0/trunks => generated 407 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:49.158 7 INFO neutron.services.segments.plugin [-] Segment 67efe597-c6d0-468b-8edb-febf05c6302f resource provider aggregate not found 2026-06-12 08:44:49.160 7 INFO neutron.services.segments.plugin [-] Segment 67efe597-c6d0-468b-8edb-febf05c6302f resource provider aggregate not found 2026-06-12 08:44:49.177 7 INFO neutron.services.segments.plugin [-] Segment 67efe597-c6d0-468b-8edb-febf05c6302f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67efe597-c6d0-468b-8edb-febf05c6302f found for delete ", "request_id": "req-46552f6f-7123-4c98-997d-7b29716270aa"}]} 2026-06-12 08:44:49.178 7 INFO neutron.services.segments.plugin [-] Segment 67efe597-c6d0-468b-8edb-febf05c6302f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67efe597-c6d0-468b-8edb-febf05c6302f found for delete ", "request_id": "req-5b72f990-a579-44f7-bd78-05079f472c27"}]} 2026-06-12 08:44:49.198 7 INFO neutron.db.l3_hamode_db [None req-4102e522-2ca3-4e60-8811-a2b4c6e87120 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] HA network c42ea176-93d4-4dce-97f6-b004521bf048 was deleted as no HA routers are present in tenant 28e9f4171ab3438991a5b9d8984dfd05. [pid: 7|app: 0|req: 827/1754] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:48 2026] DELETE /v2.0/routers/3614bb57-6a59-4d08-821d-912f01702177 => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:49.274 7 INFO neutron.db.segments_db [None req-91ce3b7f-d6bb-42f7-8080-0be47e2ba960 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Added segment 7a39235a-faaa-4791-8b36-f5f9239bd31f of type vxlan for network 2adb5565-df67-4355-8a9d-1bb3d50b3c5f [pid: 8|app: 0|req: 928/1755] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:49 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1756] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:49 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:44:49.415 7 INFO neutron.db.segments_db [None req-229c9277-57df-4940-bfed-806c38494539 1dd60687c354497a89142dd77e6867f8 14ab42b3752144b6990e4619d66abc03 - - default default] Added segment d4843979-9ab1-41e4-a809-5d9b17947660 of type vxlan for network 08aa9b6a-28eb-48ca-b19a-0f9cc6224398 [pid: 7|app: 0|req: 829/1757] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:49 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1758] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:49 2026] DELETE /v2.0/subnets/04a454d2-57e7-4fe9-8d07-6b9d4deb26cd => 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: 930/1759] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:49 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1760] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:49 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:44:49.841 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d6bb310-8b9d-4169-a644-b1f4346e024f 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: c9157eb6-24a5-4cf4-94d2-8a6eebff2b72 2026-06-12 08:44:49.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d6bb310-8b9d-4169-a644-b1f4346e024f 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: c9157eb6-24a5-4cf4-94d2-8a6eebff2b72 [pid: 7|app: 0|req: 831/1761] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:44:49 2026] PUT /v2.0/subnets/33d60e66-ff3a-4c9f-b428-0bab86fda04e/tags => generated 17 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:50.015 8 INFO neutron.services.segments.plugin [-] Segment 14a7b93c-8276-410f-9f5d-774cf7751e99 resource provider aggregate not found 2026-06-12 08:44:50.025 8 INFO neutron.services.segments.plugin [-] Segment 14a7b93c-8276-410f-9f5d-774cf7751e99 resource provider aggregate not found 2026-06-12 08:44:50.040 8 INFO neutron.services.segments.plugin [-] Segment 14a7b93c-8276-410f-9f5d-774cf7751e99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14a7b93c-8276-410f-9f5d-774cf7751e99 found for delete ", "request_id": "req-4830b3f4-9213-4e8f-ac91-d124f3f70561"}]} 2026-06-12 08:44:50.045 8 INFO neutron.services.segments.plugin [-] Segment 14a7b93c-8276-410f-9f5d-774cf7751e99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14a7b93c-8276-410f-9f5d-774cf7751e99 found for delete ", "request_id": "req-cd190754-82ae-41e6-bcbc-b0ef2165a7d2"}]} [pid: 8|app: 0|req: 931/1762] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:49 2026] DELETE /v2.0/networks/3917bd7b-00b4-4466-8039-65e3bcdb6d7e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1763] 10.0.0.241 () {34 vars in 666 bytes} [Fri Jun 12 08:44:49 2026] POST /v2.0/trunks => generated 407 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1764] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:44:50 2026] PUT /v2.0/subnets/be91fb69-8a56-49ff-8663-7c438e2fdb47/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1765] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:44:50 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:50.166 8 INFO neutron.db.segments_db [None req-ae429062-5dc1-4889-8e49-9f1450be1f0d 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Added segment 24dd14f4-71ae-4af3-97a1-a3e3f2ec85fb of type vxlan for network 006eb691-b423-4e65-a94b-a8df01fa2119 2026-06-12 08:44:50.192 7 INFO neutron.db.segments_db [None req-95334530-01db-43a2-9d89-b4478c6388ce 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Added segment 6cf274bf-b06f-4f97-a7ca-2e72699456ab of type vxlan for network 4a2ee020-f501-42df-9f96-fd9cd66ee246 [pid: 7|app: 0|req: 834/1766] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:44:50 2026] POST /v2.0/networks => generated 612 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1767] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:44:50 2026] PUT /v2.0/subnets/6e226bb8-4bf3-406e-b50d-d7c98e037113/tags => generated 34 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1768] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:44:50 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:50.508 8 INFO neutron.db.l3_hamode_db [None req-ae429062-5dc1-4889-8e49-9f1450be1f0d 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 837/1769] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:44:50 2026] POST /v2.0/ports => generated 743 bytes in 407 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: 838/1770] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:44:50 2026] PUT /v2.0/subnets/48fc4630-2faa-4385-b108-db02b4496ac3/tags => generated 19 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1771] 10.0.0.241 () {34 vars in 666 bytes} [Fri Jun 12 08:44:51 2026] POST /v2.0/trunks => generated 407 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1772] 10.0.0.241 () {32 vars in 664 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1773] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:44:51 2026] PUT /v2.0/trunks/a07a4129-5d2c-477d-9ad6-eec3fc50fa18/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:51.435 8 INFO neutron.db.l3_hamode_db [None req-ae429062-5dc1-4889-8e49-9f1450be1f0d 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 842/1774] 10.0.0.241 () {32 vars in 678 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1775] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:44:51 2026] PUT /v2.0/trunks/b456c375-9f09-4518-97a7-78f005f510d0/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1776] 10.0.0.241 () {32 vars in 674 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1777] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:44:51 2026] PUT /v2.0/trunks/ae3ead8f-ebfd-4a40-bcb0-bec7c33f7807/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1778] 10.0.0.241 () {32 vars in 686 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1779] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:44:51 2026] PUT /v2.0/trunks/52c5b33b-81e7-4f36-9e6e-925fb9810cc0/tags => 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: 848/1780] 10.0.0.241 () {32 vars in 672 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1781] 10.0.0.241 () {32 vars in 662 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1782] 10.0.0.241 () {32 vars in 686 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1783] 10.0.0.241 () {32 vars in 676 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1784] 10.0.0.241 () {32 vars in 682 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1785] 10.0.0.241 () {32 vars in 672 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1786] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1787] 10.0.0.241 () {32 vars in 684 bytes} [Fri Jun 12 08:44:51 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1788] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:51 2026] DELETE /v2.0/subnets/33d60e66-ff3a-4c9f-b428-0bab86fda04e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1789] 10.0.0.241 () {32 vars in 670 bytes} [Fri Jun 12 08:44:51 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: 7|app: 0|req: 858/1790] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:52 2026] DELETE /v2.0/subnets/be91fb69-8a56-49ff-8663-7c438e2fdb47 => 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: 859/1791] 10.0.0.241 () {32 vars in 684 bytes} [Fri Jun 12 08:44:52 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1792] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:52 2026] DELETE /v2.0/subnets/6e226bb8-4bf3-406e-b50d-d7c98e037113 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1793] 10.0.0.241 () {32 vars in 680 bytes} [Fri Jun 12 08:44:52 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1794] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:44:50 2026] POST /v2.0/routers => generated 687 bytes in 2320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1795] 10.0.0.241 () {32 vars in 692 bytes} [Fri Jun 12 08:44:52 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1796] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:52 2026] DELETE /v2.0/subnets/48fc4630-2faa-4385-b108-db02b4496ac3 => 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: 935/1797] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:44:52 2026] GET /v2.0/routers/14d459b6-c3b2-4d70-8a1d-82beb45ea950 => generated 693 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1798] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:52 2026] GET /v2.0/trunks/a07a4129-5d2c-477d-9ad6-eec3fc50fa18 => generated 412 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1799] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:44:52 2026] GET /v2.0/routers => generated 696 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1800] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:52 2026] DELETE /v2.0/subnets/e536953a-4fea-4019-94e6-46c760df3c3e => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1801] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:52 2026] GET /v2.0/ports/52c7ff43-9fd2-4585-bbf5-56ff2aca3b95 => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:52.904 7 INFO neutron.services.segments.plugin [-] Segment 286e21c5-4ed1-4d65-8ba7-1ea09958b016 resource provider aggregate not found 2026-06-12 08:44:52.910 7 INFO neutron.services.segments.plugin [-] Segment 286e21c5-4ed1-4d65-8ba7-1ea09958b016 resource provider aggregate not found 2026-06-12 08:44:52.930 7 INFO neutron.services.segments.plugin [-] Segment 286e21c5-4ed1-4d65-8ba7-1ea09958b016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 286e21c5-4ed1-4d65-8ba7-1ea09958b016 found for delete ", "request_id": "req-f7a2ace3-3b78-42a9-bbbe-e565194e00d4"}]} 2026-06-12 08:44:52.935 7 INFO neutron.services.segments.plugin [-] Segment 286e21c5-4ed1-4d65-8ba7-1ea09958b016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 286e21c5-4ed1-4d65-8ba7-1ea09958b016 found for delete ", "request_id": "req-8822d16c-18a3-4a89-9138-cfcea2ce15a9"}]} [pid: 7|app: 0|req: 866/1802] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:52 2026] DELETE /v2.0/networks/e9ec711d-a0a5-402b-ba5e-29a1c9736482 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1803] 10.0.0.241 () {32 vars in 722 bytes} [Fri Jun 12 08:44:52 2026] DELETE /v2.0/trunks/a07a4129-5d2c-477d-9ad6-eec3fc50fa18 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1804] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:53 2026] DELETE /v2.0/networks/ddc46553-1dea-4de4-b98b-047f538b0ecf => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1805] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:53 2026] GET /v2.0/trunks/b456c375-9f09-4518-97a7-78f005f510d0 => generated 420 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1806] 10.0.0.241 () {34 vars in 741 bytes} [Fri Jun 12 08:44:52 2026] PUT /v2.0/routers/14d459b6-c3b2-4d70-8a1d-82beb45ea950 => generated 700 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:53.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc416981-6548-41c7-a5f2-b31362737841 1dd60687c354497a89142dd77e6867f8 14ab42b3752144b6990e4619d66abc03 - - default default] TaaS: Handle Delete Port: e9a90340-1b12-47ff-8665-b45c9dc53838 2026-06-12 08:44:53.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc416981-6548-41c7-a5f2-b31362737841 1dd60687c354497a89142dd77e6867f8 14ab42b3752144b6990e4619d66abc03 - - default default] Tap Mirror: Handle Delete Port: e9a90340-1b12-47ff-8665-b45c9dc53838 [pid: 8|app: 0|req: 938/1807] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:53 2026] GET /v2.0/ports/de7284b5-31f9-4235-835a-a5d74836e8fa => generated 826 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1808] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:44:53 2026] GET /v2.0/routers/14d459b6-c3b2-4d70-8a1d-82beb45ea950 => generated 700 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1809] 10.0.0.241 () {32 vars in 722 bytes} [Fri Jun 12 08:44:53 2026] DELETE /v2.0/trunks/b456c375-9f09-4518-97a7-78f005f510d0 => 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: 941/1810] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:53 2026] GET /v2.0/ports?device_id=14d459b6-c3b2-4d70-8a1d-82beb45ea950 => 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: 870/1811] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:53 2026] DELETE /v2.0/networks/6ded4d35-40e5-4250-87dc-61e4dff74341 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1812] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:53 2026] GET /v2.0/trunks/ae3ead8f-ebfd-4a40-bcb0-bec7c33f7807 => generated 429 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:53.685 8 INFO neutron.services.segments.plugin [-] Segment 2ad5b380-ab5b-4b61-a04c-2dcd61676f80 resource provider aggregate not found 2026-06-12 08:44:53.691 8 INFO neutron.services.segments.plugin [-] Segment 2ad5b380-ab5b-4b61-a04c-2dcd61676f80 resource provider aggregate not found 2026-06-12 08:44:53.703 8 INFO neutron.services.segments.plugin [-] Segment 2ad5b380-ab5b-4b61-a04c-2dcd61676f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad5b380-ab5b-4b61-a04c-2dcd61676f80 found for delete ", "request_id": "req-c384c383-0a72-494f-9e3a-e80bbc7a4fd8"}]} 2026-06-12 08:44:53.705 8 INFO neutron.services.segments.plugin [-] Segment 2ad5b380-ab5b-4b61-a04c-2dcd61676f80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ad5b380-ab5b-4b61-a04c-2dcd61676f80 found for delete ", "request_id": "req-b8ad1e20-af39-4d53-a948-37f539b13f5d"}]} [pid: 8|app: 0|req: 943/1813] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:53 2026] DELETE /v2.0/networks/481e683e-d016-4ac1-8407-907ac2817337 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:53.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b23a648-7f07-41f1-9863-f20a116d1ce4 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 44a3dad3-e110-48e4-8d23-7c2b4f7185f1 2026-06-12 08:44:53.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b23a648-7f07-41f1-9863-f20a116d1ce4 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 44a3dad3-e110-48e4-8d23-7c2b4f7185f1 [pid: 8|app: 0|req: 944/1814] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:53 2026] GET /v2.0/ports/38b49ec1-c039-4cb0-bc47-0ac5ae7e5235 => 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: 945/1815] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:53 2026] DELETE /v2.0/networks/08aa9b6a-28eb-48ca-b19a-0f9cc6224398 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:53.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b23a648-7f07-41f1-9863-f20a116d1ce4 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] TaaS: Handle Delete Port: 5264d0d9-915c-43fa-a227-14da6f7ad135 2026-06-12 08:44:53.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b23a648-7f07-41f1-9863-f20a116d1ce4 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] Tap Mirror: Handle Delete Port: 5264d0d9-915c-43fa-a227-14da6f7ad135 [pid: 8|app: 0|req: 946/1816] 10.0.0.241 () {32 vars in 722 bytes} [Fri Jun 12 08:44:53 2026] DELETE /v2.0/trunks/ae3ead8f-ebfd-4a40-bcb0-bec7c33f7807 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1817] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:53 2026] GET /v2.0/trunks/52c5b33b-81e7-4f36-9e6e-925fb9810cc0 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1818] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/ports/0eea3901-feed-41e4-a1dc-1f6f751cf05c => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1819] 10.0.0.241 () {32 vars in 722 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/trunks/52c5b33b-81e7-4f36-9e6e-925fb9810cc0 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1820] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/trunks/accc352d-152d-4e2c-bc27-42576c4c6f71 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1821] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/ports/37ac5c52-2e81-4b4f-9b23-5db94550d029 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:44:54.301 7 INFO neutron.db.l3_hamode_db [None req-3b23a648-7f07-41f1-9863-f20a116d1ce4 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] HA network 006eb691-b423-4e65-a94b-a8df01fa2119 was deleted as no HA routers are present in tenant 28e9f4171ab3438991a5b9d8984dfd05. [pid: 7|app: 0|req: 871/1822] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:53 2026] DELETE /v2.0/routers/14d459b6-c3b2-4d70-8a1d-82beb45ea950 => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1823] 10.0.0.241 () {32 vars in 722 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/trunks/accc352d-152d-4e2c-bc27-42576c4c6f71 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1824] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/ports?device_id=14d459b6-c3b2-4d70-8a1d-82beb45ea950 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:54.364 7 INFO neutron.api.v2.resource [None req-fe16dd49-03e2-40cb-b0bb-69a2ea86ee6b 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1825] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/routers/14d459b6-c3b2-4d70-8a1d-82beb45ea950 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1826] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/ports?device_id=3614bb57-6a59-4d08-821d-912f01702177 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:54.414 7 INFO neutron.api.v2.resource [None req-3ed68357-974f-4545-9b3c-2ed6378bc5ad 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1827] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/routers/3614bb57-6a59-4d08-821d-912f01702177 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:54.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-674b3f81-2398-4cac-8cab-dce3fcf0b72f 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1828] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/subnets/04a454d2-57e7-4fe9-8d07-6b9d4deb26cd => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:54.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-6160cf45-ca0e-4fd5-87ab-472bfdbd9562 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] TaaS: Handle Delete Port: 52c7ff43-9fd2-4585-bbf5-56ff2aca3b95 2026-06-12 08:44:54.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6160cf45-ca0e-4fd5-87ab-472bfdbd9562 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Tap Mirror: Handle Delete Port: 52c7ff43-9fd2-4585-bbf5-56ff2aca3b95 [pid: 7|app: 0|req: 877/1829] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/ports?device_id=60d2d907-27bd-41c8-87fd-94d372643efe => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:44:54.508 7 INFO neutron.api.v2.resource [None req-f6f0bede-1c23-4405-8623-65ad309a5a64 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1830] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/routers/60d2d907-27bd-41c8-87fd-94d372643efe => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:54.528 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd62e8bf-f230-4b0b-b18a-c06f1bde3c06 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 879/1831] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/subnets/ee579de1-3e78-4b1a-b10b-bdb81e1d0bd4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1832] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/ports?device_id=0d1091ac-d85d-4861-ac33-94cbd7c10ef9 => 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: 953/1833] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/ports/52c7ff43-9fd2-4585-bbf5-56ff2aca3b95 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:54.595 7 INFO neutron.api.v2.resource [None req-01604f22-32f2-4412-b9d4-1b840b18fb28 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1834] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/routers/0d1091ac-d85d-4861-ac33-94cbd7c10ef9 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:54.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7767df6c-b8c5-4d18-b7bb-2b05612cb305 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1835] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/subnets/ec7d658c-bbec-458c-9c3b-81086cb31cfb => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:54.627 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28608296-bb62-4e4d-bb24-85bec5a91df4 3e56520b8d094cde95818c3d653ca71e 28e9f4171ab3438991a5b9d8984dfd05 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 883/1836] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/subnets/5e1993fd-9a73-443f-9e4d-7b44f3883aa3 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:44:54.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d5deec6-04c4-4b2e-a2fc-1193c1660bb1 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] TaaS: Handle Delete Port: de7284b5-31f9-4235-835a-a5d74836e8fa 2026-06-12 08:44:54.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d5deec6-04c4-4b2e-a2fc-1193c1660bb1 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Tap Mirror: Handle Delete Port: de7284b5-31f9-4235-835a-a5d74836e8fa [pid: 8|app: 0|req: 954/1837] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/ports/de7284b5-31f9-4235-835a-a5d74836e8fa => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:54.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-abe0f9aa-9bf9-43ef-8407-0f6b39e63e83 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] TaaS: Handle Delete Port: 38b49ec1-c039-4cb0-bc47-0ac5ae7e5235 2026-06-12 08:44:54.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abe0f9aa-9bf9-43ef-8407-0f6b39e63e83 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Tap Mirror: Handle Delete Port: 38b49ec1-c039-4cb0-bc47-0ac5ae7e5235 2026-06-12 08:44:54.954 7 INFO neutron.services.segments.plugin [-] Segment 62279d24-2222-47e5-8fb0-c75e7307cda5 resource provider aggregate not found 2026-06-12 08:44:54.955 7 INFO neutron.services.segments.plugin [-] Segment 62279d24-2222-47e5-8fb0-c75e7307cda5 resource provider aggregate not found 2026-06-12 08:44:54.974 7 INFO neutron.services.segments.plugin [-] Segment 62279d24-2222-47e5-8fb0-c75e7307cda5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62279d24-2222-47e5-8fb0-c75e7307cda5 found for delete ", "request_id": "req-b29fa762-a606-4bf2-988f-6e03de278d72"}]} 2026-06-12 08:44:54.980 7 INFO neutron.services.segments.plugin [-] Segment 62279d24-2222-47e5-8fb0-c75e7307cda5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62279d24-2222-47e5-8fb0-c75e7307cda5 found for delete ", "request_id": "req-98d44803-a62e-49a8-8a14-5db911ed03b9"}]} [pid: 7|app: 0|req: 884/1838] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:54 2026] GET /v2.0/security-groups?tenant_id=14ab42b3752144b6990e4619d66abc03&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:54.994 7 INFO neutron.services.segments.plugin [-] Segment 33c6cd2c-71f6-4fc4-89ff-6865b7d95fb0 resource provider aggregate not found [pid: 8|app: 0|req: 955/1839] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/ports/38b49ec1-c039-4cb0-bc47-0ac5ae7e5235 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:54.999 7 INFO neutron.services.segments.plugin [-] Segment 33c6cd2c-71f6-4fc4-89ff-6865b7d95fb0 resource provider aggregate not found 2026-06-12 08:44:55.012 7 INFO neutron.services.segments.plugin [-] Segment 33c6cd2c-71f6-4fc4-89ff-6865b7d95fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33c6cd2c-71f6-4fc4-89ff-6865b7d95fb0 found for delete ", "request_id": "req-102fefbd-6b70-46e3-ac7d-508dc6beeaf2"}]} 2026-06-12 08:44:55.014 7 INFO neutron.services.segments.plugin [-] Segment 33c6cd2c-71f6-4fc4-89ff-6865b7d95fb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33c6cd2c-71f6-4fc4-89ff-6865b7d95fb0 found for delete ", "request_id": "req-827de8f5-ed90-46c2-9596-5fe17ab85b79"}]} 2026-06-12 08:44:55.034 7 INFO neutron.services.segments.plugin [-] Segment 24dd14f4-71ae-4af3-97a1-a3e3f2ec85fb resource provider aggregate not found 2026-06-12 08:44:55.041 7 INFO neutron.services.segments.plugin [-] Segment 24dd14f4-71ae-4af3-97a1-a3e3f2ec85fb resource provider aggregate not found 2026-06-12 08:44:55.052 7 INFO neutron.services.segments.plugin [-] Segment 24dd14f4-71ae-4af3-97a1-a3e3f2ec85fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24dd14f4-71ae-4af3-97a1-a3e3f2ec85fb found for delete ", "request_id": "req-60b08260-2681-4bc4-bb9a-771adc72e9ed"}]} 2026-06-12 08:44:55.060 7 INFO neutron.services.segments.plugin [-] Segment 24dd14f4-71ae-4af3-97a1-a3e3f2ec85fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24dd14f4-71ae-4af3-97a1-a3e3f2ec85fb found for delete ", "request_id": "req-3f15780c-dc8a-4a3d-ad48-b73ec64801fa"}]} 2026-06-12 08:44:55.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb9233f8-8923-43ce-aeaa-ad66d67f9714 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] TaaS: Handle Delete Port: 0eea3901-feed-41e4-a1dc-1f6f751cf05c 2026-06-12 08:44:55.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb9233f8-8923-43ce-aeaa-ad66d67f9714 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Tap Mirror: Handle Delete Port: 0eea3901-feed-41e4-a1dc-1f6f751cf05c [pid: 7|app: 0|req: 885/1840] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:54 2026] DELETE /v2.0/security-groups/54a9f8fb-5a73-47af-9caf-faa5828048c9 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1841] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/ports/0eea3901-feed-41e4-a1dc-1f6f751cf05c => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:55.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-55fa2303-95ad-4bbc-883d-5d49023bfa2f 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] TaaS: Handle Delete Port: 37ac5c52-2e81-4b4f-9b23-5db94550d029 2026-06-12 08:44:55.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55fa2303-95ad-4bbc-883d-5d49023bfa2f 85cc20721f5143ed97a00128dd869eb9 2bd5acf39d454817a2d6986b2fbd3fc3 - - default default] Tap Mirror: Handle Delete Port: 37ac5c52-2e81-4b4f-9b23-5db94550d029 [pid: 8|app: 0|req: 957/1842] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/ports/37ac5c52-2e81-4b4f-9b23-5db94550d029 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1843] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:55 2026] GET /v2.0/security-groups?tenant_id=28e9f4171ab3438991a5b9d8984dfd05&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1844] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:55 2026] GET /v2.0/security-groups?tenant_id=56ce5e060ab74afb89e5f44c44900719&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: 959/1845] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/security-groups/640630eb-2dd4-41b9-a4bc-1d4a09b2cc47 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1846] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/networks/cefb50d3-4c41-4931-8834-b82ab993e559 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1847] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/security-groups/cecd6ab6-bb05-4805-81a4-aee15d9cb4d1 => 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: 888/1848] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/networks/573ab4c8-a19d-4a2d-87af-ab9cc9110e67 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:55.725 8 INFO neutron.services.segments.plugin [-] Segment d4843979-9ab1-41e4-a809-5d9b17947660 resource provider aggregate not found 2026-06-12 08:44:55.732 8 INFO neutron.services.segments.plugin [-] Segment d4843979-9ab1-41e4-a809-5d9b17947660 resource provider aggregate not found 2026-06-12 08:44:55.751 8 INFO neutron.services.segments.plugin [-] Segment d4843979-9ab1-41e4-a809-5d9b17947660 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4843979-9ab1-41e4-a809-5d9b17947660 found for delete ", "request_id": "req-9a7719d7-3a12-40bd-9a6b-71a6894028f9"}]} 2026-06-12 08:44:55.755 8 INFO neutron.services.segments.plugin [-] Segment d4843979-9ab1-41e4-a809-5d9b17947660 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4843979-9ab1-41e4-a809-5d9b17947660 found for delete ", "request_id": "req-f98e839d-5b1c-49b7-bb28-ddb41cb1a125"}]} [pid: 8|app: 0|req: 961/1849] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/networks/16b942f7-48e6-4ec7-ba4f-cd40c762fdd8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1850] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:55 2026] GET /v2.0/security-groups?tenant_id=13cf6832aa11404392cebc9cdcfbd052&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: 962/1851] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/networks/2adb5565-df67-4355-8a9d-1bb3d50b3c5f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1852] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/security-groups/aa03c93e-38a9-4c2a-8c76-6ea73d1b6b99 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1853] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:44:55 2026] DELETE /v2.0/networks/4a2ee020-f501-42df-9f96-fd9cd66ee246 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:44:57.071 7 INFO neutron.services.segments.plugin [-] Segment 3e216ba0-23c6-4d4d-8efd-6e7b6900d2e2 resource provider aggregate not found 2026-06-12 08:44:57.083 7 INFO neutron.services.segments.plugin [-] Segment 3e216ba0-23c6-4d4d-8efd-6e7b6900d2e2 resource provider aggregate not found 2026-06-12 08:44:57.089 7 INFO neutron.services.segments.plugin [-] Segment 3e216ba0-23c6-4d4d-8efd-6e7b6900d2e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e216ba0-23c6-4d4d-8efd-6e7b6900d2e2 found for delete ", "request_id": "req-86cc340d-3dc2-473a-8bd8-81feabbde77b"}]} 2026-06-12 08:44:57.097 7 INFO neutron.services.segments.plugin [-] Segment 3e216ba0-23c6-4d4d-8efd-6e7b6900d2e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e216ba0-23c6-4d4d-8efd-6e7b6900d2e2 found for delete ", "request_id": "req-a2485b8e-4a95-47c3-8d24-5855c484985f"}]} 2026-06-12 08:44:57.104 7 INFO neutron.services.segments.plugin [-] Segment a189ff4a-d269-418c-8426-66c67f6ec913 resource provider aggregate not found 2026-06-12 08:44:57.112 7 INFO neutron.services.segments.plugin [-] Segment a189ff4a-d269-418c-8426-66c67f6ec913 resource provider aggregate not found 2026-06-12 08:44:57.122 7 INFO neutron.services.segments.plugin [-] Segment a189ff4a-d269-418c-8426-66c67f6ec913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a189ff4a-d269-418c-8426-66c67f6ec913 found for delete ", "request_id": "req-907db467-0424-4d72-874c-7778528d5d00"}]} 2026-06-12 08:44:57.124 7 INFO neutron.services.segments.plugin [-] Segment a189ff4a-d269-418c-8426-66c67f6ec913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a189ff4a-d269-418c-8426-66c67f6ec913 found for delete ", "request_id": "req-5f1f1f23-8b77-49ed-a251-8f2a4277636c"}]} [pid: 7|app: 0|req: 891/1854] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:57 2026] GET /v2.0/security-groups?tenant_id=2bd5acf39d454817a2d6986b2fbd3fc3&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1855] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:57 2026] DELETE /v2.0/security-groups/37e1b28e-2aac-4780-89dd-347a4bef3843 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1856] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:44:57 2026] POST /v2.0/security-groups => generated 1624 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1857] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:57 2026] GET /v2.0/security-groups?tenant_id=c081df52412f4f078816d06ba1cf492a&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1858] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:44:57 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1859] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:57 2026] DELETE /v2.0/security-groups/0c2ba91f-69eb-451f-a79f-df6017744ff5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:44:57.772 8 INFO neutron.services.segments.plugin [-] Segment f1686739-ce15-4d88-8dcf-91457fc7c7e8 resource provider aggregate not found 2026-06-12 08:44:57.776 8 INFO neutron.services.segments.plugin [-] Segment f1686739-ce15-4d88-8dcf-91457fc7c7e8 resource provider aggregate not found [pid: 8|app: 0|req: 967/1860] 10.0.0.241 () {34 vars in 758 bytes} [Fri Jun 12 08:44:57 2026] PUT /v2.0/security-groups/7086b7f5-6df8-44b1-8317-6a664133b015 => generated 1663 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:57.794 8 INFO neutron.services.segments.plugin [-] Segment f1686739-ce15-4d88-8dcf-91457fc7c7e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1686739-ce15-4d88-8dcf-91457fc7c7e8 found for delete ", "request_id": "req-4beb5357-9369-414f-a586-272bcbfa7bf1"}]} 2026-06-12 08:44:57.799 8 INFO neutron.services.segments.plugin [-] Segment f1686739-ce15-4d88-8dcf-91457fc7c7e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1686739-ce15-4d88-8dcf-91457fc7c7e8 found for delete ", "request_id": "req-7960d43a-67b2-4c3a-b946-52c90e032808"}]} 2026-06-12 08:44:57.811 8 INFO neutron.services.segments.plugin [-] Segment 7a39235a-faaa-4791-8b36-f5f9239bd31f resource provider aggregate not found [pid: 7|app: 0|req: 894/1861] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:44:57 2026] GET /v2.0/security-groups/7086b7f5-6df8-44b1-8317-6a664133b015 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:57.815 8 INFO neutron.services.segments.plugin [-] Segment 7a39235a-faaa-4791-8b36-f5f9239bd31f resource provider aggregate not found 2026-06-12 08:44:57.827 8 INFO neutron.services.segments.plugin [-] Segment 7a39235a-faaa-4791-8b36-f5f9239bd31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a39235a-faaa-4791-8b36-f5f9239bd31f found for delete ", "request_id": "req-a31689f4-fc0e-4ad2-9164-07649179d351"}]} 2026-06-12 08:44:57.834 8 INFO neutron.services.segments.plugin [-] Segment 7a39235a-faaa-4791-8b36-f5f9239bd31f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a39235a-faaa-4791-8b36-f5f9239bd31f found for delete ", "request_id": "req-22dc3180-b617-408f-9ef6-69b9b3d90279"}]} 2026-06-12 08:44:57.839 8 INFO neutron.services.segments.plugin [-] Segment 6cf274bf-b06f-4f97-a7ca-2e72699456ab resource provider aggregate not found 2026-06-12 08:44:57.855 8 INFO neutron.services.segments.plugin [-] Segment 6cf274bf-b06f-4f97-a7ca-2e72699456ab resource provider aggregate not found 2026-06-12 08:44:57.861 8 INFO neutron.services.segments.plugin [-] Segment 6cf274bf-b06f-4f97-a7ca-2e72699456ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cf274bf-b06f-4f97-a7ca-2e72699456ab found for delete ", "request_id": "req-810a84e1-9e73-4e26-bed3-b55f23f3ee32"}]} 2026-06-12 08:44:57.875 8 INFO neutron.services.segments.plugin [-] Segment 6cf274bf-b06f-4f97-a7ca-2e72699456ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cf274bf-b06f-4f97-a7ca-2e72699456ab found for delete ", "request_id": "req-7d03b9c4-34db-4903-b5af-7b120f4b0ca0"}]} [pid: 8|app: 0|req: 968/1862] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:57 2026] DELETE /v2.0/security-groups/7086b7f5-6df8-44b1-8317-6a664133b015 => 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: 969/1863] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:44:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:44:57.966 8 INFO neutron.api.v2.resource [None req-7878b7e2-5201-428d-a558-a02fb3d0d4db 280dee21adf94f0f8c1edaae36f9dddc f66d5355719b433486219ac4aa3c5c10 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1864] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:57 2026] DELETE /v2.0/security-groups/7086b7f5-6df8-44b1-8317-6a664133b015 => 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: 895/1865] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:57 2026] GET /v2.0/security-groups?tenant_id=52f06fb382404c95aec0a3e11c640bd2&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1866] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:44:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1867] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:58 2026] DELETE /v2.0/security-groups/b2eff1ad-d76a-49a2-abd4-4611ffea4a86 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1868] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:44:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1869] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules/8334d9bc-52e6-418e-8c44-d178203a9ecc => generated 601 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1870] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1871] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:44:58 2026] DELETE /v2.0/security-group-rules/8334d9bc-52e6-418e-8c44-d178203a9ecc => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1872] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1873] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:44:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1874] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules/6004ec3c-c77e-4d4b-a8db-7664cfe62728 => 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: 900/1875] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1876] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:44:58 2026] DELETE /v2.0/security-group-rules/6004ec3c-c77e-4d4b-a8db-7664cfe62728 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1877] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1878] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:44:58 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: 7|app: 0|req: 902/1879] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules/437c3c44-2356-4509-849f-d7822c06e06d => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1880] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:44:58 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1881] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:44:59 2026] DELETE /v2.0/security-group-rules/437c3c44-2356-4509-849f-d7822c06e06d => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1882] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:44:59 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: 7|app: 0|req: 904/1883] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:59 2026] DELETE /v2.0/security-groups/77521cba-3d39-4a74-9228-55cd1c8330e1 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1884] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:44:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1885] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:44:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1886] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:44:59 2026] GET /v2.0/security-groups?tenant_id=f66d5355719b433486219ac4aa3c5c10&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1887] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:44:59 2026] DELETE /v2.0/security-groups/5d1ffd22-bcdf-4358-9d11-92ce4b0abf7a => 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: 908/1888] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:44:59 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1889] 10.0.0.218 () {34 vars in 1040 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 981/1890] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:44:59 2026] POST /v2.0/floatingips => generated 552 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1891] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:00 2026] PUT /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1892] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1893] 10.0.0.241 () {34 vars in 770 bytes} [Fri Jun 12 08:45:00 2026] PUT /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1894] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1895] 10.0.0.241 () {34 vars in 766 bytes} [Fri Jun 12 08:45:00 2026] PUT /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1896] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/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: 913/1897] 10.0.0.241 () {34 vars in 788 bytes} [Fri Jun 12 08:45:00 2026] PUT /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags/black.or.white => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1898] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1899] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:00 2026] PUT /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/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: 986/1900] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1901] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:00.871 8 INFO neutron.api.v2.resource [None req-ea78a401-02d5-4de2-9a01-40bd1af0088b 04cdaa473491432a8406f3cbf7e26df6 19b7fe9a5dd141f5995ff3746c0fded2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/1902] 10.0.0.241 () {32 vars in 751 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1903] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:45:00 2026] DELETE /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1904] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:00 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:01.013 7 INFO neutron.api.v2.resource [None req-4952f03a-1992-4c5f-b4f6-28eba524eade 04cdaa473491432a8406f3cbf7e26df6 19b7fe9a5dd141f5995ff3746c0fded2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 917/1905] 10.0.0.241 () {32 vars in 754 bytes} [Fri Jun 12 08:45:00 2026] DELETE /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1906] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:45:01 2026] DELETE /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1907] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:01 2026] GET /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:01.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b5e0160-4418-4f89-870f-9e54afa6e398 04cdaa473491432a8406f3cbf7e26df6 19b7fe9a5dd141f5995ff3746c0fded2 - - default default] TaaS: Handle Delete Port: c4ea4299-9d7c-46fa-b825-93ea1504337f 2026-06-12 08:45:01.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b5e0160-4418-4f89-870f-9e54afa6e398 04cdaa473491432a8406f3cbf7e26df6 19b7fe9a5dd141f5995ff3746c0fded2 - - default default] Tap Mirror: Handle Delete Port: c4ea4299-9d7c-46fa-b825-93ea1504337f [pid: 8|app: 0|req: 990/1908] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:01 2026] DELETE /v2.0/floatingips/ce63f213-3cd9-4ca4-a3b9-ea99404b62d7 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:01.833 7 INFO neutron.db.segments_db [None req-50599838-86ce-47a3-b5fb-3a3e9dd5fb0e 1088affd4e744ab4af72042130d2a7a5 8974d23669df49a9aeaae552eb4b16db - - default default] Added segment 67a92e57-3430-48a1-a566-a385a8686ba8 of type vxlan for network e9a4eb3e-5eee-45a5-883b-cda6c7581b8b [pid: 7|app: 0|req: 919/1909] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:01 2026] POST /v2.0/networks => generated 612 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1910] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:45:01 2026] POST /v2.0/ports => generated 743 bytes in 270 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: 992/1911] 10.0.0.241 () {34 vars in 747 bytes} [Fri Jun 12 08:45:02 2026] PUT /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/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: 7|app: 0|req: 920/1912] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/security-groups?tenant_id=228ded21de6642a7b645b3aacd6f1aec&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1913] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 921/1914] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:02 2026] DELETE /v2.0/security-groups/de2777c9-d51e-4e06-b443-94a69071d723 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1915] 10.0.0.241 () {34 vars in 758 bytes} [Fri Jun 12 08:45:02 2026] PUT /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags/green => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1916] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 995/1917] 10.0.0.241 () {34 vars in 754 bytes} [Fri Jun 12 08:45:02 2026] PUT /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags/red => generated 4 bytes in 64 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: 998/1920] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 923/1921] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/security-groups?tenant_id=19b7fe9a5dd141f5995ff3746c0fded2&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1922] 10.0.0.241 () {34 vars in 776 bytes} [Fri Jun 12 08:45:02 2026] PUT /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags/black.or.white => generated 4 bytes in 94 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: 924/1923] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:02 2026] DELETE /v2.0/security-groups/9f4729d3-2463-49cf-9d38-5d0e2bb537ab => 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: 1000/1924] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1925] 10.0.0.241 () {34 vars in 747 bytes} [Fri Jun 12 08:45:02 2026] PUT /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 37 bytes in 92 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: 1001/1926] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 926/1927] 10.0.0.241 () {32 vars in 735 bytes} [Fri Jun 12 08:45:02 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:45:03.085 8 INFO neutron.api.v2.resource [None req-3eaab4a0-eaf1-48f2-8f9f-6e2583231412 1088affd4e744ab4af72042130d2a7a5 8974d23669df49a9aeaae552eb4b16db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1002/1928] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:03 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags/green => generated 99 bytes in 76 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: 927/1929] 10.0.0.241 () {32 vars in 738 bytes} [Fri Jun 12 08:45:03 2026] DELETE /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags/red => generated 0 bytes in 87 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: 1003/1930] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:45:03 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 30 bytes in 80 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-12 08:45:03.338 7 INFO neutron.api.v2.resource [None req-ce0d2faa-8bea-47bb-bede-d28d68bce943 1088affd4e744ab4af72042130d2a7a5 8974d23669df49a9aeaae552eb4b16db - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1931] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:45:03 2026] DELETE /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags/green => generated 99 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1004/1932] 10.0.0.241 () {32 vars in 730 bytes} [Fri Jun 12 08:45:03 2026] DELETE /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 929/1933] 10.0.0.241 () {32 vars in 727 bytes} [Fri Jun 12 08:45:03 2026] GET /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:45:03.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b2c4f2f-0295-4380-8793-131dea4d5238 1088affd4e744ab4af72042130d2a7a5 8974d23669df49a9aeaae552eb4b16db - - default default] TaaS: Handle Delete Port: 26f77670-50f3-40e9-a982-d5896796aa5f 2026-06-12 08:45:03.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b2c4f2f-0295-4380-8793-131dea4d5238 1088affd4e744ab4af72042130d2a7a5 8974d23669df49a9aeaae552eb4b16db - - default default] Tap Mirror: Handle Delete Port: 26f77670-50f3-40e9-a982-d5896796aa5f [pid: 8|app: 0|req: 1005/1934] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:45:03 2026] DELETE /v2.0/ports/26f77670-50f3-40e9-a982-d5896796aa5f => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:45:03.865 7 INFO neutron.services.segments.plugin [-] Segment 67a92e57-3430-48a1-a566-a385a8686ba8 resource provider aggregate not found 2026-06-12 08:45:03.870 7 INFO neutron.services.segments.plugin [-] Segment 67a92e57-3430-48a1-a566-a385a8686ba8 resource provider aggregate not found 2026-06-12 08:45:03.888 7 INFO neutron.services.segments.plugin [-] Segment 67a92e57-3430-48a1-a566-a385a8686ba8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67a92e57-3430-48a1-a566-a385a8686ba8 found for delete ", "request_id": "req-addffd75-f575-408c-9cc4-d9d69ac4ae8c"}]} 2026-06-12 08:45:03.890 7 INFO neutron.services.segments.plugin [-] Segment 67a92e57-3430-48a1-a566-a385a8686ba8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67a92e57-3430-48a1-a566-a385a8686ba8 found for delete ", "request_id": "req-94962b6f-55fc-4712-aaf9-d011e9f06516"}]} [pid: 7|app: 0|req: 930/1935] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:03 2026] DELETE /v2.0/networks/e9a4eb3e-5eee-45a5-883b-cda6c7581b8b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1936] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:04 2026] GET /v2.0/security-groups?tenant_id=8974d23669df49a9aeaae552eb4b16db&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1937] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:04 2026] DELETE /v2.0/security-groups/43ba51ea-0f74-43d3-8122-2cc42619e874 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1938] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:04 2026] GET /v2.0/security-groups?tenant_id=5839ea51e45242599362532a64a793fa&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1939] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:05 2026] DELETE /v2.0/security-groups/932c2f0d-5f41-482a-b678-988443024aa0 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:06.681 8 INFO neutron.db.segments_db [None req-b56b93ca-f376-4e21-915b-4f8dc913c4d8 68f66384da714933b2285005cac19cb3 1dbcaca31b9b426593fe0c7a797449fd - - default default] Added segment 3ab602c9-20a5-443b-bdd6-128e283959f3 of type vxlan for network 29257acd-0374-4cae-97d6-d457de262879 [pid: 8|app: 0|req: 1008/1940] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:06 2026] POST /v2.0/networks => generated 613 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1941] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:45:06 2026] PUT /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1942] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:06 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1943] 10.0.0.241 () {34 vars in 764 bytes} [Fri Jun 12 08:45:06 2026] PUT /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1944] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:06 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 34 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1945] 10.0.0.241 () {34 vars in 760 bytes} [Fri Jun 12 08:45:07 2026] PUT /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags/red => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1946] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:07 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1947] 10.0.0.241 () {34 vars in 782 bytes} [Fri Jun 12 08:45:07 2026] PUT /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1948] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:07 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1949] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:45:07 2026] PUT /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1950] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:07 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1951] 10.0.0.241 () {32 vars in 741 bytes} [Fri Jun 12 08:45:07 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:07.993 8 INFO neutron.api.v2.resource [None req-44276fd6-3eb1-42e7-a2f7-d0efa1ffb81d 68f66384da714933b2285005cac19cb3 1dbcaca31b9b426593fe0c7a797449fd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/1952] 10.0.0.241 () {32 vars in 745 bytes} [Fri Jun 12 08:45:07 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1953] 10.0.0.241 () {32 vars in 744 bytes} [Fri Jun 12 08:45:07 2026] DELETE /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1954] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:08 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 30 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:08.244 7 INFO neutron.api.v2.resource [None req-5d27d401-67ac-4b17-a181-335951101990 68f66384da714933b2285005cac19cb3 1dbcaca31b9b426593fe0c7a797449fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1955] 10.0.0.241 () {32 vars in 748 bytes} [Fri Jun 12 08:45:08 2026] DELETE /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1956] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:45:08 2026] DELETE /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => 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: 941/1957] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:08 2026] GET /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:08.515 8 INFO neutron.services.segments.plugin [-] Segment 3ab602c9-20a5-443b-bdd6-128e283959f3 resource provider aggregate not found 2026-06-12 08:45:08.517 8 INFO neutron.services.segments.plugin [-] Segment 3ab602c9-20a5-443b-bdd6-128e283959f3 resource provider aggregate not found 2026-06-12 08:45:08.533 8 INFO neutron.services.segments.plugin [-] Segment 3ab602c9-20a5-443b-bdd6-128e283959f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab602c9-20a5-443b-bdd6-128e283959f3 found for delete ", "request_id": "req-b906ea82-ad02-4443-be1b-4955a0aa65c0"}]} 2026-06-12 08:45:08.544 8 INFO neutron.services.segments.plugin [-] Segment 3ab602c9-20a5-443b-bdd6-128e283959f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab602c9-20a5-443b-bdd6-128e283959f3 found for delete ", "request_id": "req-1f35dbee-3d4d-4797-8b77-146554b6165c"}]} [pid: 8|app: 0|req: 1017/1958] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:08 2026] DELETE /v2.0/networks/29257acd-0374-4cae-97d6-d457de262879 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:08.600 7 INFO neutron.db.segments_db [None req-8adcf54e-1bc0-430e-ab81-7047bee5aeee 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] Added segment 47ca3f5c-551b-4167-8b32-e52fd4491204 of type vxlan for network 8067c0a0-1adc-4bbe-a812-992d21b5052f 2026-06-12 08:45:08.858 7 INFO neutron.db.l3_hamode_db [None req-8adcf54e-1bc0-430e-ab81-7047bee5aeee 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:45:09.029 7 INFO neutron.db.l3_hamode_db [None req-8adcf54e-1bc0-430e-ab81-7047bee5aeee 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1018/1959] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:09 2026] GET /v2.0/security-groups?tenant_id=7225933236374adbb2193e789745118c&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: 1019/1960] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:09 2026] DELETE /v2.0/security-groups/9f03b838-84a0-42b7-b096-c3fdcc4975ca => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1961] 10.0.0.241 () {34 vars in 668 bytes} [Fri Jun 12 08:45:08 2026] POST /v2.0/routers => generated 474 bytes in 1239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1962] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:09 2026] GET /v2.0/security-groups?tenant_id=1dbcaca31b9b426593fe0c7a797449fd&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1963] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:45:09 2026] PUT /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1964] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:09 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1965] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:09 2026] DELETE /v2.0/security-groups/397c7c0e-7dd4-4f46-89c1-0017fa4a7b7a => 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: 945/1966] 10.0.0.241 () {34 vars in 762 bytes} [Fri Jun 12 08:45:09 2026] PUT /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags/green => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1967] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:10 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1968] 10.0.0.241 () {34 vars in 758 bytes} [Fri Jun 12 08:45:10 2026] PUT /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags/red => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1969] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:10 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1970] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:09 2026] GET /v2.0/security-groups?tenant_id=e9726c685a3f4600a42ba747808ef384&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1971] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:10 2026] DELETE /v2.0/security-groups/6bf3b98d-e1f9-4e25-98d1-4fd846b27fb8 => 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: 949/1972] 10.0.0.241 () {34 vars in 780 bytes} [Fri Jun 12 08:45:10 2026] PUT /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags/black.or.white => generated 4 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1973] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:10 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 52 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1974] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:45:10 2026] PUT /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 37 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1975] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:11 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1976] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:11 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:11.454 8 INFO neutron.api.v2.resource [None req-3eaf468f-bf56-44df-98bc-e2d5b5745c7d 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1026/1977] 10.0.0.241 () {32 vars in 743 bytes} [Fri Jun 12 08:45:11 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1978] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:45:11 2026] DELETE /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags/red => 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: 1027/1979] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:11 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 30 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:11.782 7 INFO neutron.api.v2.resource [None req-2a36548c-954a-424e-837a-2a416fc5d524 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/1980] 10.0.0.241 () {32 vars in 746 bytes} [Fri Jun 12 08:45:11 2026] DELETE /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1981] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:45:11 2026] DELETE /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => 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: 954/1982] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:11 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955/tags => generated 12 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1983] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:11 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1984] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:45:12 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 955/1985] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:45:12 2026] GET /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1986] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:12 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1987] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:45:12 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1988] 10.0.0.241 () {34 vars in 742 bytes} [Fri Jun 12 08:45:12 2026] PUT /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955 => generated 480 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1989] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:45:12 2026] GET /v2.0/ports?device_id=ff7d5daf-6411-4699-af9e-a75cbb04e955 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:12.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbb542a1-6fa0-4e74-ac08-2833897f6c2b 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] TaaS: Handle Delete Port: 6ec713af-3f10-4f64-a22c-6d4755f16ca7 2026-06-12 08:45:12.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbb542a1-6fa0-4e74-ac08-2833897f6c2b 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] Tap Mirror: Handle Delete Port: 6ec713af-3f10-4f64-a22c-6d4755f16ca7 2026-06-12 08:45:13.194 8 INFO neutron.services.segments.plugin [-] Segment 47ca3f5c-551b-4167-8b32-e52fd4491204 resource provider aggregate not found 2026-06-12 08:45:13.200 8 INFO neutron.services.segments.plugin [-] Segment 47ca3f5c-551b-4167-8b32-e52fd4491204 resource provider aggregate not found 2026-06-12 08:45:13.225 8 INFO neutron.services.segments.plugin [-] Segment 47ca3f5c-551b-4167-8b32-e52fd4491204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ca3f5c-551b-4167-8b32-e52fd4491204 found for delete ", "request_id": "req-ba2a8a1f-a334-402d-9d5a-8a6ec6ba98b0"}]} 2026-06-12 08:45:13.226 8 INFO neutron.services.segments.plugin [-] Segment 47ca3f5c-551b-4167-8b32-e52fd4491204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ca3f5c-551b-4167-8b32-e52fd4491204 found for delete ", "request_id": "req-21b453bd-6010-4c2e-93fd-f9bd710e8ee8"}]} 2026-06-12 08:45:13.229 8 INFO neutron.db.l3_hamode_db [None req-bbb542a1-6fa0-4e74-ac08-2833897f6c2b 13974f9e13134e5dbcef95db6bdda3e4 247c9b57116e4bb480ab168b2e6cd651 - - default default] HA network 8067c0a0-1adc-4bbe-a812-992d21b5052f was deleted as no HA routers are present in tenant 247c9b57116e4bb480ab168b2e6cd651. [pid: 8|app: 0|req: 1032/1990] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:12 2026] DELETE /v2.0/routers/ff7d5daf-6411-4699-af9e-a75cbb04e955 => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1991] 10.0.0.241 () {34 vars in 678 bytes} [Fri Jun 12 08:45:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1992] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:45:13 2026] PUT /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/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: 960/1993] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1994] 10.0.0.241 () {34 vars in 764 bytes} [Fri Jun 12 08:45:13 2026] PUT /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1995] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1996] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1997] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1998] 10.0.0.241 () {34 vars in 760 bytes} [Fri Jun 12 08:45:13 2026] PUT /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1999] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2000] 10.0.0.241 () {34 vars in 782 bytes} [Fri Jun 12 08:45:13 2026] PUT /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags/black.or.white => 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: 964/2001] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2002] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:45:13 2026] PUT /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2003] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2004] 10.0.0.241 () {32 vars in 741 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:13.895 7 INFO neutron.api.v2.resource [None req-d6f683dc-135e-432b-b4a5-13bcf3c8260f 38a6ac08e1e54a9198242c91bbe5108e e2f83150aaf94999ad0d12fd561b782c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 966/2005] 10.0.0.241 () {32 vars in 745 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2006] 10.0.0.241 () {32 vars in 744 bytes} [Fri Jun 12 08:45:13 2026] DELETE /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2007] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:14.033 7 INFO neutron.api.v2.resource [None req-489b8f20-64f4-4b92-b160-6b83b3ad9ccc 38a6ac08e1e54a9198242c91bbe5108e e2f83150aaf94999ad0d12fd561b782c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/2008] 10.0.0.241 () {32 vars in 748 bytes} [Fri Jun 12 08:45:14 2026] DELETE /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2009] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:45:14 2026] DELETE /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2010] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/policies/5a601873-a4bc-4efc-aa9e-06979b924f62/tags => 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: 971/2011] 10.0.0.199 () {32 vars in 802 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2012] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:45:14 2026] DELETE /v2.0/qos/policies/5a601873-a4bc-4efc-aa9e-06979b924f62 => 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: 1041/2013] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:13 2026] GET /v2.0/security-groups?tenant_id=475f747e25fc44a9864019cba2569c22&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2014] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:14 2026] DELETE /v2.0/security-groups/743289da-ce0d-4d5c-93ce-8a8ee5eacc0c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2015] 10.0.0.199 () {30 vars in 724 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/quotas/7e9964d69aad47aa88293a02420ef987/details => generated 847 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2016] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/security-groups?tenant_id=247c9b57116e4bb480ab168b2e6cd651&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: 1043/2017] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2018] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/security-groups?id=ff090c9e-aac1-4053-96c2-e88611301d87&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: 975/2019] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:14 2026] DELETE /v2.0/security-groups/00a3c431-0d2c-49d1-9caf-e0cd4b47a2d6 => 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: 1045/2020] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:45:14.983 8 INFO neutron_taas.services.taas.taas_plugin [req-aaae961e-0274-4983-a989-e993c2cb5ac6 req-3359b621-ca32-4225-888c-8aebdb273668 2979982e4e964010bb14eba8a10b2691 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] TaaS: Handle Delete Port: f286f8ea-8106-4bbb-80e8-944f5547a326 2026-06-12 08:45:14.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aaae961e-0274-4983-a989-e993c2cb5ac6 req-3359b621-ca32-4225-888c-8aebdb273668 2979982e4e964010bb14eba8a10b2691 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] Tap Mirror: Handle Delete Port: f286f8ea-8106-4bbb-80e8-944f5547a326 2026-06-12 08:45:15.090 8 INFO neutron.db.l3_db [req-aaae961e-0274-4983-a989-e993c2cb5ac6 req-3359b621-ca32-4225-888c-8aebdb273668 2979982e4e964010bb14eba8a10b2691 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] Floating IP 123a0882-cfb8-44dc-abc1-d38ac29dad6e disassociated. External IP: 10.96.250.208, port: f286f8ea-8106-4bbb-80e8-944f5547a326. [pid: 7|app: 0|req: 976/2021] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:14 2026] GET /v2.0/security-groups?tenant_id=e2f83150aaf94999ad0d12fd561b782c&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2022] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:15 2026] DELETE /v2.0/security-groups/e236e7e7-d108-4d03-8f71-c7a04a93d284 => 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: 1046/2023] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:45:14 2026] DELETE /v2.0/ports/f286f8ea-8106-4bbb-80e8-944f5547a326 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:15.449 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c72cc6c-1044-419f-9ea1-fb9f770793bd'] response: {'server_uuid': 'a0acb225-a21b-4b48-a389-a30ee86c665e', 'name': 'network-vif-deleted', 'tag': 'f286f8ea-8106-4bbb-80e8-944f5547a326', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 978/2024] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:15 2026] GET /v2.0/security-groups?tenant_id=7c46e59ceb4a4693bc4d521b780bc03a&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2025] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:15 2026] DELETE /v2.0/security-groups/9f52a177-a247-45fc-840b-f4b22a836f70 => 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: 979/2026] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:15 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 1048/2027] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:16 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 981/2030] 10.0.0.199 () {32 vars in 802 bytes} [Fri Jun 12 08:45:17 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2031] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:17 2026] GET /v2.0/ports?device_id=a0acb225-a21b-4b48-a389-a30ee86c665e => 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: 1050/2032] 10.0.0.199 () {30 vars in 724 bytes} [Fri Jun 12 08:45:17 2026] GET /v2.0/quotas/7e9964d69aad47aa88293a02420ef987/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: 983/2033] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:45:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2034] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:18 2026] PUT /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2035] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2036] 10.0.0.241 () {34 vars in 770 bytes} [Fri Jun 12 08:45:18 2026] PUT /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2037] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2038] 10.0.0.241 () {34 vars in 766 bytes} [Fri Jun 12 08:45:18 2026] PUT /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2039] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2040] 10.0.0.241 () {34 vars in 788 bytes} [Fri Jun 12 08:45:18 2026] PUT /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2041] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2042] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:18 2026] PUT /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2043] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/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: 1057/2044] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:18.901 8 INFO neutron.api.v2.resource [None req-dd0fb8ce-ec61-44c3-add1-cff2fb4c1318 772db48871304c45a66f5b0d06105b31 d4bfc50cfe90416b8c64cc6baa956d96 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2045] 10.0.0.241 () {32 vars in 751 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2046] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:45:18 2026] DELETE /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2047] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:18 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:18.983 7 INFO neutron.db.segments_db [None req-e8dcb05d-0fd3-4d4e-acea-32a73bc6c1b0 686f50ea1bc84c0e8d9488fa8e7ba437 65fc98b5700a47b4beef03401de6fadd - - default default] Added segment d380e27f-3eb8-4c11-90d0-d12f59786d1e of type vxlan for network 12b68574-cce0-4848-a3a6-fce02eec3742 2026-06-12 08:45:19.007 8 INFO neutron.api.v2.resource [None req-5aeda170-29a3-4d30-842a-a2b1233a943b 772db48871304c45a66f5b0d06105b31 d4bfc50cfe90416b8c64cc6baa956d96 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2048] 10.0.0.241 () {32 vars in 754 bytes} [Fri Jun 12 08:45:18 2026] DELETE /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2049] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:45:19 2026] DELETE /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2050] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:18 2026] POST /v2.0/networks => generated 612 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2051] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:19 2026] GET /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2052] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:19 2026] DELETE /v2.0/security-groups/ff090c9e-aac1-4053-96c2-e88611301d87 => 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: 1064/2053] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:19 2026] DELETE /v2.0/subnetpools/e71ed095-e59c-4b6e-875e-8a9c153203b1 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:19.189 8 INFO neutron.api.v2.resource [None req-790f3a63-905e-474b-9c42-6b98d5277689 2979982e4e964010bb14eba8a10b2691 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/2054] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:45:19 2026] GET /v2.0/security-groups/ff090c9e-aac1-4053-96c2-e88611301d87 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:45:19.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac78c642-7885-441f-9355-0e8ad1287292 2979982e4e964010bb14eba8a10b2691 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] TaaS: Handle Delete Port: 8f0c773e-ed79-4058-81cb-65522a548300 2026-06-12 08:45:19.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac78c642-7885-441f-9355-0e8ad1287292 2979982e4e964010bb14eba8a10b2691 370b2e767d9f4de0bc52ed7d37e1c0ae - - default default] Tap Mirror: Handle Delete Port: 8f0c773e-ed79-4058-81cb-65522a548300 [pid: 7|app: 0|req: 990/2055] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:19 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2056] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:45:19 2026] PUT /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2057] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:19 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2058] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:19 2026] DELETE /v2.0/floatingips/123a0882-cfb8-44dc-abc1-d38ac29dad6e => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2059] 10.0.0.241 () {34 vars in 762 bytes} [Fri Jun 12 08:45:19 2026] PUT /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2060] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:19 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2061] 10.0.0.241 () {34 vars in 758 bytes} [Fri Jun 12 08:45:19 2026] PUT /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags/red => 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: 996/2062] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:19 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2063] 10.0.0.241 () {34 vars in 780 bytes} [Fri Jun 12 08:45:19 2026] PUT /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2064] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:19 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:19.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-87317cee-541d-41f2-a76e-5eed85cd3ac9 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: d7922a9c-08ba-46fc-981e-5ce20cb4c736 2026-06-12 08:45:19.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87317cee-541d-41f2-a76e-5eed85cd3ac9 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: d7922a9c-08ba-46fc-981e-5ce20cb4c736 [pid: 7|app: 0|req: 999/2065] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:45:19 2026] PUT /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2066] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:19 2026] GET /v2.0/security-groups?tenant_id=f73050cc34a94e4fa1c1d7df53c41afd&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2067] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:20 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2068] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:20 2026] DELETE /v2.0/security-groups/f49002ad-e371-4079-bd51-ea3d47d25b02 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2069] 10.0.0.241 () {32 vars in 739 bytes} [Fri Jun 12 08:45:20 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:20.413 7 INFO neutron.api.v2.resource [None req-2f5fa653-589e-4e00-b9af-50e57181f20e 686f50ea1bc84c0e8d9488fa8e7ba437 65fc98b5700a47b4beef03401de6fadd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1004/2070] 10.0.0.241 () {32 vars in 743 bytes} [Fri Jun 12 08:45:20 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2071] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:45:19 2026] PUT /v2.0/routers/22028f42-df80-4503-aa47-3957aa195eba/remove_router_interface => generated 309 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2072] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:45:20 2026] DELETE /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags/red => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2073] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:20 2026] GET /v2.0/security-groups?tenant_id=d4bfc50cfe90416b8c64cc6baa956d96&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2074] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:20 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2075] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:20 2026] DELETE /v2.0/security-groups/bbc53d90-a6c9-4db0-8bc3-60a888c473af => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:20.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-a375a428-e06b-4758-be2d-70d1d044d066 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 7d2158fe-0bc2-4dd7-ae69-0bae2f5c8d21 2026-06-12 08:45:20.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a375a428-e06b-4758-be2d-70d1d044d066 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 7d2158fe-0bc2-4dd7-ae69-0bae2f5c8d21 2026-06-12 08:45:20.778 7 INFO neutron.api.v2.resource [None req-a56ad09d-f69d-4fd2-b619-a72b6bf2c394 686f50ea1bc84c0e8d9488fa8e7ba437 65fc98b5700a47b4beef03401de6fadd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/2076] 10.0.0.241 () {32 vars in 746 bytes} [Fri Jun 12 08:45:20 2026] DELETE /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2077] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:45:20 2026] DELETE /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2078] 10.0.0.241 () {32 vars in 731 bytes} [Fri Jun 12 08:45:20 2026] GET /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:21.003 8 INFO neutron_taas.services.taas.taas_plugin [None req-a375a428-e06b-4758-be2d-70d1d044d066 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: ca3fe9c8-653b-4e06-b035-391c55159317 2026-06-12 08:45:21.007 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a375a428-e06b-4758-be2d-70d1d044d066 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: ca3fe9c8-653b-4e06-b035-391c55159317 [pid: 7|app: 0|req: 1011/2079] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:20 2026] DELETE /v2.0/subnets/cfffe50c-12c2-411c-9266-989335687238 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:21.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e7a8240-0755-402b-a29d-6deb0fe5a36b 686f50ea1bc84c0e8d9488fa8e7ba437 65fc98b5700a47b4beef03401de6fadd - - default default] TaaS: Handle Delete Port: ddc3aaa6-ba69-4e88-9a8b-393f87b13cf9 2026-06-12 08:45:21.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e7a8240-0755-402b-a29d-6deb0fe5a36b 686f50ea1bc84c0e8d9488fa8e7ba437 65fc98b5700a47b4beef03401de6fadd - - default default] Tap Mirror: Handle Delete Port: ddc3aaa6-ba69-4e88-9a8b-393f87b13cf9 2026-06-12 08:45:21.275 7 INFO neutron.services.segments.plugin [-] Segment d380e27f-3eb8-4c11-90d0-d12f59786d1e resource provider aggregate not found 2026-06-12 08:45:21.280 7 INFO neutron.services.segments.plugin [-] Segment d380e27f-3eb8-4c11-90d0-d12f59786d1e resource provider aggregate not found 2026-06-12 08:45:21.289 7 INFO neutron.services.segments.plugin [-] Segment d380e27f-3eb8-4c11-90d0-d12f59786d1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d380e27f-3eb8-4c11-90d0-d12f59786d1e found for delete ", "request_id": "req-a7859bcc-04bd-47c5-83bd-141849a6d9e6"}]} 2026-06-12 08:45:21.295 7 INFO neutron.services.segments.plugin [-] Segment d380e27f-3eb8-4c11-90d0-d12f59786d1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d380e27f-3eb8-4c11-90d0-d12f59786d1e found for delete ", "request_id": "req-ee248eaa-4f6b-4d9a-88d1-89a1e2edf3d3"}]} [pid: 7|app: 0|req: 1012/2080] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:21 2026] DELETE /v2.0/networks/12b68574-cce0-4848-a3a6-fce02eec3742 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:21.409 8 INFO neutron.services.segments.plugin [-] Segment 1e6936e7-4306-4969-8442-6b19740c8682 resource provider aggregate not found 2026-06-12 08:45:21.416 8 INFO neutron.services.segments.plugin [-] Segment 1e6936e7-4306-4969-8442-6b19740c8682 resource provider aggregate not found 2026-06-12 08:45:21.428 8 INFO neutron.services.segments.plugin [-] Segment 1e6936e7-4306-4969-8442-6b19740c8682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6936e7-4306-4969-8442-6b19740c8682 found for delete ", "request_id": "req-c1e7c36b-35a5-4a9d-b779-1bf21cbf16cf"}]} 2026-06-12 08:45:21.443 8 INFO neutron.db.l3_hamode_db [None req-a375a428-e06b-4758-be2d-70d1d044d066 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] HA network 0feca6f2-9274-4a09-991a-9b18727f66dc was deleted as no HA routers are present in tenant 370b2e767d9f4de0bc52ed7d37e1c0ae. [pid: 8|app: 0|req: 1069/2081] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:20 2026] DELETE /v2.0/routers/22028f42-df80-4503-aa47-3957aa195eba => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:21.451 8 INFO neutron.services.segments.plugin [-] Segment 1e6936e7-4306-4969-8442-6b19740c8682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6936e7-4306-4969-8442-6b19740c8682 found for delete ", "request_id": "req-1f7194d5-29b6-473e-9cc7-565984bfb4bd"}]} [pid: 8|app: 0|req: 1070/2082] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:21 2026] DELETE /v2.0/subnets/5e01cda6-580d-4d38-a1a5-d7bcc6383826 => 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: 1013/2083] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:21 2026] GET /v2.0/security-groups?tenant_id=7e9964d69aad47aa88293a02420ef987&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:45:21.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-f54bd862-320c-4386-b558-ae5fe5dd5cdd dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 02fc4696-6f28-4329-a489-35e4d81ee545 2026-06-12 08:45:21.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f54bd862-320c-4386-b558-ae5fe5dd5cdd dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 02fc4696-6f28-4329-a489-35e4d81ee545 [pid: 7|app: 0|req: 1014/2084] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:21 2026] DELETE /v2.0/security-groups/af5f4b73-09d8-4c42-ac8d-781de5765672 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2085] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:21 2026] DELETE /v2.0/networks/72c4e70d-0333-446e-9b98-33a263aed3cb => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2086] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:22 2026] GET /v2.0/security-groups?tenant_id=370b2e767d9f4de0bc52ed7d37e1c0ae&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: 1073/2087] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:22 2026] DELETE /v2.0/security-groups/13db6c1f-c660-4450-b397-850c4c81d6fd => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2088] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:21 2026] GET /v2.0/security-groups?tenant_id=65fc98b5700a47b4beef03401de6fadd&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2089] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:22 2026] DELETE /v2.0/security-groups/578a1cc0-67aa-48cc-b38b-e275065214cf => 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: 1016/2090] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:22 2026] GET /v2.0/security-groups?tenant_id=8ca76179c0aa4093bb69c66cd0abf1bd&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2091] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:22 2026] DELETE /v2.0/security-groups/9dcbf2c8-009f-413b-8144-ed6b98bab9bf => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:23.450 8 INFO neutron.services.segments.plugin [-] Segment 830546cc-b721-496d-bb13-f79dad0220f9 resource provider aggregate not found 2026-06-12 08:45:23.473 8 INFO neutron.services.segments.plugin [-] Segment 830546cc-b721-496d-bb13-f79dad0220f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830546cc-b721-496d-bb13-f79dad0220f9 found for delete ", "request_id": "req-0b8356ed-78dc-45da-9ab4-ccbf413b2dd5"}]} 2026-06-12 08:45:23.474 8 INFO neutron.services.segments.plugin [-] Segment 830546cc-b721-496d-bb13-f79dad0220f9 resource provider aggregate not found 2026-06-12 08:45:23.492 8 INFO neutron.services.segments.plugin [-] Segment 830546cc-b721-496d-bb13-f79dad0220f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830546cc-b721-496d-bb13-f79dad0220f9 found for delete ", "request_id": "req-a341659d-d65d-45d5-83c5-d756b320d512"}]} 2026-06-12 08:45:24.383 7 INFO neutron.db.segments_db [None req-cba5a230-ddc4-41be-986f-38ddae272225 4c91f217304f4715acad2383f1cf1c73 46e45a0c6a034bfb93af8d32664fb9e3 - - default default] Added segment e1c7391f-96e0-4d63-a7f3-2ffdc366c858 of type vxlan for network ebb1b4fa-42d0-4b34-b2f1-0c4256d7b139 [pid: 7|app: 0|req: 1017/2092] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:24 2026] POST /v2.0/networks => generated 612 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2093] 10.0.0.241 () {34 vars in 664 bytes} [Fri Jun 12 08:45:24 2026] POST /v2.0/ports => generated 743 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2094] 10.0.0.241 () {34 vars in 666 bytes} [Fri Jun 12 08:45:24 2026] POST /v2.0/trunks => generated 407 bytes in 161 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: 1077/2095] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:45:25 2026] PUT /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2096] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2097] 10.0.0.241 () {34 vars in 760 bytes} [Fri Jun 12 08:45:25 2026] PUT /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags/green => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2098] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/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: 1022/2099] 10.0.0.241 () {34 vars in 756 bytes} [Fri Jun 12 08:45:25 2026] PUT /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2100] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2101] 10.0.0.241 () {34 vars in 778 bytes} [Fri Jun 12 08:45:25 2026] PUT /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2102] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/security-groups?tenant_id=4e205f167e644cf9a430bfac175bb4e4&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2103] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2104] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:45:25 2026] PUT /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2105] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2106] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:25 2026] DELETE /v2.0/security-groups/81ad8d1c-da7e-475c-969d-ec8ae01aa422 => 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: 1028/2107] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:25.450 8 INFO neutron.api.v2.resource [None req-0bfa4fdc-4148-409d-92af-f40fe2ab4a52 4c91f217304f4715acad2383f1cf1c73 46e45a0c6a034bfb93af8d32664fb9e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1080/2108] 10.0.0.241 () {32 vars in 741 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2109] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:25 2026] DELETE /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2110] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:25.575 7 INFO neutron.api.v2.resource [None req-b09152d0-3477-48bf-b7b0-36d5dfa77c50 4c91f217304f4715acad2383f1cf1c73 46e45a0c6a034bfb93af8d32664fb9e3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1030/2111] 10.0.0.241 () {32 vars in 744 bytes} [Fri Jun 12 08:45:25 2026] DELETE /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2112] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:25 2026] DELETE /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2113] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d/tags => 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: 1083/2114] 10.0.0.241 () {32 vars in 719 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2115] 10.0.0.241 () {32 vars in 717 bytes} [Fri Jun 12 08:45:25 2026] GET /v2.0/ports/d7b06175-33ea-4ab0-9dcd-ae03a05546d0 => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2116] 10.0.0.241 () {32 vars in 722 bytes} [Fri Jun 12 08:45:25 2026] DELETE /v2.0/trunks/f38f2cf5-aea3-4452-8111-3ffddffd985d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:25.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-52fd761c-422f-492b-bb83-d8f29a2e3b75 4c91f217304f4715acad2383f1cf1c73 46e45a0c6a034bfb93af8d32664fb9e3 - - default default] TaaS: Handle Delete Port: d7b06175-33ea-4ab0-9dcd-ae03a05546d0 2026-06-12 08:45:25.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52fd761c-422f-492b-bb83-d8f29a2e3b75 4c91f217304f4715acad2383f1cf1c73 46e45a0c6a034bfb93af8d32664fb9e3 - - default default] Tap Mirror: Handle Delete Port: d7b06175-33ea-4ab0-9dcd-ae03a05546d0 [pid: 7|app: 0|req: 1033/2117] 10.0.0.241 () {32 vars in 720 bytes} [Fri Jun 12 08:45:25 2026] DELETE /v2.0/ports/d7b06175-33ea-4ab0-9dcd-ae03a05546d0 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:26.243 8 INFO neutron.services.segments.plugin [-] Segment e1c7391f-96e0-4d63-a7f3-2ffdc366c858 resource provider aggregate not found 2026-06-12 08:45:26.248 8 INFO neutron.services.segments.plugin [-] Segment e1c7391f-96e0-4d63-a7f3-2ffdc366c858 resource provider aggregate not found 2026-06-12 08:45:26.263 8 INFO neutron.services.segments.plugin [-] Segment e1c7391f-96e0-4d63-a7f3-2ffdc366c858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1c7391f-96e0-4d63-a7f3-2ffdc366c858 found for delete ", "request_id": "req-35e14b50-898d-412c-8e50-11083487909e"}]} [pid: 8|app: 0|req: 1085/2118] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:26 2026] DELETE /v2.0/networks/ebb1b4fa-42d0-4b34-b2f1-0c4256d7b139 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:26.284 8 INFO neutron.services.segments.plugin [-] Segment e1c7391f-96e0-4d63-a7f3-2ffdc366c858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1c7391f-96e0-4d63-a7f3-2ffdc366c858 found for delete ", "request_id": "req-226a0566-8185-41af-8f5a-dddf4058c330"}]} 2026-06-12 08:45:26.439 7 INFO neutron.db.segments_db [None req-f0c1fa90-99ca-4f63-a7c4-bb5c475edbaf 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] Added segment 294285b9-9b04-45d3-8648-f8f453501dab of type vxlan for network bb12832a-dc87-4756-aff3-0ca035bee351 [pid: 7|app: 0|req: 1034/2119] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:26 2026] POST /v2.0/networks => generated 708 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2120] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:26 2026] POST /v2.0/subnets => generated 644 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:45:26.767 7 WARNING neutron.api.v2.base [None req-57af28ea-6a6a-4393-b2f5-042350a6b8d7 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - 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-12 08:45:26.768 7 INFO neutron.api.v2.resource [None req-57af28ea-6a6a-4393-b2f5-042350a6b8d7 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1036/2121] 10.0.0.241 () {34 vars in 681 bytes} [Fri Jun 12 08:45:26 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-12 08:45:26.897 8 INFO neutron.db.segments_db [None req-855cd142-8d2f-4026-a66b-8a7b6c58bb21 0949538a960c42cb98398c915b2ec566 42c31b2c015c41fc80d06d064647402c - - default default] Added segment 0af2a9fc-9606-49fa-8dbf-1f27d8d8fb19 of type vxlan for network 34a9cbce-24c4-47e1-ae4d-4c7788cc5179 2026-06-12 08:45:26.936 7 INFO neutron.services.segments.plugin [-] Segment 294285b9-9b04-45d3-8648-f8f453501dab resource provider aggregate not found 2026-06-12 08:45:26.941 7 INFO neutron.services.segments.plugin [-] Segment 294285b9-9b04-45d3-8648-f8f453501dab resource provider aggregate not found 2026-06-12 08:45:26.958 7 INFO neutron.services.segments.plugin [-] Segment 294285b9-9b04-45d3-8648-f8f453501dab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294285b9-9b04-45d3-8648-f8f453501dab found for delete ", "request_id": "req-93576e2c-0d02-406f-8117-3db44a67a144"}]} 2026-06-12 08:45:26.962 7 INFO neutron.services.segments.plugin [-] Segment 294285b9-9b04-45d3-8648-f8f453501dab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294285b9-9b04-45d3-8648-f8f453501dab found for delete ", "request_id": "req-e1a69e65-a516-434c-92f6-8de184fe7b1b"}]} [pid: 7|app: 0|req: 1037/2122] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:26 2026] DELETE /v2.0/networks/bb12832a-dc87-4756-aff3-0ca035bee351 => 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: 1086/2123] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:26 2026] POST /v2.0/networks => generated 613 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:45:27.046 8 INFO neutron.db.segments_db [None req-35edb767-1a58-44f7-aef7-f88b88d30e03 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] Added segment 8c97ffcb-50d9-43df-bbfb-c60eeca2e656 of type vxlan for network 80ad83d5-31e3-4175-808e-f7038d2cff99 [pid: 7|app: 0|req: 1038/2124] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:26 2026] GET /v2.0/security-groups?tenant_id=46e45a0c6a034bfb93af8d32664fb9e3&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2125] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:26 2026] POST /v2.0/networks => generated 708 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:45:27.165 7 INFO neutron.db.segments_db [None req-cde9f773-f9fc-4c32-888c-58a52d4297c0 0949538a960c42cb98398c915b2ec566 42c31b2c015c41fc80d06d064647402c - - default default] Added segment 2492777c-5c90-4334-816c-42294987fa22 of type vxlan for network aaa0ee45-faed-46ac-bb55-9e6241561fc3 [pid: 8|app: 0|req: 1088/2126] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:27 2026] DELETE /v2.0/security-groups/0118d786-23d7-4b36-861c-b64171c7b153 => 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: 1039/2127] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:27 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2128] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:45:27 2026] PUT /v2.0/networks/34a9cbce-24c4-47e1-ae4d-4c7788cc5179/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2129] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:27 2026] GET /v2.0/networks/34a9cbce-24c4-47e1-ae4d-4c7788cc5179/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2130] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:27 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2131] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:45:27 2026] PUT /v2.0/networks/aaa0ee45-faed-46ac-bb55-9e6241561fc3/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:27.496 8 WARNING neutron.api.v2.base [None req-c702424f-0a32-4763-bd11-f797b41e3f6a 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - 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-12 08:45:27.497 8 INFO neutron.api.v2.resource [None req-c702424f-0a32-4763-bd11-f797b41e3f6a 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1091/2132] 10.0.0.241 () {34 vars in 681 bytes} [Fri Jun 12 08:45:27 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2133] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:27 2026] GET /v2.0/security-groups?tenant_id=70a55b24d2a5417586b25db3116be50c&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: 1092/2134] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:27 2026] GET /v2.0/networks/aaa0ee45-faed-46ac-bb55-9e6241561fc3/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2135] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:27 2026] DELETE /v2.0/security-groups/e3341703-3e14-490c-8559-dffefbff54e0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2136] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:45:27 2026] PUT /v2.0/networks/aaa0ee45-faed-46ac-bb55-9e6241561fc3/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2137] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:27 2026] GET /v2.0/networks/aaa0ee45-faed-46ac-bb55-9e6241561fc3/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2138] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:27 2026] DELETE /v2.0/networks/80ad83d5-31e3-4175-808e-f7038d2cff99 => 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: 1096/2139] 10.0.0.241 () {32 vars in 733 bytes} [Fri Jun 12 08:45:27 2026] GET /v2.0/networks/34a9cbce-24c4-47e1-ae4d-4c7788cc5179/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:27.830 7 INFO neutron.db.segments_db [None req-13be0cbc-924e-433e-a8c9-0198ec3e6515 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] Added segment 394aceb2-c049-45ad-876b-bec508023e9a of type vxlan for network e1abcb7d-463e-41d4-b984-d124ebf24a42 [pid: 7|app: 0|req: 1044/2140] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:27 2026] POST /v2.0/networks => generated 707 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2141] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:27 2026] DELETE /v2.0/networks/34a9cbce-24c4-47e1-ae4d-4c7788cc5179 => 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: 1045/2142] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:27 2026] POST /v2.0/subnets => generated 647 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2143] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:27 2026] DELETE /v2.0/networks/aaa0ee45-faed-46ac-bb55-9e6241561fc3 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:28.282 8 INFO neutron.services.segments.plugin [-] Segment 0af2a9fc-9606-49fa-8dbf-1f27d8d8fb19 resource provider aggregate not found [pid: 7|app: 0|req: 1046/2144] 10.0.0.241 () {34 vars in 681 bytes} [Fri Jun 12 08:45:28 2026] POST /v2.0/rbac-policies => generated 324 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:45:28.302 8 INFO neutron.services.segments.plugin [-] Segment 0af2a9fc-9606-49fa-8dbf-1f27d8d8fb19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af2a9fc-9606-49fa-8dbf-1f27d8d8fb19 found for delete ", "request_id": "req-a3a20d7d-43c0-407d-b8de-390092378520"}]} 2026-06-12 08:45:28.309 8 INFO neutron.services.segments.plugin [-] Segment 0af2a9fc-9606-49fa-8dbf-1f27d8d8fb19 resource provider aggregate not found 2026-06-12 08:45:28.319 8 INFO neutron.services.segments.plugin [-] Segment 2492777c-5c90-4334-816c-42294987fa22 resource provider aggregate not found 2026-06-12 08:45:28.327 8 INFO neutron.services.segments.plugin [-] Segment 0af2a9fc-9606-49fa-8dbf-1f27d8d8fb19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af2a9fc-9606-49fa-8dbf-1f27d8d8fb19 found for delete ", "request_id": "req-b6884b7d-552d-42d6-80ac-c1787df4b5af"}]} 2026-06-12 08:45:28.331 8 INFO neutron.services.segments.plugin [-] Segment 2492777c-5c90-4334-816c-42294987fa22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2492777c-5c90-4334-816c-42294987fa22 found for delete ", "request_id": "req-b1c06507-eb30-46a4-9046-b605f13bdd19"}]} 2026-06-12 08:45:28.347 8 INFO neutron.services.segments.plugin [-] Segment 2492777c-5c90-4334-816c-42294987fa22 resource provider aggregate not found 2026-06-12 08:45:28.378 8 INFO neutron.services.segments.plugin [-] Segment 2492777c-5c90-4334-816c-42294987fa22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2492777c-5c90-4334-816c-42294987fa22 found for delete ", "request_id": "req-e394ebbb-58b4-4f0d-b3cc-2119c8e5137b"}]} [pid: 8|app: 0|req: 1099/2145] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:45:28 2026] GET /v2.0/networks/e1abcb7d-463e-41d4-b984-d124ebf24a42 => generated 654 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2146] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:28 2026] GET /v2.0/security-groups?tenant_id=42c31b2c015c41fc80d06d064647402c&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: 1100/2147] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:28 2026] DELETE /v2.0/security-groups/0ba1e73a-3c23-4e6e-ae88-d80afa961e1d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:28.978 7 INFO neutron.services.segments.plugin [-] Segment 8c97ffcb-50d9-43df-bbfb-c60eeca2e656 resource provider aggregate not found 2026-06-12 08:45:28.983 7 INFO neutron.services.segments.plugin [-] Segment 8c97ffcb-50d9-43df-bbfb-c60eeca2e656 resource provider aggregate not found 2026-06-12 08:45:28.994 7 INFO neutron.services.segments.plugin [-] Segment 8c97ffcb-50d9-43df-bbfb-c60eeca2e656 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c97ffcb-50d9-43df-bbfb-c60eeca2e656 found for delete ", "request_id": "req-46bb6169-5d72-4502-be31-bbd04ae3aa55"}]} 2026-06-12 08:45:28.995 7 INFO neutron.services.segments.plugin [-] Segment 8c97ffcb-50d9-43df-bbfb-c60eeca2e656 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c97ffcb-50d9-43df-bbfb-c60eeca2e656 found for delete ", "request_id": "req-8a2dd5e7-3a1d-46ad-9fda-5f461eec570c"}]} [pid: 7|app: 0|req: 1048/2148] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:29 2026] GET /v2.0/security-groups?tenant_id=5bad81a345a848db89a3dcf15f50e079&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:45:29.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f4ff3746-24ea-4791-92d0-b5dc1c6e3fc6 91b906a2e9864aff9086b9cb17a3c1ee 967fc7d1047c4a90ad8c01ba2044e977 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1101/2149] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:45:29 2026] GET /v2.0/networks/e1abcb7d-463e-41d4-b984-d124ebf24a42 => generated 138 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2150] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:29 2026] DELETE /v2.0/security-groups/9a246789-ac00-45f2-bc9c-a56ef2cb9448 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2151] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:29 2026] GET /v2.0/security-groups?tenant_id=cae77c5cc122402d94e81c2d6a861587&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2152] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:29 2026] DELETE /v2.0/security-groups/71bcb5a9-75cd-4ffb-b902-e42a0de948ca => 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: 1052/2153] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:29 2026] GET /v2.0/security-groups?tenant_id=02512accb2864e1ba8bbe116281cefa4&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2154] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:30 2026] DELETE /v2.0/security-groups/f0decddb-d4b8-4854-842e-ba52ddb765c0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:30.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-176d02ec-b162-47a4-aaf3-398b06ccafd0 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] TaaS: Handle Delete Port: 2db021bc-5c99-497e-b4f7-7ab522623662 2026-06-12 08:45:30.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-176d02ec-b162-47a4-aaf3-398b06ccafd0 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] Tap Mirror: Handle Delete Port: 2db021bc-5c99-497e-b4f7-7ab522623662 [pid: 8|app: 0|req: 1102/2155] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:29 2026] DELETE /v2.0/networks/e1abcb7d-463e-41d4-b984-d124ebf24a42 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:30.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b14cb34-1426-403a-b20d-2c483c51b798 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1054/2156] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:30 2026] DELETE /v2.0/subnets/ce77ea1d-bd75-45e1-8f2d-644be34500bf => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:45:30.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-715f90b0-fd93-4123-b3bd-8d0f12220f4e 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1103/2157] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:30 2026] DELETE /v2.0/subnets/b9311a24-6b83-4414-bcd0-7eba0dbb3804 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:45:30.354 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ef137c8-e1ae-493f-ba14-bdc15b514d41 897cdbc4fae2408aa6626421353d6731 a680b49ea2c84a5b8072b393161b06ea - - default default] DELETE failed (client error): The resource could not be found. 2026-06-12 08:45:30.356 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider aggregate not found [pid: 7|app: 0|req: 1055/2158] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:30 2026] DELETE /v2.0/subnets/1f4d4678-d874-4972-b96a-d5376a263dc1 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:45:30.372 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394aceb2-c049-45ad-876b-bec508023e9a found for delete ", "request_id": "req-8b8256c4-8a97-47a3-8c6a-5c9f9a0471b8"}]} 2026-06-12 08:45:30.394 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider aggregate not found 2026-06-12 08:45:30.397 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider aggregate not found 2026-06-12 08:45:30.418 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394aceb2-c049-45ad-876b-bec508023e9a found for delete ", "request_id": "req-2d1c20b5-b8cc-43f6-bce7-eb95df375dca"}]} 2026-06-12 08:45:30.420 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394aceb2-c049-45ad-876b-bec508023e9a found for delete ", "request_id": "req-35651fa8-547b-4a74-9880-64f40eae6104"}]} 2026-06-12 08:45:30.442 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider aggregate not found 2026-06-12 08:45:30.465 8 INFO neutron.services.segments.plugin [-] Segment 394aceb2-c049-45ad-876b-bec508023e9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394aceb2-c049-45ad-876b-bec508023e9a found for delete ", "request_id": "req-ec184285-3038-475e-a431-c15095611891"}]} [pid: 8|app: 0|req: 1104/2159] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:31 2026] GET /v2.0/security-groups?tenant_id=a680b49ea2c84a5b8072b393161b06ea&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2160] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:31 2026] DELETE /v2.0/security-groups/5edfedcc-1f24-46e3-bd80-daca0c69a534 => 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: 1105/2161] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:31 2026] GET /v2.0/security-groups?tenant_id=3d5499aa41c74164b8565bcc66489cdc&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2162] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:31 2026] GET /v2.0/security-groups?tenant_id=c80eed08ed50432d911adf5e47cc9dcb&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2163] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:31 2026] DELETE /v2.0/security-groups/acd90a42-e91d-41c6-81b9-229be46af5cc => 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: 1058/2164] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:31 2026] DELETE /v2.0/security-groups/ebf6c75d-f845-457c-9ad3-d7d5ba518c92 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2165] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:31 2026] GET /v2.0/security-groups?tenant_id=63e6a73bf45b4c308ba9afa1b09b59fc&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2166] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:31 2026] GET /v2.0/security-groups?tenant_id=967fc7d1047c4a90ad8c01ba2044e977&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2167] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:31 2026] DELETE /v2.0/security-groups/8cb866ff-69dc-40cc-b708-70625188a737 => 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: 1060/2168] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:31 2026] DELETE /v2.0/security-groups/2f0c02ac-5d6a-476a-970e-6c948d300742 => 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: 1062/2171] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:32 2026] GET /v2.0/security-groups?tenant_id=2614a0638c0b4705846a5c2335c2ae89&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2172] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:32 2026] DELETE /v2.0/security-groups/af3a7109-be90-4b56-9c6f-234f3f4aa0ea => 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: 1063/2173] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:35 2026] GET /v2.0/security-groups?tenant_id=fd6904a9611143dca1c1d8803500f4ae&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2174] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:35 2026] DELETE /v2.0/security-groups/5a97566e-b856-47bc-a6bd-7fc6d2a7070f => 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: 1064/2175] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:45:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2176] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:45:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2177] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:45:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2178] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:45:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2179] 10.0.0.241 () {34 vars in 676 bytes} [Fri Jun 12 08:45:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2180] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:36 2026] PUT /v2.0/subnetpools/853f3063-4ac9-400d-8c26-d3833b15ac5f/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2181] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:36 2026] PUT /v2.0/subnetpools/2da44fa7-e4e8-4bb3-95c1-ff1d78452ae6/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2182] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:36 2026] PUT /v2.0/subnetpools/1db61e5c-abd2-4049-a564-a115eb69cb7b/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2183] 10.0.0.241 () {34 vars in 759 bytes} [Fri Jun 12 08:45:36 2026] PUT /v2.0/subnetpools/ba753a87-21ac-47a1-9812-d3c8abd50ee8/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2184] 10.0.0.241 () {32 vars in 672 bytes} [Fri Jun 12 08:45:36 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2185] 10.0.0.241 () {32 vars in 686 bytes} [Fri Jun 12 08:45:37 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2186] 10.0.0.241 () {32 vars in 682 bytes} [Fri Jun 12 08:45:37 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2187] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:45:37 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2188] 10.0.0.241 () {32 vars in 680 bytes} [Fri Jun 12 08:45:37 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2189] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:45:37 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: 8|app: 0|req: 1119/2190] 10.0.0.241 () {32 vars in 690 bytes} [Fri Jun 12 08:45:37 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2191] 10.0.0.241 () {32 vars in 702 bytes} [Fri Jun 12 08:45:37 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2192] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:37 2026] DELETE /v2.0/subnetpools/853f3063-4ac9-400d-8c26-d3833b15ac5f => 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: 1121/2193] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:37 2026] DELETE /v2.0/subnetpools/2da44fa7-e4e8-4bb3-95c1-ff1d78452ae6 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2194] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:37 2026] DELETE /v2.0/subnetpools/1db61e5c-abd2-4049-a564-a115eb69cb7b => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2195] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:37 2026] DELETE /v2.0/subnetpools/ba753a87-21ac-47a1-9812-d3c8abd50ee8 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2196] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:37 2026] DELETE /v2.0/subnetpools/0ddea279-fcd8-4a2d-bec0-3cc0e6756cb2 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:37.610 7 INFO neutron.db.segments_db [None req-fd3c6ddb-0572-499e-92a1-ee829a43d4de bc6d9167e5ca42dc8c0c1b07dfc2c5a2 ce010603b37c44709e38c6ebd4c8e9f0 - - default default] Added segment 29fefb03-c3ae-48f5-ae6d-bd2a750e8dcf of type vxlan for network cda45a18-cd59-4b0b-a796-8cb1ccba9be4 [pid: 7|app: 0|req: 1073/2197] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:37 2026] POST /v2.0/networks => generated 628 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2198] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:38 2026] POST /v2.0/subnets => generated 673 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:45:38.467 8 INFO neutron.db.segments_db [None req-a2098bcd-49ae-4603-acac-1691b1cb277a bc6d9167e5ca42dc8c0c1b07dfc2c5a2 ce010603b37c44709e38c6ebd4c8e9f0 - - default default] Added segment e46e6983-74cb-49c7-b0bb-14acf0caf163 of type vxlan for network ad150b6a-e68e-417c-880a-7942a106abb0 [pid: 8|app: 0|req: 1126/2199] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:38 2026] POST /v2.0/networks => generated 629 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2200] 10.0.0.241 () {34 vars in 743 bytes} [Fri Jun 12 08:45:38 2026] PUT /v2.0/networks/ad150b6a-e68e-417c-880a-7942a106abb0 => generated 592 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2201] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:38 2026] GET /v2.0/security-groups?tenant_id=437b1899dea346d6b5f8351929d2383f&name=default => generated 2929 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2202] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:38 2026] DELETE /v2.0/security-groups/d6033db1-1d46-49e6-a7bf-1a3b46dcfaa4 => 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: 1128/2203] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:38 2026] POST /v2.0/subnets => generated 646 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2204] 10.0.0.241 () {34 vars in 741 bytes} [Fri Jun 12 08:45:38 2026] PUT /v2.0/subnets/d7d6b555-e15f-4155-b4d6-6f9331205ae7 => generated 656 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2205] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:38 2026] GET /v2.0/security-groups?tenant_id=2b265b7cb95047dba12b99df2755167c&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2206] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/security-groups/402f841e-1145-4349-9714-20ede796a263 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:39.220 7 INFO neutron.services.segments.plugin [-] Segment e46e6983-74cb-49c7-b0bb-14acf0caf163 resource provider aggregate not found 2026-06-12 08:45:39.221 7 INFO neutron.services.segments.plugin [-] Segment e46e6983-74cb-49c7-b0bb-14acf0caf163 resource provider aggregate not found 2026-06-12 08:45:39.241 7 INFO neutron.services.segments.plugin [-] Segment e46e6983-74cb-49c7-b0bb-14acf0caf163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e46e6983-74cb-49c7-b0bb-14acf0caf163 found for delete ", "request_id": "req-3372aa4e-073d-44af-8ccf-d682fee3b4ce"}]} 2026-06-12 08:45:39.249 7 INFO neutron.services.segments.plugin [-] Segment e46e6983-74cb-49c7-b0bb-14acf0caf163 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e46e6983-74cb-49c7-b0bb-14acf0caf163 found for delete ", "request_id": "req-91b37780-f8fc-48b9-b790-8bb70dc2a09e"}]} [pid: 7|app: 0|req: 1077/2207] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/networks/ad150b6a-e68e-417c-880a-7942a106abb0 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:39.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b664678-0361-49c5-84c1-f515808e49a8 bc6d9167e5ca42dc8c0c1b07dfc2c5a2 ce010603b37c44709e38c6ebd4c8e9f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1131/2208] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/networks/ad150b6a-e68e-417c-880a-7942a106abb0 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2209] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:45:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2210] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:45:39 2026] GET /v2.0/subnets?network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2211] 10.0.0.241 () {32 vars in 653 bytes} [Fri Jun 12 08:45:39 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: 1134/2212] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:45:39 2026] GET /v2.0/networks => generated 1312 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2213] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:39 2026] GET /v2.0/security-groups?tenant_id=d3f07b7705e548c59f3c07e4fad509a3&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2214] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:45:39 2026] GET /v2.0/subnets => generated 1312 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2215] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:45:39 2026] GET /v2.0/networks/cda45a18-cd59-4b0b-a796-8cb1ccba9be4 => generated 672 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2216] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:45:39 2026] GET /v2.0/subnets/ac27db37-db92-4fb2-9ab8-8de542514d8c => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2217] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/security-groups/3c8db683-9d3b-488a-8e75-a4fe50aa674e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:39.618 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5900a645-719c-49f7-8ac2-9a372a6f8fc7 bc6d9167e5ca42dc8c0c1b07dfc2c5a2 ce010603b37c44709e38c6ebd4c8e9f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1138/2218] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/subnets/d7d6b555-e15f-4155-b4d6-6f9331205ae7 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:45:39.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2eaa5584-6507-42e4-90fb-059a98fedf50 bc6d9167e5ca42dc8c0c1b07dfc2c5a2 ce010603b37c44709e38c6ebd4c8e9f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1081/2219] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/networks/ad150b6a-e68e-417c-880a-7942a106abb0 => 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: 1139/2220] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/subnets/ac27db37-db92-4fb2-9ab8-8de542514d8c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:45:39.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-b67a251b-abaa-4487-a034-9364224a64c7 bc6d9167e5ca42dc8c0c1b07dfc2c5a2 ce010603b37c44709e38c6ebd4c8e9f0 - - default default] TaaS: Handle Delete Port: 3a54bcc2-09bb-470d-91b6-be971fa8aa24 2026-06-12 08:45:39.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b67a251b-abaa-4487-a034-9364224a64c7 bc6d9167e5ca42dc8c0c1b07dfc2c5a2 ce010603b37c44709e38c6ebd4c8e9f0 - - default default] Tap Mirror: Handle Delete Port: 3a54bcc2-09bb-470d-91b6-be971fa8aa24 [pid: 7|app: 0|req: 1082/2221] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:45:39 2026] DELETE /v2.0/networks/cda45a18-cd59-4b0b-a796-8cb1ccba9be4 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2222] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:40 2026] GET /v2.0/security-groups?tenant_id=ce010603b37c44709e38c6ebd4c8e9f0&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2223] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:40 2026] DELETE /v2.0/security-groups/93736f7e-e878-418e-84f2-c8f0c06a78d3 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:41.263 7 INFO neutron.services.segments.plugin [-] Segment 29fefb03-c3ae-48f5-ae6d-bd2a750e8dcf resource provider aggregate not found 2026-06-12 08:45:41.272 7 INFO neutron.services.segments.plugin [-] Segment 29fefb03-c3ae-48f5-ae6d-bd2a750e8dcf resource provider aggregate not found 2026-06-12 08:45:41.282 7 INFO neutron.services.segments.plugin [-] Segment 29fefb03-c3ae-48f5-ae6d-bd2a750e8dcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29fefb03-c3ae-48f5-ae6d-bd2a750e8dcf found for delete ", "request_id": "req-c9471d41-d414-43f7-85e9-e8d7f5da8675"}]} 2026-06-12 08:45:41.289 7 INFO neutron.services.segments.plugin [-] Segment 29fefb03-c3ae-48f5-ae6d-bd2a750e8dcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29fefb03-c3ae-48f5-ae6d-bd2a750e8dcf found for delete ", "request_id": "req-e788d5db-6908-4d3f-842e-1579af2d9a1a"}]} 2026-06-12 08:45:41.715 8 INFO neutron.db.segments_db [None req-e7e3059a-d2a3-4eaa-8aa2-bdb79b08c292 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Added segment 56977304-ea2a-4aa4-a5cc-44674b0aed14 of type vxlan for network 2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 [pid: 8|app: 0|req: 1141/2224] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:41 2026] POST /v2.0/networks => generated 621 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2225] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:41 2026] POST /v2.0/subnets => generated 658 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2226] 10.0.0.241 () {32 vars in 722 bytes} [Fri Jun 12 08:45:42 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2227] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:42 2026] POST /v2.0/subnets => generated 732 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:45:42.491 8 INFO neutron.db.segments_db [None req-fe21004c-9fbf-4589-a8f8-6c19ed5b87c9 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Added segment badd0123-db05-4330-b7e0-0631503c06ea of type vxlan for network d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c [pid: 8|app: 0|req: 1143/2228] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:42 2026] POST /v2.0/networks => generated 618 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2229] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:42 2026] POST /v2.0/subnets => generated 656 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2230] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:42 2026] POST /v2.0/subnets => generated 725 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2231] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:45:42 2026] POST /v2.0/security-groups => generated 1627 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:45:43.197 8 INFO neutron.db.segments_db [None req-4a3181df-7f82-469f-b687-28208952af4e 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Added segment 200f78ca-5442-4c1d-986c-b0a76f7a993f of type vxlan for network f1e9346c-10b8-43b2-9bb5-834bf372051c [pid: 8|app: 0|req: 1145/2232] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:45:43 2026] POST /v2.0/networks => generated 618 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2233] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:45:43 2026] POST /v2.0/security-groups => generated 1603 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2234] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:45:43 2026] GET /v2.0/security-groups => generated 4536 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2235] 10.0.0.241 () {34 vars in 767 bytes} [Fri Jun 12 08:45:43 2026] PUT /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/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: 1148/2236] 10.0.0.241 () {34 vars in 758 bytes} [Fri Jun 12 08:45:43 2026] PUT /v2.0/security-groups/88d335ca-02ba-4c24-99f7-506604ae81fa => generated 1664 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2237] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:43 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/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: 1089/2238] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:43 2026] POST /v2.0/subnets => generated 656 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2239] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:45:43 2026] GET /v2.0/security-groups/88d335ca-02ba-4c24-99f7-506604ae81fa => generated 1664 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2240] 10.0.0.241 () {34 vars in 778 bytes} [Fri Jun 12 08:45:43 2026] PUT /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2241] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:43 2026] DELETE /v2.0/security-groups/88d335ca-02ba-4c24-99f7-506604ae81fa => 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: 1092/2242] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:43 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2243] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:45:43 2026] GET /v2.0/security-groups => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2244] 10.0.0.241 () {34 vars in 774 bytes} [Fri Jun 12 08:45:43 2026] PUT /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-12 08:45:43.750 7 INFO neutron.api.v2.resource [None req-767fd687-cf4f-4644-9004-d686b1819248 bf508e0bbee346cbb97921c9330d8b69 df2a564e986f4e0dadc593ed153b45d2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1095/2245] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:43 2026] DELETE /v2.0/security-groups/88d335ca-02ba-4c24-99f7-506604ae81fa => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2246] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:43 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2247] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:43 2026] POST /v2.0/subnets => generated 729 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2248] 10.0.0.241 () {34 vars in 796 bytes} [Fri Jun 12 08:45:43 2026] PUT /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2249] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:45:43 2026] POST /v2.0/security-groups => generated 1627 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:45:43.879 8 INFO neutron.db.segments_db [None req-63c2b2bf-4c81-4d4a-9aab-dcd5f5841612 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Added segment b1fe0403-31b2-4389-8338-49c87e37e24b of type vxlan for network 25a467d2-432a-447a-8084-17251747cd2c [pid: 7|app: 0|req: 1098/2250] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:43 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2251] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2252] 10.0.0.241 () {34 vars in 767 bytes} [Fri Jun 12 08:45:43 2026] PUT /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2253] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules/b13fe95e-d50d-4517-8649-7d3bc25ee165 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2254] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:45:44.124 8 INFO neutron.db.l3_hamode_db [None req-63c2b2bf-4c81-4d4a-9aab-dcd5f5841612 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1103/2255] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2256] 10.0.0.241 () {32 vars in 755 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2257] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:45:44 2026] DELETE /v2.0/security-group-rules/b13fe95e-d50d-4517-8649-7d3bc25ee165 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:44.280 7 INFO neutron.api.v2.resource [None req-5b6c31b7-3024-4320-a228-148c867a409b 556a29a239994251a5c6a09d71cba0c7 fe90cd3e637d4176a552ebc64f6de4da - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1106/2258] 10.0.0.241 () {32 vars in 759 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2259] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2260] 10.0.0.241 () {32 vars in 758 bytes} [Fri Jun 12 08:45:44 2026] DELETE /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2261] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2262] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2263] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules/65ec87b4-16e9-4d06-ad23-9b947259ac46 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:45:44.574 7 INFO neutron.api.v2.resource [None req-4b2b2e49-f7c5-42c5-86fd-c72c3506a108 556a29a239994251a5c6a09d71cba0c7 fe90cd3e637d4176a552ebc64f6de4da - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1112/2264] 10.0.0.241 () {32 vars in 762 bytes} [Fri Jun 12 08:45:44 2026] DELETE /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2265] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2266] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:45:44 2026] DELETE /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2267] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:45:44 2026] DELETE /v2.0/security-group-rules/65ec87b4-16e9-4d06-ad23-9b947259ac46 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2268] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720/tags => 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: 1117/2269] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2270] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:44 2026] DELETE /v2.0/security-groups/4ff836ac-a01c-494a-a393-cae4e07f3720 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:44.896 8 INFO neutron.db.l3_hamode_db [None req-63c2b2bf-4c81-4d4a-9aab-dcd5f5841612 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:45:44.906 7 INFO neutron.db.securitygroups_db [None req-4f421b1d-783e-4d34-8a9b-4e14352ebae2 bf508e0bbee346cbb97921c9330d8b69 df2a564e986f4e0dadc593ed153b45d2 - - default default] Project df2a564e986f4e0dadc593ed153b45d2 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: 1119/2271] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2272] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules/efb9fa8f-8234-4ce7-a884-33b0dab3f920 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2273] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:45:44 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2274] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:45:45 2026] DELETE /v2.0/security-group-rules/efb9fa8f-8234-4ce7-a884-33b0dab3f920 => 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: 1123/2275] 10.0.0.241 () {32 vars in 673 bytes} [Fri Jun 12 08:45:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2276] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:45 2026] DELETE /v2.0/security-groups/61e2c25c-7e99-48b7-856d-e2fbca06e8af => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2277] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:45:45 2026] GET /v2.0/security-groups => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2278] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:45:45 2026] GET /v2.0/security-groups => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2279] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:45:43 2026] POST /v2.0/routers => generated 684 bytes in 1940 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2280] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:45 2026] GET /v2.0/security-groups?tenant_id=0a36d41e100d4845bbab6a04411861a1&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2281] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:45 2026] GET /v2.0/security-groups?tenant_id=df2a564e986f4e0dadc593ed153b45d2&name=default => generated 2929 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2282] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:45 2026] DELETE /v2.0/security-groups/8ebcf714-658b-41ee-b73e-0150afecb172 => 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: 1130/2283] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:45 2026] DELETE /v2.0/security-groups/c8131dcc-464a-4f25-84fc-5bc2ff1808a8 => 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: 1131/2284] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:46 2026] GET /v2.0/security-groups?tenant_id=fe90cd3e637d4176a552ebc64f6de4da&name=default => generated 2929 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2285] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:46 2026] DELETE /v2.0/security-groups/01604031-d659-48dd-9a0d-07b7218e0991 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2286] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:45:45 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/add_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: 1157/2289] 10.0.0.241 () {34 vars in 677 bytes} [Fri Jun 12 08:45:47 2026] POST /v2.0/subnetpools => generated 549 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2290] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:48 2026] GET /v2.0/subnetpools/708b9e9f-79bb-48bc-ad8b-250e34501d9b => generated 549 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2291] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:45:48 2026] PUT /v2.0/subnetpools/708b9e9f-79bb-48bc-ad8b-250e34501d9b => generated 501 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2292] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:48 2026] DELETE /v2.0/subnetpools/708b9e9f-79bb-48bc-ad8b-250e34501d9b => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:45:48.388 8 INFO neutron.api.v2.resource [None req-9f87d82d-3d59-4803-9017-012710a75922 65de99b376444d4caaa7afe407a80342 5b477148c5bb4d1b8bfd7439ef933fdc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1161/2293] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:45:48 2026] GET /v2.0/subnetpools/708b9e9f-79bb-48bc-ad8b-250e34501d9b => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:45:48.410 8 INFO neutron.api.v2.resource [None req-4edd16df-b675-461c-949a-5d0855e0b458 65de99b376444d4caaa7afe407a80342 5b477148c5bb4d1b8bfd7439ef933fdc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2294] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:45:48 2026] DELETE /v2.0/subnetpools/708b9e9f-79bb-48bc-ad8b-250e34501d9b => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2295] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:45:47 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/add_router_interface => generated 309 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2296] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:48 2026] GET /v2.0/security-groups?tenant_id=5b477148c5bb4d1b8bfd7439ef933fdc&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2297] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:49 2026] DELETE /v2.0/security-groups/6b86c9e3-6fcf-44f5-b921-eba6bda4ccdb => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2298] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:45:48 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/add_router_interface => generated 309 bytes in 1482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2299] 10.0.0.241 () {34 vars in 684 bytes} [Fri Jun 12 08:45:49 2026] POST /v2.0/security-groups => generated 1630 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2300] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2301] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2302] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2303] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2304] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2305] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2306] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2307] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2308] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2309] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2310] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:45:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2311] 10.0.0.116 () {34 vars in 1096 bytes} [Fri Jun 12 08:45:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1966244504&fields=id&tenant_id=8f51a1207e7b4a83902f8502ea12e5a9 => 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: 1170/2312] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:45:52 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2313] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:45:52 2026] GET /v2.0/quotas/8f51a1207e7b4a83902f8502ea12e5a9 => 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: 1171/2314] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:45:52 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&fields=id => generated 241 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2315] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:45:52 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1172/2316] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:45:52 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1145/2317] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:52 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => 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: 1173/2318] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:54 2026] GET /v2.0/security-groups?tenant_id=5478c59158d1453c8e4eb78723d1d5a2&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2319] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:54 2026] DELETE /v2.0/security-groups/208ce606-4fae-43be-bcf8-4b4f322fc6dc => 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: 1174/2320] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:55 2026] GET /v2.0/security-groups?tenant_id=9bcea18033d041699a4177311daf461b&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2321] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:55 2026] DELETE /v2.0/security-groups/aea7e214-21b3-4266-8c44-839c299c239a => 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: 1175/2322] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:45:56 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2323] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:45:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8f51a1207e7b4a83902f8502ea12e5a9 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2324] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:45:56 2026] POST /v2.0/ports => generated 1183 bytes in 393 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: 1177/2325] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:45:57 2026] GET /v2.0/security-groups?tenant_id=cb1b73abfdfb4ee08ed023a720a4790a&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2326] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:45:57 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1198 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2327] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:45:57 2026] PUT /v2.0/ports/c2ef4701-7e4d-46e4-a349-6727c64b39a3 => generated 1464 bytes in 452 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: 1150/2328] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:45:57 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:45:57.877 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd3c9568-117c-47e7-902e-66aab34fbb68'] response: {'name': 'network-changed', 'server_uuid': 'f4e23056-b8d3-4851-a628-80ee1f0d4400', 'tag': 'c2ef4701-7e4d-46e4-a349-6727c64b39a3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1179/2329] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:45:57 2026] DELETE /v2.0/security-groups/c67ce172-12c0-4d54-a0b6-c7831e926ba7 => 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: 1151/2330] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:45:58 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2331] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:45:58 2026] GET /v2.0/networks?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&shared=False => generated 2375 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2332] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:45:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2333] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2334] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.234&port_id=c2ef4701-7e4d-46e4-a349-6727c64b39a3 => 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: 1182/2335] 199.204.45.109 () {34 vars in 1104 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15c&port_id=c2ef4701-7e4d-46e4-a349-6727c64b39a3 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2336] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/subnets?id=438a0cba-6950-496d-98ca-3da731a73b61&id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2337] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2338] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2339] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2340] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:45:59 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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-12 08:46:00.963 8 INFO neutron.db.segments_db [None req-67306d87-0ff5-4833-9b6b-3630dce705aa 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Added segment 78a62cfc-6a90-41ca-8ccf-91845143cb72 of type vxlan for network bdd6a961-313f-4980-9f2d-7619aa5a70ee [pid: 8|app: 0|req: 1185/2341] 10.0.0.241 () {34 vars in 671 bytes} [Fri Jun 12 08:46:00 2026] POST /v2.0/networks => generated 612 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:46:01.099 7 INFO neutron.db.segments_db [None req-16aab2ae-af31-4798-a487-3958e4ef3d0a 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Added segment 96954de8-b3d5-41c6-b446-f2580c891aa1 of type vxlan for network ff39e281-706f-4dd0-9b56-044e86b31e6c 2026-06-12 08:46:01.311 7 INFO neutron.db.l3_hamode_db [None req-16aab2ae-af31-4798-a487-3958e4ef3d0a 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:46:02.025 7 INFO neutron.db.l3_hamode_db [None req-16aab2ae-af31-4798-a487-3958e4ef3d0a 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1157/2344] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:46:01 2026] POST /v2.0/routers => generated 694 bytes in 1869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2345] 10.0.0.241 () {32 vars in 776 bytes} [Fri Jun 12 08:46:02 2026] GET /v2.0/subnets?project_id=9a2b3dc68e73463a9ef529ae51fa279a&cidr=10.100.0.0%2F28 => 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: 1158/2346] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:02 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2347] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:46:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2348] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:03 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2349] 10.0.0.241 () {32 vars in 784 bytes} [Fri Jun 12 08:46:03 2026] GET /v2.0/subnets?network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2350] 10.0.0.241 () {34 vars in 669 bytes} [Fri Jun 12 08:46:03 2026] POST /v2.0/subnets => generated 656 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2351] 10.0.0.241 () {34 vars in 783 bytes} [Fri Jun 12 08:46:03 2026] PUT /v2.0/routers/e69f5dec-aabe-4daf-b714-247eeed9f4bf/add_router_interface => generated 309 bytes in 1425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2352] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:46:04 2026] GET /v2.0/networks => generated 6662 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2353] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:46:04 2026] GET /v2.0/subnets => generated 7420 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2354] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:46:04 2026] GET /v2.0/routers => generated 1451 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2355] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:46:05 2026] POST /v2.0/security-groups => generated 1677 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2356] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2357] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:05 2026] POST /v2.0/security-group-rules => generated 596 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2358] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2359] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:05 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-12 08:46:05.825 7 INFO neutron.db.securitygroups_db [None req-cfc126a7-4789-4e1c-9989-a7e2ff5f9cbe 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Project 9a2b3dc68e73463a9ef529ae51fa279a 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: 1165/2360] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:46:05.949 8 INFO neutron.db.securitygroups_db [None req-d1b1ab31-4235-4bed-b8b6-94ebd3e610d1 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Project 9a2b3dc68e73463a9ef529ae51fa279a 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: 1196/2361] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:05 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2362] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/networks => generated 1296 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2363] 10.0.0.116 () {34 vars in 1100 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1104057305&fields=id&tenant_id=9a2b3dc68e73463a9ef529ae51fa279a => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2364] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/networks?id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 659 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2365] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/quotas/9a2b3dc68e73463a9ef529ae51fa279a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2366] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&fields=id => generated 57 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2367] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?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: 1169/2368] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?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: 1200/2369] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:06 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1170/2370] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:08 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1201/2371] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:08 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2372] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:08 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2373] 10.0.0.241 () {32 vars in 818 bytes} [Fri Jun 12 08:46:08 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&mac_address=fa%3A16%3A3e%3A65%3Af3%3A10 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2374] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:09 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:46:09.247 7 INFO neutron.db.l3_db [None req-b11474a8-c1cb-46d3-aea2-5dfaad06f5e1 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Floating IP 0a08ecca-660b-4d2c-9d2d-d1b77e3679e2 associated. External IP: 10.96.250.208, port: c2ef4701-7e4d-46e4-a349-6727c64b39a3. [pid: 7|app: 0|req: 1172/2375] 10.0.0.241 () {34 vars in 677 bytes} [Fri Jun 12 08:46:08 2026] POST /v2.0/floatingips => generated 855 bytes in 1256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:46:09.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb669a0b-ad65-4ae4-a2b9-6110244f892b'] response: {'name': 'network-changed', 'server_uuid': 'f4e23056-b8d3-4851-a628-80ee1f0d4400', 'tag': 'c2ef4701-7e4d-46e4-a349-6727c64b39a3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1204/2376] 10.0.0.116 () {34 vars in 1096 bytes} [Fri Jun 12 08:46:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1966244504&fields=id&tenant_id=8f51a1207e7b4a83902f8502ea12e5a9 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2377] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:46:09 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 704 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2378] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:46:09 2026] GET /v2.0/quotas/8f51a1207e7b4a83902f8502ea12e5a9 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2379] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:46:09 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&fields=id => generated 333 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2380] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1175/2381] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1207/2382] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2383] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1176/2384] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 800 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2385] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => 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: 1209/2386] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.234&port_id=c2ef4701-7e4d-46e4-a349-6727c64b39a3 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2387] 199.204.45.109 () {34 vars in 1104 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15c&port_id=c2ef4701-7e4d-46e4-a349-6727c64b39a3 => 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: 1210/2388] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/subnets?id=438a0cba-6950-496d-98ca-3da731a73b61&id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2389] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2390] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2391] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1212/2392] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:46:10 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2393] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:46:11 2026] GET /v2.0/networks?id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 659 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2394] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:11 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1182/2395] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:46:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9a2b3dc68e73463a9ef529ae51fa279a => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2396] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:46:11 2026] POST /v2.0/ports => generated 958 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2397] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:46:11 2026] PUT /v2.0/ports/55e6be4f-79ec-4f1a-b677-3cee5ca44316 => generated 1239 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:46:12.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d9fff03-3870-4117-9420-6f507577c8a3'] response: {'name': 'network-changed', 'server_uuid': '44cdf59f-88c8-4f22-8f38-730a6d1ef954', 'tag': '55e6be4f-79ec-4f1a-b677-3cee5ca44316', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1215/2398] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:12 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 973 bytes in 64 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: 1184/2399] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:12 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&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: 1216/2400] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:12 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2401] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:46:12 2026] GET /v2.0/networks?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&shared=False => generated 755 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2402] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:46:12 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: 1186/2403] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:13 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2404] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:13 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2405] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:13 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2406] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:46:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=55e6be4f-79ec-4f1a-b677-3cee5ca44316 => 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: 1188/2407] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:46:13 2026] GET /v2.0/subnets?id=1410421d-4fe2-48e1-9ce7-7c84a190c32c => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2408] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:14 2026] GET /v2.0/ports?network_id=bdd6a961-313f-4980-9f2d-7619aa5a70ee&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2409] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:46:14 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?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: 1221/2410] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:46:14 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2411] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:46:14 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 704 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2412] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:46:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8f51a1207e7b4a83902f8502ea12e5a9 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2413] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:14 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2414] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:14 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&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: 1191/2415] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:46:14 2026] POST /v2.0/ports => generated 1187 bytes in 398 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: 1192/2416] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:15 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1202 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2417] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:15 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2418] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:15 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1225/2419] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:46:15 2026] PUT /v2.0/ports/1f12ff09-70b7-44fc-8efc-6a7c748ca41b => generated 1468 bytes in 939 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2420] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:15 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:46:16.033 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9e2cb54-f5a6-495b-8f7a-70f65d747af0'] response: {'name': 'network-changed', 'server_uuid': '4ed6c88b-26a6-4cc6-b741-f923f55865ea', 'tag': '1f12ff09-70b7-44fc-8efc-6a7c748ca41b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1226/2421] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:16 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1471 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2422] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:46:16 2026] GET /v2.0/networks?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&shared=False => generated 2375 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2423] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:46:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2424] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1228/2425] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&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: 1230/2428] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2429] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=1f12ff09-70b7-44fc-8efc-6a7c748ca41b => 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: 1231/2430] 199.204.45.109 () {34 vars in 1106 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A268&port_id=1f12ff09-70b7-44fc-8efc-6a7c748ca41b => 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: 1200/2431] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/subnets?id=3e333f8b-0683-4cb6-89ad-c130016fc786&id=bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2432] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&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: 1201/2433] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2434] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2435] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:46:17 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2436] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:18 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2437] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:18 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2438] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:19 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2439] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:19 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&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: 1236/2440] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:19 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1205/2441] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:19 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2442] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:46:19 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:46:20.551 7 INFO neutron.db.l3_db [None req-e3b1c2a4-a804-4d1b-b263-460210d6f656 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Floating IP df806d63-ac07-4fea-a42b-ced80fc8f4fe associated. External IP: 10.96.250.206, port: 55e6be4f-79ec-4f1a-b677-3cee5ca44316. [pid: 8|app: 0|req: 1238/2443] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:20 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1202 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2444] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:20 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2445] 10.0.0.241 () {34 vars in 677 bytes} [Fri Jun 12 08:46:19 2026] POST /v2.0/floatingips => generated 856 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:46:20.949 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8300cda-f608-4e76-95b8-ba00a842b1ce'] response: {'name': 'network-changed', 'server_uuid': '44cdf59f-88c8-4f22-8f38-730a6d1ef954', 'tag': '55e6be4f-79ec-4f1a-b677-3cee5ca44316', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1240/2446] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:46:20 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2447] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1241/2448] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/networks?id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 755 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2449] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=55e6be4f-79ec-4f1a-b677-3cee5ca44316 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2450] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/subnets?id=1410421d-4fe2-48e1-9ce7-7c84a190c32c => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2451] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/ports?network_id=bdd6a961-313f-4980-9f2d-7619aa5a70ee&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2452] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?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: 1210/2453] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2454] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:46:21 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2455] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:46:23 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2456] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:25 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2457] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:25 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2458] 10.0.0.241 () {32 vars in 818 bytes} [Fri Jun 12 08:46:25 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&mac_address=fa%3A16%3A3e%3A25%3Ae3%3Abe => generated 1204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:46:26.703 7 INFO neutron.db.l3_db [None req-a7447a73-e8e2-41e0-b83a-ce23dcb4e273 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Floating IP 8e98e425-42a3-4a76-897e-e33b29961dfe associated. External IP: 10.96.250.212, port: 1f12ff09-70b7-44fc-8efc-6a7c748ca41b. [pid: 7|app: 0|req: 1213/2459] 10.0.0.241 () {34 vars in 677 bytes} [Fri Jun 12 08:46:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:46:27.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7bb79fe5-c523-48d7-a0b6-6f5673f03e5f'] response: {'name': 'network-changed', 'server_uuid': '4ed6c88b-26a6-4cc6-b741-f923f55865ea', 'tag': '1f12ff09-70b7-44fc-8efc-6a7c748ca41b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1247/2460] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2461] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2462] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=1f12ff09-70b7-44fc-8efc-6a7c748ca41b => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2463] 199.204.45.109 () {34 vars in 1106 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A268&port_id=1f12ff09-70b7-44fc-8efc-6a7c748ca41b => 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: 1249/2464] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/subnets?id=3e333f8b-0683-4cb6-89ad-c130016fc786&id=bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2465] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&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: 1250/2466] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2467] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2468] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:46:27 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1218/2469] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:46:28 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2470] 10.0.0.218 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:28 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2471] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:46:30 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1253/2472] 10.0.0.218 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:30 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&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: 1221/2475] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:46:34 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2476] 10.0.0.218 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:34 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2477] 10.0.0.241 () {32 vars in 826 bytes} [Fri Jun 12 08:46:40 2026] GET /v2.0/ports?project_id=9a2b3dc68e73463a9ef529ae51fa279a&network_id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 3695 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2478] 10.0.0.241 () {32 vars in 742 bytes} [Fri Jun 12 08:46:40 2026] GET /v2.0/subnets?network_id=10df5459-2887-4b96-8c75-750cc1a9a3f0 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:46:40.943 7 INFO neutron.db.l3_db [None req-17e6aeec-8898-4cc1-853c-4ee867995ef2 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Floating IP df806d63-ac07-4fea-a42b-ced80fc8f4fe disassociated. External IP: 10.96.250.206, port: 55e6be4f-79ec-4f1a-b677-3cee5ca44316. [pid: 7|app: 0|req: 1223/2479] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:46:40 2026] PUT /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 554 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2480] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:46:41 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:46:41.321 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cf31f3b-35a5-4bb6-979c-5ab8e70b724d'] response: {'name': 'network-changed', 'server_uuid': '44cdf59f-88c8-4f22-8f38-730a6d1ef954', 'tag': '55e6be4f-79ec-4f1a-b677-3cee5ca44316', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1224/2481] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:41 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2482] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:46:41 2026] GET /v2.0/networks?id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 755 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2483] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:46:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=55e6be4f-79ec-4f1a-b677-3cee5ca44316 => 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: 1259/2484] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:46:41 2026] GET /v2.0/subnets?id=1410421d-4fe2-48e1-9ce7-7c84a190c32c => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2485] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:41 2026] GET /v2.0/ports?network_id=bdd6a961-313f-4980-9f2d-7619aa5a70ee&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2486] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:46:42 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2487] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:46:42 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2488] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:46:42 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2489] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:46:43 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2490] 10.0.0.241 () {34 vars in 685 bytes} [Fri Jun 12 08:46:44 2026] POST /v2.0/security-groups => generated 1677 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2491] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2492] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2493] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2494] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:46:45.174 7 INFO neutron.db.securitygroups_db [None req-a15d408f-978a-47c3-b1d1-434743ee1aa7 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Project 9a2b3dc68e73463a9ef529ae51fa279a 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: 1231/2495] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:46:45.292 8 INFO neutron.db.securitygroups_db [None req-2255ae73-4ce8-4456-816b-16697f6da3d6 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Project 9a2b3dc68e73463a9ef529ae51fa279a 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: 1265/2496] 10.0.0.241 () {34 vars in 695 bytes} [Fri Jun 12 08:46:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2497] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:46:45 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1266/2498] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:46:45 2026] GET /v2.0/networks => generated 1296 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2499] 10.0.0.116 () {34 vars in 1100 bytes} [Fri Jun 12 08:46:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1463134685&fields=id&tenant_id=9a2b3dc68e73463a9ef529ae51fa279a => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2500] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:46:45 2026] GET /v2.0/networks?id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 659 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2501] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:46:46 2026] GET /v2.0/quotas/9a2b3dc68e73463a9ef529ae51fa279a => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2502] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:46:46 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2503] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:46:46 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2504] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:46:46 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?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: 7|app: 0|req: 1236/2505] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:46 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1270/2506] 10.0.0.28 () {30 vars in 689 bytes} [Fri Jun 12 08:46:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2507] 10.0.0.28 () {30 vars in 691 bytes} [Fri Jun 12 08:46:46 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: 1271/2508] 10.0.0.28 () {30 vars in 667 bytes} [Fri Jun 12 08:46:46 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/2509] 10.0.0.28 () {30 vars in 703 bytes} [Fri Jun 12 08:46:46 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: 1272/2510] 10.0.0.28 () {28 vars in 438 bytes} [Fri Jun 12 08:46:47 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: 1239/2511] 10.0.0.28 () {30 vars in 727 bytes} [Fri Jun 12 08:46:47 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 658 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2512] 10.0.0.28 () {30 vars in 689 bytes} [Fri Jun 12 08:46:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2513] 10.0.0.28 () {30 vars in 691 bytes} [Fri Jun 12 08:46: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: 8|app: 0|req: 1274/2514] 10.0.0.28 () {30 vars in 667 bytes} [Fri Jun 12 08:46:47 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: 1241/2515] 10.0.0.28 () {30 vars in 703 bytes} [Fri Jun 12 08:46:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2516] 10.0.0.28 () {30 vars in 727 bytes} [Fri Jun 12 08:46:47 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1242/2517] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:47 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1276/2518] 10.0.0.28 () {30 vars in 689 bytes} [Fri Jun 12 08:46:47 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: 1243/2519] 10.0.0.28 () {30 vars in 691 bytes} [Fri Jun 12 08:46: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: 8|app: 0|req: 1277/2520] 10.0.0.28 () {30 vars in 667 bytes} [Fri Jun 12 08:46:47 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: 1244/2521] 10.0.0.28 () {30 vars in 703 bytes} [Fri Jun 12 08:46:47 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: 1278/2524] 10.0.0.28 () {30 vars in 729 bytes} [Fri Jun 12 08:46:47 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => 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: 1247/2525] 10.0.0.28 () {30 vars in 681 bytes} [Fri Jun 12 08:46:47 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2526] 10.0.0.28 () {34 vars in 703 bytes} [Fri Jun 12 08:46:47 2026] POST /v2.0/ports => generated 1132 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2527] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:48 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 12 bytes in 27 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: 1280/2528] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:49 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1249/2529] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:46:50 2026] GET /v2.0/networks?id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 659 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2530] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:46:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9a2b3dc68e73463a9ef529ae51fa279a => generated 274 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2531] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:50 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1251/2532] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:46:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2533] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:46:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2534] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:46:50 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: 1254/2535] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:46:50 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: 1255/2536] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:46:50 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2537] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:46:50 2026] POST /v2.0/ports => generated 954 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1283/2538] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:46:51 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: 1284/2539] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:46: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: 1285/2540] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:46:51 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: 1286/2541] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:46:51 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-12 08:46:51.195 8 INFO neutron.api.v2.resource [None req-db272efc-e483-4f49-90a3-3f5743701f43 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1287/2542] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/security-groups/lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => 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: 1288/2543] 199.204.45.109 () {30 vars in 785 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/security-groups?name=lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2544] 199.204.45.109 () {34 vars in 736 bytes} [Fri Jun 12 08:46:51 2026] POST /v2.0/security-groups => generated 1638 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2545] 199.204.45.109 () {30 vars in 815 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/security-group-rules?security_group_id=d310f213-9376-4e29-92f8-e2047c0b7c58 => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2546] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:46:51 2026] PUT /v2.0/ports/72f0f534-408e-4ed4-90ca-d9c89e0c660b => generated 1235 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:46:51.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7fde5b1-b8ca-49ba-9dbf-20d58a3df41f'] response: {'name': 'network-changed', 'server_uuid': '5a6e5cd4-7514-4e16-b590-567a96747b4d', 'tag': '72f0f534-408e-4ed4-90ca-d9c89e0c660b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1291/2547] 199.204.45.109 () {34 vars in 789 bytes} [Fri Jun 12 08:46:51 2026] PUT /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 232 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: 1257/2548] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1292/2549] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2550] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:46: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: 8|app: 0|req: 1293/2551] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:46:51 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: 1259/2552] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1294/2553] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2554] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:51 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&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: 1295/2555] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:52 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2556] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:46:52 2026] GET /v2.0/networks?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&shared=False => generated 755 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2557] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:46:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2558] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2559] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2560] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2561] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=72f0f534-408e-4ed4-90ca-d9c89e0c660b => 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: 1264/2562] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/subnets?id=1410421d-4fe2-48e1-9ce7-7c84a190c32c => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2563] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/ports?network_id=bdd6a961-313f-4980-9f2d-7619aa5a70ee&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2564] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?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: 1300/2565] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:46:53 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2566] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:54 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2567] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:54 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2568] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:55 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1302/2569] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:55 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2570] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:56 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1303/2571] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:56 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2572] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:57 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1304/2573] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:57 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2574] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:58 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2575] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:58 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2576] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2577] 10.0.0.116 () {34 vars in 1016 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/security-groups?id=d362ed23-a12a-4a6e-806d-ff8f695405a2&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2578] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2579] 10.0.0.116 () {34 vars in 982 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/networks?id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2580] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1274/2581] 10.0.0.116 () {34 vars in 965 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/quotas/57a1c417c416490aaa1abce283641738 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2582] 10.0.0.116 () {34 vars in 1002 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2583] 10.0.0.116 () {34 vars in 1008 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1277/2584] 10.0.0.116 () {34 vars in 1108 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:46:59.552 8 INFO neutron.db.l3_db [None req-b4b4d0c0-f8d6-41b7-892b-943bbe4182b2 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Floating IP df806d63-ac07-4fea-a42b-ced80fc8f4fe associated. External IP: 10.96.250.206, port: 72f0f534-408e-4ed4-90ca-d9c89e0c660b. [pid: 7|app: 0|req: 1278/2585] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => 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: 1279/2586] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => 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: 1308/2587] 10.0.0.241 () {34 vars in 749 bytes} [Fri Jun 12 08:46:59 2026] PUT /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 855 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2588] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:46:59 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:46:59.963 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1aafc9d8-47ec-4c34-bae0-e9f62e260063'] response: {'name': 'network-changed', 'server_uuid': '5a6e5cd4-7514-4e16-b590-567a96747b4d', 'tag': '72f0f534-408e-4ed4-90ca-d9c89e0c660b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1309/2589] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/ports?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2590] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/networks?id=bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 755 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2591] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=72f0f534-408e-4ed4-90ca-d9c89e0c660b => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2592] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/subnets?id=1410421d-4fe2-48e1-9ce7-7c84a190c32c => 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: 1311/2593] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/ports?network_id=bdd6a961-313f-4980-9f2d-7619aa5a70ee&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: 1283/2594] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?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: 1312/2595] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2596] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:47:00 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2597] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:47:02 2026] GET /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2600] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:02 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => 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: 1315/2601] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:02 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => 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: 1287/2602] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:47:04 2026] GET /v2.0/networks?id=99f57f2f-0344-46ab-b081-2a68a1e72b2e => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2603] 199.204.45.109 () {34 vars in 1050 bytes} [Fri Jun 12 08:47:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=57a1c417c416490aaa1abce283641738 => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2604] 199.204.45.109 () {38 vars in 955 bytes} [Fri Jun 12 08:47:04 2026] POST /v2.0/ports => generated 1082 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2605] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:47:04 2026] PUT /v2.0/ports/d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => generated 1243 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:47:04.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c29b1cf9-be30-44cb-9ebe-4f83930df5d4'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': 'd6f3194d-58f7-45d0-8bcd-43b8cb0433b5', '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: 1289/2606] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:47:05 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1246 bytes in 41 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: 1318/2607] 199.204.45.109 () {34 vars in 1018 bytes} [Fri Jun 12 08:47:05 2026] GET /v2.0/networks?tenant_id=57a1c417c416490aaa1abce283641738&shared=False => generated 735 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2608] 199.204.45.109 () {34 vars in 930 bytes} [Fri Jun 12 08:47:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2609] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:05 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2610] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:05 2026] GET /v2.0/security-groups?id=d362ed23-a12a-4a6e-806d-ff8f695405a2&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2611] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:05 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2612] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:47:06 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2613] 199.204.45.109 () {34 vars in 1062 bytes} [Fri Jun 12 08:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.245&port_id=d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => 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: 1293/2614] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:47:06 2026] GET /v2.0/subnets?id=9445af76-a526-41a4-8c32-ce1144b9395d => 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: 1322/2615] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:47:06 2026] GET /v2.0/ports?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&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: 1294/2616] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:47:06 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2617] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:47:06 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1295/2618] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:08 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2619] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:08 2026] GET /v2.0/security-groups?id=d362ed23-a12a-4a6e-806d-ff8f695405a2&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2620] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:08 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2621] 10.0.0.218 () {34 vars in 990 bytes} [Fri Jun 12 08:47:10 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2622] 10.0.0.218 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:10 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&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: 1326/2623] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:47:10 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2624] 199.204.45.109 () {34 vars in 1044 bytes} [Fri Jun 12 08:47:10 2026] GET /v2.0/security-groups?id=d362ed23-a12a-4a6e-806d-ff8f695405a2&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2625] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:11 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2626] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:11 2026] GET /v2.0/security-groups?id=d362ed23-a12a-4a6e-806d-ff8f695405a2&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2627] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:11 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2628] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:14 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2629] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:14 2026] GET /v2.0/security-groups?id=d362ed23-a12a-4a6e-806d-ff8f695405a2&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: 7|app: 0|req: 1301/2630] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:14 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2633] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:19 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2634] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:19 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&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: 1304/2635] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:20 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2636] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:20 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2637] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:21 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2638] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:21 2026] GET /v2.0/security-groups?id=c71d2134-6094-4aba-b124-4cf48478ff23&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: 1306/2639] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:47:21 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:47:22.172 8 INFO neutron_taas.services.taas.taas_plugin [req-ad50ad14-486e-4077-bf17-a70e95ebc3a9 req-11fe84bc-d64a-4ca5-b384-c4d246bec19a 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] TaaS: Handle Delete Port: 72f0f534-408e-4ed4-90ca-d9c89e0c660b 2026-06-12 08:47:22.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad50ad14-486e-4077-bf17-a70e95ebc3a9 req-11fe84bc-d64a-4ca5-b384-c4d246bec19a 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Tap Mirror: Handle Delete Port: 72f0f534-408e-4ed4-90ca-d9c89e0c660b 2026-06-12 08:47:22.293 8 INFO neutron.db.l3_db [req-ad50ad14-486e-4077-bf17-a70e95ebc3a9 req-11fe84bc-d64a-4ca5-b384-c4d246bec19a 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Floating IP df806d63-ac07-4fea-a42b-ced80fc8f4fe disassociated. External IP: 10.96.250.206, port: 72f0f534-408e-4ed4-90ca-d9c89e0c660b. [pid: 8|app: 0|req: 1334/2640] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:47:22 2026] DELETE /v2.0/ports/72f0f534-408e-4ed4-90ca-d9c89e0c660b => generated 0 bytes in 630 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:47:22.706 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef016d42-0e35-4a57-ae8e-a8b1ed0e1a38'] response: {'server_uuid': '5a6e5cd4-7514-4e16-b590-567a96747b4d', 'name': 'network-vif-deleted', 'tag': '72f0f534-408e-4ed4-90ca-d9c89e0c660b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1307/2641] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:22 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1335/2642] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:24 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1308/2643] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:25 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1336/2644] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:26 2026] GET /v2.0/ports?device_id=5a6e5cd4-7514-4e16-b590-567a96747b4d => 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: 1309/2645] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:27 2026] DELETE /v2.0/security-groups/c71d2134-6094-4aba-b124-4cf48478ff23 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:47:27.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8c6dd5d-d3ba-4049-a1ad-3f53405ac98b 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] TaaS: Handle Delete Port: 1731ec0e-a2c4-4634-a403-e4dffceb0332 2026-06-12 08:47:27.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8c6dd5d-d3ba-4049-a1ad-3f53405ac98b 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Tap Mirror: Handle Delete Port: 1731ec0e-a2c4-4634-a403-e4dffceb0332 [pid: 8|app: 0|req: 1337/2646] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:47:27 2026] DELETE /v2.0/floatingips/df806d63-ac07-4fea-a42b-ced80fc8f4fe => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2647] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:28 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2648] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:28 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2649] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:29 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2650] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:29 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&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: 1312/2651] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:30 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2652] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:47:30 2026] GET /v2.0/security-groups?id=1f5ddf65-e3da-4e70-83d7-651588cb5b01&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2653] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:47:30 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:47:30.906 8 INFO neutron_taas.services.taas.taas_plugin [req-d173421b-2b39-4d8c-97b8-d3027bebc6c0 req-7344d5aa-b93b-4b11-bac1-f1b9e8692761 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] TaaS: Handle Delete Port: 55e6be4f-79ec-4f1a-b677-3cee5ca44316 2026-06-12 08:47:30.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d173421b-2b39-4d8c-97b8-d3027bebc6c0 req-7344d5aa-b93b-4b11-bac1-f1b9e8692761 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Tap Mirror: Handle Delete Port: 55e6be4f-79ec-4f1a-b677-3cee5ca44316 [pid: 8|app: 0|req: 1341/2654] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:47:30 2026] DELETE /v2.0/ports/55e6be4f-79ec-4f1a-b677-3cee5ca44316 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:47:31.140 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3588ad0-d858-4a19-8cfd-a1df3720a98f'] response: {'server_uuid': '44cdf59f-88c8-4f22-8f38-730a6d1ef954', 'name': 'network-vif-deleted', 'tag': '55e6be4f-79ec-4f1a-b677-3cee5ca44316', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1314/2655] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:31 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1343/2658] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:32 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1316/2659] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:47:33 2026] GET /v2.0/ports?device_id=44cdf59f-88c8-4f22-8f38-730a6d1ef954 => 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: 1344/2660] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:34 2026] DELETE /v2.0/security-groups/1f5ddf65-e3da-4e70-83d7-651588cb5b01 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:47:35.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-0224713f-e0ea-4518-ad1c-4137a2f91b83 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] TaaS: Handle Delete Port: 5a81b41d-5079-4e85-875c-839b7370483e 2026-06-12 08:47:35.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0224713f-e0ea-4518-ad1c-4137a2f91b83 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Tap Mirror: Handle Delete Port: 5a81b41d-5079-4e85-875c-839b7370483e [pid: 7|app: 0|req: 1317/2661] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:47:35 2026] PUT /v2.0/routers/e69f5dec-aabe-4daf-b714-247eeed9f4bf/remove_router_interface => generated 309 bytes in 1566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2662] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:47:36 2026] DELETE /v2.0/subnets/1410421d-4fe2-48e1-9ce7-7c84a190c32c => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:47:37.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-646e2c66-58c5-4029-a6cb-86722f652e25 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] TaaS: Handle Delete Port: 75d74f97-9d83-4302-b7e7-a599eb729959 2026-06-12 08:47:37.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-646e2c66-58c5-4029-a6cb-86722f652e25 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Tap Mirror: Handle Delete Port: 75d74f97-9d83-4302-b7e7-a599eb729959 2026-06-12 08:47:37.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-646e2c66-58c5-4029-a6cb-86722f652e25 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] TaaS: Handle Delete Port: e5d9947d-6c1a-4835-8379-7db65c649aeb 2026-06-12 08:47:37.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-646e2c66-58c5-4029-a6cb-86722f652e25 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Tap Mirror: Handle Delete Port: e5d9947d-6c1a-4835-8379-7db65c649aeb 2026-06-12 08:47:37.915 7 INFO neutron.db.l3_hamode_db [None req-646e2c66-58c5-4029-a6cb-86722f652e25 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] HA network ff39e281-706f-4dd0-9b56-044e86b31e6c was deleted as no HA routers are present in tenant 9a2b3dc68e73463a9ef529ae51fa279a. [pid: 7|app: 0|req: 1318/2663] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:47:37 2026] DELETE /v2.0/routers/e69f5dec-aabe-4daf-b714-247eeed9f4bf => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:47:38.015 7 INFO neutron.services.segments.plugin [-] Segment 96954de8-b3d5-41c6-b446-f2580c891aa1 resource provider aggregate not found 2026-06-12 08:47:38.018 7 INFO neutron.services.segments.plugin [-] Segment 96954de8-b3d5-41c6-b446-f2580c891aa1 resource provider aggregate not found 2026-06-12 08:47:38.033 7 INFO neutron.services.segments.plugin [-] Segment 96954de8-b3d5-41c6-b446-f2580c891aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96954de8-b3d5-41c6-b446-f2580c891aa1 found for delete ", "request_id": "req-f889e8c2-05a1-4628-a22e-fb81ca513558"}]} 2026-06-12 08:47:38.033 7 INFO neutron.services.segments.plugin [-] Segment 96954de8-b3d5-41c6-b446-f2580c891aa1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96954de8-b3d5-41c6-b446-f2580c891aa1 found for delete ", "request_id": "req-15f80387-a533-40b4-b512-54c0905d5810"}]} 2026-06-12 08:47:38.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cfe9ad7-52f3-43d0-89b1-b1f0d0f082f5 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] TaaS: Handle Delete Port: a7b94be2-0a75-4279-961b-ba65725a8508 2026-06-12 08:47:38.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cfe9ad7-52f3-43d0-89b1-b1f0d0f082f5 3853d3e0a12442108d336a787a29293d 9a2b3dc68e73463a9ef529ae51fa279a - - default default] Tap Mirror: Handle Delete Port: a7b94be2-0a75-4279-961b-ba65725a8508 /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: 8|app: 0|req: 1346/2664] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:47:37 2026] DELETE /v2.0/networks/bdd6a961-313f-4980-9f2d-7619aa5a70ee => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:47:38.301 8 INFO neutron.services.segments.plugin [-] Segment 78a62cfc-6a90-41ca-8ccf-91845143cb72 resource provider aggregate not found 2026-06-12 08:47:38.307 8 INFO neutron.services.segments.plugin [-] Segment 78a62cfc-6a90-41ca-8ccf-91845143cb72 resource provider aggregate not found 2026-06-12 08:47:38.319 8 INFO neutron.services.segments.plugin [-] Segment 78a62cfc-6a90-41ca-8ccf-91845143cb72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78a62cfc-6a90-41ca-8ccf-91845143cb72 found for delete ", "request_id": "req-1a79fc02-19ac-46d1-b064-e5b515fca9fc"}]} 2026-06-12 08:47:38.324 8 INFO neutron.services.segments.plugin [-] Segment 78a62cfc-6a90-41ca-8ccf-91845143cb72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78a62cfc-6a90-41ca-8ccf-91845143cb72 found for delete ", "request_id": "req-2049e96e-9937-49fd-95fc-85d964dbe947"}]} [pid: 7|app: 0|req: 1319/2665] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:39 2026] GET /v2.0/security-groups?tenant_id=9a2b3dc68e73463a9ef529ae51fa279a&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: 1347/2666] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:39 2026] DELETE /v2.0/security-groups/808aa91e-d257-4acc-887d-0e49747ff668 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2667] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:39 2026] GET /v2.0/security-groups?tenant_id=d9b2fe62a26044a398d62a36164c9eb4&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2668] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:39 2026] DELETE /v2.0/security-groups/d8eb54ad-72aa-4805-8a79-48b04c7db17a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:47:43.968 7 INFO neutron.db.segments_db [None req-c32cdc96-8542-4e3e-afe0-8a918f4d6b43 9aa77975f1cc4be68c23415d3de04731 87ce945fea914683a39affaa7029ead5 - - default default] Added segment ea3d94e3-8b1c-4864-b1c9-b89d139c8139 of type vxlan for network ec3f2f60-7783-4283-90fe-1001a973ae4e [pid: 7|app: 0|req: 1321/2669] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:47:43 2026] POST /v2.0/networks => generated 612 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:47:44.129 8 INFO neutron.db.segments_db [None req-e917e865-e033-4c1e-a70c-3e38fe872ff9 9aa77975f1cc4be68c23415d3de04731 87ce945fea914683a39affaa7029ead5 - - default default] Added segment f70944c6-f44b-4403-b992-eabbe63b93e3 of type vxlan for network 41db7b1f-9c18-4f2c-b572-b96a3f80cbf4 [pid: 8|app: 0|req: 1349/2670] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:47:44 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:47:44.283 7 INFO neutron.db.segments_db [None req-9957622b-19fd-4674-84c4-bf440019cb56 9aa77975f1cc4be68c23415d3de04731 87ce945fea914683a39affaa7029ead5 - - default default] Added segment 22e12193-953f-4947-83e2-a7cb73663ae6 of type vxlan for network 8d10cbe3-cd90-4c67-9a82-3fe46c92f377 [pid: 7|app: 0|req: 1322/2671] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:47:44 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-12 08:47:44.450 8 INFO neutron.db.segments_db [None req-4f1b8b6a-595e-4394-b4d3-38dea31f69e3 9aa77975f1cc4be68c23415d3de04731 87ce945fea914683a39affaa7029ead5 - - default default] Added segment 423a2be9-6c72-46a2-ae18-711844c0aa6a of type vxlan for network 44eb79b6-6fb7-4356-ac61-5578f651f9a9 [pid: 8|app: 0|req: 1350/2672] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:47:44 2026] POST /v2.0/networks => generated 612 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:47:44.636 7 INFO neutron.db.segments_db [None req-4805fdd3-9614-4706-8b0e-abdaca09ead7 9aa77975f1cc4be68c23415d3de04731 87ce945fea914683a39affaa7029ead5 - - default default] Added segment 2e7fe486-d39d-416a-988e-7dd9670894f0 of type vxlan for network 4abb1be1-022a-4a91-b795-6336f48cbc04 [pid: 7|app: 0|req: 1323/2673] 10.0.0.241 () {34 vars in 670 bytes} [Fri Jun 12 08:47:44 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2674] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:44 2026] PUT /v2.0/networks/ec3f2f60-7783-4283-90fe-1001a973ae4e/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2675] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:44 2026] PUT /v2.0/networks/41db7b1f-9c18-4f2c-b572-b96a3f80cbf4/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2676] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:44 2026] PUT /v2.0/networks/8d10cbe3-cd90-4c67-9a82-3fe46c92f377/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2677] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:44 2026] PUT /v2.0/networks/44eb79b6-6fb7-4356-ac61-5578f651f9a9/tags => 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: 1353/2678] 10.0.0.241 () {32 vars in 666 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2679] 10.0.0.241 () {32 vars in 680 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2680] 10.0.0.241 () {32 vars in 676 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2681] 10.0.0.241 () {32 vars in 688 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2682] 10.0.0.241 () {32 vars in 674 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2683] 10.0.0.241 () {32 vars in 688 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2684] 10.0.0.241 () {32 vars in 684 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2685] 10.0.0.241 () {32 vars in 696 bytes} [Fri Jun 12 08:47:45 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:47:45.650 8 INFO neutron.services.segments.plugin [-] Segment ea3d94e3-8b1c-4864-b1c9-b89d139c8139 resource provider aggregate not found 2026-06-12 08:47:45.654 8 INFO neutron.services.segments.plugin [-] Segment ea3d94e3-8b1c-4864-b1c9-b89d139c8139 resource provider aggregate not found 2026-06-12 08:47:45.665 8 INFO neutron.services.segments.plugin [-] Segment ea3d94e3-8b1c-4864-b1c9-b89d139c8139 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea3d94e3-8b1c-4864-b1c9-b89d139c8139 found for delete ", "request_id": "req-7a578974-047f-48d5-bc3a-b58a3624b755"}]} 2026-06-12 08:47:45.670 8 INFO neutron.services.segments.plugin [-] Segment ea3d94e3-8b1c-4864-b1c9-b89d139c8139 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea3d94e3-8b1c-4864-b1c9-b89d139c8139 found for delete ", "request_id": "req-97a898e3-12df-4444-b36f-02eed53cc31b"}]} [pid: 8|app: 0|req: 1357/2686] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:47:45 2026] DELETE /v2.0/networks/ec3f2f60-7783-4283-90fe-1001a973ae4e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:47:45.796 7 INFO neutron.services.segments.plugin [-] Segment f70944c6-f44b-4403-b992-eabbe63b93e3 resource provider aggregate not found 2026-06-12 08:47:45.802 7 INFO neutron.services.segments.plugin [-] Segment f70944c6-f44b-4403-b992-eabbe63b93e3 resource provider aggregate not found 2026-06-12 08:47:45.821 7 INFO neutron.services.segments.plugin [-] Segment f70944c6-f44b-4403-b992-eabbe63b93e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f70944c6-f44b-4403-b992-eabbe63b93e3 found for delete ", "request_id": "req-71327d26-8d67-4cf3-af03-e5c5e1bd4bcb"}]} 2026-06-12 08:47:45.824 7 INFO neutron.services.segments.plugin [-] Segment f70944c6-f44b-4403-b992-eabbe63b93e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f70944c6-f44b-4403-b992-eabbe63b93e3 found for delete ", "request_id": "req-b4ed19b2-85b3-46ea-90a0-6a0910dc287d"}]} [pid: 7|app: 0|req: 1330/2687] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:47:45 2026] DELETE /v2.0/networks/41db7b1f-9c18-4f2c-b572-b96a3f80cbf4 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2688] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:47:45 2026] DELETE /v2.0/networks/8d10cbe3-cd90-4c67-9a82-3fe46c92f377 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2689] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:47:45 2026] DELETE /v2.0/networks/44eb79b6-6fb7-4356-ac61-5578f651f9a9 => 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: 1359/2690] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:47:46 2026] DELETE /v2.0/networks/4abb1be1-022a-4a91-b795-6336f48cbc04 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2691] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:47 2026] GET /v2.0/security-groups?tenant_id=23ba161c4e2d4ef190e65c1bc9b0a419&name=default => generated 2929 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2694] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:47 2026] DELETE /v2.0/security-groups/244f833a-9045-49bd-832d-f8149325b0d2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:47:47.681 8 INFO neutron.services.segments.plugin [-] Segment 22e12193-953f-4947-83e2-a7cb73663ae6 resource provider aggregate not found 2026-06-12 08:47:47.689 8 INFO neutron.services.segments.plugin [-] Segment 22e12193-953f-4947-83e2-a7cb73663ae6 resource provider aggregate not found 2026-06-12 08:47:47.699 8 INFO neutron.services.segments.plugin [-] Segment 22e12193-953f-4947-83e2-a7cb73663ae6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e12193-953f-4947-83e2-a7cb73663ae6 found for delete ", "request_id": "req-e0c9fe04-a85a-4786-8b58-4e3a066e5698"}]} 2026-06-12 08:47:47.703 8 INFO neutron.services.segments.plugin [-] Segment 22e12193-953f-4947-83e2-a7cb73663ae6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22e12193-953f-4947-83e2-a7cb73663ae6 found for delete ", "request_id": "req-62ed0cb0-3907-45ae-98aa-554a8d520bb4"}]} 2026-06-12 08:47:47.717 8 INFO neutron.services.segments.plugin [-] Segment 2e7fe486-d39d-416a-988e-7dd9670894f0 resource provider aggregate not found 2026-06-12 08:47:47.719 8 INFO neutron.services.segments.plugin [-] Segment 2e7fe486-d39d-416a-988e-7dd9670894f0 resource provider aggregate not found 2026-06-12 08:47:47.735 8 INFO neutron.services.segments.plugin [-] Segment 2e7fe486-d39d-416a-988e-7dd9670894f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e7fe486-d39d-416a-988e-7dd9670894f0 found for delete ", "request_id": "req-93ed2935-f43a-4ea8-bde1-716aa31fd33d"}]} 2026-06-12 08:47:47.737 8 INFO neutron.services.segments.plugin [-] Segment 2e7fe486-d39d-416a-988e-7dd9670894f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e7fe486-d39d-416a-988e-7dd9670894f0 found for delete ", "request_id": "req-9854227d-e1fe-4a34-ae2a-87ca8829c04b"}]} [pid: 7|app: 0|req: 1335/2695] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:47 2026] GET /v2.0/security-groups?tenant_id=87ce945fea914683a39affaa7029ead5&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:47:47.839 7 INFO neutron.services.segments.plugin [-] Segment 423a2be9-6c72-46a2-ae18-711844c0aa6a resource provider aggregate not found 2026-06-12 08:47:47.847 7 INFO neutron.services.segments.plugin [-] Segment 423a2be9-6c72-46a2-ae18-711844c0aa6a resource provider aggregate not found [pid: 8|app: 0|req: 1361/2696] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:47 2026] DELETE /v2.0/security-groups/8d2975d1-d59d-4304-9911-161846a2b719 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:47:47.853 7 INFO neutron.services.segments.plugin [-] Segment 423a2be9-6c72-46a2-ae18-711844c0aa6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423a2be9-6c72-46a2-ae18-711844c0aa6a found for delete ", "request_id": "req-a1f567ab-ee7b-4430-95dd-4067a4aab2a2"}]} 2026-06-12 08:47:47.864 7 INFO neutron.services.segments.plugin [-] Segment 423a2be9-6c72-46a2-ae18-711844c0aa6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423a2be9-6c72-46a2-ae18-711844c0aa6a found for delete ", "request_id": "req-a1826c9f-147b-4fc3-83f3-5b269e77ad2c"}]} [pid: 7|app: 0|req: 1336/2697] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:47 2026] GET /v2.0/security-groups?tenant_id=55a0eb83e1be4d23922113e296ccad36&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2698] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:48 2026] DELETE /v2.0/security-groups/3c314c0d-c7bc-4a1b-ae10-a51be5a7ff16 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2699] 10.0.0.241 () {34 vars in 678 bytes} [Fri Jun 12 08:47:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2700] 10.0.0.241 () {34 vars in 678 bytes} [Fri Jun 12 08:47:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2701] 10.0.0.241 () {34 vars in 678 bytes} [Fri Jun 12 08:47:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2702] 10.0.0.241 () {34 vars in 678 bytes} [Fri Jun 12 08:47:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2703] 10.0.0.241 () {34 vars in 678 bytes} [Fri Jun 12 08:47:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2704] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:52 2026] PUT /v2.0/policies/e9c8cb7e-fe40-4ed7-834b-d3bad486c12b/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2705] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:52 2026] PUT /v2.0/policies/933852a7-fea7-47d3-9dc6-42365e35f18c/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: 1366/2706] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:52 2026] PUT /v2.0/policies/0455f6a0-8005-475c-98d1-c26e7c74e70b/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: 1341/2707] 10.0.0.241 () {34 vars in 753 bytes} [Fri Jun 12 08:47:52 2026] PUT /v2.0/policies/e8464de0-8e20-4d22-a463-a5fc15bd92d2/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2708] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2709] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2710] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2711] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:47:53 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: 1345/2712] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1368/2713] 10.0.0.241 () {32 vars in 674 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2714] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2715] 10.0.0.241 () {32 vars in 688 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2716] 10.0.0.241 () {32 vars in 684 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2717] 10.0.0.241 () {32 vars in 696 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2718] 10.0.0.241 () {32 vars in 682 bytes} [Fri Jun 12 08:47:53 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: 1373/2719] 10.0.0.241 () {32 vars in 696 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2720] 199.204.45.109 () {34 vars in 717 bytes} [Fri Jun 12 08:47:53 2026] POST /v2.0/ports => generated 1059 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2721] 10.0.0.241 () {32 vars in 692 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2722] 10.0.0.241 () {32 vars in 704 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2723] 10.0.0.116 () {34 vars in 971 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2724] 10.0.0.116 () {34 vars in 907 bytes} [Fri Jun 12 08:47:53 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2725] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:47:53 2026] DELETE /v2.0/qos/policies/e9c8cb7e-fe40-4ed7-834b-d3bad486c12b => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2726] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:47:53 2026] DELETE /v2.0/qos/policies/933852a7-fea7-47d3-9dc6-42365e35f18c => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2727] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:47:53 2026] DELETE /v2.0/qos/policies/0455f6a0-8005-475c-98d1-c26e7c74e70b => 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: 1378/2728] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:47:53 2026] DELETE /v2.0/qos/policies/e8464de0-8e20-4d22-a463-a5fc15bd92d2 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2729] 10.0.0.241 () {32 vars in 734 bytes} [Fri Jun 12 08:47:53 2026] DELETE /v2.0/qos/policies/c508b0c6-ca56-4970-8b07-0b3bdc3b5069 => 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: 1379/2730] 199.204.45.109 () {34 vars in 1262 bytes} [Fri Jun 12 08:47:54 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2731] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:47:54 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1381/2732] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:47:54 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2733] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:54 2026] GET /v2.0/security-groups?tenant_id=eb00a09f01a146009f80508da043ab32&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2734] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:54 2026] DELETE /v2.0/security-groups/b072b12e-d0d8-4285-aeb4-67302070077f => 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: 1353/2735] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:55 2026] GET /v2.0/security-groups?tenant_id=0e8e2fe9b78246c59013db6ff0f04b02&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2736] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:55 2026] DELETE /v2.0/security-groups/dee87159-066e-4208-a19a-175e6fc59350 => 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: 1354/2737] 199.204.45.109 () {34 vars in 975 bytes} [Fri Jun 12 08:47:55 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2738] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:47:55 2026] GET /v2.0/networks?id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 803 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2739] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:47:55 2026] GET /v2.0/security-groups?tenant_id=d8de859574554603b5f99ac4173de33f&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2740] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:47:55 2026] DELETE /v2.0/security-groups/59ba12e8-2ac6-4287-aeb2-985784900e6b => 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: 1385/2741] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:47:55 2026] PUT /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1249 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:47:56.015 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df4f0405-3597-46d1-8b5e-9a11eeb2911f'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': '9f0537d7-21f0-4d92-a545-692f85647ac2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1357/2742] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:47:56 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2489 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2743] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:47:56 2026] GET /v2.0/networks?id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2744] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:47:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => 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: 1387/2745] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:47:56 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2746] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:47:56 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&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: 1388/2747] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:47:56 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1360/2748] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:47:56 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2749] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:47:57 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2750] 199.204.45.109 () {34 vars in 1062 bytes} [Fri Jun 12 08:47:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.245&port_id=d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => 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: 1390/2751] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:47:57 2026] GET /v2.0/subnets?id=9445af76-a526-41a4-8c32-ce1144b9395d => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2752] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:47:57 2026] GET /v2.0/ports?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&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: 1391/2753] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:47:58 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1363/2754] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:47:58 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2755] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:47:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => 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: 1364/2756] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:47:58 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2757] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:47:58 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&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: 1365/2758] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:47:58 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1394/2759] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:47:58 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:48:00.134 7 INFO neutron.db.segments_db [None req-714acddf-82ab-49b6-aa7b-0079e5caedef a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Added segment 19c939a2-d502-4301-86c4-58fb2ecba507 of type vxlan for network de99f07b-21ae-4066-856b-b91765f49e3e 2026-06-12 08:48:00.368 7 INFO neutron.db.l3_hamode_db [None req-714acddf-82ab-49b6-aa7b-0079e5caedef a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:48:00.505 7 INFO neutron.db.l3_hamode_db [None req-714acddf-82ab-49b6-aa7b-0079e5caedef a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1366/2760] 10.0.0.241 () {34 vars in 668 bytes} [Fri Jun 12 08:47:59 2026] POST /v2.0/routers => generated 474 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:48:01.112 8 INFO neutron.db.l3_hamode_db [None req-79d5a264-876d-4f4c-bcc2-82431c332be3 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:48:01.218 8 INFO neutron.db.l3_hamode_db [None req-79d5a264-876d-4f4c-bcc2-82431c332be3 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1395/2761] 10.0.0.241 () {34 vars in 668 bytes} [Fri Jun 12 08:48:01 2026] POST /v2.0/routers => generated 474 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:48:01.846 7 INFO neutron.db.l3_hamode_db [None req-1bde09ba-38a3-41ac-96e1-16d93874a595 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:48:01.946 7 INFO neutron.db.l3_hamode_db [None req-1bde09ba-38a3-41ac-96e1-16d93874a595 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1396/2762] 10.0.0.116 () {34 vars in 971 bytes} [Fri Jun 12 08:48:02 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1251 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2763] 199.204.45.109 () {34 vars in 789 bytes} [Fri Jun 12 08:48:02 2026] PUT /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1276 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:48:02.595 8 INFO neutron.api.v2.resource [None req-e4724790-c1fd-444c-900b-e3159becc4f4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1400/2766] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:48:02 2026] GET /v2.0/security-groups/lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => 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: 1367/2767] 10.0.0.241 () {34 vars in 668 bytes} [Fri Jun 12 08:48:01 2026] POST /v2.0/routers => generated 474 bytes in 821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:48:02.621 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8140d505-b1bd-4ad4-81e4-0732112ede2d'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': '9f0537d7-21f0-4d92-a545-692f85647ac2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1401/2768] 199.204.45.109 () {30 vars in 785 bytes} [Fri Jun 12 08:48:02 2026] GET /v2.0/security-groups?name=lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 1639 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:48:02.702 7 INFO neutron.db.l3_hamode_db [None req-b830562b-9a42-4f0c-84d3-d8ae9ff729ea a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:48:02.835 7 INFO neutron.db.l3_hamode_db [None req-b830562b-9a42-4f0c-84d3-d8ae9ff729ea a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1402/2769] 199.204.45.109 () {34 vars in 789 bytes} [Fri Jun 12 08:48:02 2026] PUT /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1314 bytes in 256 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: 1403/2770] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2771] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2772] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/networks?id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2773] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:48:03 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: 1407/2774] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => 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: 1408/2775] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2776] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2777] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:48:03 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: 1411/2778] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2779] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2780] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1414/2781] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2782] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1416/2783] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2784] 10.0.0.241 () {34 vars in 668 bytes} [Fri Jun 12 08:48:02 2026] POST /v2.0/routers => generated 474 bytes in 910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2785] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:48:03.585 7 INFO neutron.db.l3_hamode_db [None req-841ba83c-7681-4424-805b-bcf12a8e0b9c a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1418/2786] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => 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: 1419/2787] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2788] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:03 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:48:03.688 7 INFO neutron.db.l3_hamode_db [None req-841ba83c-7681-4424-805b-bcf12a8e0b9c a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1369/2789] 10.0.0.241 () {34 vars in 668 bytes} [Fri Jun 12 08:48:03 2026] POST /v2.0/routers => generated 474 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2790] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:48:04 2026] PUT /v2.0/routers/9a1e60dc-7347-4c10-a5fb-49ca68921b83/tags => generated 17 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2791] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:48:04 2026] PUT /v2.0/routers/3fcb57c8-c062-4dfd-ada0-66cbdd80778b/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2792] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:48:04 2026] PUT /v2.0/routers/68c8e060-cb98-4946-bc97-c78bcafc2bb5/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:48:04.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2596f408-4dda-4135-aa7e-9d7cb8bb8f82'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': '9f0537d7-21f0-4d92-a545-692f85647ac2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1371/2793] 10.0.0.241 () {34 vars in 751 bytes} [Fri Jun 12 08:48:04 2026] PUT /v2.0/routers/5b68a7e2-77c4-4090-82c2-3d7e008250dc/tags => generated 19 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2794] 10.0.0.241 () {32 vars in 664 bytes} [Fri Jun 12 08:48:04 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2795] 10.0.0.241 () {32 vars in 678 bytes} [Fri Jun 12 08:48:04 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2796] 10.0.0.241 () {32 vars in 674 bytes} [Fri Jun 12 08:48:04 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2797] 10.0.0.241 () {32 vars in 686 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2798] 10.0.0.241 () {32 vars in 672 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2799] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2800] 10.0.0.241 () {32 vars in 686 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2801] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/networks?id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2802] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2803] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2804] 10.0.0.241 () {32 vars in 682 bytes} [Fri Jun 12 08:48:05 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: 7|app: 0|req: 1378/2805] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2806] 10.0.0.241 () {32 vars in 694 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2807] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2808] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1429/2809] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:48:05 2026] GET /v2.0/routers/9a1e60dc-7347-4c10-a5fb-49ca68921b83 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2810] 10.0.0.241 () {34 vars in 742 bytes} [Fri Jun 12 08:48:05 2026] PUT /v2.0/routers/9a1e60dc-7347-4c10-a5fb-49ca68921b83 => generated 485 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2811] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:48:06 2026] GET /v2.0/ports?device_id=9a1e60dc-7347-4c10-a5fb-49ca68921b83 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:48:06.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc50aa18-1174-4ddd-afd7-48c9cf365a5b a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] TaaS: Handle Delete Port: ff0fd625-fc21-4779-bbad-f4d0090ad6a8 2026-06-12 08:48:06.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc50aa18-1174-4ddd-afd7-48c9cf365a5b a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Tap Mirror: Handle Delete Port: ff0fd625-fc21-4779-bbad-f4d0090ad6a8 [pid: 7|app: 0|req: 1382/2812] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:48:06 2026] DELETE /v2.0/routers/9a1e60dc-7347-4c10-a5fb-49ca68921b83 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2813] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:48:06 2026] GET /v2.0/routers/3fcb57c8-c062-4dfd-ada0-66cbdd80778b => generated 493 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2814] 10.0.0.241 () {34 vars in 742 bytes} [Fri Jun 12 08:48:06 2026] PUT /v2.0/routers/3fcb57c8-c062-4dfd-ada0-66cbdd80778b => generated 493 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2815] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:48:07 2026] GET /v2.0/ports?device_id=3fcb57c8-c062-4dfd-ada0-66cbdd80778b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:48:07.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d374bc8-4df6-474b-8ba9-2005cb622f0f a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] TaaS: Handle Delete Port: 9b98e23a-6926-4218-95b7-580f32954429 2026-06-12 08:48:07.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d374bc8-4df6-474b-8ba9-2005cb622f0f a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Tap Mirror: Handle Delete Port: 9b98e23a-6926-4218-95b7-580f32954429 [pid: 7|app: 0|req: 1384/2816] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:48:07 2026] DELETE /v2.0/routers/3fcb57c8-c062-4dfd-ada0-66cbdd80778b => generated 0 bytes in 405 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2817] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:48:07 2026] GET /v2.0/routers/68c8e060-cb98-4946-bc97-c78bcafc2bb5 => generated 502 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2818] 10.0.0.241 () {34 vars in 742 bytes} [Fri Jun 12 08:48:07 2026] PUT /v2.0/routers/68c8e060-cb98-4946-bc97-c78bcafc2bb5 => generated 502 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2819] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:48:08 2026] GET /v2.0/ports?device_id=68c8e060-cb98-4946-bc97-c78bcafc2bb5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:48:08.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6c804e4-a6d0-4923-9f78-6b11087b2142 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] TaaS: Handle Delete Port: a8c60521-d621-4dad-b7e3-5451f7194620 2026-06-12 08:48:08.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6c804e4-a6d0-4923-9f78-6b11087b2142 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Tap Mirror: Handle Delete Port: a8c60521-d621-4dad-b7e3-5451f7194620 [pid: 7|app: 0|req: 1386/2820] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:48:08 2026] DELETE /v2.0/routers/68c8e060-cb98-4946-bc97-c78bcafc2bb5 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2821] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:48:08 2026] GET /v2.0/routers/5b68a7e2-77c4-4090-82c2-3d7e008250dc => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2822] 10.0.0.241 () {34 vars in 742 bytes} [Fri Jun 12 08:48:08 2026] PUT /v2.0/routers/5b68a7e2-77c4-4090-82c2-3d7e008250dc => generated 487 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2823] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:48:09 2026] GET /v2.0/ports?device_id=5b68a7e2-77c4-4090-82c2-3d7e008250dc => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:48:09.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e8aa732-f27a-478a-bbea-ef871f39f031 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] TaaS: Handle Delete Port: 4789eb5e-9303-4175-a7af-bbfa3d01f313 2026-06-12 08:48:09.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e8aa732-f27a-478a-bbea-ef871f39f031 a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Tap Mirror: Handle Delete Port: 4789eb5e-9303-4175-a7af-bbfa3d01f313 2026-06-12 08:48:09.679 8 INFO neutron.db.l3_db [None req-0be2b0d7-c46e-4bbf-84eb-a437c294d562 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Floating IP b369ec5f-ae8f-4d61-ba83-17619ec8378a associated. External IP: 10.96.250.218, port: c0aca16e-13b3-4b6e-a1f1-3b728884c4a6. [pid: 7|app: 0|req: 1390/2824] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:48:09 2026] DELETE /v2.0/routers/5b68a7e2-77c4-4090-82c2-3d7e008250dc => generated 0 bytes in 444 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2825] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:48:09 2026] GET /v2.0/routers/39deaa58-6aa3-4edb-b562-c74de428b422 => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2826] 10.0.0.241 () {34 vars in 677 bytes} [Fri Jun 12 08:48:08 2026] POST /v2.0/floatingips => generated 899 bytes in 1399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2827] 10.0.0.241 () {34 vars in 742 bytes} [Fri Jun 12 08:48:09 2026] PUT /v2.0/routers/39deaa58-6aa3-4edb-b562-c74de428b422 => generated 480 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2828] 10.0.0.241 () {32 vars in 736 bytes} [Fri Jun 12 08:48:10 2026] GET /v2.0/ports?device_id=39deaa58-6aa3-4edb-b562-c74de428b422 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:48:10.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c877aec-ed09-41d9-91b8-378f4fb053ed a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] TaaS: Handle Delete Port: 1eb85c53-3ebb-4eab-b388-4ffd7226885b 2026-06-12 08:48:10.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c877aec-ed09-41d9-91b8-378f4fb053ed a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] Tap Mirror: Handle Delete Port: 1eb85c53-3ebb-4eab-b388-4ffd7226885b 2026-06-12 08:48:11.114 7 INFO neutron.services.segments.plugin [-] Segment 19c939a2-d502-4301-86c4-58fb2ecba507 resource provider aggregate not found 2026-06-12 08:48:11.122 7 INFO neutron.services.segments.plugin [-] Segment 19c939a2-d502-4301-86c4-58fb2ecba507 resource provider aggregate not found 2026-06-12 08:48:11.159 7 INFO neutron.services.segments.plugin [-] Segment 19c939a2-d502-4301-86c4-58fb2ecba507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c939a2-d502-4301-86c4-58fb2ecba507 found for delete ", "request_id": "req-adc69852-8ee3-4071-9cbb-d31deea238ad"}]} 2026-06-12 08:48:11.164 7 INFO neutron.services.segments.plugin [-] Segment 19c939a2-d502-4301-86c4-58fb2ecba507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c939a2-d502-4301-86c4-58fb2ecba507 found for delete ", "request_id": "req-fe169372-8708-4357-bbcd-9928fcf0f716"}]} 2026-06-12 08:48:11.187 7 INFO neutron.db.l3_hamode_db [None req-5c877aec-ed09-41d9-91b8-378f4fb053ed a3976664241343818017dc7725edb571 39902ce27ac64d99ae2a6cfb269de615 - - default default] HA network de99f07b-21ae-4066-856b-b91765f49e3e was deleted as no HA routers are present in tenant 39902ce27ac64d99ae2a6cfb269de615. [pid: 7|app: 0|req: 1393/2829] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:48:10 2026] DELETE /v2.0/routers/39deaa58-6aa3-4edb-b562-c74de428b422 => generated 0 bytes in 666 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2830] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:48:12 2026] GET /v2.0/security-groups?tenant_id=39902ce27ac64d99ae2a6cfb269de615&name=default => generated 2929 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2831] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:48:12 2026] DELETE /v2.0/security-groups/bc07a94d-4537-41c4-a2c2-5c730cf9a982 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2832] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:48:12 2026] GET /v2.0/security-groups?tenant_id=8f4ba2ab43874a148a4595ab8e839028&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2833] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:48:12 2026] DELETE /v2.0/security-groups/448a3be2-07ed-419f-8bc8-5780390e65c7 => 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: 1439/2834] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:48:13 2026] GET /v2.0/security-groups?tenant_id=a3cb0374c69f49b39ecb3398ad5519ce&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2835] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:48:13 2026] DELETE /v2.0/security-groups/208373a6-2885-4553-942f-9727a0da5519 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2836] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:48:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2837] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:48:15 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: 1441/2838] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:48:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2839] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:48:15 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-12 08:48:15.322 8 INFO neutron.api.v2.resource [None req-4c109f8c-d366-4947-bd73-81a23249b05c dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1442/2840] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:48:15 2026] GET /v2.0/security-groups/lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2841] 199.204.45.109 () {30 vars in 785 bytes} [Fri Jun 12 08:48:15 2026] GET /v2.0/security-groups?name=lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2842] 199.204.45.109 () {30 vars in 815 bytes} [Fri Jun 12 08:48:15 2026] GET /v2.0/security-group-rules?security_group_id=d310f213-9376-4e29-92f8-e2047c0b7c58 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2843] 199.204.45.109 () {34 vars in 747 bytes} [Fri Jun 12 08:48:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2844] 199.204.45.109 () {34 vars in 747 bytes} [Fri Jun 12 08:48:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2847] 10.0.0.28 () {30 vars in 689 bytes} [Fri Jun 12 08:48:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2848] 10.0.0.28 () {30 vars in 691 bytes} [Fri Jun 12 08:48:26 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: 1403/2849] 10.0.0.28 () {30 vars in 667 bytes} [Fri Jun 12 08:48:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2850] 10.0.0.28 () {30 vars in 703 bytes} [Fri Jun 12 08:48:26 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: 1404/2851] 10.0.0.28 () {28 vars in 438 bytes} [Fri Jun 12 08:48:27 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2852] 10.0.0.28 () {30 vars in 727 bytes} [Fri Jun 12 08:48:27 2026] GET /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2853] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:48:28 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: 8|app: 0|req: 1449/2854] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:48:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2855] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:48:28 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: 1450/2856] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:48:28 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: 1407/2857] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:28 2026] GET /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => 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: 1451/2858] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:48:28 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2859] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:48:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2860] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:48:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2861] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:48:28 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: 1453/2862] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:48:28 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: 1410/2863] 199.204.45.109 () {34 vars in 717 bytes} [Fri Jun 12 08:48:28 2026] POST /v2.0/ports => generated 1324 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2864] 10.0.0.116 () {34 vars in 971 bytes} [Fri Jun 12 08:48:29 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1411/2865] 199.204.45.109 () {34 vars in 1262 bytes} [Fri Jun 12 08:48:30 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2866] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:30 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1412/2867] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:30 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1456/2868] 199.204.45.109 () {34 vars in 975 bytes} [Fri Jun 12 08:48:30 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1324 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2869] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:48:30 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => 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: 1457/2870] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:48:31 2026] PUT /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1514 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:48:31.604 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95b4aef6-3529-4677-a93e-2d5304b01e0b'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': 'c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1414/2871] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4096 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: 1458/2872] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2873] 199.204.45.109 () {34 vars in 1056 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2874] 199.204.45.109 () {34 vars in 1104 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => 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: 1416/2875] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/subnets?id=438a0cba-6950-496d-98ca-3da731a73b61&id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 1410 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2876] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&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: 1417/2877] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2878] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2879] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:32 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1463/2882] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4096 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2883] 199.204.45.109 () {34 vars in 1062 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.245&port_id=d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => 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: 1464/2884] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/subnets?id=9445af76-a526-41a4-8c32-ce1144b9395d => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2885] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/ports?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2886] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1422/2887] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1466/2888] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => 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: 1423/2889] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2890] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&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: 1424/2891] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2892] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:33 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2893] 199.204.45.109 () {34 vars in 1056 bytes} [Fri Jun 12 08:48:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => 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: 1469/2894] 199.204.45.109 () {34 vars in 1104 bytes} [Fri Jun 12 08:48:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => 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: 1426/2895] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:48:34 2026] GET /v2.0/subnets?id=438a0cba-6950-496d-98ca-3da731a73b61&id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2896] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:34 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2897] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:34 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2898] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:34 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2899] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:34 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1472/2900] 10.0.0.116 () {34 vars in 971 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1516 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2901] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => 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: 1473/2902] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2903] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/subnets/438a0cba-6950-496d-98ca-3da731a73b61 => 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: 1474/2904] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2905] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:48: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: 8|app: 0|req: 1475/2906] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:48:38 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: 1432/2907] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:48:38 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: 1476/2908] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2909] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2910] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2911] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2912] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2913] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2914] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:38 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1481/2917] 10.0.0.28 () {30 vars in 689 bytes} [Fri Jun 12 08:48:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2918] 10.0.0.28 () {30 vars in 691 bytes} [Fri Jun 12 08:48:48 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: 1482/2919] 10.0.0.28 () {30 vars in 667 bytes} [Fri Jun 12 08:48:48 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: 1438/2920] 10.0.0.28 () {30 vars in 703 bytes} [Fri Jun 12 08:48:48 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: 1483/2921] 10.0.0.28 () {28 vars in 438 bytes} [Fri Jun 12 08:48:48 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2922] 10.0.0.28 () {30 vars in 727 bytes} [Fri Jun 12 08:48:48 2026] GET /v2.0/subnets/bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2923] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:48:49 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: 1440/2924] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:48:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2925] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:48:49 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: 1441/2926] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:48:49 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: 1486/2927] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:49 2026] GET /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => 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: 1442/2928] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:48:49 2026] GET /v2.0/subnets/bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2929] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:48:49 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4098 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2930] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:48:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2931] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:48:49 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: 1444/2932] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:48:49 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: 1489/2933] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:48:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2934] 199.204.45.109 () {34 vars in 717 bytes} [Fri Jun 12 08:48:49 2026] POST /v2.0/ports => generated 1332 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2935] 10.0.0.116 () {34 vars in 971 bytes} [Fri Jun 12 08:48:50 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1332 bytes in 40 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: 1446/2936] 10.0.0.116 () {34 vars in 907 bytes} [Fri Jun 12 08:48:50 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: 1491/2937] 10.0.0.116 () {34 vars in 1178 bytes} [Fri Jun 12 08:48:50 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8&device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea&device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 7018 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2938] 10.0.0.116 () {34 vars in 1280 bytes} [Fri Jun 12 08:48:50 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&id=d310f213-9376-4e29-92f8-e2047c0b7c58&id=d362ed23-a12a-4a6e-806d-ff8f695405a2&id=68335847-a58f-4468-a01e-bb24362dc719&fields=id&fields=name => generated 353 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2939] 199.204.45.109 () {34 vars in 1262 bytes} [Fri Jun 12 08:48:51 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2940] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:48:51 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4098 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2941] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:51 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1449/2942] 10.0.0.116 () {34 vars in 1200 bytes} [Fri Jun 12 08:48:51 2026] GET /v2.0/security-groups?id=d310f213-9376-4e29-92f8-e2047c0b7c58&id=d362ed23-a12a-4a6e-806d-ff8f695405a2&id=68335847-a58f-4468-a01e-bb24362dc719&fields=id&fields=name => generated 262 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2943] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:51 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 7|app: 0|req: 1450/2944] 10.0.0.116 () {34 vars in 1084 bytes} [Fri Jun 12 08:48:52 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea&device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 2931 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2945] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:48:52 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2946] 199.204.45.109 () {34 vars in 975 bytes} [Fri Jun 12 08:48:52 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1332 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2947] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:48:52 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 800 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2948] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:48:52 2026] PUT /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1522 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:48:53.150 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-88075bf6-1095-4144-901f-6c47a1f99528'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': 'c1edb2ba-ff11-4f32-83d4-4a026967008f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1497/2949] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 5612 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: 7|app: 0|req: 1453/2950] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2951] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=c1edb2ba-ff11-4f32-83d4-4a026967008f => 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: 1454/2952] 199.204.45.109 () {34 vars in 1106 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A39d&port_id=c1edb2ba-ff11-4f32-83d4-4a026967008f => 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: 1499/2953] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/subnets?id=3e333f8b-0683-4cb6-89ad-c130016fc786&id=bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2954] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2955] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&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: 1456/2956] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1501/2957] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:53 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2958] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 5612 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2959] 199.204.45.109 () {34 vars in 1062 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.245&port_id=d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => 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: 1458/2960] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/subnets?id=9445af76-a526-41a4-8c32-ce1144b9395d => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2961] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/ports?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&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: 1459/2962] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2963] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1460/2964] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => 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: 1505/2965] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1461/2966] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2967] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2968] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2969] 199.204.45.109 () {34 vars in 1056 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => 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: 1463/2970] 199.204.45.109 () {34 vars in 1104 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A231&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => 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: 1508/2971] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/subnets?id=438a0cba-6950-496d-98ca-3da731a73b61&id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => 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: 1464/2972] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2973] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2974] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1510/2975] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1466/2976] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=c1edb2ba-ff11-4f32-83d4-4a026967008f => 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: 1511/2977] 199.204.45.109 () {34 vars in 1106 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A39d&port_id=c1edb2ba-ff11-4f32-83d4-4a026967008f => 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: 1467/2978] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/subnets?id=3e333f8b-0683-4cb6-89ad-c130016fc786&id=bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2979] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2980] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:48:55 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&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: 1513/2981] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:48:56 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1469/2982] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:48:56 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2983] 10.0.0.116 () {34 vars in 971 bytes} [Fri Jun 12 08:49:00 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2984] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:00 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2985] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:00 2026] GET /v2.0/subnets/bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2986] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:00 2026] GET /v2.0/subnets/3e333f8b-0683-4cb6-89ad-c130016fc786 => generated 747 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2987] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:00 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1516 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2988] 199.204.45.109 () {34 vars in 790 bytes} [Fri Jun 12 08:49:00 2026] PUT /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1251 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2989] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:00 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 797 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:49:00.846 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8f2e7ba-d825-414a-99b9-ca62321d58ea'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': 'c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30', '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: 1473/2990] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:00 2026] GET /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2991] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:00 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: 1474/2992] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:00 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: 1519/2993] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2994] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:01 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: 1520/2995] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1476/2996] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2997] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2998] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2999] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3000] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3001] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1479/3002] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 5385 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3003] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3004] 199.204.45.109 () {34 vars in 1056 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => 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: 1525/3005] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/subnets?id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3006] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3007] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3008] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:01 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1484/3011] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:13 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: 1528/3012] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3013] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49: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: 1529/3014] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:13 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: 1486/3015] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:13 2026] GET /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => 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: 1530/3016] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:13 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 5385 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3017] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:13 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: 1531/3018] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:13 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: 1488/3019] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:13 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: 1532/3020] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:13 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: 1489/3021] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:13 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3022] 199.204.45.109 () {34 vars in 790 bytes} [Fri Jun 12 08:49:13 2026] PUT /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1311 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:14.036 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3041a0db-0686-4fed-ae84-4dcbfac63833'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': 'c1edb2ba-ff11-4f32-83d4-4a026967008f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1490/3023] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:13 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 797 bytes in 55 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: 1534/3024] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/subnets/3e333f8b-0683-4cb6-89ad-c130016fc786 => generated 747 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3025] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3026] 199.204.45.109 () {34 vars in 789 bytes} [Fri Jun 12 08:49:14 2026] PUT /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1080 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3027] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 797 bytes in 68 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: 1493/3028] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3029] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3030] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3031] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3032] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3033] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:14 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3034] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:15 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:16.081 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a90fb47-11e3-409c-99fa-f64288297166'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': 'c1edb2ba-ff11-4f32-83d4-4a026967008f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1539/3035] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:16 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3036] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:49:16 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3037] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:16 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1498/3038] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:16 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1541/3039] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:16 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3040] 199.204.45.109 () {34 vars in 975 bytes} [Fri Jun 12 08:49:17 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3041] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:49:17 2026] GET /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f?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: 1500/3042] 199.204.45.109 () {34 vars in 1016 bytes} [Fri Jun 12 08:49:17 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3043] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:49:17 2026] PUT /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 917 bytes in 230 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: 1545/3046] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:17 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:18.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-5437d911-2592-4e63-8e71-ba3f122153b7 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: c1edb2ba-ff11-4f32-83d4-4a026967008f 2026-06-12 08:49:18.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5437d911-2592-4e63-8e71-ba3f122153b7 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: c1edb2ba-ff11-4f32-83d4-4a026967008f [pid: 7|app: 0|req: 1502/3047] 199.204.45.109 () {32 vars in 759 bytes} [Fri Jun 12 08:49:17 2026] DELETE /v2.0/ports/c1edb2ba-ff11-4f32-83d4-4a026967008f => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3048] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:18 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: 1503/3049] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:18 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: 1547/3050] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:18 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: 1504/3051] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3052] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3053] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3054] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3055] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1550/3056] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3057] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3058] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1508/3059] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3060] 199.204.45.109 () {34 vars in 1226 bytes} [Fri Jun 12 08:49:18 2026] GET /v2.0/networks?id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 3096 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3061] 199.204.45.109 () {34 vars in 1062 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.245&port_id=d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3062] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/subnets?id=9445af76-a526-41a4-8c32-ce1144b9395d => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3063] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/ports?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3064] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1511/3065] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1555/3066] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => 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: 1512/3067] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3068] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&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: 1513/3069] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3070] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1514/3071] 199.204.45.109 () {34 vars in 1056 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.41&port_id=c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => 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: 1558/3072] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/subnets?id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3073] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3074] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1516/3075] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:19 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1560/3076] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3077] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:23 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: 1561/3078] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3079] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3080] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:23 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3869 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3081] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:23 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: 1563/3082] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:23 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: 1520/3083] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:23 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: 1564/3084] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:23 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: 1521/3085] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:23 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1287 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3086] 199.204.45.109 () {34 vars in 789 bytes} [Fri Jun 12 08:49:24 2026] PUT /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1080 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:24.345 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dff5c0da-76da-402a-8189-811fcc40dec7'] response: {'name': 'network-changed', 'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'tag': 'c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1522/3087] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:24 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 797 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: 1566/3088] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:24 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3089] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:24 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3698 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3090] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:24 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3091] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:49:24 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 800 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3092] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:24 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1525/3093] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:25 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3094] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:25 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3095] 199.204.45.109 () {34 vars in 975 bytes} [Fri Jun 12 08:49:26 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3096] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:49:26 2026] GET /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3097] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:26 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 3698 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3098] 199.204.45.109 () {34 vars in 1016 bytes} [Fri Jun 12 08:49:26 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=dns_domain => generated 29 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3099] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:49:26 2026] PUT /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 917 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3100] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:27 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 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, ' 2026-06-12 08:49:27.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-49e96f75-45c7-4468-b0e3-d3580ea31601 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 2026-06-12 08:49:27.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49e96f75-45c7-4468-b0e3-d3580ea31601 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 [pid: 7|app: 0|req: 1529/3101] 199.204.45.109 () {32 vars in 759 bytes} [Fri Jun 12 08:49:27 2026] DELETE /v2.0/ports/c61f6a31-ef81-4d67-9cbd-3c9ea1dedf30 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3102] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:28 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: 1530/3103] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:28 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: 1574/3104] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:28 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: 1531/3105] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:28 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: 1575/3106] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3107] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3108] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3109] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => 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: 1577/3110] 199.204.45.109 () {30 vars in 743 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3111] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3112] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3113] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3114] 199.204.45.109 () {34 vars in 1146 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/networks?id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 2310 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3115] 199.204.45.109 () {34 vars in 1062 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.245&port_id=d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => 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: 1580/3116] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/subnets?id=9445af76-a526-41a4-8c32-ce1144b9395d => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3117] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/ports?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&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: 1581/3118] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1538/3119] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3120] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.237&port_id=9f0537d7-21f0-4d92-a545-692f85647ac2 => 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: 1539/3121] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/subnets?id=8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3122] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/ports?network_id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5&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: 1540/3123] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?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: 1584/3124] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:28 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3127] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:39 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: 1542/3128] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:39 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: 1587/3129] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:39 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: 1543/3130] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:39 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-12 08:49:39.926 8 INFO neutron.api.v2.resource [None req-8c9d8920-b4a6-4c44-9148-fcdbb3c88330 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3131] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:49:39 2026] GET /v2.0/security-groups/lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3132] 199.204.45.109 () {30 vars in 785 bytes} [Fri Jun 12 08:49:39 2026] GET /v2.0/security-groups?name=lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3133] 199.204.45.109 () {30 vars in 815 bytes} [Fri Jun 12 08:49:39 2026] GET /v2.0/security-group-rules?security_group_id=d310f213-9376-4e29-92f8-e2047c0b7c58 => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3134] 199.204.45.109 () {32 vars in 789 bytes} [Fri Jun 12 08:49:40 2026] DELETE /v2.0/security-group-rules/98035a58-f2e9-42ba-bd07-7dba279b5890 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3135] 199.204.45.109 () {32 vars in 789 bytes} [Fri Jun 12 08:49:40 2026] DELETE /v2.0/security-group-rules/fa90ec55-43ca-4c06-8e2a-120ad55b1762 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:49:43.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-39106483-c7a0-408d-9aad-6680ff0fd861 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 15fa232f-f082-4627-9941-e4786b57f035 2026-06-12 08:49:43.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39106483-c7a0-408d-9aad-6680ff0fd861 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 15fa232f-f082-4627-9941-e4786b57f035 2026-06-12 08:49:43.919 7 INFO neutron.db.l3_db [None req-39106483-c7a0-408d-9aad-6680ff0fd861 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Floating IP b369ec5f-ae8f-4d61-ba83-17619ec8378a disassociated (deleted). External IP: 10.96.250.218, port: c0aca16e-13b3-4b6e-a1f1-3b728884c4a6. [pid: 7|app: 0|req: 1546/3136] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:49:43 2026] DELETE /v2.0/floatingips/b369ec5f-ae8f-4d61-ba83-17619ec8378a => generated 0 bytes in 1039 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:49:44.666 8 INFO neutron.api.v2.resource [None req-6439bf2c-3434-4f2a-90fa-843dbe8bac92 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3137] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:49:44 2026] GET /v2.0/floatingips/b369ec5f-ae8f-4d61-ba83-17619ec8378a => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3138] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3139] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:45 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: 1548/3140] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:45 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: 1593/3141] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:45 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-12 08:49:45.538 7 INFO neutron.api.v2.resource [None req-74cb50ec-415a-466c-858e-09a51afba2f4 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3142] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/security-groups/lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3143] 199.204.45.109 () {30 vars in 785 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/security-groups?name=lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3144] 199.204.45.109 () {30 vars in 815 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/security-group-rules?security_group_id=d310f213-9376-4e29-92f8-e2047c0b7c58 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3145] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3146] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:45 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: 1596/3147] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:45 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: 1552/3148] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:45 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: 1597/3149] 199.204.45.109 () {30 vars in 741 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3150] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3151] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3152] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:45 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3153] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:46 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3156] 199.204.45.109 () {34 vars in 975 bytes} [Fri Jun 12 08:49:47 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3157] 199.204.45.109 () {34 vars in 1060 bytes} [Fri Jun 12 08:49:47 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3158] 199.204.45.109 () {34 vars in 1016 bytes} [Fri Jun 12 08:49:47 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3159] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:48 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3160] 199.204.45.109 () {38 vars in 1028 bytes} [Fri Jun 12 08:49:48 2026] PUT /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1151 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3161] 199.204.45.109 () {30 vars in 769 bytes} [Fri Jun 12 08:49:49 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1559/3162] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:49 2026] GET /v2.0/ports?tenant_id=57a1c417c416490aaa1abce283641738&device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3163] 199.204.45.109 () {34 vars in 789 bytes} [Fri Jun 12 08:49:49 2026] PUT /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1090 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3164] 199.204.45.109 () {34 vars in 1066 bytes} [Fri Jun 12 08:49:49 2026] GET /v2.0/networks?id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&id=2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 1524 bytes in 52 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: 1561/3165] 199.204.45.109 () {34 vars in 1062 bytes} [Fri Jun 12 08:49:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.245&port_id=d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => 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: 1605/3166] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:49 2026] GET /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 1090 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3167] 199.204.45.109 () {34 vars in 984 bytes} [Fri Jun 12 08:49:49 2026] GET /v2.0/subnets?id=9445af76-a526-41a4-8c32-ce1144b9395d => generated 654 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3168] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:49 2026] GET /v2.0/ports?network_id=99f57f2f-0344-46ab-b081-2a68a1e72b2e&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:50.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6f256ff-538e-44ee-a128-6142abdb558f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: 9f0537d7-21f0-4d92-a545-692f85647ac2 2026-06-12 08:49:50.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6f256ff-538e-44ee-a128-6142abdb558f dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: 9f0537d7-21f0-4d92-a545-692f85647ac2 [pid: 7|app: 0|req: 1564/3169] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3170] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/networks/99f57f2f-0344-46ab-b081-2a68a1e72b2e?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: 1606/3171] 199.204.45.109 () {32 vars in 759 bytes} [Fri Jun 12 08:49:49 2026] DELETE /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3172] 199.204.45.109 () {30 vars in 703 bytes} [Fri Jun 12 08:49:50 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: 1607/3173] 199.204.45.109 () {30 vars in 705 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3174] 199.204.45.109 () {30 vars in 681 bytes} [Fri Jun 12 08:49:50 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: 1608/3175] 199.204.45.109 () {30 vars in 717 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:49:50.365 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5e1c61f-2891-4a39-8f79-cfa1834ea36d dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3176] 199.204.45.109 () {32 vars in 759 bytes} [Fri Jun 12 08:49:50 2026] DELETE /v2.0/ports/9f0537d7-21f0-4d92-a545-692f85647ac2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3177] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:50.432 7 INFO neutron.api.v2.resource [None req-144f30e6-dd1f-4ff9-9447-8ea135558f50 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3178] 199.204.45.109 () {30 vars in 763 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/security-groups/lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3179] 199.204.45.109 () {30 vars in 785 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/security-groups?name=lb-7a89cbd4-26dc-4aac-a6c0-3a4797249256 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3180] 199.204.45.109 () {30 vars in 737 bytes} [Fri Jun 12 08:49:50 2026] GET /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3181] 199.204.45.109 () {34 vars in 789 bytes} [Fri Jun 12 08:49:50 2026] PUT /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => generated 1094 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3182] 199.204.45.109 () {32 vars in 779 bytes} [Fri Jun 12 08:49:50 2026] DELETE /v2.0/security-groups/d310f213-9376-4e29-92f8-e2047c0b7c58 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:49:50.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-e46e8c4a-50ea-4782-891c-e986fd751994 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 2026-06-12 08:49:50.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e46e8c4a-50ea-4782-891c-e986fd751994 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 [pid: 8|app: 0|req: 1612/3183] 199.204.45.109 () {32 vars in 759 bytes} [Fri Jun 12 08:49:50 2026] DELETE /v2.0/ports/c0aca16e-13b3-4b6e-a1f1-3b728884c4a6 => 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: 1572/3184] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:49:54 2026] GET /v2.0/ports?device_id=1fc5c612-061d-49ba-9983-60aedf6de1e8 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:54.218 8 INFO neutron_taas.services.taas.taas_plugin [req-aa926010-7728-4bca-9ee1-38206a68ec09 req-0b398c29-7ae9-4c41-85a6-6d7dff2ae720 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] TaaS: Handle Delete Port: d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 2026-06-12 08:49:54.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aa926010-7728-4bca-9ee1-38206a68ec09 req-0b398c29-7ae9-4c41-85a6-6d7dff2ae720 dd9330b232bb456eb4dadf730a6ad092 57a1c417c416490aaa1abce283641738 - - default default] Tap Mirror: Handle Delete Port: d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 [pid: 8|app: 0|req: 1613/3185] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:49:54 2026] DELETE /v2.0/ports/d6f3194d-58f7-45d0-8bcd-43b8cb0433b5 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:49:54.393 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff66c1a3-c173-46f7-8524-7c43dd890d90'] response: {'server_uuid': '1fc5c612-061d-49ba-9983-60aedf6de1e8', 'name': 'network-vif-deleted', 'tag': 'd6f3194d-58f7-45d0-8bcd-43b8cb0433b5', 'status': 'completed', 'code': 200} 2026-06-12 08:49:55.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-69977c29-8be3-4569-800c-310f10c081b8 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 5c598580-7cb0-4e01-924f-09c5068b9d61 2026-06-12 08:49:55.053 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69977c29-8be3-4569-800c-310f10c081b8 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 5c598580-7cb0-4e01-924f-09c5068b9d61 2026-06-12 08:49:55.223 7 INFO neutron.db.l3_db [None req-69977c29-8be3-4569-800c-310f10c081b8 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Floating IP 8e98e425-42a3-4a76-897e-e33b29961dfe disassociated (deleted). External IP: 10.96.250.212, port: 1f12ff09-70b7-44fc-8efc-6a7c748ca41b. [pid: 7|app: 0|req: 1573/3186] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:49:54 2026] DELETE /v2.0/floatingips/8e98e425-42a3-4a76-897e-e33b29961dfe => generated 0 bytes in 629 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:49:55.569 8 INFO neutron.api.v2.resource [None req-e5a75f87-4389-4cd5-a8dd-01f978875a05 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3187] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:49:55 2026] GET /v2.0/floatingips/8e98e425-42a3-4a76-897e-e33b29961dfe => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:49:55.598 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3e79c73-b24c-4ff9-87b6-1da5d4ac18ef'] response: {'name': 'network-changed', 'server_uuid': '4ed6c88b-26a6-4cc6-b741-f923f55865ea', 'tag': '1f12ff09-70b7-44fc-8efc-6a7c748ca41b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1574/3188] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:49:55 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3189] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:49:55 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3190] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3191] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/networks?id=f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3192] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=1f12ff09-70b7-44fc-8efc-6a7c748ca41b => 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: 1617/3193] 199.204.45.109 () {34 vars in 1106 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A268&port_id=1f12ff09-70b7-44fc-8efc-6a7c748ca41b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3194] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/subnets?id=3e333f8b-0683-4cb6-89ad-c130016fc786&id=bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 1414 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3195] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&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: 1578/3196] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/ports?network_id=f1e9346c-10b8-43b2-9bb5-834bf372051c&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3197] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1579/3198] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:49:56 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c?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: 1620/3199] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:49:58 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:49:58.334 7 INFO neutron_taas.services.taas.taas_plugin [req-aa13e06b-e0ce-4511-894d-123af9470703 req-1cd6a919-5be0-4d1f-97d9-c12f0cdddc9a 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 1f12ff09-70b7-44fc-8efc-6a7c748ca41b 2026-06-12 08:49:58.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aa13e06b-e0ce-4511-894d-123af9470703 req-1cd6a919-5be0-4d1f-97d9-c12f0cdddc9a 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 1f12ff09-70b7-44fc-8efc-6a7c748ca41b [pid: 7|app: 0|req: 1580/3200] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:49:58 2026] DELETE /v2.0/ports/1f12ff09-70b7-44fc-8efc-6a7c748ca41b => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:49:58.569 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-936261d9-314e-4cf9-b162-2b8ec0d74cef'] response: {'server_uuid': '4ed6c88b-26a6-4cc6-b741-f923f55865ea', 'name': 'network-vif-deleted', 'tag': '1f12ff09-70b7-44fc-8efc-6a7c748ca41b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1621/3201] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:50:00 2026] GET /v2.0/ports?device_id=4ed6c88b-26a6-4cc6-b741-f923f55865ea => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:50:06.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-773d17a6-d432-4b8c-8a99-64ecac96e5f5 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 7e22fa66-a6db-4d15-833e-3de8da90d4fd 2026-06-12 08:50:06.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-773d17a6-d432-4b8c-8a99-64ecac96e5f5 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 7e22fa66-a6db-4d15-833e-3de8da90d4fd 2026-06-12 08:50:06.265 7 INFO neutron.db.l3_db [None req-773d17a6-d432-4b8c-8a99-64ecac96e5f5 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Floating IP 0a08ecca-660b-4d2c-9d2d-d1b77e3679e2 disassociated (deleted). External IP: 10.96.250.208, port: c2ef4701-7e4d-46e4-a349-6727c64b39a3. [pid: 7|app: 0|req: 1582/3204] 10.0.0.241 () {32 vars in 732 bytes} [Fri Jun 12 08:50:06 2026] DELETE /v2.0/floatingips/0a08ecca-660b-4d2c-9d2d-d1b77e3679e2 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:06.607 8 INFO neutron.api.v2.resource [None req-988a6b16-bf85-4d23-80db-753d79453539 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3205] 10.0.0.241 () {32 vars in 729 bytes} [Fri Jun 12 08:50:06 2026] GET /v2.0/floatingips/0a08ecca-660b-4d2c-9d2d-d1b77e3679e2 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:06.626 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c3f00c6-4cbc-4694-945e-8ea8c0d811d9'] response: {'name': 'network-changed', 'server_uuid': 'f4e23056-b8d3-4851-a628-80ee1f0d4400', 'tag': 'c2ef4701-7e4d-46e4-a349-6727c64b39a3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1583/3206] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:50:06 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3207] 10.0.0.116 () {34 vars in 1040 bytes} [Fri Jun 12 08:50:06 2026] GET /v2.0/security-groups?id=e4e6f256-0ec8-4347-b24d-0d9d5ba83d76&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3208] 199.204.45.109 () {34 vars in 1080 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/ports?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3209] 199.204.45.109 () {34 vars in 986 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/networks?id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => 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: 1585/3210] 199.204.45.109 () {34 vars in 1058 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.234&port_id=c2ef4701-7e4d-46e4-a349-6727c64b39a3 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3211] 199.204.45.109 () {34 vars in 1104 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15c&port_id=c2ef4701-7e4d-46e4-a349-6727c64b39a3 => 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: 1586/3212] 199.204.45.109 () {34 vars in 1064 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/subnets?id=438a0cba-6950-496d-98ca-3da731a73b61&id=4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3213] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3214] 199.204.45.109 () {34 vars in 1052 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/ports?network_id=d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3215] 199.204.45.109 () {34 vars in 1012 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?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: 1588/3216] 199.204.45.109 () {34 vars in 1112 bytes} [Fri Jun 12 08:50:07 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3217] 199.204.45.109 () {34 vars in 994 bytes} [Fri Jun 12 08:50:09 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => generated 1198 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:50:09.446 7 INFO neutron_taas.services.taas.taas_plugin [req-b0861864-4fc7-4a50-8830-0cabb86a468f req-7235b28f-3bb6-4ac4-93d8-68008839f689 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: c2ef4701-7e4d-46e4-a349-6727c64b39a3 2026-06-12 08:50:09.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b0861864-4fc7-4a50-8830-0cabb86a468f req-7235b28f-3bb6-4ac4-93d8-68008839f689 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: c2ef4701-7e4d-46e4-a349-6727c64b39a3 [pid: 7|app: 0|req: 1589/3218] 199.204.45.109 () {36 vars in 997 bytes} [Fri Jun 12 08:50:09 2026] DELETE /v2.0/ports/c2ef4701-7e4d-46e4-a349-6727c64b39a3 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:09.660 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d7fe02d-01fe-4895-b1eb-655bf25e5529'] response: {'server_uuid': 'f4e23056-b8d3-4851-a628-80ee1f0d4400', 'name': 'network-vif-deleted', 'tag': 'c2ef4701-7e4d-46e4-a349-6727c64b39a3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1630/3219] 10.0.0.116 () {34 vars in 990 bytes} [Fri Jun 12 08:50:11 2026] GET /v2.0/ports?device_id=f4e23056-b8d3-4851-a628-80ee1f0d4400 => 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: 1590/3220] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/056d5791-ab90-4236-8ee8-c83c2c7effd3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.160 8 INFO neutron.api.v2.resource [None req-6e7cb877-c9b8-4dd2-8690-dd3a9087c7c7 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3221] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/056d5791-ab90-4236-8ee8-c83c2c7effd3 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3222] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/ccd24266-1821-470d-aaa4-7e2c4a5ca885 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.245 8 INFO neutron.api.v2.resource [None req-57e7ddee-2c35-43b4-bbc5-1f35911bb149 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3223] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/ccd24266-1821-470d-aaa4-7e2c4a5ca885 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3224] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/7ac7f199-1832-43cb-a20b-ac4831ce588c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.327 8 INFO neutron.api.v2.resource [None req-166baecb-bf99-4104-8444-e252bef130df 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3225] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/7ac7f199-1832-43cb-a20b-ac4831ce588c => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3226] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/9c014da0-38ec-42ea-8f4a-b4fcb5fa53bb => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.408 8 INFO neutron.api.v2.resource [None req-6e01908e-9a7c-4608-8882-5cb4295856ad 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3227] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/9c014da0-38ec-42ea-8f4a-b4fcb5fa53bb => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3228] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/ca92071f-97ef-4863-b81c-159d559e443d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.491 8 INFO neutron.api.v2.resource [None req-a96d3bec-d352-4479-b4c9-c696465f111c 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3229] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/ca92071f-97ef-4863-b81c-159d559e443d => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3231] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/6abcebf8-c321-43cb-8f82-f1ac1501dd91 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.588 7 INFO neutron.api.v2.resource [None req-b119c5e6-1cd4-4d7c-8de4-e7ab42748f04 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3233] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/6abcebf8-c321-43cb-8f82-f1ac1501dd91 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3234] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/4a987f6b-1653-4157-bafd-19194904c950 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.690 7 INFO neutron.api.v2.resource [None req-3114685c-4fd9-474d-8c94-0a96618b226b 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3235] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/4a987f6b-1653-4157-bafd-19194904c950 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3236] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/de892afa-76aa-40ea-896d-53f587e4043d => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.777 7 INFO neutron.api.v2.resource [None req-19748eaf-c5cd-4f38-acfd-d7d3e400de2f 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3237] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/de892afa-76aa-40ea-896d-53f587e4043d => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3238] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/32190e4c-4028-488d-a9d7-7f8abbcf1e3a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.861 7 INFO neutron.api.v2.resource [None req-77a71831-68f5-4bf4-96e2-8682e69f22de 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3239] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/32190e4c-4028-488d-a9d7-7f8abbcf1e3a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3240] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/ea28ea81-1010-45bd-bf41-abbcb116ca4e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:17.936 7 INFO neutron.api.v2.resource [None req-f25cee93-7cea-4446-8fbe-25fdda989ec9 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3241] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:17 2026] GET /v2.0/security-group-rules/ea28ea81-1010-45bd-bf41-abbcb116ca4e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3242] 10.0.0.241 () {32 vars in 750 bytes} [Fri Jun 12 08:50:17 2026] DELETE /v2.0/security-group-rules/0d203bd7-4bbe-41e7-a55f-2c3626ea7ec7 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:18.013 7 INFO neutron.api.v2.resource [None req-f338dccb-ffa2-4bea-ba04-22612db3a47e 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3243] 10.0.0.241 () {32 vars in 747 bytes} [Fri Jun 12 08:50:18 2026] GET /v2.0/security-group-rules/0d203bd7-4bbe-41e7-a55f-2c3626ea7ec7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3244] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:18 2026] DELETE /v2.0/security-groups/e4e6f256-0ec8-4347-b24d-0d9d5ba83d76 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:18.118 7 INFO neutron.api.v2.resource [None req-1c91e596-9ac4-4072-98e4-fe73d12e927c 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3245] 10.0.0.241 () {32 vars in 737 bytes} [Fri Jun 12 08:50:18 2026] GET /v2.0/security-groups/e4e6f256-0ec8-4347-b24d-0d9d5ba83d76 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:18.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9164b11-bc45-4468-a4b6-1f7a8e7f3c70 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 6b253fc4-242b-47ee-b205-a996226e6978 2026-06-12 08:50:18.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9164b11-bc45-4468-a4b6-1f7a8e7f3c70 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 6b253fc4-242b-47ee-b205-a996226e6978 [pid: 8|app: 0|req: 1644/3246] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:50:18 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:50:19.271 7 INFO neutron.api.v2.resource [None req-ee0cc25f-eba0-409a-b5da-c79e19f2b2b1 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3247] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:50:19 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:20.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a1fb85f-b564-4a67-8677-4f2be71ed070 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: c07c5bb5-4a64-4f55-ae35-844a6cc19d4d 2026-06-12 08:50:20.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a1fb85f-b564-4a67-8677-4f2be71ed070 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: c07c5bb5-4a64-4f55-ae35-844a6cc19d4d [pid: 8|app: 0|req: 1645/3248] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:50:19 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/remove_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:50:20.819 7 INFO neutron.api.v2.resource [None req-30768b6d-5e4d-4b67-a10d-34aabdc35db6 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3249] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:50:20 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/remove_router_interface => generated 198 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:21.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-78a420c2-579f-412b-820c-fc80bd1e802b 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: ff559394-b27c-4ee3-aa54-f8486a945546 2026-06-12 08:50:21.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78a420c2-579f-412b-820c-fc80bd1e802b 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: ff559394-b27c-4ee3-aa54-f8486a945546 [pid: 8|app: 0|req: 1646/3250] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:50:20 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:50:22.019 7 INFO neutron.api.v2.resource [None req-871acb1c-9b5f-4c51-bb35-edb8812d37c1 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3251] 10.0.0.241 () {34 vars in 789 bytes} [Fri Jun 12 08:50:21 2026] PUT /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:22.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-bedb2316-d565-4db7-bb09-965e9a790295 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: f54a6318-8a0f-4b5f-ac7a-9194fa7cfcd4 2026-06-12 08:50:22.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bedb2316-d565-4db7-bb09-965e9a790295 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: f54a6318-8a0f-4b5f-ac7a-9194fa7cfcd4 2026-06-12 08:50:22.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-bedb2316-d565-4db7-bb09-965e9a790295 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 71b42773-e152-46b5-8d71-cbe3e9a11dd0 2026-06-12 08:50:22.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bedb2316-d565-4db7-bb09-965e9a790295 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 71b42773-e152-46b5-8d71-cbe3e9a11dd0 2026-06-12 08:50:22.888 8 INFO neutron.services.segments.plugin [-] Segment b1fe0403-31b2-4389-8338-49c87e37e24b resource provider aggregate not found 2026-06-12 08:50:22.891 8 INFO neutron.services.segments.plugin [-] Segment b1fe0403-31b2-4389-8338-49c87e37e24b resource provider aggregate not found 2026-06-12 08:50:22.906 8 INFO neutron.services.segments.plugin [-] Segment b1fe0403-31b2-4389-8338-49c87e37e24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fe0403-31b2-4389-8338-49c87e37e24b found for delete ", "request_id": "req-c42d111e-240b-4a13-9b73-e70fcf5ac395"}]} 2026-06-12 08:50:22.908 8 INFO neutron.services.segments.plugin [-] Segment b1fe0403-31b2-4389-8338-49c87e37e24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1fe0403-31b2-4389-8338-49c87e37e24b found for delete ", "request_id": "req-4d904ab4-6390-4388-a00e-0900d2ed96fe"}]} 2026-06-12 08:50:22.929 8 INFO neutron.db.l3_hamode_db [None req-bedb2316-d565-4db7-bb09-965e9a790295 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] HA network 25a467d2-432a-447a-8084-17251747cd2c was deleted as no HA routers are present in tenant 8f51a1207e7b4a83902f8502ea12e5a9. [pid: 8|app: 0|req: 1647/3252] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:50:22 2026] DELETE /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:50:22.978 7 INFO neutron.api.v2.resource [None req-0854c4ac-a9e1-477c-8e53-5e4712d93609 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3253] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:50:22 2026] GET /v2.0/routers/338370aa-688e-4962-893f-97aef2a96518 => generated 135 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3254] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:50:22 2026] DELETE /v2.0/subnets/3e333f8b-0683-4cb6-89ad-c130016fc786 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:23.163 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d78c633-cc51-4a89-8401-f009fe64d7d3 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3255] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:50:23 2026] GET /v2.0/subnets/3e333f8b-0683-4cb6-89ad-c130016fc786 => 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: 1649/3256] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:50:23 2026] DELETE /v2.0/subnets/bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:23.335 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f751bb5-8868-47f0-a219-d075bd633f89 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3257] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:50:23 2026] GET /v2.0/subnets/bb3b3a89-50a5-413d-b9bf-3522fcd75a87 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:23.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c4800e3-79fa-4fec-95ea-40c5a0539488 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 58f1a455-3426-40dd-9da8-627b3784d025 2026-06-12 08:50:23.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c4800e3-79fa-4fec-95ea-40c5a0539488 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 58f1a455-3426-40dd-9da8-627b3784d025 [pid: 8|app: 0|req: 1650/3258] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:50:23 2026] DELETE /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:23.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de078755-c9b2-4c2e-ba13-eda681be997a 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3259] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:50:23 2026] GET /v2.0/networks/f1e9346c-10b8-43b2-9bb5-834bf372051c => 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: 1651/3260] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:50:23 2026] DELETE /v2.0/subnets/438a0cba-6950-496d-98ca-3da731a73b61 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:23.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a534c80-9727-4757-8625-b72ef89f23d3 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3261] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:50:23 2026] GET /v2.0/subnets/438a0cba-6950-496d-98ca-3da731a73b61 => 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: 1652/3262] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:50:23 2026] DELETE /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:24.003 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55a2ce5d-df31-409c-85d0-cf019b0a251c 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3263] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:50:23 2026] GET /v2.0/subnets/4d124a3b-2c34-4f71-a450-8b6f02a7990c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:24.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-de4bcf17-00be-436f-a855-0d2055c54508 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: bb80661b-e45c-4d6b-bb15-5cbf7af35482 2026-06-12 08:50:24.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de4bcf17-00be-436f-a855-0d2055c54508 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: bb80661b-e45c-4d6b-bb15-5cbf7af35482 [pid: 8|app: 0|req: 1653/3264] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:50:24 2026] DELETE /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:24.298 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71cd376a-74b4-4824-84c4-96cb00f7a6b2 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3265] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:50:24 2026] GET /v2.0/networks/d91f6e7d-81b2-4ca7-a182-c1f3e77efd8c => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3266] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:50:24 2026] DELETE /v2.0/subnets/b0f23245-d22b-4625-b138-6b2671a9a5f5 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:24.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83e4b282-db27-4046-ba19-6b0ced22147b 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3267] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:50:24 2026] GET /v2.0/subnets/b0f23245-d22b-4625-b138-6b2671a9a5f5 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3268] 10.0.0.241 () {32 vars in 724 bytes} [Fri Jun 12 08:50:24 2026] DELETE /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:24.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e40281eb-6796-47d2-857d-036c410acf4d 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3269] 10.0.0.241 () {32 vars in 721 bytes} [Fri Jun 12 08:50:24 2026] GET /v2.0/subnets/8ea2e6e3-303e-4987-90a9-60febc29a1a0 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:24.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-e43a3094-6c8a-4972-8b98-41cefb239af4 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] TaaS: Handle Delete Port: 651ad188-adf9-4e8d-a2b5-121c35404f01 2026-06-12 08:50:24.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e43a3094-6c8a-4972-8b98-41cefb239af4 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] Tap Mirror: Handle Delete Port: 651ad188-adf9-4e8d-a2b5-121c35404f01 2026-06-12 08:50:24.928 8 INFO neutron.services.segments.plugin [-] Segment 200f78ca-5442-4c1d-986c-b0a76f7a993f resource provider aggregate not found 2026-06-12 08:50:24.933 8 INFO neutron.services.segments.plugin [-] Segment 200f78ca-5442-4c1d-986c-b0a76f7a993f resource provider aggregate not found 2026-06-12 08:50:24.949 8 INFO neutron.services.segments.plugin [-] Segment 200f78ca-5442-4c1d-986c-b0a76f7a993f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200f78ca-5442-4c1d-986c-b0a76f7a993f found for delete ", "request_id": "req-a6d16092-42ae-4839-926b-0b429bf307be"}]} 2026-06-12 08:50:24.955 8 INFO neutron.services.segments.plugin [-] Segment 200f78ca-5442-4c1d-986c-b0a76f7a993f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200f78ca-5442-4c1d-986c-b0a76f7a993f found for delete ", "request_id": "req-e678a385-ce26-491e-8ce8-97a5877f66c6"}]} 2026-06-12 08:50:24.974 8 INFO neutron.services.segments.plugin [-] Segment badd0123-db05-4330-b7e0-0631503c06ea resource provider aggregate not found 2026-06-12 08:50:24.982 8 INFO neutron.services.segments.plugin [-] Segment badd0123-db05-4330-b7e0-0631503c06ea resource provider aggregate not found 2026-06-12 08:50:24.995 8 INFO neutron.services.segments.plugin [-] Segment badd0123-db05-4330-b7e0-0631503c06ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid badd0123-db05-4330-b7e0-0631503c06ea found for delete ", "request_id": "req-35ac0db3-60dc-4cce-90ae-d073c604b28f"}]} 2026-06-12 08:50:24.996 8 INFO neutron.services.segments.plugin [-] Segment badd0123-db05-4330-b7e0-0631503c06ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid badd0123-db05-4330-b7e0-0631503c06ea found for delete ", "request_id": "req-1fe0b2ed-2a4b-40f1-a4c1-f54486256a87"}]} [pid: 8|app: 0|req: 1656/3270] 10.0.0.241 () {32 vars in 726 bytes} [Fri Jun 12 08:50:24 2026] DELETE /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:50:25.065 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06538638-9a8a-49d4-8137-6e13966685b7 79305ab260a842d1ba470472ce70cfaf 8f51a1207e7b4a83902f8502ea12e5a9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3271] 10.0.0.241 () {32 vars in 723 bytes} [Fri Jun 12 08:50:25 2026] GET /v2.0/networks/2581bcb0-c680-4d77-b64b-c3e5b9bef4f5 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:50:27.014 8 INFO neutron.services.segments.plugin [-] Segment 56977304-ea2a-4aa4-a5cc-44674b0aed14 resource provider aggregate not found 2026-06-12 08:50:27.018 8 INFO neutron.services.segments.plugin [-] Segment 56977304-ea2a-4aa4-a5cc-44674b0aed14 resource provider aggregate not found 2026-06-12 08:50:27.032 8 INFO neutron.services.segments.plugin [-] Segment 56977304-ea2a-4aa4-a5cc-44674b0aed14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56977304-ea2a-4aa4-a5cc-44674b0aed14 found for delete ", "request_id": "req-8f1edf62-3d73-4c17-a579-e63c0503e8f9"}]} 2026-06-12 08:50:27.036 8 INFO neutron.services.segments.plugin [-] Segment 56977304-ea2a-4aa4-a5cc-44674b0aed14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56977304-ea2a-4aa4-a5cc-44674b0aed14 found for delete ", "request_id": "req-086b9a38-4ca3-40e6-ae24-6a17d2ae142b"}]} [pid: 8|app: 0|req: 1657/3272] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:50:26 2026] GET /v2.0/security-groups?tenant_id=7e94a46c579c4e7884fb7bd9a48cced7&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3273] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:27 2026] DELETE /v2.0/security-groups/67d1e6a5-ca5e-469c-b9d6-b03143a47014 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3274] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:50:27 2026] GET /v2.0/security-groups?tenant_id=8f51a1207e7b4a83902f8502ea12e5a9&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3275] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:27 2026] DELETE /v2.0/security-groups/39d582c6-2eea-4b7b-b9bf-efee16c542a0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3276] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:50:27 2026] GET /v2.0/security-groups?tenant_id=b7532619d41b458684098fde5ba53327&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3277] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:27 2026] DELETE /v2.0/security-groups/dc120993-efaa-49d9-ac84-3ad7b345e3f8 => 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: 1660/3278] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:50:28 2026] GET /v2.0/security-groups?tenant_id=43cbc4a49cd244cca654801adb901924&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3279] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:28 2026] DELETE /v2.0/security-groups/7aa8cffa-32e0-44ef-abad-4ab3fa10b38b => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3280] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:50:28 2026] GET /v2.0/security-groups?tenant_id=9aafe3b658004756af2b76e5f588efa4&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: 1620/3281] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:28 2026] DELETE /v2.0/security-groups/603ca5cf-b23e-4cda-b87a-094783b4b719 => 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: 1662/3282] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:50:28 2026] GET /v2.0/security-groups?tenant_id=2757eb71094d4952acc96099e1c5a91e&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3283] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:29 2026] DELETE /v2.0/security-groups/f4aa5446-487a-4d94-a36d-012a82747745 => 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: 1663/3284] 10.0.0.241 () {32 vars in 774 bytes} [Fri Jun 12 08:50:29 2026] GET /v2.0/security-groups?tenant_id=4b38509549444aa49af9c3daf4f63743&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3285] 10.0.0.241 () {32 vars in 740 bytes} [Fri Jun 12 08:50:29 2026] DELETE /v2.0/security-groups/771fbdc7-8cc0-4a45-b0f7-378f9ab6805a => 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: 1664/3286] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:50:31 2026] GET /v2.0/networks => generated 2168 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3289] 10.0.0.241 () {32 vars in 655 bytes} [Fri Jun 12 08:50:33 2026] GET /v2.0/floatingips => 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: 1666/3290] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:50:33 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3291] 10.0.0.241 () {32 vars in 643 bytes} [Fri Jun 12 08:50:33 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3292] 10.0.0.241 () {32 vars in 647 bytes} [Fri Jun 12 08:50:33 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3293] 10.0.0.241 () {32 vars in 649 bytes} [Fri Jun 12 08:50:33 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3294] 10.0.0.241 () {32 vars in 663 bytes} [Fri Jun 12 08:50:33 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3295] 10.0.0.241 () {32 vars in 655 bytes} [Fri Jun 12 08:50:33 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)