+ 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 07:26:41 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-849bd4c9f5-tq5cp 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 0x7f2fb7e54668 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 07:26:45.484 8 INFO neutron.common.config [-] Logging enabled! 2026-06-12 07:26:45.484 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-12 07:26:45.628 7 INFO neutron.common.config [-] Logging enabled! 2026-06-12 07:26:45.629 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-12 07:26:46.537 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-12 07:26:46.665 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-12 07:26:48.060 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 07:26:48.063 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-12 07:26:48.067 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-12 07:26:48.068 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 07:26:48.068 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-12 07:26:48.069 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-12 07:26:48.069 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 07:26:48.076 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 07:26:48.076 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 07:26:48.076 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 07:26:48.098 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-12 07:26:48.099 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 07:26:48.099 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-12 07:26:48.129 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-12 07:26:48.130 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-12 07:26:48.130 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-12 07:26:48.130 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-12 07:26:48.177 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 07:26:48.180 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-12 07:26:48.183 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-12 07:26:48.184 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-12 07:26:48.184 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-12 07:26:48.185 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-12 07:26:48.185 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 07:26:48.192 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 07:26:48.192 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-12 07:26:48.192 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 07:26:48.214 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-12 07:26:48.215 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-12 07:26:48.215 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-12 07:26:48.245 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-12 07:26:48.245 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-12 07:26:48.245 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-12 07:26:48.246 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-12 07:26:48.415 8 INFO neutron.plugins.ml2.managers [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] Initializing driver for type 'vlan' 2026-06-12 07:26:48.542 7 INFO neutron.plugins.ml2.managers [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] Initializing driver for type 'vlan' 2026-06-12 07:26:48.689 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] VlanTypeDriver initialization complete 2026-06-12 07:26:48.690 8 INFO neutron.plugins.ml2.managers [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] Initializing driver for type 'vxlan' 2026-06-12 07:26:48.690 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-12 07:26:48.703 8 INFO neutron.plugins.ml2.managers [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-12 07:26:48.704 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-12 07:26:48.704 8 INFO neutron.plugins.ml2.managers [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] Initializing extension driver 'port_security' 2026-06-12 07:26:48.704 8 INFO neutron.plugins.ml2.extensions.port_security [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-12 07:26:48.704 8 INFO neutron.plugins.ml2.managers [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] Initializing extension driver 'qos' 2026-06-12 07:26:48.704 8 INFO neutron.plugins.ml2.managers [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-12 07:26:48.704 8 INFO neutron.plugins.ml2.managers [None req-4398d7c8-ba1e-49a5-8b37-2d7f2e8484e4 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-12 07:26:48.717 8 INFO neutron.quota [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded quota_driver: . 2026-06-12 07:26:48.717 8 INFO neutron.plugins.ml2.plugin [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Modular L2 Plugin initialization complete 2026-06-12 07:26:48.718 8 INFO neutron.plugins.ml2.managers [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-12 07:26:48.718 8 INFO neutron.plugins.ml2.managers [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-12 07:26:48.718 8 INFO neutron.plugins.ml2.managers [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-12 07:26:48.718 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: qos 2026-06-12 07:26:48.731 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: router 2026-06-12 07:26:48.775 8 INFO neutron.services.service_base [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-12 07:26:48.776 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: segments 2026-06-12 07:26:48.815 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] VlanTypeDriver initialization complete 2026-06-12 07:26:48.815 7 INFO neutron.plugins.ml2.managers [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] Initializing driver for type 'vxlan' 2026-06-12 07:26:48.816 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-12 07:26:48.829 7 INFO neutron.plugins.ml2.managers [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-12 07:26:48.829 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-12 07:26:48.830 7 INFO neutron.plugins.ml2.managers [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] Initializing extension driver 'port_security' 2026-06-12 07:26:48.830 7 INFO neutron.plugins.ml2.extensions.port_security [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-12 07:26:48.830 7 INFO neutron.plugins.ml2.managers [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] Initializing extension driver 'qos' 2026-06-12 07:26:48.830 7 INFO neutron.plugins.ml2.managers [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-12 07:26:48.830 7 INFO neutron.plugins.ml2.managers [None req-bcaf87a6-9e3e-4848-9ea1-0df0a88627f1 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-12 07:26:48.843 7 INFO neutron.quota [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded quota_driver: . 2026-06-12 07:26:48.844 7 INFO neutron.plugins.ml2.plugin [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Modular L2 Plugin initialization complete 2026-06-12 07:26:48.844 7 INFO neutron.plugins.ml2.managers [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-12 07:26:48.844 7 INFO neutron.plugins.ml2.managers [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-12 07:26:48.844 7 INFO neutron.plugins.ml2.managers [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-12 07:26:48.845 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: qos 2026-06-12 07:26:48.857 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: router 2026-06-12 07:26:48.873 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: trunk 2026-06-12 07:26:48.887 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: vpnaas 2026-06-12 07:26:48.901 7 INFO neutron.services.service_base [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-12 07:26:48.901 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: segments 2026-06-12 07:26:48.926 8 WARNING stevedore.named [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 07:26:49.000 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: trunk 2026-06-12 07:26:49.001 8 INFO neutron_vpnaas.services.vpn.plugin [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-12 07:26:49.002 8 INFO neutron.common.utils [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-12 07:26:49.002 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: taas 2026-06-12 07:26:49.015 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: vpnaas 2026-06-12 07:26:49.028 8 WARNING stevedore.named [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 07:26:49.028 8 WARNING stevedore.named [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 07:26:49.054 7 WARNING stevedore.named [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 07:26:49.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-12 07:26:49.062 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: tapmirror 2026-06-12 07:26:49.076 8 WARNING stevedore.named [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 07:26:49.076 8 WARNING stevedore.named [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 07:26:49.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-12 07:26:49.092 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: auto_allocate 2026-06-12 07:26:49.100 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: tag 2026-06-12 07:26:49.109 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: timestamp 2026-06-12 07:26:49.112 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: network_ip_availability 2026-06-12 07:26:49.116 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: flavors 2026-06-12 07:26:49.119 8 INFO neutron.manager [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loading Plugin: revisions 2026-06-12 07:26:49.123 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Initializing extension manager. 2026-06-12 07:26:49.123 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-12 07:26:49.123 7 INFO neutron.common.utils [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-12 07:26:49.123 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: taas 2026-06-12 07:26:49.124 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: address-group 2026-06-12 07:26:49.125 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: address-scope 2026-06-12 07:26:49.125 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-12 07:26:49.126 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: agent 2026-06-12 07:26:49.127 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: agent-resources-synced 2026-06-12 07:26:49.128 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-12 07:26:49.129 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-12 07:26:49.129 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: availability_zone 2026-06-12 07:26:49.130 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: availability_zone_filter 2026-06-12 07:26:49.130 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-12 07:26:49.131 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: default-subnetpools 2026-06-12 07:26:49.133 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-12 07:26:49.133 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: dns-integration 2026-06-12 07:26:49.134 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: dns-domain-ports 2026-06-12 07:26:49.134 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-12 07:26:49.135 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: dvr 2026-06-12 07:26:49.135 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-12 07:26:49.136 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: empty-string-filtering 2026-06-12 07:26:49.137 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 07:26:49.137 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-12 07:26:49.138 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: external-net 2026-06-12 07:26:49.138 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-12 07:26:49.139 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: extraroute 2026-06-12 07:26:49.139 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: extraroute-atomic 2026-06-12 07:26:49.140 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-12 07:26:49.140 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-12 07:26:49.141 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-12 07:26:49.141 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-12 07:26:49.142 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: fip-port-details 2026-06-12 07:26:49.143 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: flavors 2026-06-12 07:26:49.144 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-12 07:26:49.145 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: floatingip-pools 2026-06-12 07:26:49.145 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: ip_allocation 2026-06-12 07:26:49.146 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-12 07:26:49.146 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: l2_adjacency 2026-06-12 07:26:49.146 7 WARNING stevedore.named [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 07:26:49.147 7 WARNING stevedore.named [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 07:26:49.147 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: router 2026-06-12 07:26:49.149 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 07:26:49.149 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-12 07:26:49.150 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-12 07:26:49.151 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: ext-gw-mode 2026-06-12 07:26:49.151 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: l3-ha 2026-06-12 07:26:49.151 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-12 07:26:49.152 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-12 07:26:49.152 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: l3-flavors 2026-06-12 07:26:49.153 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-12 07:26:49.154 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-12 07:26:49.156 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-12 07:26:49.157 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-12 07:26:49.158 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-12 07:26:49.159 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-12 07:26:49.160 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-12 07:26:49.161 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: multi-provider 2026-06-12 07:26:49.161 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: net-mtu 2026-06-12 07:26:49.162 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: net-mtu-writable 2026-06-12 07:26:49.162 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: network_availability_zone 2026-06-12 07:26:49.163 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: network_ha 2026-06-12 07:26:49.163 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: network-ip-availability 2026-06-12 07:26:49.164 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-12 07:26:49.165 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: pagination 2026-06-12 07:26:49.165 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-device-profile 2026-06-12 07:26:49.166 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-12 07:26:49.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-12 07:26:49.166 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: tapmirror 2026-06-12 07:26:49.166 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-12 07:26:49.167 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-12 07:26:49.167 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-mac-override 2026-06-12 07:26:49.168 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-12 07:26:49.168 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-12 07:26:49.169 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-12 07:26:49.169 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-resource-request 2026-06-12 07:26:49.170 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-12 07:26:49.171 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-12 07:26:49.171 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: binding 2026-06-12 07:26:49.172 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: binding-extended 2026-06-12 07:26:49.172 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-security 2026-06-12 07:26:49.173 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: project-id 2026-06-12 07:26:49.173 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: provider 2026-06-12 07:26:49.174 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-12 07:26:49.176 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos 2026-06-12 07:26:49.177 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-12 07:26:49.177 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-12 07:26:49.178 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-default 2026-06-12 07:26:49.178 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-fip 2026-06-12 07:26:49.179 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-12 07:26:49.179 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-12 07:26:49.179 7 WARNING stevedore.named [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-12 07:26:49.180 7 WARNING stevedore.named [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-12 07:26:49.180 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-12 07:26:49.180 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-12 07:26:49.181 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-12 07:26:49.182 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-pps 2026-06-12 07:26:49.182 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-12 07:26:49.183 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-12 07:26:49.183 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: qos-rules-alias 2026-06-12 07:26:49.184 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: quota-check-limit 2026-06-12 07:26:49.184 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-12 07:26:49.187 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: quotas 2026-06-12 07:26:49.188 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: quota_details 2026-06-12 07:26:49.189 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: rbac-policies 2026-06-12 07:26:49.189 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: rbac-address-group 2026-06-12 07:26:49.190 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: rbac-address-scope 2026-06-12 07:26:49.191 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: rbac-security-groups 2026-06-12 07:26:49.191 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-12 07:26:49.191 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: revision-if-match 2026-06-12 07:26:49.192 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-12 07:26:49.193 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: router_availability_zone 2026-06-12 07:26:49.193 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-12 07:26:49.194 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-12 07:26:49.194 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: auto_allocate 2026-06-12 07:26:49.195 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-12 07:26:49.195 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-12 07:26:49.196 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-12 07:26:49.196 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-12 07:26:49.197 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-12 07:26:49.197 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-12 07:26:49.202 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: security-group 2026-06-12 07:26:49.203 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: tag 2026-06-12 07:26:49.203 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: segment 2026-06-12 07:26:49.203 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-12 07:26:49.204 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: service-type 2026-06-12 07:26:49.204 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: sorting 2026-06-12 07:26:49.205 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: standard-attr-segment 2026-06-12 07:26:49.206 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: standard-attr-description 2026-06-12 07:26:49.206 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: stateful-security-group 2026-06-12 07:26:49.207 8 WARNING neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-12 07:26:49.207 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-12 07:26:49.208 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: subnet-external-network 2026-06-12 07:26:49.208 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: subnet_onboard 2026-06-12 07:26:49.209 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-12 07:26:49.209 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: subnet-service-types 2026-06-12 07:26:49.210 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: subnet_allocation 2026-06-12 07:26:49.211 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: timestamp 2026-06-12 07:26:49.212 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-12 07:26:49.213 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: tag-creation 2026-06-12 07:26:49.213 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-12 07:26:49.214 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: network_ip_availability 2026-06-12 07:26:49.217 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: standard-attr-tag 2026-06-12 07:26:49.218 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: flavors 2026-06-12 07:26:49.218 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-12 07:26:49.218 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: trunk 2026-06-12 07:26:49.219 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: trunk-details 2026-06-12 07:26:49.219 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-12 07:26:49.220 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-12 07:26:49.220 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-12 07:26:49.221 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-12 07:26:49.222 7 INFO neutron.manager [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loading Plugin: revisions 2026-06-12 07:26:49.223 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-12 07:26:49.224 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-12 07:26:49.225 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: vpn-flavors 2026-06-12 07:26:49.225 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Initializing extension manager. 2026-06-12 07:26:49.226 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: address-group 2026-06-12 07:26:49.226 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: vpnaas 2026-06-12 07:26:49.227 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: address-scope 2026-06-12 07:26:49.228 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-12 07:26:49.228 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: taas 2026-06-12 07:26:49.228 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: agent 2026-06-12 07:26:49.229 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: agent-resources-synced 2026-06-12 07:26:49.229 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: tap-mirror 2026-06-12 07:26:49.230 8 INFO neutron.api.extensions [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-12 07:26:49.230 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-12 07:26:49.231 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-12 07:26:49.232 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: availability_zone 2026-06-12 07:26:49.232 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-12 07:26:49.233 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: availability_zone_filter 2026-06-12 07:26:49.233 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-12 07:26:49.233 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.233 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-12 07:26:49.233 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-12 07:26:49.234 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: default-subnetpools 2026-06-12 07:26:49.235 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-12 07:26:49.236 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: dns-integration 2026-06-12 07:26:49.236 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: dns-domain-ports 2026-06-12 07:26:49.237 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-12 07:26:49.237 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 07:26:49.237 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: dvr 2026-06-12 07:26:49.237 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 07:26:49.238 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-12 07:26:49.239 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: empty-string-filtering 2026-06-12 07:26:49.239 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 07:26:49.240 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-12 07:26:49.240 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: external-net 2026-06-12 07:26:49.241 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-12 07:26:49.241 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: extraroute 2026-06-12 07:26:49.242 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: extraroute-atomic 2026-06-12 07:26:49.242 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-12 07:26:49.243 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-12 07:26:49.243 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 07:26:49.243 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-12 07:26:49.244 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-12 07:26:49.244 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 07:26:49.244 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 07:26:49.245 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: fip-port-details 2026-06-12 07:26:49.245 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.245 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.245 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: flavors 2026-06-12 07:26:49.246 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.246 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.246 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 07:26:49.246 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-12 07:26:49.247 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.247 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.247 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 07:26:49.248 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: floatingip-pools 2026-06-12 07:26:49.248 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 07:26:49.248 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: ip_allocation 2026-06-12 07:26:49.248 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 07:26:49.249 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-12 07:26:49.249 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.249 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] ipsecpolicy is already registered 2026-06-12 07:26:49.249 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: l2_adjacency 2026-06-12 07:26:49.249 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.250 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] ikepolicy is already registered 2026-06-12 07:26:49.251 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: router 2026-06-12 07:26:49.252 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-12 07:26:49.253 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-12 07:26:49.254 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-12 07:26:49.254 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 07:26:49.254 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] router is already registered 2026-06-12 07:26:49.254 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: ext-gw-mode 2026-06-12 07:26:49.255 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 07:26:49.255 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] floatingip is already registered 2026-06-12 07:26:49.255 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: l3-ha 2026-06-12 07:26:49.255 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-12 07:26:49.256 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-12 07:26:49.256 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: l3-flavors 2026-06-12 07:26:49.258 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-12 07:26:49.259 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-12 07:26:49.260 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 07:26:49.260 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] rbac_policy is already registered 2026-06-12 07:26:49.261 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-12 07:26:49.261 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 07:26:49.262 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] security_group is already registered 2026-06-12 07:26:49.262 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 07:26:49.262 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-12 07:26:49.262 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] security_group_rule is already registered 2026-06-12 07:26:49.263 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.263 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-12 07:26:49.263 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.263 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.264 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.264 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 07:26:49.264 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-12 07:26:49.264 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] trunk is already registered 2026-06-12 07:26:49.265 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.265 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] ikepolicy is already registered 2026-06-12 07:26:49.265 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-12 07:26:49.265 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: multi-provider 2026-06-12 07:26:49.266 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.266 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: net-mtu 2026-06-12 07:26:49.266 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] ipsecpolicy is already registered 2026-06-12 07:26:49.266 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 07:26:49.266 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: net-mtu-writable 2026-06-12 07:26:49.266 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] endpoint_group is already registered 2026-06-12 07:26:49.267 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 07:26:49.267 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] vpnservice is already registered 2026-06-12 07:26:49.267 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: network_availability_zone 2026-06-12 07:26:49.267 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 07:26:49.268 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: network_ha 2026-06-12 07:26:49.268 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] ipsec_site_connection is already registered 2026-06-12 07:26:49.268 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.268 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] ipsecpolicy is already registered 2026-06-12 07:26:49.268 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: network-ip-availability 2026-06-12 07:26:49.269 8 INFO neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.269 8 WARNING neutron.quota.resource_registry [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] ikepolicy is already registered 2026-06-12 07:26:49.269 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-12 07:26:49.270 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: pagination 2026-06-12 07:26:49.270 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-device-profile 2026-06-12 07:26:49.271 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-12 07:26:49.272 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-12 07:26:49.273 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-12 07:26:49.274 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-mac-override 2026-06-12 07:26:49.274 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-12 07:26:49.275 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-12 07:26:49.275 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-12 07:26:49.276 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-resource-request 2026-06-12 07:26:49.276 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-12 07:26:49.277 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-12 07:26:49.277 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: binding 2026-06-12 07:26:49.278 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: binding-extended 2026-06-12 07:26:49.279 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-security 2026-06-12 07:26:49.280 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: project-id 2026-06-12 07:26:49.280 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: provider 2026-06-12 07:26:49.281 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-12 07:26:49.283 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos 2026-06-12 07:26:49.284 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-12 07:26:49.285 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-12 07:26:49.285 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-default 2026-06-12 07:26:49.286 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-fip 2026-06-12 07:26:49.286 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-12 07:26:49.287 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-12 07:26:49.287 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-12 07:26:49.288 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-12 07:26:49.288 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-12 07:26:49.289 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-pps 2026-06-12 07:26:49.289 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-12 07:26:49.290 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-12 07:26:49.290 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: qos-rules-alias 2026-06-12 07:26:49.291 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: quota-check-limit 2026-06-12 07:26:49.292 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-12 07:26:49.294 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: quotas 2026-06-12 07:26:49.295 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: quota_details 2026-06-12 07:26:49.296 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: rbac-policies 2026-06-12 07:26:49.297 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: rbac-address-group 2026-06-12 07:26:49.297 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: rbac-address-scope 2026-06-12 07:26:49.298 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: rbac-security-groups 2026-06-12 07:26:49.298 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-12 07:26:49.299 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: revision-if-match 2026-06-12 07:26:49.300 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-12 07:26:49.301 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: router_availability_zone 2026-06-12 07:26:49.301 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-12 07:26:49.303 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-12 07:26:49.303 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-12 07:26:49.304 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-12 07:26:49.304 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-12 07:26:49.305 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-12 07:26:49.305 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-12 07:26:49.310 8 WARNING keystonemiddleware._common.config [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-12 07:26:49.311 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: security-group 2026-06-12 07:26:49.312 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: segment 2026-06-12 07:26:49.312 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-12 07:26:49.313 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: service-type 2026-06-12 07:26:49.313 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: sorting 2026-06-12 07:26:49.314 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: standard-attr-segment 2026-06-12 07:26:49.315 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: standard-attr-description 2026-06-12 07:26:49.315 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: stateful-security-group 2026-06-12 07:26:49.316 7 WARNING neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-12 07:26:49.316 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-12 07:26:49.317 8 WARNING oslo_config.cfg [None req-599af463-0154-4793-8b0f-8ae43b75f8f3 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-12 07:26:49.317 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: subnet-external-network 2026-06-12 07:26:49.317 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: subnet_onboard 2026-06-12 07:26:49.318 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-12 07:26:49.318 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: subnet-service-types 2026-06-12 07:26:49.319 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: subnet_allocation WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2fb7e54668 pid: 8 (default app) 2026-06-12 07:26:49.321 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-12 07:26:49.321 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: tag-creation 2026-06-12 07:26:49.322 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-12 07:26:49.326 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: standard-attr-tag 2026-06-12 07:26:49.326 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-12 07:26:49.327 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: trunk 2026-06-12 07:26:49.327 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: trunk-details 2026-06-12 07:26:49.328 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-12 07:26:49.328 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-12 07:26:49.329 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-12 07:26:49.330 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-12 07:26:49.331 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-12 07:26:49.332 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-12 07:26:49.333 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: vpn-flavors 2026-06-12 07:26:49.334 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: vpnaas 2026-06-12 07:26:49.336 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: taas 2026-06-12 07:26:49.337 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: tap-mirror 2026-06-12 07:26:49.338 7 INFO neutron.api.extensions [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-12 07:26:49.340 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-12 07:26:49.340 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-12 07:26:49.340 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.340 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-12 07:26:49.344 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 07:26:49.344 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 07:26:49.349 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 07:26:49.349 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 07:26:49.350 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 07:26:49.350 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.351 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.351 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.351 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.352 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 07:26:49.352 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.352 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.353 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 07:26:49.353 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 07:26:49.354 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 07:26:49.354 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.354 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] ipsecpolicy is already registered 2026-06-12 07:26:49.354 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.355 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] ikepolicy is already registered 2026-06-12 07:26:49.359 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-12 07:26:49.359 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] router is already registered 2026-06-12 07:26:49.360 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-12 07:26:49.360 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] floatingip is already registered 2026-06-12 07:26:49.363 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-12 07:26:49.363 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] rbac_policy is already registered 2026-06-12 07:26:49.364 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-12 07:26:49.364 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] security_group is already registered 2026-06-12 07:26:49.364 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-12 07:26:49.365 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] security_group_rule is already registered 2026-06-12 07:26:49.365 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.366 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.366 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-12 07:26:49.366 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] subnetpool is already registered 2026-06-12 07:26:49.366 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-12 07:26:49.367 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] trunk is already registered 2026-06-12 07:26:49.367 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.367 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] ikepolicy is already registered 2026-06-12 07:26:49.368 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.368 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] ipsecpolicy is already registered 2026-06-12 07:26:49.368 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-12 07:26:49.368 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] endpoint_group is already registered 2026-06-12 07:26:49.369 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-12 07:26:49.369 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] vpnservice is already registered 2026-06-12 07:26:49.369 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-12 07:26:49.369 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] ipsec_site_connection is already registered 2026-06-12 07:26:49.369 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-12 07:26:49.370 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] ipsecpolicy is already registered 2026-06-12 07:26:49.370 7 INFO neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-12 07:26:49.370 7 WARNING neutron.quota.resource_registry [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] ikepolicy is already registered 2026-06-12 07:26:49.408 7 WARNING keystonemiddleware._common.config [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-12 07:26:49.414 7 WARNING oslo_config.cfg [None req-b26d1c89-05d4-4ed5-838a-15338cc66100 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2fb7e54668 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 07:26:54.739 8 INFO neutron.pecan_wsgi.hooks.translation [None req-203782da-8c5c-4344-81b2-027ca5a8fd7b 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:26:53 2026] GET /v2.0/networks/public => generated 108 bytes in 828 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:26:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 07:26:55.482 8 WARNING neutron.services.revisions.revision_plugin [None req-3a1719fa-d47d-4ec9-a6ab-2b9f9c14d132 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Could not find related network for resource to bump revision. 2026-06-12 07:26:55.504 8 INFO neutron.db.segments_db [None req-3a1719fa-d47d-4ec9-a6ab-2b9f9c14d132 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment e6bea3fb-f5c3-4b4c-9846-024c74998939 of type flat for network adb3ee94-586d-4bef-aa13-19b79650375b 2026-06-12 07:26:55.555 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a1719fa-d47d-4ec9-a6ab-2b9f9c14d132 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.19 () {48 vars in 964 bytes} [Fri Jun 12 07:26:55 2026] POST /v2.0/networks => generated 124 bytes in 481 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 07:27:01.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffd8bb18-243f-464f-ac27-e24f9ca67355 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:27:01 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:27:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 07:27:01.476 8 WARNING neutron.services.revisions.revision_plugin [None req-cef61628-4673-4ee7-8393-e4742b570ba7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Could not find related network for resource to bump revision. 2026-06-12 07:27:01.495 8 INFO neutron.db.segments_db [None req-cef61628-4673-4ee7-8393-e4742b570ba7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 3382c260-8028-49fd-aa34-31db399068ea of type flat for network 629ad16c-4f23-43f1-84df-6b59cc8889de 2026-06-12 07:27:01.521 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cef61628-4673-4ee7-8393-e4742b570ba7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.19 () {48 vars in 964 bytes} [Fri Jun 12 07:27:01 2026] POST /v2.0/networks => generated 124 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 07:27:07.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-599ea9b2-01b1-4289-8d26-a94ec1d5f0f8 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:27:07 2026] GET /v2.0/networks/public => generated 108 bytes in 346 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:27:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 07:27:07.909 7 WARNING neutron.services.revisions.revision_plugin [None req-74ffb32c-1b8d-44bd-8746-ad744a9a7fa5 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Could not find related network for resource to bump revision. 2026-06-12 07:27:07.931 7 INFO neutron.db.segments_db [None req-74ffb32c-1b8d-44bd-8746-ad744a9a7fa5 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 115d5f13-2f2c-439f-aa61-598ccb93d4eb of type flat for network 49e77a5c-8db9-49fa-8850-f78c00389922 2026-06-12 07:27:07.975 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74ffb32c-1b8d-44bd-8746-ad744a9a7fa5 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.19 () {48 vars in 964 bytes} [Fri Jun 12 07:27:07 2026] POST /v2.0/networks => generated 124 bytes in 299 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 07:27:13.796 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db964a59-e98f-4893-af50-49ff389c89ec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:27:13 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:27:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 07:27:13.862 7 WARNING neutron.services.revisions.revision_plugin [None req-c3595672-5b88-4db7-998e-7ecc38922cc1 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Could not find related network for resource to bump revision. 2026-06-12 07:27:13.880 7 INFO neutron.db.segments_db [None req-c3595672-5b88-4db7-998e-7ecc38922cc1 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment b01e2763-e566-4789-8ae2-23040b693c60 of type flat for network 63de9107-e805-4b1c-a1c1-fa257e5ee25f 2026-06-12 07:27:13.907 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3595672-5b88-4db7-998e-7ecc38922cc1 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.19 () {48 vars in 964 bytes} [Fri Jun 12 07:27:13 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 07:27:19.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9275f4c2-6633-46cd-b3f9-f37ca7cd6665 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:27:19 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:27:19 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 07:27:19.840 8 WARNING neutron.services.revisions.revision_plugin [None req-e9fda123-e1ff-4dcd-8efd-878ab07e13c0 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Could not find related network for resource to bump revision. 2026-06-12 07:27:19.859 8 INFO neutron.db.segments_db [None req-e9fda123-e1ff-4dcd-8efd-878ab07e13c0 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment aa61f418-4bef-4008-9379-70b27cf556b4 of type flat for network 0fa4d4cf-cf7d-4772-96ad-1b604ffbf5bd 2026-06-12 07:27:19.885 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9fda123-e1ff-4dcd-8efd-878ab07e13c0 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.19 () {48 vars in 964 bytes} [Fri Jun 12 07:27:19 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 07:27:25.751 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45b7f38b-9799-4692-97c3-390f5b5d01da 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:27:25 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:27:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 07:27:25.830 7 WARNING neutron.services.revisions.revision_plugin [None req-71f34bfc-12cd-430d-9387-11df4dd3fe7f 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Could not find related network for resource to bump revision. 2026-06-12 07:27:25.844 7 INFO neutron.db.segments_db [None req-71f34bfc-12cd-430d-9387-11df4dd3fe7f 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 733134f1-62f3-48ab-90c6-8dc9b83c1fb7 of type flat for network 67475f68-c326-4e8d-b598-2eacdb665161 [pid: 7|app: 0|req: 10/23] 199.204.45.19 () {48 vars in 964 bytes} [Fri Jun 12 07:27:25 2026] POST /v2.0/networks => generated 706 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 07:27:28.603 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4447689d-a933-4c05-89f7-2cd214484ca4 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:27:28 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:27:28 2026] GET /v2.0/networks?name=public => generated 709 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:27:28.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6570cda-f044-41be-8e62-276a2ed4dd77 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.204.45.19 () {44 vars in 1031 bytes} [Fri Jun 12 07:27:28 2026] GET /v2.0/subnets/public-subnet?network_id=67475f68-c326-4e8d-b598-2eacdb665161 => generated 113 bytes in 22 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.19 () {44 vars in 1054 bytes} [Fri Jun 12 07:27:28 2026] GET /v2.0/subnets?name=public-subnet&network_id=67475f68-c326-4e8d-b598-2eacdb665161 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.19 () {48 vars in 962 bytes} [Fri Jun 12 07:27:28 2026] POST /v2.0/subnets => generated 664 bytes in 1947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 07:32:15.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06ae4bfe-6955-470a-9560-72b2b410c3c7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.204.45.19 () {44 vars in 934 bytes} [Fri Jun 12 07:32:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 125 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.19 () {44 vars in 956 bytes} [Fri Jun 12 07:32:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 07:32:15.469 8 INFO neutron.db.segments_db [None req-cc62a859-5284-4156-be6a-6dcd8a731ea3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment b8898de6-d789-4168-b55b-550888137f69 of type vxlan for network 123124db-1e64-46fc-8443-36a74d51524a [pid: 8|app: 0|req: 36/68] 199.204.45.19 () {48 vars in 963 bytes} [Fri Jun 12 07:32:15 2026] POST /v2.0/networks => generated 688 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 07:32:16.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc3a8b79-9f11-42a4-978d-add1a6ff4925 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.204.45.19 () {44 vars in 934 bytes} [Fri Jun 12 07:32:16 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.19 () {44 vars in 956 bytes} [Fri Jun 12 07:32:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:32:16.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2282534e-35b5-4cd0-b989-8d0ca6307919 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.19 () {44 vars in 1033 bytes} [Fri Jun 12 07:32:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 114 bytes in 26 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.19 () {44 vars in 1056 bytes} [Fri Jun 12 07:32:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 14 bytes in 23 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.19 () {48 vars in 962 bytes} [Fri Jun 12 07:32:16 2026] POST /v2.0/subnets => generated 651 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 07:32:17.887 8 INFO neutron.api.v2.resource [None req-3045561e-4f47-4999-bc84-c04e6bda48af 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.204.45.19 () {44 vars in 968 bytes} [Fri Jun 12 07:32:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 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.19 () {44 vars in 990 bytes} [Fri Jun 12 07:32:17 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.19 () {48 vars in 977 bytes} [Fri Jun 12 07:32:17 2026] POST /v2.0/security-groups => generated 1616 bytes in 116 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:19 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 1616 bytes in 67 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:19 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:19 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:32:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:20 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 2230 bytes in 56 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:20 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 2230 bytes in 37 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:20 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:32:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:21 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:21 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 2846 bytes in 41 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:21 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => 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.19 () {48 vars in 988 bytes} [Fri Jun 12 07:32:21 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: 43/89] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:22 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:22 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:22 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:32:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:23 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:23 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => 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: 46/95] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:23 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4078 bytes in 25 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.19 () {48 vars in 988 bytes} [Fri Jun 12 07:32:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.19 () {44 vars in 984 bytes} [Fri Jun 12 07:32:24 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:32:24.620 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c85631c3-9e6e-4653-8885-403eec6780fe 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/98] 199.204.45.19 () {44 vars in 1073 bytes} [Fri Jun 12 07:32:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.19 () {44 vars in 1096 bytes} [Fri Jun 12 07:32:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/100] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:24 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.204.45.19 () {48 vars in 958 bytes} [Fri Jun 12 07:32:24 2026] POST /v2.0/ports => generated 1096 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 07:32:32.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ed9b697-ceb8-4fcb-8175-3ef54324a442 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.204.45.19 () {44 vars in 976 bytes} [Fri Jun 12 07:32:32 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) /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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 237 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.19 () {48 vars in 1028 bytes} [Fri Jun 12 07:32:32 2026] PUT /v2.0/ports/cdbc1176-b391-456e-be71-4d867e8916fb => generated 1245 bytes in 611 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.19 () {44 vars in 917 bytes} [Fri Jun 12 07:32:35 2026] GET /v2.0/ports => generated 3726 bytes in 80 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 07:32:36.138 8 INFO neutron.api.v2.resource [None req-5e2a4f6c-854f-42ef-afe5-9b8657425d68 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 199.204.45.19 () {44 vars in 956 bytes} [Fri Jun 12 07:32:36 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.19 () {44 vars in 978 bytes} [Fri Jun 12 07:32:36 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.19 () {48 vars in 977 bytes} [Fri Jun 12 07:32:36 2026] POST /v2.0/security-groups => generated 1610 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:37 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:37 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:37 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:32:37 2026] POST /v2.0/security-group-rules => generated 621 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:38 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 2244 bytes in 73 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:38 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 2244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:32:38 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 2244 bytes in 40 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.19 () {48 vars in 988 bytes} [Fri Jun 12 07:32:38 2026] POST /v2.0/security-group-rules => generated 625 bytes in 89 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.19 () {44 vars in 972 bytes} [Fri Jun 12 07:33:52 2026] GET /v2.0/quotas/800d485fa89f4d0db075f9f9adf11dc8 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/130] 199.204.45.19 () {48 vars in 1024 bytes} [Fri Jun 12 07:33:52 2026] PUT /v2.0/quotas/800d485fa89f4d0db075f9f9adf11dc8 => generated 291 bytes in 29 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 07:36:12.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a60209d-358f-4a47-b527-efa042e64ef0 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/151] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 07:36:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 157 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.19 () {30 vars in 762 bytes} [Fri Jun 12 07:36:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 07:36:14.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e13fe5ab-5f1c-4e9e-b11c-f5a9f45e4a61 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/153] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 07:36:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 113 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.19 () {30 vars in 762 bytes} [Fri Jun 12 07:36:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 07:44:03.307 7 INFO neutron.api.v2.resource [None req-b1792790-8df6-49e1-820c-a992f6348887 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 107/217] 199.204.45.19 () {44 vars in 1071 bytes} [Fri Jun 12 07:44:03 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=460418a96a9145df8ad7d410613c4629 => generated 139 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/218] 199.204.45.19 () {44 vars in 1094 bytes} [Fri Jun 12 07:44:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=460418a96a9145df8ad7d410613c4629 => generated 23 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/219] 199.204.45.19 () {48 vars in 978 bytes} [Fri Jun 12 07:44:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/220] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:04 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 1624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/221] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:44:04 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/222] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:04 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/223] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:44:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/224] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:05 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/225] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:44:05 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/226] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:05 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/227] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:44:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/228] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:06 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 2846 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/229] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:44:06 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/230] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:06 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 2846 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/231] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:44:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/232] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:08 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 3460 bytes in 50 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.19 () {44 vars in 998 bytes} [Fri Jun 12 07:44:08 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 3460 bytes in 30 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.19 () {44 vars in 1085 bytes} [Fri Jun 12 07:44:08 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/235] 199.204.45.19 () {48 vars in 988 bytes} [Fri Jun 12 07:44:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/256] 199.204.45.19 () {30 vars in 739 bytes} [Fri Jun 12 07:46:33 2026] GET /v2.0/networks?tenant_id=460418a96a9145df8ad7d410613c4629&shared=False => generated 15 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 07:46:33.251 8 INFO neutron.db.segments_db [None req-e5c3d44b-bdf5-4710-a031-85f1b06eb96c 64d128dc40bb4570b535c82aa075906a 460418a96a9145df8ad7d410613c4629 - - 7ce2261a644841a9a6c462f9824e9ca4 7ce2261a644841a9a6c462f9824e9ca4] Added segment 20b39fdc-adf9-45f5-bb0f-b60b3e6d003c of type vxlan for network 63b4667c-bf1f-4029-b0f1-9e3332b76ae6 [pid: 8|app: 0|req: 130/257] 199.204.45.19 () {34 vars in 681 bytes} [Fri Jun 12 07:46:33 2026] POST /v2.0/networks => generated 699 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/258] 199.204.45.19 () {30 vars in 721 bytes} [Fri Jun 12 07:46:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/259] 199.204.45.19 () {30 vars in 632 bytes} [Fri Jun 12 07:46:33 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: 129/260] 199.204.45.19 () {34 vars in 676 bytes} [Fri Jun 12 07:46:33 2026] POST /v2.0/ports => generated 999 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/261] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 07:46:33 2026] GET /v2.0/networks/63b4667c-bf1f-4029-b0f1-9e3332b76ae6 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/262] 199.204.45.19 () {30 vars in 721 bytes} [Fri Jun 12 07:46:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/263] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 07:46:35 2026] GET /v2.0/networks/63b4667c-bf1f-4029-b0f1-9e3332b76ae6 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/266] 199.204.45.19 () {44 vars in 972 bytes} [Fri Jun 12 07:46:48 2026] GET /v2.0/quotas/460418a96a9145df8ad7d410613c4629 => 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: 132/267] 199.204.45.19 () {48 vars in 1024 bytes} [Fri Jun 12 07:46:49 2026] PUT /v2.0/quotas/460418a96a9145df8ad7d410613c4629 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:58:34.173 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6db908c7-4201-41f6-b0cd-438cad95c47d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/362] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:58:34 2026] GET /v2.0/networks/public => generated 108 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/363] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:58:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:58:35.361 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a663cfeb-a0b6-4297-8b22-70b87eeca45b 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/364] 199.204.45.19 () {44 vars in 924 bytes} [Fri Jun 12 07:58:35 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/365] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 07:58:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:58:35.431 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c29b889-eb2c-4a16-8482-5c7b7b336f07 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/366] 199.204.45.19 () {44 vars in 1031 bytes} [Fri Jun 12 07:58:35 2026] GET /v2.0/subnets/public-subnet?network_id=67475f68-c326-4e8d-b598-2eacdb665161 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 199.204.45.19 () {44 vars in 1054 bytes} [Fri Jun 12 07:58:35 2026] GET /v2.0/subnets?name=public-subnet&network_id=67475f68-c326-4e8d-b598-2eacdb665161 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:59:02.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e1d18bc-e68c-466d-a400-468628349f9f 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/372] 199.204.45.19 () {44 vars in 934 bytes} [Fri Jun 12 07:59:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 199.204.45.19 () {44 vars in 956 bytes} [Fri Jun 12 07:59:02 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:59:03.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30046b34-a187-40ab-8304-29cc92dc5058 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/374] 199.204.45.19 () {44 vars in 934 bytes} [Fri Jun 12 07:59:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 199.204.45.19 () {44 vars in 956 bytes} [Fri Jun 12 07:59:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:59:03.457 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5df94ffa-5170-4a7e-88a2-7696c7c6024f 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/376] 199.204.45.19 () {44 vars in 1033 bytes} [Fri Jun 12 07:59:03 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 114 bytes in 32 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.19 () {44 vars in 1056 bytes} [Fri Jun 12 07:59:03 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:59:04.610 7 INFO neutron.api.v2.resource [None req-c525bad9-07f1-41f7-8176-60b822b8baf9 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/378] 199.204.45.19 () {44 vars in 968 bytes} [Fri Jun 12 07:59:04 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 199.204.45.19 () {44 vars in 990 bytes} [Fri Jun 12 07:59:04 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/380] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:05 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:05 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => 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: 190/382] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 07:59:05 2026] GET /v2.0/security-group-rules/c0edf3f7-d946-4163-a071-a4f2a027c72a => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/383] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:06 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/384] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:06 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/385] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 07:59:06 2026] GET /v2.0/security-group-rules/23cdc641-4340-4273-a885-4feb49fb696e => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:07 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:07 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => 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: 193/388] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 07:59:07 2026] GET /v2.0/security-group-rules/770802d0-1a2f-471e-ad26-fc3a95a3134f => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:08 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:08 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 07:59:08 2026] GET /v2.0/security-group-rules/ce26f93b-0906-431a-8302-d8ba5c2010b3 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:09 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:09 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 07:59:09 2026] GET /v2.0/security-group-rules/52c7562b-bfc0-4354-8f98-17545146aedd => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.19 () {44 vars in 984 bytes} [Fri Jun 12 07:59:10 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 07:59:10.982 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d203701-9f26-47f0-af3f-8ce69de5fe05 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/398] 199.204.45.19 () {44 vars in 1073 bytes} [Fri Jun 12 07:59:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.19 () {44 vars in 1096 bytes} [Fri Jun 12 07:59:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=123124db-1e64-46fc-8443-36a74d51524a => generated 1250 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:11 2026] GET /v2.0/security-groups/a376e9cf-8e44-47bf-bb36-37b650264882 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 07:59:18.875 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d110c995-1ac1-44fa-bfb0-d74f038f374d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/401] 199.204.45.19 () {44 vars in 976 bytes} [Fri Jun 12 07:59:18 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: 8|app: 0|req: 202/402] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.19 () {44 vars in 917 bytes} [Fri Jun 12 07:59:20 2026] GET /v2.0/ports => generated 4721 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 07:59:21.549 8 INFO neutron.api.v2.resource [None req-4cc0d86f-f314-44cd-87e2-6083917203a1 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/404] 199.204.45.19 () {44 vars in 956 bytes} [Fri Jun 12 07:59:21 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: 202/405] 199.204.45.19 () {44 vars in 978 bytes} [Fri Jun 12 07:59:21 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:22 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 2882 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:22 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 07:59:22 2026] GET /v2.0/security-group-rules/17410035-6413-4a66-ad7e-f72df2334827 => generated 621 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/409] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:23 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 2882 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 07:59:23 2026] GET /v2.0/security-groups/c4919ecf-cba3-4f9e-94b9-c9c268dc427c => generated 2882 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 07:59:23 2026] GET /v2.0/security-group-rules/a6971b0c-3b4b-4ca7-9187-7f51ab013964 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.19 () {44 vars in 972 bytes} [Fri Jun 12 07:59:35 2026] GET /v2.0/quotas/800d485fa89f4d0db075f9f9adf11dc8 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:00:29.965 8 INFO neutron.api.v2.resource [None req-4347e891-1e16-4afa-a824-66034f38265b 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 213/423] 199.204.45.19 () {44 vars in 1071 bytes} [Fri Jun 12 08:00:29 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=460418a96a9145df8ad7d410613c4629 => generated 139 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.19 () {44 vars in 1094 bytes} [Fri Jun 12 08:00:29 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=460418a96a9145df8ad7d410613c4629 => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 08:00:31 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => 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: 212/426] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 08:00:31 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 08:00:31 2026] GET /v2.0/security-group-rules/aa3411fd-9e2b-4ddb-8a2a-149112b951f9 => generated 597 bytes in 11 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.19 () {44 vars in 1085 bytes} [Fri Jun 12 08:00:32 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 08:00:32 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/430] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 08:00:32 2026] GET /v2.0/security-group-rules/3f73126c-64f1-4292-a287-ebd64e79abd8 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/431] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 08:00:33 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/432] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 08:00:33 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/433] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 08:00:33 2026] GET /v2.0/security-group-rules/29730e54-bf19-4738-b040-92eb3b723051 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/434] 199.204.45.19 () {44 vars in 1085 bytes} [Fri Jun 12 08:00:34 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26?project_id=460418a96a9145df8ad7d410613c4629 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/435] 199.204.45.19 () {44 vars in 998 bytes} [Fri Jun 12 08:00:34 2026] GET /v2.0/security-groups/9f8af32e-cd04-4184-b450-0521e4006f26 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/436] 199.204.45.19 () {44 vars in 1008 bytes} [Fri Jun 12 08:00:34 2026] GET /v2.0/security-group-rules/d4efa062-b690-4270-bde9-5830d63ce10d => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 199.204.45.19 () {44 vars in 972 bytes} [Fri Jun 12 08:00:41 2026] GET /v2.0/quotas/460418a96a9145df8ad7d410613c4629 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/446] 199.204.45.19 () {44 vars in 946 bytes} [Fri Jun 12 08:01:31 2026] GET /v2.0/networks?name=public => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/451] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:02:09 2026] GET /v2.0/networks => generated 2168 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/454] 10.0.0.18 () {32 vars in 654 bytes} [Fri Jun 12 08:02:11 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/455] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:02:11 2026] GET /v2.0/routers => generated 15 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:02:11 2026] GET /v2.0/ports => generated 4721 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/457] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:02:11 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/458] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:02:11 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:02:11 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.18 () {32 vars in 654 bytes} [Fri Jun 12 08:02:11 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:02:22.358 7 INFO neutron.db.segments_db [None req-31066834-9005-445a-9b34-facb4843cf1c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment e89a4614-257f-4c24-9412-2cc6f837f04d of type vxlan for network 13d1fa85-092c-43a5-b0a0-089b959cd058 2026-06-12 08:02:22.384 8 INFO neutron.db.segments_db [None req-5aaf794c-2d82-47b8-9cc3-1cf38e88215e 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 215a176a-00b3-4dd9-97b9-a268036cfefb of type vxlan for network 63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f [pid: 7|app: 0|req: 229/461] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:02:21 2026] POST /v2.0/networks => generated 729 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:02:22 2026] POST /v2.0/networks => generated 728 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/463] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:22 2026] POST /v2.0/subnets => generated 695 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:02:22.740 7 INFO neutron.db.segments_db [None req-958d29f7-de9f-489a-bb46-d37fd3a90fdf 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment e5dcc2df-2a4a-4b2e-91ab-8282466bdc18 of type vxlan for network dbd8ebd8-4630-4063-b2e5-717466f77758 [pid: 7|app: 0|req: 230/464] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:02:22 2026] POST /v2.0/networks => generated 726 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:02:22.896 7 INFO neutron.db.segments_db [None req-eb60b329-0f6f-46d8-aafe-6c1c380a5ce9 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment d2bf297e-e9a7-448a-a821-9f2a63072442 of type vxlan for network da1954b3-6530-4bc6-98b0-553ebe880a86 [pid: 8|app: 0|req: 235/465] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:22 2026] POST /v2.0/subnets => generated 694 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:02:23.096 7 INFO neutron.db.l3_hamode_db [None req-eb60b329-0f6f-46d8-aafe-6c1c380a5ce9 595e9a6a98fa4357937900f798e7a6c8 d117d29277df4fea881fde36a75146fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/466] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:02:22 2026] GET /v2.0/security-groups?tenant_id=1a2deb3cfb084b179f782afd17bdd9a9&name=default => generated 2921 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:23 2026] POST /v2.0/subnets => generated 692 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:02:23.373 8 INFO neutron.db.segments_db [None req-f1a3f02b-2796-4751-a7d1-5915c52cccf8 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 776bb59e-73bd-4fcd-8e7c-5ab072ae9286 of type vxlan for network 66f2ada7-1534-4735-885e-54eb36016e23 2026-06-12 08:02:23.594 8 INFO neutron.db.l3_hamode_db [None req-f1a3f02b-2796-4751-a7d1-5915c52cccf8 595e9a6a98fa4357937900f798e7a6c8 132634c535a148aa9edc7a28aabde865 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:02:23.788 7 INFO neutron.db.l3_hamode_db [None req-eb60b329-0f6f-46d8-aafe-6c1c380a5ce9 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:02:24.437 8 INFO neutron.db.l3_hamode_db [None req-f1a3f02b-2796-4751-a7d1-5915c52cccf8 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/468] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:22 2026] POST /v2.0/routers => generated 735 bytes in 2121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/469] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:02:24 2026] DELETE /v2.0/security-groups/28d41943-4ce2-4f2f-942c-d317828e3f00 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:02:25.099 7 INFO neutron.db.segments_db [None req-81210018-e961-45d7-a58f-729a4b0ba41a 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 19badec8-1dd8-4414-8edf-86243822b099 of type vxlan for network d1b447a6-6a07-4c32-9324-8b8a378e0df3 2026-06-12 08:02:25.356 7 INFO neutron.db.l3_hamode_db [None req-81210018-e961-45d7-a58f-729a4b0ba41a 595e9a6a98fa4357937900f798e7a6c8 f65b32b2759d46868dfa56f66233c5bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/470] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:23 2026] POST /v2.0/routers => generated 734 bytes in 2438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:02:26.104 7 INFO neutron.db.l3_hamode_db [None req-81210018-e961-45d7-a58f-729a4b0ba41a 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/471] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:02:25 2026] PUT /v2.0/routers/cf7f4d21-a806-4422-9b54-3216c668b00a/add_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/472] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:25 2026] POST /v2.0/routers => generated 732 bytes in 1915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:02:27.319 7 INFO neutron.db.segments_db [None req-433becaa-bdf0-44be-9637-4caf9bc19beb 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment ee949821-06ef-4f89-95db-ffc6ea02c591 of type vxlan for network 6e5e9d7e-2bea-45af-843e-420534d584b5 [pid: 7|app: 0|req: 236/475] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:02:26 2026] POST /v2.0/networks => generated 719 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/476] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:02:26 2026] PUT /v2.0/routers/886f682c-6c0d-437b-a3c8-f78dbce3cac9/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:28 2026] POST /v2.0/subnets => generated 685 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/478] 10.0.0.75 () {38 vars in 970 bytes} [Fri Jun 12 08:02:28 2026] POST /v2.0/security-groups => generated 1685 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/479] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:02:27 2026] PUT /v2.0/routers/353765d2-13a5-4e4f-9f92-df0d93bf886a/add_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:02:28.495 8 INFO neutron.db.segments_db [None req-bf43f179-47e8-4503-9611-0e0e7b2e1628 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 9acc8f76-976f-44f5-872f-43cc98fc745a of type vxlan for network 3a5de8da-ccd9-47ab-b6b7-d98577227a0b [pid: 7|app: 0|req: 238/480] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:02:28 2026] POST /v2.0/security-groups => generated 1659 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:02:28.739 8 INFO neutron.db.l3_hamode_db [None req-bf43f179-47e8-4503-9611-0e0e7b2e1628 595e9a6a98fa4357937900f798e7a6c8 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/481] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:28 2026] GET /v2.0/security-groups/d4257a9d-51bd-4933-9e18-fad348c7b0c7 => generated 1685 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.75 () {38 vars in 970 bytes} [Fri Jun 12 08:02:28 2026] POST /v2.0/security-groups => generated 1681 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/485] 10.0.0.75 () {38 vars in 980 bytes} [Fri Jun 12 08:02:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:02:29.464 8 INFO neutron.db.l3_hamode_db [None req-bf43f179-47e8-4503-9611-0e0e7b2e1628 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 244/486] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:02:29 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/487] 10.0.0.75 () {38 vars in 970 bytes} [Fri Jun 12 08:02:29 2026] POST /v2.0/security-groups => generated 1680 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.75 () {38 vars in 970 bytes} [Fri Jun 12 08:02:30 2026] POST /v2.0/security-groups => generated 1686 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/489] 10.0.0.75 () {38 vars in 970 bytes} [Fri Jun 12 08:02:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/490] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/3b6976e3-5c1e-4c6d-bb3c-2642b34e2dcb => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/491] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:28 2026] POST /v2.0/routers => generated 725 bytes in 1944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/492] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups?tenant_id=f65b32b2759d46868dfa56f66233c5bb => generated 7903 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/493] 10.0.0.75 () {38 vars in 980 bytes} [Fri Jun 12 08:02:30 2026] POST /v2.0/security-group-rules => generated 614 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/494] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/6e86faee-0ec5-4a45-9f3c-a809a7a42679 => generated 2918 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/495] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/3b6976e3-5c1e-4c6d-bb3c-2642b34e2dcb => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/496] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/6e86faee-0ec5-4a45-9f3c-a809a7a42679 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/497] 10.0.0.75 () {38 vars in 980 bytes} [Fri Jun 12 08:02:30 2026] POST /v2.0/security-group-rules => generated 619 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/498] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/b79a6238-7a6d-4d1f-bc4a-74abf8ac739a => generated 1681 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/499] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/3b6976e3-5c1e-4c6d-bb3c-2642b34e2dcb => generated 2941 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/500] 10.0.0.75 () {36 vars in 1012 bytes} [Fri Jun 12 08:02:30 2026] DELETE /v2.0/security-groups/b79a6238-7a6d-4d1f-bc4a-74abf8ac739a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/501] 10.0.0.75 () {34 vars in 1000 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-group-rules/0ed32161-8b4a-4648-845d-4318f0466067 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:02:30.983 8 INFO neutron.api.v2.resource [req-cfac7854-6385-42f5-94fe-2cc38f825c08 req-cba499a4-f8e3-4370-bbdd-690ccec8e55b 60b7d72410594dd79b2d5c3cf3e74410 f65b32b2759d46868dfa56f66233c5bb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/502] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/b79a6238-7a6d-4d1f-bc4a-74abf8ac739a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/503] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:30 2026] GET /v2.0/security-groups/3b6976e3-5c1e-4c6d-bb3c-2642b34e2dcb => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/504] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/38634bd0-249b-42a5-97d4-8dcb3e99ee6a => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/505] 10.0.0.75 () {36 vars in 1022 bytes} [Fri Jun 12 08:02:31 2026] DELETE /v2.0/security-group-rules/0ed32161-8b4a-4648-845d-4318f0466067 => 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: 257/506] 10.0.0.75 () {36 vars in 1012 bytes} [Fri Jun 12 08:02:31 2026] DELETE /v2.0/security-groups/38634bd0-249b-42a5-97d4-8dcb3e99ee6a => 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: 258/507] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/3b6976e3-5c1e-4c6d-bb3c-2642b34e2dcb => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:02:31.283 8 INFO neutron.api.v2.resource [req-03f183b8-cc35-4b59-8beb-a1a2ab965069 req-885e1c80-cb28-4af9-9295-f368c7c3f0bc 60b7d72410594dd79b2d5c3cf3e74410 f65b32b2759d46868dfa56f66233c5bb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/508] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/38634bd0-249b-42a5-97d4-8dcb3e99ee6a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/509] 10.0.0.75 () {36 vars in 1012 bytes} [Fri Jun 12 08:02:31 2026] DELETE /v2.0/security-groups/3b6976e3-5c1e-4c6d-bb3c-2642b34e2dcb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/510] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/9b066efa-5c79-446a-a4a6-07db6c392b0c => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/511] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:02:30 2026] PUT /v2.0/routers/85489263-b060-481a-8403-e562235d0f15/add_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/512] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/d4257a9d-51bd-4933-9e18-fad348c7b0c7 => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/513] 10.0.0.75 () {36 vars in 1012 bytes} [Fri Jun 12 08:02:31 2026] DELETE /v2.0/security-groups/9b066efa-5c79-446a-a4a6-07db6c392b0c => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/514] 10.0.0.75 () {36 vars in 1012 bytes} [Fri Jun 12 08:02:31 2026] DELETE /v2.0/security-groups/d4257a9d-51bd-4933-9e18-fad348c7b0c7 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:02:31.545 7 INFO neutron.api.v2.resource [req-b67cb25c-7061-4a71-8412-88e93a79540b req-b0926a1a-8804-4717-8c64-5747cb2e4059 60b7d72410594dd79b2d5c3cf3e74410 f65b32b2759d46868dfa56f66233c5bb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/515] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/9b066efa-5c79-446a-a4a6-07db6c392b0c => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/516] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups?tenant_id=f65b32b2759d46868dfa56f66233c5bb => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/517] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/6e86faee-0ec5-4a45-9f3c-a809a7a42679 => 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: 255/518] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/6e86faee-0ec5-4a45-9f3c-a809a7a42679 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:02:31.728 7 INFO neutron.api.v2.resource [req-991b45d3-1038-432e-9aeb-917db33a33d1 req-2be5aa07-6869-4409-b534-ab64db85d6e8 60b7d72410594dd79b2d5c3cf3e74410 f65b32b2759d46868dfa56f66233c5bb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/519] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/9b066efa-5c79-446a-a4a6-07db6c392b0c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:02:31.760 7 INFO neutron.api.v2.resource [req-811d3df1-c268-4f80-9a3c-a6c316e0a835 req-3f35f552-d3b7-46a1-95ce-5c6950622ac8 60b7d72410594dd79b2d5c3cf3e74410 f65b32b2759d46868dfa56f66233c5bb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/520] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/38634bd0-249b-42a5-97d4-8dcb3e99ee6a => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:02:31.798 7 INFO neutron.api.v2.resource [req-504f7c4c-266d-4ebd-99a6-c11c979b86a7 req-8a8f6da7-d33d-44ae-8caf-110201deb0b3 60b7d72410594dd79b2d5c3cf3e74410 f65b32b2759d46868dfa56f66233c5bb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/521] 10.0.0.75 () {34 vars in 990 bytes} [Fri Jun 12 08:02:31 2026] GET /v2.0/security-groups/b79a6238-7a6d-4d1f-bc4a-74abf8ac739a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:02:32.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e12ccc9-503d-49a2-bc98-af4a9b877e63 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: a6856a6a-944d-4a08-94d0-457fc7e11f8a 2026-06-12 08:02:32.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e12ccc9-503d-49a2-bc98-af4a9b877e63 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: a6856a6a-944d-4a08-94d0-457fc7e11f8a 2026-06-12 08:02:32.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-d82491e3-79f1-4f33-a31a-26fb1ea73df3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 256e7753-8892-48a8-b124-8c576d00c475 2026-06-12 08:02:32.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d82491e3-79f1-4f33-a31a-26fb1ea73df3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 256e7753-8892-48a8-b124-8c576d00c475 [pid: 8|app: 0|req: 264/522] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:02:31 2026] PUT /v2.0/routers/cf7f4d21-a806-4422-9b54-3216c668b00a/remove_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/523] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:02:31 2026] PUT /v2.0/routers/353765d2-13a5-4e4f-9f92-df0d93bf886a/remove_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/524] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:02:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:02:32.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-578b41ba-e531-4886-b4e9-cc7321ae3e05 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 6e0c5469-657c-4384-9853-c097a686433e 2026-06-12 08:02:32.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-578b41ba-e531-4886-b4e9-cc7321ae3e05 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 6e0c5469-657c-4384-9853-c097a686433e 2026-06-12 08:02:33.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-5df8ccf3-6072-4762-afb7-5cfc297e78f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: ceb532f7-dd9e-4bb1-a6df-c855afdf018b 2026-06-12 08:02:33.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5df8ccf3-6072-4762-afb7-5cfc297e78f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: ceb532f7-dd9e-4bb1-a6df-c855afdf018b 2026-06-12 08:02:33.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-578b41ba-e531-4886-b4e9-cc7321ae3e05 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 1606d299-6dcd-45b7-8f55-79d633448732 2026-06-12 08:02:33.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-578b41ba-e531-4886-b4e9-cc7321ae3e05 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 1606d299-6dcd-45b7-8f55-79d633448732 2026-06-12 08:02:33.240 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-578b41ba-e531-4886-b4e9-cc7321ae3e05 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - 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:02:33.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-5df8ccf3-6072-4762-afb7-5cfc297e78f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: da4ab8c3-e42c-44dc-a321-8826cec6b8e3 2026-06-12 08:02:33.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5df8ccf3-6072-4762-afb7-5cfc297e78f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: da4ab8c3-e42c-44dc-a321-8826cec6b8e3 2026-06-12 08:02:33.370 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-5df8ccf3-6072-4762-afb7-5cfc297e78f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - 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:02:33.637 7 INFO neutron.db.l3_hamode_db [None req-578b41ba-e531-4886-b4e9-cc7321ae3e05 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network da1954b3-6530-4bc6-98b0-553ebe880a86 was deleted as no HA routers are present in tenant d117d29277df4fea881fde36a75146fd. [pid: 7|app: 0|req: 260/525] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:02:32 2026] DELETE /v2.0/routers/cf7f4d21-a806-4422-9b54-3216c668b00a => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:02:33.701 8 INFO neutron.db.l3_hamode_db [None req-5df8ccf3-6072-4762-afb7-5cfc297e78f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network d1b447a6-6a07-4c32-9324-8b8a378e0df3 was deleted as no HA routers are present in tenant f65b32b2759d46868dfa56f66233c5bb. [pid: 8|app: 0|req: 266/526] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:02:32 2026] DELETE /v2.0/routers/353765d2-13a5-4e4f-9f92-df0d93bf886a => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/527] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/528] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:02:33 2026] DELETE /v2.0/subnets/25961fe0-b9be-45a8-8737-d48917f315cd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/529] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:02:33 2026] DELETE /v2.0/subnets/199fadc6-66d3-4ddc-857b-bec806704bc1 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/530] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/531] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:02:33 2026] DELETE /v2.0/networks/dbd8ebd8-4630-4063-b2e5-717466f77758 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:02:34.071 7 INFO neutron.services.segments.plugin [-] Segment d2bf297e-e9a7-448a-a821-9f2a63072442 resource provider aggregate not found 2026-06-12 08:02:34.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-63751bac-8fde-4f05-ba51-488da80ecc40 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 84baa58a-ccae-41f8-9fa5-7944d3ec1eb3 2026-06-12 08:02:34.082 7 INFO neutron.services.segments.plugin [-] Segment d2bf297e-e9a7-448a-a821-9f2a63072442 resource provider aggregate not found 2026-06-12 08:02:34.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63751bac-8fde-4f05-ba51-488da80ecc40 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 84baa58a-ccae-41f8-9fa5-7944d3ec1eb3 2026-06-12 08:02:34.120 8 INFO neutron.services.segments.plugin [-] Segment 19badec8-1dd8-4414-8edf-86243822b099 resource provider aggregate not found 2026-06-12 08:02:34.126 7 INFO neutron.services.segments.plugin [-] Segment d2bf297e-e9a7-448a-a821-9f2a63072442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2bf297e-e9a7-448a-a821-9f2a63072442 found for delete ", "request_id": "req-691f3e87-bce0-420f-9cfc-a51700af72cf"}]} 2026-06-12 08:02:34.131 7 INFO neutron.services.segments.plugin [-] Segment d2bf297e-e9a7-448a-a821-9f2a63072442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2bf297e-e9a7-448a-a821-9f2a63072442 found for delete ", "request_id": "req-2b1d2024-50b7-4f21-8ad2-272679d09d6f"}]} 2026-06-12 08:02:34.135 8 INFO neutron.services.segments.plugin [-] Segment 19badec8-1dd8-4414-8edf-86243822b099 resource provider aggregate not found 2026-06-12 08:02:34.152 8 INFO neutron.services.segments.plugin [-] Segment 19badec8-1dd8-4414-8edf-86243822b099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19badec8-1dd8-4414-8edf-86243822b099 found for delete ", "request_id": "req-d07ecc86-8552-4c90-880d-69cae2906d6f"}]} 2026-06-12 08:02:34.154 8 INFO neutron.services.segments.plugin [-] Segment 19badec8-1dd8-4414-8edf-86243822b099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19badec8-1dd8-4414-8edf-86243822b099 found for delete ", "request_id": "req-a16d6f92-1854-4733-a983-963ced9e77d2"}]} [pid: 7|app: 0|req: 264/532] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:02:33 2026] DELETE /v2.0/networks/13d1fa85-092c-43a5-b0a0-089b959cd058 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/533] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:02:34 2026] GET /v2.0/security-groups?tenant_id=f65b32b2759d46868dfa56f66233c5bb&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/534] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:02:34 2026] DELETE /v2.0/security-groups/6e86faee-0ec5-4a45-9f3c-a809a7a42679 => 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: 267/535] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:02:34 2026] GET /v2.0/security-groups?tenant_id=d117d29277df4fea881fde36a75146fd&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/536] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:02:34 2026] DELETE /v2.0/security-groups/2538b217-78b9-44f8-9915-ff013122ec25 => 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: 269/537] 10.0.0.75 () {34 vars in 1097 bytes} [Fri Jun 12 08:02:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--226586907&fields=id&tenant_id=132634c535a148aa9edc7a28aabde865 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/538] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:02:34 2026] GET /v2.0/networks?id=63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f => generated 679 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/539] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:02:34 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/540] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:02:34 2026] GET /v2.0/quotas/132634c535a148aa9edc7a28aabde865 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/541] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:02:34 2026] GET /v2.0/ports?tenant_id=132634c535a148aa9edc7a28aabde865&fields=id => generated 57 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/542] 10.0.0.75 () {34 vars in 1097 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--364976300&fields=id&tenant_id=41672a2ad7af4f2eb5eb5c35f2fbe404 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/543] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/networks?id=6e5e9d7e-2bea-45af-843e-420534d584b5 => generated 670 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/544] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/quotas/41672a2ad7af4f2eb5eb5c35f2fbe404 => generated 292 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/545] 10.0.0.75 () {34 vars in 906 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/546] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/networks/63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/547] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/ports?tenant_id=41672a2ad7af4f2eb5eb5c35f2fbe404&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/548] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/networks/63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/549] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/550] 10.0.0.75 () {34 vars in 906 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/551] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?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: 276/552] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:02:35 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?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:02:36.143 7 INFO neutron.services.segments.plugin [-] Segment e89a4614-257f-4c24-9412-2cc6f837f04d resource provider aggregate not found 2026-06-12 08:02:36.160 7 INFO neutron.services.segments.plugin [-] Segment e89a4614-257f-4c24-9412-2cc6f837f04d resource provider aggregate not found 2026-06-12 08:02:36.169 7 INFO neutron.services.segments.plugin [-] Segment e89a4614-257f-4c24-9412-2cc6f837f04d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e89a4614-257f-4c24-9412-2cc6f837f04d found for delete ", "request_id": "req-189afad3-bcff-490d-ae44-29676487e9b6"}]} 2026-06-12 08:02:36.182 8 INFO neutron.services.segments.plugin [-] Segment e5dcc2df-2a4a-4b2e-91ab-8282466bdc18 resource provider aggregate not found 2026-06-12 08:02:36.187 8 INFO neutron.services.segments.plugin [-] Segment e5dcc2df-2a4a-4b2e-91ab-8282466bdc18 resource provider aggregate not found 2026-06-12 08:02:36.195 7 INFO neutron.services.segments.plugin [-] Segment e89a4614-257f-4c24-9412-2cc6f837f04d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e89a4614-257f-4c24-9412-2cc6f837f04d found for delete ", "request_id": "req-edd96796-9987-4734-a421-e3d9ac22a009"}]} [pid: 7|app: 0|req: 277/553] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:36 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:02:36.201 8 INFO neutron.services.segments.plugin [-] Segment e5dcc2df-2a4a-4b2e-91ab-8282466bdc18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5dcc2df-2a4a-4b2e-91ab-8282466bdc18 found for delete ", "request_id": "req-113946ca-6cf7-489b-bb8c-a6cdf9f6814c"}]} 2026-06-12 08:02:36.208 8 INFO neutron.services.segments.plugin [-] Segment e5dcc2df-2a4a-4b2e-91ab-8282466bdc18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5dcc2df-2a4a-4b2e-91ab-8282466bdc18 found for delete ", "request_id": "req-aaf83277-6aa5-4231-9a34-cff6f94173b7"}]} 2026-06-12 08:02:36.699 8 INFO neutron.db.segments_db [None req-ae6fd605-c3c6-4126-982a-94dba0078b62 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment a22734f9-e6b1-490d-93b6-8883666718a5 of type vxlan for network 495c5b49-5f34-4177-8d71-8eea6a2024a1 2026-06-12 08:02:36.748 7 INFO neutron.db.segments_db [None req-064cc51e-3cf0-426d-be02-55a636b85b53 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 86fada51-4108-4fec-953a-6b95760d1a8f of type vxlan for network 93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 [pid: 8|app: 0|req: 277/554] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:02:36 2026] POST /v2.0/networks => generated 725 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/555] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:02:36 2026] POST /v2.0/networks => generated 732 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/556] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:36 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) 2026-06-12 08:02:37.014 8 INFO neutron.db.segments_db [None req-c515ca1d-b47f-4b4c-9272-cf3a7184d04f 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment c880e398-0813-46ab-a3cd-cdd443ddeb5e of type vxlan for network 39e540f2-8ea6-477d-adf7-2f97bedebf13 [pid: 7|app: 0|req: 279/557] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:36 2026] POST /v2.0/subnets => generated 698 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/558] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:37 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:02:37.101 7 INFO neutron.db.segments_db [None req-cfc539d2-7710-4b2d-9ece-6302080f6533 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 181a3950-70f9-4f72-bfd6-4865e63f029b of type vxlan for network d4a81477-03aa-4b0b-b44f-dbf6ae3631f1 2026-06-12 08:02:37.245 8 INFO neutron.db.l3_hamode_db [None req-c515ca1d-b47f-4b4c-9272-cf3a7184d04f 595e9a6a98fa4357937900f798e7a6c8 26aee34436944ee88d57c2717cc14397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:02:37.374 7 INFO neutron.db.l3_hamode_db [None req-cfc539d2-7710-4b2d-9ece-6302080f6533 595e9a6a98fa4357937900f798e7a6c8 1834797f1a4345918dbeb79ce511aee6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:02:37.945 8 INFO neutron.db.l3_hamode_db [None req-c515ca1d-b47f-4b4c-9272-cf3a7184d04f 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:02:38.113 7 INFO neutron.db.l3_hamode_db [None req-cfc539d2-7710-4b2d-9ece-6302080f6533 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 279/559] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:36 2026] POST /v2.0/routers => generated 731 bytes in 1900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/560] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:38 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/561] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:38 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 281/562] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:02:37 2026] POST /v2.0/routers => generated 738 bytes in 1885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/563] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:02:38 2026] PUT /v2.0/routers/b5356165-c75d-4579-b5cd-2763026d3b24/add_router_interface => generated 309 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/564] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:39 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/565] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:40 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 282/566] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:02:38 2026] PUT /v2.0/routers/74ed14b7-adc9-4022-81f3-77f094e0bebb/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/567] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:02:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/568] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/569] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:40 2026] GET /v2.0/networks?id=63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f => generated 679 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/570] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:02:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/573] 199.204.45.19 () {34 vars in 910 bytes} [Fri Jun 12 08:02:40 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/574] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/575] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:02:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=132634c535a148aa9edc7a28aabde865 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/576] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/577] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:02:40 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/578] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:02:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/579] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:41 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => 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: 292/580] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:41 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 961 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/581] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:02:41 2026] POST /v2.0/ports => generated 958 bytes in 798 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: 290/582] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:41 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/583] 10.0.0.75 () {34 vars in 1099 bytes} [Fri Jun 12 08:02:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1106142879&fields=id&tenant_id=26aee34436944ee88d57c2717cc14397 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/584] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:02:41 2026] GET /v2.0/networks?id=495c5b49-5f34-4177-8d71-8eea6a2024a1 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/585] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/quotas/26aee34436944ee88d57c2717cc14397 => 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: 294/586] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/ports?tenant_id=26aee34436944ee88d57c2717cc14397&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/587] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?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: 296/588] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?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: 293/589] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:02:41 2026] POST /v2.0/floatingips => generated 552 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/590] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/591] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/networks?id=6e5e9d7e-2bea-45af-843e-420534d584b5 => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/592] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=41672a2ad7af4f2eb5eb5c35f2fbe404 => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/593] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:02:42 2026] PUT /v2.0/ports/412f38ef-a9c4-4fb3-9a62-21fec6583cc7 => generated 1239 bytes in 489 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: 298/594] 10.0.0.75 () {34 vars in 1097 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--436802421&fields=id&tenant_id=1834797f1a4345918dbeb79ce511aee6 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/595] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/596] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/networks?id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 683 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/597] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/quotas/1834797f1a4345918dbeb79ce511aee6 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/598] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&fields=id => generated 57 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/599] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/600] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?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: 305/601] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:42 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/602] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:43 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/603] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:43 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:02:43.168 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26e40d8f-11db-4d7a-b40e-bbeb85a1a099'] response: {'name': 'network-changed', 'server_uuid': '66b70566-0f9a-4aa8-900c-43939284a8ec', 'tag': '412f38ef-a9c4-4fb3-9a62-21fec6583cc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 297/604] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:02:42 2026] POST /v2.0/ports => generated 954 bytes in 724 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: 298/605] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:43 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 308/606] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:02:43 2026] PUT /v2.0/ports/a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1 => generated 1235 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/607] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:43 2026] GET /v2.0/ports?tenant_id=132634c535a148aa9edc7a28aabde865&device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 1242 bytes in 54 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: 309/608] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:02:43 2026] GET /v2.0/networks?tenant_id=132634c535a148aa9edc7a28aabde865&shared=False => generated 775 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/609] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:02:43 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: 7|app: 0|req: 310/610] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:43 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/611] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:43 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/612] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/613] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/614] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 313/615] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/616] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/ports?tenant_id=41672a2ad7af4f2eb5eb5c35f2fbe404&device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/617] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/618] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/subnets?id=dc7734ad-085f-491c-9732-0642de8c33ce => generated 688 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/619] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/ports?network_id=6e5e9d7e-2bea-45af-843e-420534d584b5&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/620] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/621] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/ports?tenant_id=132634c535a148aa9edc7a28aabde865&device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/622] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/623] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=412f38ef-a9c4-4fb3-9a62-21fec6583cc7 => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/624] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:02:44 2026] GET /v2.0/subnets?id=00776cfb-fcf0-4005-84e1-01c7f8e8550e => generated 697 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/625] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/ports?network_id=63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/626] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/627] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/networks/63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f?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: 319/628] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/629] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/networks/63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:02:45.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee348204-d4ee-4aae-820b-8eaf95bd6c5f'] response: {'name': 'network-changed', 'server_uuid': 'acf5cc88-03fd-4e06-8707-d4f057215259', 'tag': 'a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 320/630] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/631] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 321/632] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/633] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 322/634] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:45 2026] GET /v2.0/ports?tenant_id=41672a2ad7af4f2eb5eb5c35f2fbe404&device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/635] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/networks?id=6e5e9d7e-2bea-45af-843e-420534d584b5 => generated 766 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/636] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1 => 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: 314/637] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/subnets?id=dc7734ad-085f-491c-9732-0642de8c33ce => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/638] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/ports?network_id=6e5e9d7e-2bea-45af-843e-420534d584b5&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: 315/639] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/640] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?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: 316/641] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/642] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/643] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 327/644] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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/645] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/646] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/networks?id=495c5b49-5f34-4177-8d71-8eea6a2024a1 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/647] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=26aee34436944ee88d57c2717cc14397 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/648] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:46 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 320/649] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:02:46 2026] POST /v2.0/ports => generated 958 bytes in 338 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: 321/650] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:47 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/651] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:47 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/652] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:47 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/653] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:02:47 2026] PUT /v2.0/ports/c86bcc98-97fa-4641-948e-ddc348f17f79 => generated 1239 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/654] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:47 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 71 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:02:47.709 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-917cbf10-e7fc-4378-9a33-c08fd5c24a6a'] response: {'name': 'network-changed', 'server_uuid': '195ed916-6dc5-4715-b7a8-f1409a743ec1', 'tag': 'c86bcc98-97fa-4641-948e-ddc348f17f79', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/655] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:47 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/656] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:47 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/657] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:47 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 326/658] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/ports?tenant_id=26aee34436944ee88d57c2717cc14397&device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/659] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/networks?tenant_id=26aee34436944ee88d57c2717cc14397&shared=False => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/660] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/661] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/662] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/663] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/664] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/665] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/666] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/networks?id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 683 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/667] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:02:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1834797f1a4345918dbeb79ce511aee6 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/668] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/669] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 331/670] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:02:48 2026] POST /v2.0/ports => generated 958 bytes in 376 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: 332/671] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/ports?tenant_id=26aee34436944ee88d57c2717cc14397&device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 333/672] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c86bcc98-97fa-4641-948e-ddc348f17f79 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/673] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/subnets?id=48ab0677-714c-4fb6-8de8-67d3cc6e6e35 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/674] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/ports?network_id=495c5b49-5f34-4177-8d71-8eea6a2024a1&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/675] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?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: 337/676] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?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: 338/677] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/678] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/679] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:02:49 2026] PUT /v2.0/ports/cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 1239 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:02:49.891 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03e5cc28-7538-4135-9b99-fb63431a5c40'] response: {'name': 'network-changed', 'server_uuid': 'ca2cd058-1a91-468c-b274-579250cc39b6', 'tag': 'cb4f341d-daf5-4d5f-a779-3b47b6d957df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 340/680] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 341/681] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/682] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/683] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:49 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/684] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:50 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/685] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:50 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 343/686] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:50 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/687] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:02:50 2026] GET /v2.0/networks?tenant_id=1834797f1a4345918dbeb79ce511aee6&shared=False => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/688] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:02:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/689] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:50 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/690] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:50 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&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: 346/691] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => 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: 347/692] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&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: 346/693] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/694] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/695] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/696] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 348/697] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/698] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/699] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/subnets?id=29c8fa9c-505e-4c2b-98e3-cfbba6aec383 => generated 701 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/700] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/ports?network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/701] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?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: 352/702] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:02:51 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/703] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/704] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/705] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => 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: 353/706] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&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: 354/707] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/708] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/709] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 355/710] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:52 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 356/711] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 356/712] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&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: 357/713] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/714] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/715] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 358/716] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/717] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/718] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:53 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/719] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:54 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 360/720] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:54 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/721] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:54 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/722] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:54 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/723] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:54 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 362/724] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:54 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/725] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:54 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/726] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/727] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 364/728] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&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: 365/731] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/732] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/733] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/734] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/735] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:55 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/736] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:56 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/737] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:56 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:02:56.635 8 INFO neutron.db.l3_db [None req-7aa686b4-f68d-4782-bc5a-d2aff0e96d74 a4cd4e5463a64a639c3c019e35112d0e 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] Floating IP 999c2a4a-926f-46ac-8db0-57a9ed7cc940 associated. External IP: 10.96.250.212, port: a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1. [pid: 7|app: 0|req: 370/738] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:56 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/739] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:56 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/740] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:02:55 2026] PUT /v2.0/floatingips/999c2a4a-926f-46ac-8db0-57a9ed7cc940 => generated 855 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/741] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:56 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => 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: 370/742] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/743] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/744] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:02:57.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e73758e0-878c-4acf-b4a0-39b0fa525633'] response: {'name': 'network-changed', 'server_uuid': 'acf5cc88-03fd-4e06-8707-d4f057215259', 'tag': 'a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/745] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 375/746] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/747] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/748] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/749] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/750] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/ports?tenant_id=41672a2ad7af4f2eb5eb5c35f2fbe404&device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/751] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/networks?id=6e5e9d7e-2bea-45af-843e-420534d584b5 => generated 766 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/752] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1 => 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: 377/753] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:57 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/754] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/subnets?id=dc7734ad-085f-491c-9732-0642de8c33ce => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/755] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/756] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/ports?network_id=6e5e9d7e-2bea-45af-843e-420534d584b5&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/757] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?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: 382/758] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:02:58.270 7 INFO neutron.db.l3_db [None req-953f9021-7174-465d-a8a8-f8270eefa678 a88213a663c94ba8a36898ea3c3104b0 26aee34436944ee88d57c2717cc14397 - - default default] Floating IP ef31ce88-4902-4b75-849c-489d6d2507b7 associated. External IP: 10.96.250.204, port: c86bcc98-97fa-4641-948e-ddc348f17f79. [pid: 8|app: 0|req: 383/759] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/760] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/761] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:02:57 2026] PUT /v2.0/floatingips/ef31ce88-4902-4b75-849c-489d6d2507b7 => generated 856 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/762] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/763] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:02:58.655 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff069e3b-6b0b-464a-8252-a0f5ac5248be'] response: {'name': 'network-changed', 'server_uuid': '195ed916-6dc5-4715-b7a8-f1409a743ec1', 'tag': 'c86bcc98-97fa-4641-948e-ddc348f17f79', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 380/764] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&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:02:58.709 8 INFO neutron.db.l3_db [None req-ec531ce3-1617-4ed2-8fbd-4abd84bad084 88ac99c5f3ed47c697755c9ebbba04fb 1834797f1a4345918dbeb79ce511aee6 - - default default] Floating IP 146d1d1d-528f-40d6-a53e-641214af2d61 associated. External IP: 10.96.250.208, port: cb4f341d-daf5-4d5f-a779-3b47b6d957df. [pid: 7|app: 0|req: 381/765] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:58 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/766] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:02:58 2026] PUT /v2.0/floatingips/146d1d1d-528f-40d6-a53e-641214af2d61 => generated 856 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:02:59.114 7 INFO neutron.db.l3_db [None req-65ea3aa8-c55c-4244-b5e4-6f347556f620 82b0577b9515425dbb360c1f6cd145b9 132634c535a148aa9edc7a28aabde865 - - default default] Floating IP 774f2e22-d929-4050-b193-0da48c55a305 associated. External IP: 10.96.250.210, port: 412f38ef-a9c4-4fb3-9a62-21fec6583cc7. [pid: 8|app: 0|req: 386/767] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 387/768] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/769] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?tenant_id=26aee34436944ee88d57c2717cc14397&device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/770] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/networks?id=495c5b49-5f34-4177-8d71-8eea6a2024a1 => 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: 390/771] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c86bcc98-97fa-4641-948e-ddc348f17f79 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:02:59.348 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c837bfa-d9bd-4ff9-a96b-47b139be6678'] response: {'name': 'network-changed', 'server_uuid': 'ca2cd058-1a91-468c-b274-579250cc39b6', 'tag': 'cb4f341d-daf5-4d5f-a779-3b47b6d957df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 391/772] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/subnets?id=48ab0677-714c-4fb6-8de8-67d3cc6e6e35 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/773] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?network_id=495c5b49-5f34-4177-8d71-8eea6a2024a1&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/774] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:02:58 2026] PUT /v2.0/floatingips/774f2e22-d929-4050-b193-0da48c55a305 => generated 856 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/775] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?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: 383/776] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?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: 394/777] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/778] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/779] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/780] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/781] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 397/782] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/security-groups?id=82625500-4a59-4290-a3dd-11d5f7464997&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/783] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/784] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/networks?id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/785] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/786] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:02:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/787] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:00 2026] GET /v2.0/subnets?id=29c8fa9c-505e-4c2b-98e3-cfbba6aec383 => generated 701 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/788] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:00 2026] GET /v2.0/ports?network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:03:00.179 8 INFO neutron_taas.services.taas.taas_plugin [req-833402f2-d776-4a72-864e-f9ea48a0e954 req-9f94fa21-6bfc-4686-a854-8d695f4b4678 a4cd4e5463a64a639c3c019e35112d0e 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] TaaS: Handle Delete Port: a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1 2026-06-12 08:03:00.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-833402f2-d776-4a72-864e-f9ea48a0e954 req-9f94fa21-6bfc-4686-a854-8d695f4b4678 a4cd4e5463a64a639c3c019e35112d0e 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] Tap Mirror: Handle Delete Port: a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1 [pid: 7|app: 0|req: 391/789] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:00 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?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: 392/790] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:00 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:03:00.342 8 INFO neutron.db.l3_db [req-833402f2-d776-4a72-864e-f9ea48a0e954 req-9f94fa21-6bfc-4686-a854-8d695f4b4678 a4cd4e5463a64a639c3c019e35112d0e 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] Floating IP 999c2a4a-926f-46ac-8db0-57a9ed7cc940 disassociated. External IP: 10.96.250.212, port: a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1. 2026-06-12 08:03:00.702 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9caebdf-45b7-409c-b128-ea54fbc4f88a'] response: {'name': 'network-changed', 'server_uuid': '66b70566-0f9a-4aa8-900c-43939284a8ec', 'tag': '412f38ef-a9c4-4fb3-9a62-21fec6583cc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 399/791] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:02:59 2026] DELETE /v2.0/ports/a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1 => generated 0 bytes in 789 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/792] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => 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: 400/793] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 394/794] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/795] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/ports?tenant_id=132634c535a148aa9edc7a28aabde865&device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 395/796] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/networks?id=63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f => generated 775 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/797] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=412f38ef-a9c4-4fb3-9a62-21fec6583cc7 => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:01.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e64c02a8-0f26-43c4-b0ef-449764908ef2'] response: {'server_uuid': 'acf5cc88-03fd-4e06-8707-d4f057215259', 'name': 'network-vif-deleted', 'tag': 'a2ff4fa9-7de9-4707-bedc-3dcb312e7eb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 396/798] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/subnets?id=00776cfb-fcf0-4005-84e1-01c7f8e8550e => 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: 403/799] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/ports?network_id=63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/800] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/networks/63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/801] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:01 2026] GET /v2.0/networks/63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f?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: 398/802] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:02 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => 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: 405/803] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:02 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 399/804] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:02 2026] GET /v2.0/security-groups?id=7a097c43-c0c4-470d-92f9-1a92e65c1bb0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/805] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:03:02 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:02.466 7 INFO neutron_taas.services.taas.taas_plugin [req-dddae970-8ea6-47e6-818c-6c55ded33b23 req-63a52d2f-be31-45aa-987b-ca9bc20072d3 82b0577b9515425dbb360c1f6cd145b9 132634c535a148aa9edc7a28aabde865 - - default default] TaaS: Handle Delete Port: 412f38ef-a9c4-4fb3-9a62-21fec6583cc7 2026-06-12 08:03:02.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dddae970-8ea6-47e6-818c-6c55ded33b23 req-63a52d2f-be31-45aa-987b-ca9bc20072d3 82b0577b9515425dbb360c1f6cd145b9 132634c535a148aa9edc7a28aabde865 - - default default] Tap Mirror: Handle Delete Port: 412f38ef-a9c4-4fb3-9a62-21fec6583cc7 2026-06-12 08:03:02.630 7 INFO neutron.db.l3_db [req-dddae970-8ea6-47e6-818c-6c55ded33b23 req-63a52d2f-be31-45aa-987b-ca9bc20072d3 82b0577b9515425dbb360c1f6cd145b9 132634c535a148aa9edc7a28aabde865 - - default default] Floating IP 774f2e22-d929-4050-b193-0da48c55a305 disassociated. External IP: 10.96.250.210, port: 412f38ef-a9c4-4fb3-9a62-21fec6583cc7. [pid: 7|app: 0|req: 400/806] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:03:02 2026] DELETE /v2.0/ports/412f38ef-a9c4-4fb3-9a62-21fec6583cc7 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:03.044 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e4791cd-cb0e-4531-a0a7-e2cc1ea5176f'] response: {'server_uuid': '66b70566-0f9a-4aa8-900c-43939284a8ec', 'name': 'network-vif-deleted', 'tag': '412f38ef-a9c4-4fb3-9a62-21fec6583cc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 407/807] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:03 2026] GET /v2.0/ports?device_id=acf5cc88-03fd-4e06-8707-d4f057215259 => 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: 401/808] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:03 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/809] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:04 2026] DELETE /v2.0/security-groups/82625500-4a59-4290-a3dd-11d5f7464997 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:04.491 7 INFO neutron.api.v2.resource [None req-628a8756-4578-44a1-ae06-b797af06e3d8 a4cd4e5463a64a639c3c019e35112d0e 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 402/810] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:03:04 2026] GET /v2.0/security-groups/82625500-4a59-4290-a3dd-11d5f7464997 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/811] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:04 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:03:04.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-04f9f1e8-6959-4520-a087-2779acaa6f84 a4cd4e5463a64a639c3c019e35112d0e 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] TaaS: Handle Delete Port: 196cd5da-71e8-415c-bae2-6149c04aee5c 2026-06-12 08:03:04.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f9f1e8-6959-4520-a087-2779acaa6f84 a4cd4e5463a64a639c3c019e35112d0e 41672a2ad7af4f2eb5eb5c35f2fbe404 - - default default] Tap Mirror: Handle Delete Port: 196cd5da-71e8-415c-bae2-6149c04aee5c [pid: 7|app: 0|req: 403/812] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:03:04 2026] DELETE /v2.0/floatingips/999c2a4a-926f-46ac-8db0-57a9ed7cc940 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:05.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-9948b5a8-e45c-4dd8-a2b8-05ab7a19b1ea 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 8633126e-1622-4512-b530-eff528c7957d 2026-06-12 08:03:05.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9948b5a8-e45c-4dd8-a2b8-05ab7a19b1ea 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 8633126e-1622-4512-b530-eff528c7957d [pid: 7|app: 0|req: 404/813] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:05 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 410/814] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:03:04 2026] PUT /v2.0/routers/85489263-b060-481a-8403-e562235d0f15/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:05.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8951ba1-128d-4466-83bc-ac092a9e9fe7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 56d7cdc8-2cb6-4505-921d-877f877ce40e 2026-06-12 08:03:05.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8951ba1-128d-4466-83bc-ac092a9e9fe7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 56d7cdc8-2cb6-4505-921d-877f877ce40e 2026-06-12 08:03:06.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8951ba1-128d-4466-83bc-ac092a9e9fe7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: fc32557a-13de-4d3d-ae3d-61e2f8ced00c 2026-06-12 08:03:06.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8951ba1-128d-4466-83bc-ac092a9e9fe7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: fc32557a-13de-4d3d-ae3d-61e2f8ced00c 2026-06-12 08:03:06.529 7 INFO neutron.services.segments.plugin [-] Segment 9acc8f76-976f-44f5-872f-43cc98fc745a resource provider aggregate not found 2026-06-12 08:03:06.541 7 INFO neutron.services.segments.plugin [-] Segment 9acc8f76-976f-44f5-872f-43cc98fc745a resource provider aggregate not found 2026-06-12 08:03:06.559 7 INFO neutron.services.segments.plugin [-] Segment 9acc8f76-976f-44f5-872f-43cc98fc745a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9acc8f76-976f-44f5-872f-43cc98fc745a found for delete ", "request_id": "req-b88b05b6-7afa-45ce-8b5c-209f7a413a26"}]} 2026-06-12 08:03:06.560 7 INFO neutron.services.segments.plugin [-] Segment 9acc8f76-976f-44f5-872f-43cc98fc745a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9acc8f76-976f-44f5-872f-43cc98fc745a found for delete ", "request_id": "req-c4fdd3a0-5e6c-4cdc-be89-4ece809fba2b"}]} 2026-06-12 08:03:06.565 7 INFO neutron.db.l3_hamode_db [None req-d8951ba1-128d-4466-83bc-ac092a9e9fe7 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network 3a5de8da-ccd9-47ab-b6b7-d98577227a0b was deleted as no HA routers are present in tenant 41672a2ad7af4f2eb5eb5c35f2fbe404. [pid: 7|app: 0|req: 405/815] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:05 2026] DELETE /v2.0/routers/85489263-b060-481a-8403-e562235d0f15 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/816] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:06 2026] GET /v2.0/ports?device_id=66b70566-0f9a-4aa8-900c-43939284a8ec => 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: 411/817] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:06 2026] DELETE /v2.0/subnets/dc7734ad-085f-491c-9732-0642de8c33ce => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:06.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd225572-db9e-493e-a84b-aad8b7acf324 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: ba5da688-7ddf-4665-9468-479b0cc1585a 2026-06-12 08:03:06.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd225572-db9e-493e-a84b-aad8b7acf324 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: ba5da688-7ddf-4665-9468-479b0cc1585a [pid: 7|app: 0|req: 407/818] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:06 2026] DELETE /v2.0/networks/6e5e9d7e-2bea-45af-843e-420534d584b5 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/819] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:07 2026] GET /v2.0/security-groups?tenant_id=41672a2ad7af4f2eb5eb5c35f2fbe404&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/820] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:07 2026] DELETE /v2.0/security-groups/526ecd25-2b13-4c18-965d-991124777fc7 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/821] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:07 2026] DELETE /v2.0/security-groups/7a097c43-c0c4-470d-92f9-1a92e65c1bb0 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:07.920 7 INFO neutron.api.v2.resource [None req-92719e61-ef39-4818-85e7-dc17ba02243f 82b0577b9515425dbb360c1f6cd145b9 132634c535a148aa9edc7a28aabde865 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/822] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:03:07 2026] GET /v2.0/security-groups/7a097c43-c0c4-470d-92f9-1a92e65c1bb0 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:03:08.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bae97ed-c99e-458b-a040-1b384a22e808 82b0577b9515425dbb360c1f6cd145b9 132634c535a148aa9edc7a28aabde865 - - default default] TaaS: Handle Delete Port: b44783bf-48ff-4f9c-a3a5-61b9a27874ac 2026-06-12 08:03:08.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bae97ed-c99e-458b-a040-1b384a22e808 82b0577b9515425dbb360c1f6cd145b9 132634c535a148aa9edc7a28aabde865 - - default default] Tap Mirror: Handle Delete Port: b44783bf-48ff-4f9c-a3a5-61b9a27874ac [pid: 8|app: 0|req: 414/823] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:03:07 2026] DELETE /v2.0/floatingips/774f2e22-d929-4050-b193-0da48c55a305 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:08.533 7 INFO neutron_taas.services.taas.taas_plugin [None req-61a0e7ec-295b-4795-a225-12b8e4d89d07 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: f8e52db0-6b9b-4e4d-aef5-d6a46a76d58b 2026-06-12 08:03:08.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61a0e7ec-295b-4795-a225-12b8e4d89d07 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: f8e52db0-6b9b-4e4d-aef5-d6a46a76d58b 2026-06-12 08:03:08.591 7 INFO neutron.services.segments.plugin [-] Segment ee949821-06ef-4f89-95db-ffc6ea02c591 resource provider aggregate not found 2026-06-12 08:03:08.596 7 INFO neutron.services.segments.plugin [-] Segment ee949821-06ef-4f89-95db-ffc6ea02c591 resource provider aggregate not found 2026-06-12 08:03:08.613 7 INFO neutron.services.segments.plugin [-] Segment ee949821-06ef-4f89-95db-ffc6ea02c591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee949821-06ef-4f89-95db-ffc6ea02c591 found for delete ", "request_id": "req-ed78a875-376f-4b0a-b7c0-85e56a489090"}]} 2026-06-12 08:03:08.614 7 INFO neutron.services.segments.plugin [-] Segment ee949821-06ef-4f89-95db-ffc6ea02c591 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee949821-06ef-4f89-95db-ffc6ea02c591 found for delete ", "request_id": "req-25d16988-83fa-42a7-9bac-a19378d9dbf3"}]} [pid: 7|app: 0|req: 410/824] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:03:08 2026] PUT /v2.0/routers/886f682c-6c0d-437b-a3c8-f78dbce3cac9/remove_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:09.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-763d0d15-f45c-422c-8c20-b7abc0b41e55 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 6190844b-055e-47b8-9d7d-10e9c46e76cc 2026-06-12 08:03:09.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-763d0d15-f45c-422c-8c20-b7abc0b41e55 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 6190844b-055e-47b8-9d7d-10e9c46e76cc 2026-06-12 08:03:09.664 8 INFO neutron_taas.services.taas.taas_plugin [None req-763d0d15-f45c-422c-8c20-b7abc0b41e55 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 33e92600-78b1-41b6-ab38-f2c7da650787 2026-06-12 08:03:09.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-763d0d15-f45c-422c-8c20-b7abc0b41e55 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 33e92600-78b1-41b6-ab38-f2c7da650787 2026-06-12 08:03:09.932 8 INFO neutron.services.segments.plugin [-] Segment 776bb59e-73bd-4fcd-8e7c-5ab072ae9286 resource provider aggregate not found 2026-06-12 08:03:09.939 8 INFO neutron.services.segments.plugin [-] Segment 776bb59e-73bd-4fcd-8e7c-5ab072ae9286 resource provider aggregate not found 2026-06-12 08:03:09.954 8 INFO neutron.services.segments.plugin [-] Segment 776bb59e-73bd-4fcd-8e7c-5ab072ae9286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776bb59e-73bd-4fcd-8e7c-5ab072ae9286 found for delete ", "request_id": "req-855f63f1-f3e5-4b14-9ca4-8029540c9786"}]} 2026-06-12 08:03:09.954 8 INFO neutron.services.segments.plugin [-] Segment 776bb59e-73bd-4fcd-8e7c-5ab072ae9286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776bb59e-73bd-4fcd-8e7c-5ab072ae9286 found for delete ", "request_id": "req-afd27f97-bb6c-404f-a221-bb5a87035865"}]} 2026-06-12 08:03:09.961 8 INFO neutron.db.l3_hamode_db [None req-763d0d15-f45c-422c-8c20-b7abc0b41e55 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network 66f2ada7-1534-4735-885e-54eb36016e23 was deleted as no HA routers are present in tenant 132634c535a148aa9edc7a28aabde865. [pid: 8|app: 0|req: 415/825] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:09 2026] DELETE /v2.0/routers/886f682c-6c0d-437b-a3c8-f78dbce3cac9 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/826] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:09 2026] DELETE /v2.0/subnets/00776cfb-fcf0-4005-84e1-01c7f8e8550e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:10.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ec2302d-b377-4aee-aca6-2ef65533a5e6 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: bab89018-4c0a-4bef-9656-88d33dbb8e71 2026-06-12 08:03:10.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ec2302d-b377-4aee-aca6-2ef65533a5e6 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: bab89018-4c0a-4bef-9656-88d33dbb8e71 [pid: 7|app: 0|req: 411/827] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:09 2026] GET /v2.0/security-groups?tenant_id=016177ff45e84e098a251040f9cec150&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/828] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:10 2026] DELETE /v2.0/security-groups/b5fde24c-13d8-4f40-80ad-c0632006e141 => 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: 417/829] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:10 2026] DELETE /v2.0/networks/63238d2a-e6d9-4aa0-8d23-efcee7fb7b0f => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/830] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:10 2026] GET /v2.0/security-groups?tenant_id=132634c535a148aa9edc7a28aabde865&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/831] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:10 2026] DELETE /v2.0/security-groups/b96a09c7-a34f-460d-86a8-dde5ab51712c => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:11.977 8 INFO neutron.services.segments.plugin [-] Segment 215a176a-00b3-4dd9-97b9-a268036cfefb resource provider aggregate not found 2026-06-12 08:03:11.982 8 INFO neutron.services.segments.plugin [-] Segment 215a176a-00b3-4dd9-97b9-a268036cfefb resource provider aggregate not found 2026-06-12 08:03:11.997 8 INFO neutron.services.segments.plugin [-] Segment 215a176a-00b3-4dd9-97b9-a268036cfefb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215a176a-00b3-4dd9-97b9-a268036cfefb found for delete ", "request_id": "req-24942d9a-79eb-4e00-8159-cad78f040654"}]} 2026-06-12 08:03:11.998 8 INFO neutron.services.segments.plugin [-] Segment 215a176a-00b3-4dd9-97b9-a268036cfefb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215a176a-00b3-4dd9-97b9-a268036cfefb found for delete ", "request_id": "req-ee1896f3-e10a-4824-abad-537a6b00725e"}]} [pid: 8|app: 0|req: 420/834] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:03:11 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 1244 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/835] 10.0.0.83 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:12 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:12.682 8 INFO neutron.db.segments_db [None req-56e1477b-757e-4de7-b467-3f1bb7df1025 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment d661effe-e2ae-4d38-a5a2-cbefec5c9766 of type vxlan for network d6617f94-6740-4aa0-bf8b-a83199ede160 [pid: 8|app: 0|req: 421/836] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:03:12 2026] POST /v2.0/networks => generated 725 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/837] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:13 2026] POST /v2.0/subnets => generated 691 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:03:13.400 8 INFO neutron.db.segments_db [None req-fcdaa7d2-48e5-45a6-93fb-20616ec1a176 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 577b2c42-769f-4ddf-a3de-05ab68a6e2f7 of type vxlan for network a9bc7037-34d8-490c-85f4-40047f83bbe2 2026-06-12 08:03:13.649 8 INFO neutron.db.l3_hamode_db [None req-fcdaa7d2-48e5-45a6-93fb-20616ec1a176 595e9a6a98fa4357937900f798e7a6c8 87c012ed1ac044419a9e95c20b1ebdcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:03:14.403 8 INFO neutron.db.l3_hamode_db [None req-fcdaa7d2-48e5-45a6-93fb-20616ec1a176 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 422/838] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:13 2026] POST /v2.0/routers => generated 731 bytes in 1909 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/839] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:03:15 2026] PUT /v2.0/routers/c8a126e7-9036-416d-84fc-05b3ca21fd41/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/840] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:16 2026] GET /v2.0/security-groups?tenant_id=d847d340cebb49709591c9f98385ce82&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/841] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:03:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/842] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:16 2026] DELETE /v2.0/security-groups/d87dcd53-20c9-4c5e-9b66-02bfff41be72 => 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: 419/843] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:03:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/844] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:03:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/845] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:17 2026] GET /v2.0/security-groups?tenant_id=07068c13fc954546b30b42518fae1146&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/846] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:17 2026] DELETE /v2.0/security-groups/3ace15e8-e2c8-4d38-bb23-6f31444f49fd => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/847] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:03:17 2026] POST /v2.0/floatingips => generated 552 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/848] 10.0.0.75 () {34 vars in 1099 bytes} [Fri Jun 12 08:03:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1563173150&fields=id&tenant_id=87c012ed1ac044419a9e95c20b1ebdcb => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/849] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:03:18 2026] GET /v2.0/networks?id=d6617f94-6740-4aa0-bf8b-a83199ede160 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/850] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:03:18 2026] GET /v2.0/quotas/87c012ed1ac044419a9e95c20b1ebdcb => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/851] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:03:18 2026] GET /v2.0/ports?tenant_id=87c012ed1ac044419a9e95c20b1ebdcb&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/852] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:03:18 2026] GET /v2.0/networks/d6617f94-6740-4aa0-bf8b-a83199ede160?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/853] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:03:18 2026] GET /v2.0/networks/d6617f94-6740-4aa0-bf8b-a83199ede160?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/854] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:18 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 430/855] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:19 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 426/856] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:20 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 431/857] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:21 2026] GET /v2.0/security-groups?tenant_id=9f106a533dab4feb9a72b912d9401640&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/858] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:21 2026] DELETE /v2.0/security-groups/722528a1-5ebc-4a5d-96b1-b10649410f7c => 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: 432/859] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:21 2026] GET /v2.0/security-groups?tenant_id=e04872dbe0a34045a18224b706d74283&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: 428/860] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:21 2026] DELETE /v2.0/security-groups/55701ca8-c231-467f-9638-f1b35228a38f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/861] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:22 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/862] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:23 2026] GET /v2.0/networks?id=d6617f94-6740-4aa0-bf8b-a83199ede160 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/863] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:03:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=87c012ed1ac044419a9e95c20b1ebdcb => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/864] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:23 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 435/865] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:03:23 2026] POST /v2.0/ports => generated 958 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/866] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:03:23 2026] PUT /v2.0/ports/6868c697-08f5-4c49-9c66-25eee33c62d4 => generated 1239 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:03:23.897 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4481904-5121-4eff-a9e0-5c25e041b507'] response: {'name': 'network-changed', 'server_uuid': 'b14c3b73-3b88-478a-a40f-cacd8220a27c', 'tag': '6868c697-08f5-4c49-9c66-25eee33c62d4', '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: 436/867] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:24 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 973 bytes in 94 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: 432/868] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:24 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&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: 437/869] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:24 2026] GET /v2.0/ports?tenant_id=87c012ed1ac044419a9e95c20b1ebdcb&device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/870] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:03:24 2026] GET /v2.0/networks?tenant_id=87c012ed1ac044419a9e95c20b1ebdcb&shared=False => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/871] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:03:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/872] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/873] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&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: 435/874] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/ports?tenant_id=87c012ed1ac044419a9e95c20b1ebdcb&device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/875] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6868c697-08f5-4c49-9c66-25eee33c62d4 => 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: 436/876] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/subnets?id=891f63f4-6863-4646-88f6-0cce2ece96c9 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/877] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/ports?network_id=d6617f94-6740-4aa0-bf8b-a83199ede160&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: 438/878] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/networks/d6617f94-6740-4aa0-bf8b-a83199ede160?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: 439/879] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/networks/d6617f94-6740-4aa0-bf8b-a83199ede160?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/882] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:25 2026] GET /v2.0/security-groups?tenant_id=1e4c6c00f2f74709a9c177eb1937a2a4&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/883] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:25 2026] DELETE /v2.0/security-groups/82b4fb83-5205-4ffb-bf19-e07397cab61b => 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: 442/884] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:26 2026] GET /v2.0/security-groups?tenant_id=0e3ff88df1424c58830ea6365b4944a3&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: 443/885] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:26 2026] DELETE /v2.0/security-groups/fe2e0059-fe11-4532-9b58-7ff70ae47423 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/886] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:26 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/887] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:26 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&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: 444/888] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:26 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/889] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:27 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 445/890] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:27 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 446/891] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:27 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 446/892] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:27 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/893] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:27 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 447/894] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:27 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 448/895] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:27 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&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: 448/896] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:28 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/897] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:28 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 450/898] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:28 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 451/899] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:28 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/900] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:28 2026] GET /v2.0/security-groups?tenant_id=6d3eee4841b1494eb8fd5eeb651f2f90&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/901] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:28 2026] DELETE /v2.0/security-groups/bc2549a4-7d68-44ed-973a-c72d10d4e93e => 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: 450/902] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/ports?tenant_id=26aee34436944ee88d57c2717cc14397&device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 453/903] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/networks?id=495c5b49-5f34-4177-8d71-8eea6a2024a1 => generated 772 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/904] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c86bcc98-97fa-4641-948e-ddc348f17f79 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/905] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/subnets?id=48ab0677-714c-4fb6-8de8-67d3cc6e6e35 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/906] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/ports?network_id=495c5b49-5f34-4177-8d71-8eea6a2024a1&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/907] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/908] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/909] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1?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: 456/910] 10.0.0.83 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/911] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/912] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:29 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 456/913] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:30 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/914] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:30 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&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: 457/915] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:30 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/916] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:31 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 458/917] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:31 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/918] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:31 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/919] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:31 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:31.841 7 INFO neutron.db.l3_db [None req-2570bc67-42d1-4b4e-8e04-8247483f9b37 2994e7d2f3b246bca55d12b2f8e73977 87c012ed1ac044419a9e95c20b1ebdcb - - default default] Floating IP 5a507552-08b1-4b7b-9140-308900338cf5 associated. External IP: 10.96.250.215, port: 6868c697-08f5-4c49-9c66-25eee33c62d4. [pid: 7|app: 0|req: 461/920] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:03:31 2026] PUT /v2.0/floatingips/5a507552-08b1-4b7b-9140-308900338cf5 => generated 856 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/921] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/922] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 462/923] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:32.322 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84b0669f-3d27-4eee-a473-6d90f27b30b3'] response: {'name': 'network-changed', 'server_uuid': 'b14c3b73-3b88-478a-a40f-cacd8220a27c', 'tag': '6868c697-08f5-4c49-9c66-25eee33c62d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 462/924] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/925] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/926] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/927] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/ports?tenant_id=87c012ed1ac044419a9e95c20b1ebdcb&device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 464/928] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/networks?id=d6617f94-6740-4aa0-bf8b-a83199ede160 => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/929] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6868c697-08f5-4c49-9c66-25eee33c62d4 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/930] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:32 2026] GET /v2.0/subnets?id=891f63f4-6863-4646-88f6-0cce2ece96c9 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/931] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/ports?network_id=d6617f94-6740-4aa0-bf8b-a83199ede160&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: 466/932] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/networks/d6617f94-6740-4aa0-bf8b-a83199ede160?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: 467/933] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/networks/d6617f94-6740-4aa0-bf8b-a83199ede160?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: 467/934] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/935] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/936] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/security-groups?tenant_id=6cee338e0a59461f88155ed601203294&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/937] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:33 2026] DELETE /v2.0/security-groups/e0dbb54b-d887-44de-9e1a-be8496f29af2 => 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: 469/938] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/939] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:33 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&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: 470/940] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:34 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/941] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:34 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 471/942] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:34 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/943] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:35 2026] GET /v2.0/security-groups?id=0f81e715-dbf8-4ce9-8698-677246c04de4&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: 472/944] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:03:35 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:35.318 8 INFO neutron_taas.services.taas.taas_plugin [req-e8d5cf39-eaf8-4baf-b8af-5ba77fe6e491 req-c8116327-8158-4b72-bfb5-938ce10b0204 2994e7d2f3b246bca55d12b2f8e73977 87c012ed1ac044419a9e95c20b1ebdcb - - default default] TaaS: Handle Delete Port: 6868c697-08f5-4c49-9c66-25eee33c62d4 2026-06-12 08:03:35.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e8d5cf39-eaf8-4baf-b8af-5ba77fe6e491 req-c8116327-8158-4b72-bfb5-938ce10b0204 2994e7d2f3b246bca55d12b2f8e73977 87c012ed1ac044419a9e95c20b1ebdcb - - default default] Tap Mirror: Handle Delete Port: 6868c697-08f5-4c49-9c66-25eee33c62d4 2026-06-12 08:03:35.436 8 INFO neutron.db.l3_db [req-e8d5cf39-eaf8-4baf-b8af-5ba77fe6e491 req-c8116327-8158-4b72-bfb5-938ce10b0204 2994e7d2f3b246bca55d12b2f8e73977 87c012ed1ac044419a9e95c20b1ebdcb - - default default] Floating IP 5a507552-08b1-4b7b-9140-308900338cf5 disassociated. External IP: 10.96.250.215, port: 6868c697-08f5-4c49-9c66-25eee33c62d4. [pid: 8|app: 0|req: 473/945] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:03:35 2026] DELETE /v2.0/ports/6868c697-08f5-4c49-9c66-25eee33c62d4 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:35.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5724f986-3b6b-4419-aed6-592f92520e51'] response: {'server_uuid': 'b14c3b73-3b88-478a-a40f-cacd8220a27c', 'name': 'network-vif-deleted', 'tag': '6868c697-08f5-4c49-9c66-25eee33c62d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 474/946] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:35 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/947] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:35 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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:03:36.009 7 INFO neutron.db.segments_db [None req-295b0357-82a5-4016-ad82-508d0a15f916 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Added segment 0f86b710-fa42-4b9d-a613-9391d81fca8a of type vxlan for network 201d742d-199e-4c9a-b702-c144d08738dd 2026-06-12 08:03:36.079 7 INFO neutron.db.segments_db [None req-295b0357-82a5-4016-ad82-508d0a15f916 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Added segment f3246cf6-55c9-4bb8-8cd8-99df42bb1961 of type vxlan for network ab7e10eb-605e-4f08-8ae2-580aa08a66ba [pid: 8|app: 0|req: 476/948] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:36 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/949] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:03:35 2026] POST /v2.0/networks => generated 1207 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/950] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:03:36 2026] GET /v2.0/networks => generated 1844 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:03:36.435 7 INFO neutron.services.segments.plugin [-] Segment 0f86b710-fa42-4b9d-a613-9391d81fca8a resource provider aggregate not found 2026-06-12 08:03:36.443 7 INFO neutron.services.segments.plugin [-] Segment 0f86b710-fa42-4b9d-a613-9391d81fca8a resource provider aggregate not found 2026-06-12 08:03:36.450 7 INFO neutron.services.segments.plugin [-] Segment 0f86b710-fa42-4b9d-a613-9391d81fca8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f86b710-fa42-4b9d-a613-9391d81fca8a found for delete ", "request_id": "req-c6eef82c-53cb-46fb-9ecb-b4e6344d4b05"}]} 2026-06-12 08:03:36.461 7 INFO neutron.services.segments.plugin [-] Segment 0f86b710-fa42-4b9d-a613-9391d81fca8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f86b710-fa42-4b9d-a613-9391d81fca8a found for delete ", "request_id": "req-53c859a2-7691-469f-97b2-8a61d4afb63a"}]} [pid: 7|app: 0|req: 474/951] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:36 2026] DELETE /v2.0/networks/201d742d-199e-4c9a-b702-c144d08738dd => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:36.616 8 INFO neutron.services.segments.plugin [-] Segment f3246cf6-55c9-4bb8-8cd8-99df42bb1961 resource provider aggregate not found 2026-06-12 08:03:36.620 8 INFO neutron.services.segments.plugin [-] Segment f3246cf6-55c9-4bb8-8cd8-99df42bb1961 resource provider aggregate not found 2026-06-12 08:03:36.640 8 INFO neutron.services.segments.plugin [-] Segment f3246cf6-55c9-4bb8-8cd8-99df42bb1961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3246cf6-55c9-4bb8-8cd8-99df42bb1961 found for delete ", "request_id": "req-0dc40a38-2c9c-4e37-a2d9-ef8a42e59e0e"}]} 2026-06-12 08:03:36.642 8 INFO neutron.services.segments.plugin [-] Segment f3246cf6-55c9-4bb8-8cd8-99df42bb1961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3246cf6-55c9-4bb8-8cd8-99df42bb1961 found for delete ", "request_id": "req-94c61a90-f3e0-492d-999e-5ff80c5cb852"}]} [pid: 8|app: 0|req: 478/952] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:36 2026] DELETE /v2.0/networks/ab7e10eb-605e-4f08-8ae2-580aa08a66ba => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/953] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:03:36 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:36.797 8 INFO neutron.db.segments_db [None req-f2bd126e-bda7-4566-bfb7-14bca3cd626c 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Added segment ed3270d5-2d85-436a-996a-217d2b895f3c of type vxlan for network 19e7f8e8-696e-4887-93b7-8aecb425f3c2 [pid: 8|app: 0|req: 479/954] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:03:36 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:03:36.964 7 INFO neutron.db.segments_db [None req-c4287008-c355-4324-8e57-36d7b7c85e1d 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Added segment 19ba1501-1441-4039-8534-326221fd388c of type vxlan for network d8fb9a9f-83b8-46e3-8e0e-404e567de7cb [pid: 8|app: 0|req: 480/955] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:36 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/956] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:37 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 476/957] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:03:36 2026] POST /v2.0/networks => generated 631 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/958] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:37 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 482/959] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:03:37 2026] POST /v2.0/ports => generated 1505 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/960] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:03:37 2026] GET /v2.0/ports => generated 1505 bytes in 118 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:03:37.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-429995c9-61bf-4ea1-9e19-a9512e1421a2 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] TaaS: Handle Delete Port: 037b92c9-70f6-4e11-a427-4e24f45fee78 2026-06-12 08:03:37.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-429995c9-61bf-4ea1-9e19-a9512e1421a2 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Tap Mirror: Handle Delete Port: 037b92c9-70f6-4e11-a427-4e24f45fee78 [pid: 8|app: 0|req: 483/961] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:03:37 2026] DELETE /v2.0/ports/037b92c9-70f6-4e11-a427-4e24f45fee78 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:38.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-47e83729-a388-4ef6-9471-e998ce4892f7 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] TaaS: Handle Delete Port: 8bafe27d-5204-4928-8885-2d7ba8856896 2026-06-12 08:03:38.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47e83729-a388-4ef6-9471-e998ce4892f7 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Tap Mirror: Handle Delete Port: 8bafe27d-5204-4928-8885-2d7ba8856896 [pid: 7|app: 0|req: 479/962] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:03:37 2026] DELETE /v2.0/ports/8bafe27d-5204-4928-8885-2d7ba8856896 => 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: 484/963] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:03:38 2026] GET /v2.0/ports => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:03:38.311 7 INFO neutron.db.segments_db [None req-af2b41c4-9c6d-41e7-b577-1091d40ffaff 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Added segment a70c5324-230c-417b-bf06-a16b91fc58d9 of type vxlan for network b41a17b5-af01-44e8-8a65-1d106f59d0fa [pid: 8|app: 0|req: 485/964] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:38 2026] GET /v2.0/ports?device_id=b14c3b73-3b88-478a-a40f-cacd8220a27c => 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: 480/965] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:03:38 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:03:38.454 8 INFO neutron.db.segments_db [None req-8a985c8b-ba69-4c6f-8d3b-a7a6be251a71 30696dfb4b9f44e68a1412870439fab7 3566196b4fe04855aaa17d4be47b328f - - default default] Added segment 41801b75-deb8-4d68-adb6-7923b872b9a7 of type vxlan for network 5bc3b761-4fb0-454d-9ed1-b76999ce592e [pid: 8|app: 0|req: 486/966] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:03:38 2026] POST /v2.0/networks => generated 630 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/967] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:38 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/968] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jun 12 08:03:38 2026] GET /v2.0/ports/cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 972 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/969] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:38 2026] POST /v2.0/subnets => generated 1273 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/970] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:03:38 2026] GET /v2.0/subnets => generated 1909 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/971] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:38 2026] DELETE /v2.0/subnets/310075ed-00a7-4a5d-b492-35f76aad102e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/972] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:39 2026] DELETE /v2.0/subnets/46ec74ee-048c-4d33-a071-63a6aaacf17c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/973] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:03:39 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/974] 199.204.45.19 () {34 vars in 999 bytes} [Fri Jun 12 08:03:39 2026] GET /v2.0/subnets?network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 683 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:39.426 7 INFO neutron.services.segments.plugin [-] Segment 41801b75-deb8-4d68-adb6-7923b872b9a7 resource provider aggregate not found 2026-06-12 08:03:39.429 7 INFO neutron.services.segments.plugin [-] Segment 41801b75-deb8-4d68-adb6-7923b872b9a7 resource provider aggregate not found [pid: 8|app: 0|req: 491/975] 199.204.45.19 () {34 vars in 1145 bytes} [Fri Jun 12 08:03:39 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6&device_owner=compute%3Anova&network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:39.451 7 INFO neutron.services.segments.plugin [-] Segment 41801b75-deb8-4d68-adb6-7923b872b9a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41801b75-deb8-4d68-adb6-7923b872b9a7 found for delete ", "request_id": "req-513683e4-803f-4489-829d-e4a7e1d01470"}]} 2026-06-12 08:03:39.453 7 INFO neutron.services.segments.plugin [-] Segment 41801b75-deb8-4d68-adb6-7923b872b9a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41801b75-deb8-4d68-adb6-7923b872b9a7 found for delete ", "request_id": "req-377b0a14-8581-49d0-b9ab-9f7a904e1566"}]} [pid: 7|app: 0|req: 485/976] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:39 2026] DELETE /v2.0/networks/5bc3b761-4fb0-454d-9ed1-b76999ce592e => 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: 486/977] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:39 2026] DELETE /v2.0/security-groups/0f81e715-dbf8-4ce9-8698-677246c04de4 => 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: 487/978] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:39 2026] DELETE /v2.0/networks/b41a17b5-af01-44e8-8a65-1d106f59d0fa => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:39.710 7 INFO neutron.api.v2.resource [None req-24035b8b-6e4e-4b77-ba7f-29df8c185032 2994e7d2f3b246bca55d12b2f8e73977 87c012ed1ac044419a9e95c20b1ebdcb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 488/979] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:03:39 2026] GET /v2.0/security-groups/0f81e715-dbf8-4ce9-8698-677246c04de4 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/980] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:39 2026] DELETE /v2.0/networks/d8fb9a9f-83b8-46e3-8e0e-404e567de7cb => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/981] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:03:39 2026] PUT /v2.0/ports/cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 1149 bytes in 466 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:03:39.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-784f091c-309e-425c-a544-10e9eb66e00b 2994e7d2f3b246bca55d12b2f8e73977 87c012ed1ac044419a9e95c20b1ebdcb - - default default] TaaS: Handle Delete Port: 82670c27-73db-4c83-a064-5e5f0fbe412c 2026-06-12 08:03:39.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-784f091c-309e-425c-a544-10e9eb66e00b 2994e7d2f3b246bca55d12b2f8e73977 87c012ed1ac044419a9e95c20b1ebdcb - - default default] Tap Mirror: Handle Delete Port: 82670c27-73db-4c83-a064-5e5f0fbe412c 2026-06-12 08:03:39.953 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11670d9d-8f94-4f41-b9e9-ed6dc60dfcc0'] response: {'name': 'network-changed', 'server_uuid': 'ca2cd058-1a91-468c-b274-579250cc39b6', 'tag': 'cb4f341d-daf5-4d5f-a779-3b47b6d957df', 'status': 'completed', 'code': 200} 2026-06-12 08:03:40.027 8 INFO neutron.services.segments.plugin [-] Segment ed3270d5-2d85-436a-996a-217d2b895f3c resource provider aggregate not found 2026-06-12 08:03:40.032 8 INFO neutron.services.segments.plugin [-] Segment ed3270d5-2d85-436a-996a-217d2b895f3c resource provider aggregate not found 2026-06-12 08:03:40.050 8 INFO neutron.services.segments.plugin [-] Segment ed3270d5-2d85-436a-996a-217d2b895f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed3270d5-2d85-436a-996a-217d2b895f3c found for delete ", "request_id": "req-742f6143-cc38-4628-861e-618d28d2a0e0"}]} 2026-06-12 08:03:40.051 8 INFO neutron.services.segments.plugin [-] Segment ed3270d5-2d85-436a-996a-217d2b895f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed3270d5-2d85-436a-996a-217d2b895f3c found for delete ", "request_id": "req-64bf9821-04b6-4a96-9cfa-68a286fa28e9"}]} [pid: 8|app: 0|req: 493/982] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:39 2026] DELETE /v2.0/networks/19e7f8e8-696e-4887-93b7-8aecb425f3c2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/983] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:03:39 2026] DELETE /v2.0/floatingips/5a507552-08b1-4b7b-9140-308900338cf5 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/984] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/985] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/networks?id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:40.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9e58d4d-754f-44b2-bbe3-dd31ec879457 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 1370ca44-637d-45ca-ad39-baff2b1f0b69 2026-06-12 08:03:40.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9e58d4d-754f-44b2-bbe3-dd31ec879457 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 1370ca44-637d-45ca-ad39-baff2b1f0b69 [pid: 7|app: 0|req: 493/986] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/987] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => 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: 495/988] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/subnets?id=29c8fa9c-505e-4c2b-98e3-cfbba6aec383 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/989] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/security-groups?tenant_id=3566196b4fe04855aaa17d4be47b328f&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/990] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/ports?network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/991] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:40 2026] DELETE /v2.0/security-groups/f5aee2d9-37d8-4f3d-95f1-8ef8aaaffbae => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/992] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/995] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:40 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/996] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:03:40 2026] PUT /v2.0/routers/c8a126e7-9036-416d-84fc-05b3ca21fd41/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:41.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d580c21-a8d5-4cb2-bc78-a3b6c2fad32d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 0fec1b8d-7bbb-472d-b564-dc1e95b95ae5 2026-06-12 08:03:41.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d580c21-a8d5-4cb2-bc78-a3b6c2fad32d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 0fec1b8d-7bbb-472d-b564-dc1e95b95ae5 2026-06-12 08:03:41.477 7 INFO neutron.services.segments.plugin [-] Segment a70c5324-230c-417b-bf06-a16b91fc58d9 resource provider aggregate not found 2026-06-12 08:03:41.497 7 INFO neutron.services.segments.plugin [-] Segment a70c5324-230c-417b-bf06-a16b91fc58d9 resource provider aggregate not found 2026-06-12 08:03:41.508 7 INFO neutron.services.segments.plugin [-] Segment a70c5324-230c-417b-bf06-a16b91fc58d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a70c5324-230c-417b-bf06-a16b91fc58d9 found for delete ", "request_id": "req-14c4df31-bc2b-490e-b55d-44458e2ac833"}]} 2026-06-12 08:03:41.513 7 INFO neutron.services.segments.plugin [-] Segment a70c5324-230c-417b-bf06-a16b91fc58d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a70c5324-230c-417b-bf06-a16b91fc58d9 found for delete ", "request_id": "req-f898e155-96b3-4c1c-be44-782564576286"}]} 2026-06-12 08:03:41.528 7 INFO neutron.services.segments.plugin [-] Segment 19ba1501-1441-4039-8534-326221fd388c resource provider aggregate not found 2026-06-12 08:03:41.530 7 INFO neutron.services.segments.plugin [-] Segment 19ba1501-1441-4039-8534-326221fd388c resource provider aggregate not found 2026-06-12 08:03:41.557 7 INFO neutron.services.segments.plugin [-] Segment 19ba1501-1441-4039-8534-326221fd388c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ba1501-1441-4039-8534-326221fd388c found for delete ", "request_id": "req-d7539f49-4b9c-40ab-b228-93090a9393e8"}]} 2026-06-12 08:03:41.559 7 INFO neutron.services.segments.plugin [-] Segment 19ba1501-1441-4039-8534-326221fd388c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ba1501-1441-4039-8534-326221fd388c found for delete ", "request_id": "req-01bef753-d4fc-4f77-bda7-21c435642f67"}]} 2026-06-12 08:03:41.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d580c21-a8d5-4cb2-bc78-a3b6c2fad32d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 7bc7bffb-6afe-4f85-b357-44ec53d8814a 2026-06-12 08:03:41.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d580c21-a8d5-4cb2-bc78-a3b6c2fad32d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 7bc7bffb-6afe-4f85-b357-44ec53d8814a 2026-06-12 08:03:41.956 7 INFO neutron.db.l3_hamode_db [None req-3d580c21-a8d5-4cb2-bc78-a3b6c2fad32d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network a9bc7037-34d8-490c-85f4-40047f83bbe2 was deleted as no HA routers are present in tenant 87c012ed1ac044419a9e95c20b1ebdcb. [pid: 7|app: 0|req: 503/997] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:41 2026] DELETE /v2.0/routers/c8a126e7-9036-416d-84fc-05b3ca21fd41 => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/998] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:41 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1421 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/999] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:41 2026] GET /v2.0/networks?id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1000] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1152 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1001] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1002] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:41 2026] DELETE /v2.0/subnets/891f63f4-6863-4646-88f6-0cce2ece96c9 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1003] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1004] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => 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: 506/1005] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/subnets?id=29c8fa9c-505e-4c2b-98e3-cfbba6aec383 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:42.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-cabcc135-a8f3-48db-8481-d64da42979e9 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 2f08d586-f4d0-409e-9eca-a1cd6b68b3f7 2026-06-12 08:03:42.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cabcc135-a8f3-48db-8481-d64da42979e9 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 2f08d586-f4d0-409e-9eca-a1cd6b68b3f7 [pid: 7|app: 0|req: 507/1006] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/ports?network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09&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: 508/1007] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1008] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?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) 2026-06-12 08:03:42.392 8 INFO neutron.services.segments.plugin [-] Segment d661effe-e2ae-4d38-a5a2-cbefec5c9766 resource provider aggregate not found 2026-06-12 08:03:42.397 8 INFO neutron.services.segments.plugin [-] Segment d661effe-e2ae-4d38-a5a2-cbefec5c9766 resource provider aggregate not found 2026-06-12 08:03:42.407 8 INFO neutron.services.segments.plugin [-] Segment d661effe-e2ae-4d38-a5a2-cbefec5c9766 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d661effe-e2ae-4d38-a5a2-cbefec5c9766 found for delete ", "request_id": "req-4aa2c07f-d30f-48d1-8bdd-b3315c1f6e91"}]} 2026-06-12 08:03:42.417 8 INFO neutron.services.segments.plugin [-] Segment d661effe-e2ae-4d38-a5a2-cbefec5c9766 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d661effe-e2ae-4d38-a5a2-cbefec5c9766 found for delete ", "request_id": "req-744a53a8-0178-45ea-adf7-1a5f9f68730b"}]} [pid: 8|app: 0|req: 500/1009] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:42 2026] DELETE /v2.0/networks/d6617f94-6740-4aa0-bf8b-a83199ede160 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1010] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/security-groups?tenant_id=87c012ed1ac044419a9e95c20b1ebdcb&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1011] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:42 2026] DELETE /v2.0/security-groups/08ee0022-4956-4141-bb70-478969ddcc5f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1012] 199.204.45.19 () {34 vars in 1117 bytes} [Fri Jun 12 08:03:42 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1013] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:03:42 2026] PUT /v2.0/ports/cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 972 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:43.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33de0731-cf91-4ec7-b34e-87ed2b6c33f3'] response: {'name': 'network-changed', 'server_uuid': 'ca2cd058-1a91-468c-b274-579250cc39b6', 'tag': 'cb4f341d-daf5-4d5f-a779-3b47b6d957df', 'status': 'completed', 'code': 200} 2026-06-12 08:03:43.577 7 INFO neutron.services.segments.plugin [-] Segment 577b2c42-769f-4ddf-a3de-05ab68a6e2f7 resource provider aggregate not found 2026-06-12 08:03:43.578 7 INFO neutron.services.segments.plugin [-] Segment 577b2c42-769f-4ddf-a3de-05ab68a6e2f7 resource provider aggregate not found 2026-06-12 08:03:43.593 7 INFO neutron.services.segments.plugin [-] Segment 577b2c42-769f-4ddf-a3de-05ab68a6e2f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 577b2c42-769f-4ddf-a3de-05ab68a6e2f7 found for delete ", "request_id": "req-97862da5-e821-4f63-9f73-f87ff6ba6273"}]} 2026-06-12 08:03:43.596 7 INFO neutron.services.segments.plugin [-] Segment 577b2c42-769f-4ddf-a3de-05ab68a6e2f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 577b2c42-769f-4ddf-a3de-05ab68a6e2f7 found for delete ", "request_id": "req-3e5bca9f-3f7d-43f3-bc7f-69d78fa70f05"}]} [pid: 7|app: 0|req: 512/1014] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:43 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 1244 bytes in 39 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: 503/1015] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:43 2026] GET /v2.0/networks?id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1016] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1017] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/subnets?id=29c8fa9c-505e-4c2b-98e3-cfbba6aec383 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1018] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/ports?network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09&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: 505/1019] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?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: 515/1020] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1021] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1022] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1023] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:44 2026] GET /v2.0/security-groups?tenant_id=9473586ab03f462a831d0aa66aceb585&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1024] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:44 2026] DELETE /v2.0/security-groups/46921268-8552-4d52-916e-35aa8233488b => 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: 507/1025] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/ports?tenant_id=1834797f1a4345918dbeb79ce511aee6&device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 519/1026] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/networks?id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 779 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1027] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1028] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/subnets?id=29c8fa9c-505e-4c2b-98e3-cfbba6aec383 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1029] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/ports?network_id=93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1030] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?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: 510/1031] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09?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: 522/1032] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1033] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:45 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&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: 512/1034] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:46 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1035] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:03:46 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 1244 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1036] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:46 2026] GET /v2.0/security-groups?id=41828e87-828a-4d75-a24e-cfd0a1af0e72&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1037] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:03:46 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 525/1038] 10.0.0.83 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:47 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:47.136 8 INFO neutron_taas.services.taas.taas_plugin [req-caf6336f-65c5-4cd6-be22-2143c088e69f req-f38d701a-dc8b-4c32-93de-99f96444871a 88ac99c5f3ed47c697755c9ebbba04fb 1834797f1a4345918dbeb79ce511aee6 - - default default] TaaS: Handle Delete Port: cb4f341d-daf5-4d5f-a779-3b47b6d957df 2026-06-12 08:03:47.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-caf6336f-65c5-4cd6-be22-2143c088e69f req-f38d701a-dc8b-4c32-93de-99f96444871a 88ac99c5f3ed47c697755c9ebbba04fb 1834797f1a4345918dbeb79ce511aee6 - - default default] Tap Mirror: Handle Delete Port: cb4f341d-daf5-4d5f-a779-3b47b6d957df 2026-06-12 08:03:47.275 8 INFO neutron.db.l3_db [req-caf6336f-65c5-4cd6-be22-2143c088e69f req-f38d701a-dc8b-4c32-93de-99f96444871a 88ac99c5f3ed47c697755c9ebbba04fb 1834797f1a4345918dbeb79ce511aee6 - - default default] Floating IP 146d1d1d-528f-40d6-a53e-641214af2d61 disassociated. External IP: 10.96.250.208, port: cb4f341d-daf5-4d5f-a779-3b47b6d957df. [pid: 7|app: 0|req: 526/1039] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:47 2026] GET /v2.0/security-groups?tenant_id=22a52790c1fe48de91593d1246f20d82&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1040] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:47 2026] DELETE /v2.0/security-groups/4699e909-b677-4d9b-bbea-13da368589f8 => 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: 514/1041] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:03:47 2026] DELETE /v2.0/ports/cb4f341d-daf5-4d5f-a779-3b47b6d957df => generated 0 bytes in 600 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:47.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93d6e4a5-2aea-41a5-911e-f63633cb24ec'] response: {'server_uuid': 'ca2cd058-1a91-468c-b274-579250cc39b6', 'name': 'network-vif-deleted', 'tag': 'cb4f341d-daf5-4d5f-a779-3b47b6d957df', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 528/1042] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:48 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 515/1043] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:48 2026] GET /v2.0/security-groups?tenant_id=d342c03c59bb427da2387abe7df08cc0&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1044] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:49 2026] DELETE /v2.0/security-groups/aab0efef-1d78-4370-bcb8-527018fe94c5 => 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: 516/1045] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:49 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => 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: 517/1046] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:49 2026] GET /v2.0/security-groups?tenant_id=a6b8208df02e4ab487546cc7c019f731&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1047] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:49 2026] DELETE /v2.0/security-groups/9e0f3d13-809c-46d0-88a6-ac6e6c5c7de6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:49.558 7 INFO neutron.db.segments_db [None req-b66cdc2c-b277-432f-a6f7-1497ad1879ed 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 978994cf-2dfb-4313-819a-06a0455e5e55 of type vxlan for network 0e29253a-0c7f-4591-aa3e-28ea4cd719c0 [pid: 7|app: 0|req: 530/1048] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:03:49 2026] POST /v2.0/networks => generated 721 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1049] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:49 2026] POST /v2.0/subnets => generated 687 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:03:49.844 7 INFO neutron.db.segments_db [None req-8cce6b36-2589-4535-ac22-4404810cc092 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment e15995db-6ea3-47f8-8f56-760dd2fd9240 of type vxlan for network c2c45368-a3ac-451e-be32-29e9e54b4390 2026-06-12 08:03:50.086 7 INFO neutron.db.l3_hamode_db [None req-8cce6b36-2589-4535-ac22-4404810cc092 595e9a6a98fa4357937900f798e7a6c8 abce2f2bb37f444ea236dc0a86434633 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 520/1050] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:50 2026] GET /v2.0/ports?device_id=ca2cd058-1a91-468c-b274-579250cc39b6 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:03:50.830 7 INFO neutron.db.l3_hamode_db [None req-8cce6b36-2589-4535-ac22-4404810cc092 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 521/1051] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:51 2026] DELETE /v2.0/security-groups/41828e87-828a-4d75-a24e-cfd0a1af0e72 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:51.520 8 INFO neutron.api.v2.resource [None req-f9dd231a-1423-4a69-ad24-142283211e62 88ac99c5f3ed47c697755c9ebbba04fb 1834797f1a4345918dbeb79ce511aee6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/1052] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:03:51 2026] GET /v2.0/security-groups/41828e87-828a-4d75-a24e-cfd0a1af0e72 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:03:51.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5eb2287-71df-4634-9c49-7d4be920f8e5 88ac99c5f3ed47c697755c9ebbba04fb 1834797f1a4345918dbeb79ce511aee6 - - default default] TaaS: Handle Delete Port: a19afaed-cdca-4059-84bc-2f4e1a9a14a2 2026-06-12 08:03:51.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5eb2287-71df-4634-9c49-7d4be920f8e5 88ac99c5f3ed47c697755c9ebbba04fb 1834797f1a4345918dbeb79ce511aee6 - - default default] Tap Mirror: Handle Delete Port: a19afaed-cdca-4059-84bc-2f4e1a9a14a2 [pid: 7|app: 0|req: 531/1053] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:49 2026] POST /v2.0/routers => generated 727 bytes in 1934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1054] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:03:51 2026] DELETE /v2.0/floatingips/146d1d1d-528f-40d6-a53e-641214af2d61 => 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: 532/1055] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:51 2026] GET /v2.0/security-groups?tenant_id=574fb659405a4f31bc655a730a8d36e7&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:03:52.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc3eff32-2f15-4f68-8840-607659abbc5d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: ff426d62-e75e-476e-a0b1-cbe9ab468296 2026-06-12 08:03:52.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc3eff32-2f15-4f68-8840-607659abbc5d 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: ff426d62-e75e-476e-a0b1-cbe9ab468296 [pid: 8|app: 0|req: 524/1056] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:03:51 2026] PUT /v2.0/routers/0564726d-de1b-4774-bce5-74fa6795c0a9/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1057] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:03:52 2026] PUT /v2.0/routers/74ed14b7-adc9-4022-81f3-77f094e0bebb/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1058] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:52 2026] DELETE /v2.0/security-groups/b8adb5f0-1024-464b-93b4-644063b99825 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:03:53.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-9523cd8a-c5f9-4c25-94d6-cad0568d00d2 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: dac7b54f-b158-4fc9-b873-ab9055d25775 2026-06-12 08:03:53.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9523cd8a-c5f9-4c25-94d6-cad0568d00d2 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: dac7b54f-b158-4fc9-b873-ab9055d25775 2026-06-12 08:03:53.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-9523cd8a-c5f9-4c25-94d6-cad0568d00d2 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: d9edf9eb-f2b2-445a-899f-8100b71a6f16 2026-06-12 08:03:53.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9523cd8a-c5f9-4c25-94d6-cad0568d00d2 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: d9edf9eb-f2b2-445a-899f-8100b71a6f16 2026-06-12 08:03:53.771 7 INFO neutron.services.segments.plugin [-] Segment 181a3950-70f9-4f72-bfd6-4865e63f029b resource provider aggregate not found 2026-06-12 08:03:53.779 7 INFO neutron.services.segments.plugin [-] Segment 181a3950-70f9-4f72-bfd6-4865e63f029b resource provider aggregate not found 2026-06-12 08:03:53.798 7 INFO neutron.services.segments.plugin [-] Segment 181a3950-70f9-4f72-bfd6-4865e63f029b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181a3950-70f9-4f72-bfd6-4865e63f029b found for delete ", "request_id": "req-68e2a091-c329-4ce3-b0a8-7d1863ca7cea"}]} 2026-06-12 08:03:53.801 7 INFO neutron.services.segments.plugin [-] Segment 181a3950-70f9-4f72-bfd6-4865e63f029b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 181a3950-70f9-4f72-bfd6-4865e63f029b found for delete ", "request_id": "req-13c11d1b-a3f6-4483-aa41-c5332b8b314e"}]} 2026-06-12 08:03:53.814 7 INFO neutron.db.l3_hamode_db [None req-9523cd8a-c5f9-4c25-94d6-cad0568d00d2 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network d4a81477-03aa-4b0b-b44f-dbf6ae3631f1 was deleted as no HA routers are present in tenant 1834797f1a4345918dbeb79ce511aee6. [pid: 7|app: 0|req: 534/1059] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:52 2026] DELETE /v2.0/routers/74ed14b7-adc9-4022-81f3-77f094e0bebb => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1060] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:03:53 2026] DELETE /v2.0/subnets/29c8fa9c-505e-4c2b-98e3-cfbba6aec383 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:03:54.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ff9482e-9bf0-49e0-8711-816480bfcaa5 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: ee2bad4a-a16c-4ebc-b4f1-a7f89c813a0d 2026-06-12 08:03:54.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ff9482e-9bf0-49e0-8711-816480bfcaa5 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: ee2bad4a-a16c-4ebc-b4f1-a7f89c813a0d [pid: 7|app: 0|req: 535/1061] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:03:54 2026] DELETE /v2.0/networks/93bee7b2-1d20-4ba2-9a37-7bfc9d5e9f09 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1062] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:03:54 2026] GET /v2.0/security-groups?tenant_id=1834797f1a4345918dbeb79ce511aee6&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1063] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:03:54 2026] DELETE /v2.0/security-groups/8f61a73a-c2cc-4a49-9f36-d63671561af2 => 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: 537/1064] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:03:55 2026] GET /v2.0/networks?id=0e29253a-0c7f-4591-aa3e-28ea4cd719c0 => generated 672 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1065] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:03:55 2026] GET /v2.0/quotas/abce2f2bb37f444ea236dc0a86434633 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:03:55.395 8 INFO neutron.db.segments_db [None req-3261d2ae-e850-4339-845d-1001e6ca73d8 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Added segment c273c2f3-ca0d-48be-9ad5-270a51a2b154 of type vxlan for network 317c431e-4cf1-4e4c-950f-f6ee1b7dd77e [pid: 7|app: 0|req: 539/1066] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:03:55 2026] GET /v2.0/ports?tenant_id=abce2f2bb37f444ea236dc0a86434633&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1067] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:03:55 2026] POST /v2.0/networks => generated 631 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1068] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:03:55 2026] GET /v2.0/networks/0e29253a-0c7f-4591-aa3e-28ea4cd719c0?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1069] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:03:55 2026] GET /v2.0/networks/0e29253a-0c7f-4591-aa3e-28ea4cd719c0?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: 542/1070] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:55 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => 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: 529/1071] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:55 2026] POST /v2.0/subnets => generated 627 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:03:55.820 7 INFO neutron.services.segments.plugin [-] Segment 86fada51-4108-4fec-953a-6b95760d1a8f resource provider aggregate not found 2026-06-12 08:03:55.829 7 INFO neutron.services.segments.plugin [-] Segment 86fada51-4108-4fec-953a-6b95760d1a8f resource provider aggregate not found 2026-06-12 08:03:55.838 7 INFO neutron.services.segments.plugin [-] Segment 86fada51-4108-4fec-953a-6b95760d1a8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fada51-4108-4fec-953a-6b95760d1a8f found for delete ", "request_id": "req-c87c6aa4-756c-44ef-b3ae-33375e2edf50"}]} 2026-06-12 08:03:55.845 7 INFO neutron.services.segments.plugin [-] Segment 86fada51-4108-4fec-953a-6b95760d1a8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fada51-4108-4fec-953a-6b95760d1a8f found for delete ", "request_id": "req-67b30b76-eee9-4dcd-80ed-9907fbcd7258"}]} 2026-06-12 08:03:55.856 8 INFO neutron.db.segments_db [None req-4ee28ece-3726-478f-8e3d-cf6cfeb67cc5 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Added segment cba0762b-cb30-4d72-b0a5-9740ab0c0234 of type vxlan for network 082eea71-1ce2-48e2-8be1-e5b4e552f4ef 2026-06-12 08:03:56.125 8 INFO neutron.db.l3_hamode_db [None req-4ee28ece-3726-478f-8e3d-cf6cfeb67cc5 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:03:56.627 7 INFO neutron.db.segments_db [None req-97eff9c2-9fb1-458b-bf1f-b814d7e29116 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment f93db19e-db14-4952-a858-b1eda609a962 of type vxlan for network aaf11675-5399-456c-a52d-4176316e8381 [pid: 7|app: 0|req: 544/1074] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:03:56 2026] POST /v2.0/networks => generated 727 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1075] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:56 2026] POST /v2.0/subnets => generated 693 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1076] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:56 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:03:56.994 7 INFO neutron.db.segments_db [None req-8c117d12-2d8c-4ec4-bc1d-9ea37a51eeda 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment cad1a065-3ef2-4135-9989-551d6036e982 of type vxlan for network b80358c2-d5f0-4d93-8ed8-941e5629d46b 2026-06-12 08:03:57.025 8 INFO neutron.db.l3_hamode_db [None req-4ee28ece-3726-478f-8e3d-cf6cfeb67cc5 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:03:57.227 7 INFO neutron.db.l3_hamode_db [None req-8c117d12-2d8c-4ec4-bc1d-9ea37a51eeda 595e9a6a98fa4357937900f798e7a6c8 e33d96b3131b4b6ba745c173951bc3ad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:03:58.029 7 INFO neutron.db.l3_hamode_db [None req-8c117d12-2d8c-4ec4-bc1d-9ea37a51eeda 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 531/1077] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:55 2026] POST /v2.0/routers => generated 695 bytes in 2232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1078] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:58 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => 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: 547/1079] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:03:56 2026] POST /v2.0/routers => generated 733 bytes in 1938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1080] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:58 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1081] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:03:58 2026] PUT /v2.0/routers/5a1eb25b-852b-4901-bdfa-c6017e6de509/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1082] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:03:59 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 535/1083] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:59 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => 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: 536/1084] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:03:59 2026] POST /v2.0/ports => generated 955 bytes in 290 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: 537/1085] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:03:59 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1086] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:03:58 2026] PUT /v2.0/routers/08ebaca8-c3d0-4172-ac7a-baf77b42a0b5/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1087] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:03:59 2026] POST /v2.0/ports => generated 954 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, ' [pid: 7|app: 0|req: 550/1088] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:00 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&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: 8|app: 0|req: 539/1089] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:04:00 2026] GET /v2.0/networks?id=0e29253a-0c7f-4591-aa3e-28ea4cd719c0 => generated 672 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1090] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:04:00 2026] POST /v2.0/ports => generated 954 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 541/1091] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:00 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 957 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1092] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:04:00 2026] PUT /v2.0/ports/7e3d53c4-5598-4249-905e-a2b69da73f45 => generated 1235 bytes in 426 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: 543/1093] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:01.125 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8b3591c-4c3f-4e32-b667-9e4b6adacb5f'] response: {'name': 'network-changed', 'server_uuid': '85849f2b-7f80-47af-8487-354ff72e5127', 'tag': '7e3d53c4-5598-4249-905e-a2b69da73f45', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 544/1094] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/networks?id=aaf11675-5399-456c-a52d-4176316e8381 => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1095] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/quotas/e33d96b3131b4b6ba745c173951bc3ad => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1096] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/ports?tenant_id=e33d96b3131b4b6ba745c173951bc3ad&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1097] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1098] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/networks/aaf11675-5399-456c-a52d-4176316e8381?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:01.347 7 INFO neutron.db.l3_db [None req-77bac917-9013-4d55-a25c-e5bb4a9acca4 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Floating IP 7cbae2be-d623-40ec-a322-efaf3a7a44be associated. External IP: 10.96.250.207, port: e7d1517d-33f7-436f-9def-a7436eb79167. [pid: 8|app: 0|req: 549/1099] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/security-groups?id=4e541847-c1d5-466d-8e20-eabb02805e6c&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1100] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/networks/aaf11675-5399-456c-a52d-4176316e8381?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: 551/1101] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => 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: 551/1102] 10.0.0.18 () {34 vars in 676 bytes} [Fri Jun 12 08:04:00 2026] POST /v2.0/floatingips => generated 841 bytes in 1520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1103] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/ports?tenant_id=abce2f2bb37f444ea236dc0a86434633&device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1104] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/networks?tenant_id=abce2f2bb37f444ea236dc0a86434633&shared=False => generated 768 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:01.771 7 INFO neutron.db.l3_db [None req-36f5111c-a297-4fd7-b032-8463437f0c3b a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Floating IP 7cbae2be-d623-40ec-a322-efaf3a7a44be disassociated. External IP: 10.96.250.207, port: e7d1517d-33f7-436f-9def-a7436eb79167. [pid: 8|app: 0|req: 554/1105] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:04:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1106] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:04:01 2026] PUT /v2.0/floatingips/7cbae2be-d623-40ec-a322-efaf3a7a44be => generated 552 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:02.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-643a3437-18fc-485a-a10f-d7e1a98641e1 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] TaaS: Handle Delete Port: 5b1659cb-473a-44fc-8014-f60c4d80d906 [pid: 7|app: 0|req: 553/1107] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:02.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-643a3437-18fc-485a-a10f-d7e1a98641e1 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Tap Mirror: Handle Delete Port: 5b1659cb-473a-44fc-8014-f60c4d80d906 2026-06-12 08:04:02.256 7 INFO neutron_taas.services.taas.taas_plugin [req-80649f0b-e01f-4f32-8a47-98558720d108 req-d3b08645-91bd-44a3-9ddb-55a9dc8a490b a88213a663c94ba8a36898ea3c3104b0 26aee34436944ee88d57c2717cc14397 - - default default] TaaS: Handle Delete Port: c86bcc98-97fa-4641-948e-ddc348f17f79 2026-06-12 08:04:02.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-80649f0b-e01f-4f32-8a47-98558720d108 req-d3b08645-91bd-44a3-9ddb-55a9dc8a490b a88213a663c94ba8a36898ea3c3104b0 26aee34436944ee88d57c2717cc14397 - - default default] Tap Mirror: Handle Delete Port: c86bcc98-97fa-4641-948e-ddc348f17f79 [pid: 8|app: 0|req: 555/1108] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:04:02 2026] DELETE /v2.0/floatingips/7cbae2be-d623-40ec-a322-efaf3a7a44be => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1109] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:02.393 7 INFO neutron.db.l3_db [req-80649f0b-e01f-4f32-8a47-98558720d108 req-d3b08645-91bd-44a3-9ddb-55a9dc8a490b a88213a663c94ba8a36898ea3c3104b0 26aee34436944ee88d57c2717cc14397 - - default default] Floating IP ef31ce88-4902-4b75-849c-489d6d2507b7 disassociated. External IP: 10.96.250.204, port: c86bcc98-97fa-4641-948e-ddc348f17f79. [pid: 7|app: 0|req: 554/1110] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:04:02 2026] DELETE /v2.0/ports/c86bcc98-97fa-4641-948e-ddc348f17f79 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1111] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1112] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:02.816 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3240556c-9623-465e-919c-d91e96524fa1'] response: {'server_uuid': '195ed916-6dc5-4715-b7a8-f1409a743ec1', 'name': 'network-vif-deleted', 'tag': 'c86bcc98-97fa-4641-948e-ddc348f17f79', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 557/1113] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/ports?tenant_id=abce2f2bb37f444ea236dc0a86434633&device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1114] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1115] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=7e3d53c4-5598-4249-905e-a2b69da73f45 => 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: 560/1116] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/subnets?id=36f57f4e-7327-4c32-a515-c97331f0e016 => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1117] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/ports?network_id=0e29253a-0c7f-4591-aa3e-28ea4cd719c0&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1118] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:04:02 2026] GET /v2.0/networks/0e29253a-0c7f-4591-aa3e-28ea4cd719c0?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1119] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:04:03 2026] GET /v2.0/networks/0e29253a-0c7f-4591-aa3e-28ea4cd719c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:03.509 8 INFO neutron.db.l3_db [None req-623017c2-146a-42fd-833d-ce40a93230b0 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Floating IP 304f2b5e-fb3d-4964-85c0-ea53a10b143e associated. External IP: 10.96.250.213, port: 3ffde4e7-de69-45b6-b914-a6f684fb173a. [pid: 8|app: 0|req: 557/1120] 10.0.0.18 () {34 vars in 676 bytes} [Fri Jun 12 08:04:02 2026] POST /v2.0/floatingips => generated 842 bytes in 1445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1121] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:03 2026] GET /v2.0/floatingips/304f2b5e-fb3d-4964-85c0-ea53a10b143e => generated 842 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1122] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:03 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 564/1123] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:03 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1124] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:03 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1125] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:03 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => 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: 560/1126] 10.0.0.18 () {32 vars in 654 bytes} [Fri Jun 12 08:04:03 2026] GET /v2.0/floatingips => generated 845 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:04.355 7 INFO neutron.db.l3_db [None req-06d75860-021f-468a-96fd-3fc0b6959d5f a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Floating IP 304f2b5e-fb3d-4964-85c0-ea53a10b143e associated. External IP: 10.96.250.213, port: 3ffde4e7-de69-45b6-b914-a6f684fb173a. [pid: 7|app: 0|req: 567/1127] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:04:03 2026] PUT /v2.0/floatingips/304f2b5e-fb3d-4964-85c0-ea53a10b143e => generated 841 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1128] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:04 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 562/1129] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:05 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:05.069 7 INFO neutron.db.l3_db [None req-a4f5db46-d045-4943-8698-d9285cc2fd3c a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Floating IP 304f2b5e-fb3d-4964-85c0-ea53a10b143e disassociated. External IP: 10.96.250.213, port: e7d1517d-33f7-436f-9def-a7436eb79167. [pid: 8|app: 0|req: 563/1130] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:05 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => 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: 564/1131] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:05 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&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: 568/1132] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:04:04 2026] PUT /v2.0/floatingips/304f2b5e-fb3d-4964-85c0-ea53a10b143e => generated 552 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:05.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-98d7d4ca-9d0c-4f46-9256-50d9f451c4e3 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] TaaS: Handle Delete Port: 2d4a655e-2fa0-40d5-a72e-6e49d68a0086 2026-06-12 08:04:05.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98d7d4ca-9d0c-4f46-9256-50d9f451c4e3 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Tap Mirror: Handle Delete Port: 2d4a655e-2fa0-40d5-a72e-6e49d68a0086 [pid: 8|app: 0|req: 565/1133] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:04:05 2026] DELETE /v2.0/floatingips/304f2b5e-fb3d-4964-85c0-ea53a10b143e => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:05.655 7 INFO neutron.api.v2.resource [None req-88418940-fd04-4093-b847-9c9c251099c5 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 569/1134] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:04:05 2026] DELETE /v2.0/floatingips/304f2b5e-fb3d-4964-85c0-ea53a10b143e => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:05.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-3eb7c79e-627e-40df-89a5-e088edf5efab a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] TaaS: Handle Delete Port: e7d1517d-33f7-436f-9def-a7436eb79167 2026-06-12 08:04:05.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb7c79e-627e-40df-89a5-e088edf5efab a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Tap Mirror: Handle Delete Port: e7d1517d-33f7-436f-9def-a7436eb79167 [pid: 7|app: 0|req: 570/1135] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:04:05 2026] GET /v2.0/networks?id=aaf11675-5399-456c-a52d-4176316e8381 => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1136] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:05 2026] DELETE /v2.0/ports/e7d1517d-33f7-436f-9def-a7436eb79167 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:06.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d33aebb-f6fa-4630-bc13-438ba5b2ca27 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] TaaS: Handle Delete Port: 3ffde4e7-de69-45b6-b914-a6f684fb173a 2026-06-12 08:04:06.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d33aebb-f6fa-4630-bc13-438ba5b2ca27 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Tap Mirror: Handle Delete Port: 3ffde4e7-de69-45b6-b914-a6f684fb173a [pid: 8|app: 0|req: 567/1137] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:05 2026] DELETE /v2.0/ports/3ffde4e7-de69-45b6-b914-a6f684fb173a => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1138] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:06 2026] GET /v2.0/ports?device_id=195ed916-6dc5-4715-b7a8-f1409a743ec1 => 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: 569/1139] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:06 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 957 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1140] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:06 2026] GET /v2.0/ports?device_id=5a1eb25b-852b-4901-bdfa-c6017e6de509 => generated 958 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1141] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:04:05 2026] POST /v2.0/ports => generated 954 bytes in 447 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: 572/1142] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:06 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1143] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:06 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:06.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-93247a01-0b33-4e90-83aa-6e49dc3b8243 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] TaaS: Handle Delete Port: 07ba9f84-5853-49b3-af03-b2b223041ec0 2026-06-12 08:04:06.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93247a01-0b33-4e90-83aa-6e49dc3b8243 a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Tap Mirror: Handle Delete Port: 07ba9f84-5853-49b3-af03-b2b223041ec0 [pid: 8|app: 0|req: 572/1144] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:04:06 2026] PUT /v2.0/ports/4d366265-9edb-4c78-a26a-f546d51aa1fc => generated 1235 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 573/1145] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:06 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:06.837 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-59233f55-e680-427e-879d-1f0523abfaf1'] response: {'name': 'network-changed', 'server_uuid': 'b921008f-18b9-42dd-980f-a5b62da35f9f', 'tag': '4d366265-9edb-4c78-a26a-f546d51aa1fc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 573/1146] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:06 2026] PUT /v2.0/routers/5a1eb25b-852b-4901-bdfa-c6017e6de509/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1147] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:07 2026] DELETE /v2.0/security-groups/4e541847-c1d5-466d-8e20-eabb02805e6c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1148] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:04:07 2026] GET /v2.0/ports?tenant_id=e33d96b3131b4b6ba745c173951bc3ad&device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:07.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5ec830c-3efc-4498-a11c-a5eab233fece a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] TaaS: Handle Delete Port: 5d270b75-6ee0-44c5-b1ba-6ba35dc121b0 [pid: 7|app: 0|req: 576/1149] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:07 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:07.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5ec830c-3efc-4498-a11c-a5eab233fece a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Tap Mirror: Handle Delete Port: 5d270b75-6ee0-44c5-b1ba-6ba35dc121b0 2026-06-12 08:04:07.551 7 INFO neutron.api.v2.resource [None req-1a5515f2-cd26-4c55-8524-51d8c2d97170 a88213a663c94ba8a36898ea3c3104b0 26aee34436944ee88d57c2717cc14397 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 577/1150] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:04:07 2026] GET /v2.0/security-groups/4e541847-c1d5-466d-8e20-eabb02805e6c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1151] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:04:07 2026] GET /v2.0/networks?tenant_id=e33d96b3131b4b6ba745c173951bc3ad&shared=False => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1152] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:07 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:07.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-24d6c5b9-6490-4de3-aa96-b0b076444cc0 a88213a663c94ba8a36898ea3c3104b0 26aee34436944ee88d57c2717cc14397 - - default default] TaaS: Handle Delete Port: c65cfc10-b0bc-4002-a565-3240277dc45e 2026-06-12 08:04:07.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24d6c5b9-6490-4de3-aa96-b0b076444cc0 a88213a663c94ba8a36898ea3c3104b0 26aee34436944ee88d57c2717cc14397 - - default default] Tap Mirror: Handle Delete Port: c65cfc10-b0bc-4002-a565-3240277dc45e 2026-06-12 08:04:07.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5ec830c-3efc-4498-a11c-a5eab233fece a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] TaaS: Handle Delete Port: c14e4790-5e82-4819-addb-7cf23b321643 2026-06-12 08:04:07.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5ec830c-3efc-4498-a11c-a5eab233fece a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] Tap Mirror: Handle Delete Port: c14e4790-5e82-4819-addb-7cf23b321643 [pid: 7|app: 0|req: 580/1153] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:04:07 2026] DELETE /v2.0/floatingips/ef31ce88-4902-4b75-849c-489d6d2507b7 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1154] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:04:07 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) 2026-06-12 08:04:08.146 8 INFO neutron.services.segments.plugin [-] Segment cba0762b-cb30-4d72-b0a5-9740ab0c0234 resource provider aggregate not found 2026-06-12 08:04:08.150 8 INFO neutron.services.segments.plugin [-] Segment cba0762b-cb30-4d72-b0a5-9740ab0c0234 resource provider aggregate not found 2026-06-12 08:04:08.167 8 INFO neutron.services.segments.plugin [-] Segment cba0762b-cb30-4d72-b0a5-9740ab0c0234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba0762b-cb30-4d72-b0a5-9740ab0c0234 found for delete ", "request_id": "req-b394750e-795a-4a35-a916-7c9c48e10f66"}]} 2026-06-12 08:04:08.170 8 INFO neutron.services.segments.plugin [-] Segment cba0762b-cb30-4d72-b0a5-9740ab0c0234 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba0762b-cb30-4d72-b0a5-9740ab0c0234 found for delete ", "request_id": "req-d45c990b-01f2-4edb-b2cd-8c34ee5d80cc"}]} 2026-06-12 08:04:08.183 8 INFO neutron.db.l3_hamode_db [None req-e5ec830c-3efc-4498-a11c-a5eab233fece a4938999c9bf41e892395100a37b0512 6f6f02bc798f44309429972d024ac313 - - default default] HA network 082eea71-1ce2-48e2-8be1-e5b4e552f4ef was deleted as no HA routers are present in tenant 6f6f02bc798f44309429972d024ac313. [pid: 8|app: 0|req: 574/1155] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:07 2026] DELETE /v2.0/routers/5a1eb25b-852b-4901-bdfa-c6017e6de509 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1156] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:08 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:08.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2e813c6-82fc-4b37-9fe8-514d3bfd4dd9 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 30b50737-f63c-422f-9c93-922c5df481b9 2026-06-12 08:04:08.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2e813c6-82fc-4b37-9fe8-514d3bfd4dd9 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 30b50737-f63c-422f-9c93-922c5df481b9 [pid: 8|app: 0|req: 576/1157] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:08 2026] DELETE /v2.0/subnets/5ab898cc-c31b-4349-80af-e9ddf42f3fdd => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1158] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:08 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1159] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:08 2026] DELETE /v2.0/networks/317c431e-4cf1-4e4c-950f-f6ee1b7dd77e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1160] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:08 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1161] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:08 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1162] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:07 2026] PUT /v2.0/routers/b5356165-c75d-4579-b5cd-2763026d3b24/remove_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1163] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:04:08 2026] GET /v2.0/ports?tenant_id=e33d96b3131b4b6ba745c173951bc3ad&device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1164] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4d366265-9edb-4c78-a26a-f546d51aa1fc => 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: 585/1165] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/subnets?id=154af461-02a0-4638-8132-ef5053dc8afd => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:09.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a5e3fb3-df7b-41e6-a456-0c63b02858ec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: d256d8bd-d4de-4aad-a678-769fdb541355 2026-06-12 08:04:09.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a5e3fb3-df7b-41e6-a456-0c63b02858ec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: d256d8bd-d4de-4aad-a678-769fdb541355 [pid: 7|app: 0|req: 586/1166] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/security-groups?tenant_id=6f6f02bc798f44309429972d024ac313&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1167] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/ports?network_id=aaf11675-5399-456c-a52d-4176316e8381&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: 588/1168] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:09 2026] DELETE /v2.0/security-groups/4e4c4f4d-b8f4-4af7-810e-9e2e763f6303 => 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: 589/1169] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/networks/aaf11675-5399-456c-a52d-4176316e8381?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: 590/1170] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/networks/aaf11675-5399-456c-a52d-4176316e8381?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:09.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a5e3fb3-df7b-41e6-a456-0c63b02858ec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 1f635a7a-144c-4eb6-bd5c-16c3e1da7c04 2026-06-12 08:04:09.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a5e3fb3-df7b-41e6-a456-0c63b02858ec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 1f635a7a-144c-4eb6-bd5c-16c3e1da7c04 2026-06-12 08:04:09.770 8 INFO neutron.db.l3_hamode_db [None req-7a5e3fb3-df7b-41e6-a456-0c63b02858ec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network 39e540f2-8ea6-477d-adf7-2f97bedebf13 was deleted as no HA routers are present in tenant 26aee34436944ee88d57c2717cc14397. [pid: 8|app: 0|req: 581/1171] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:08 2026] DELETE /v2.0/routers/b5356165-c75d-4579-b5cd-2763026d3b24 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1172] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1173] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1174] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:09 2026] DELETE /v2.0/subnets/48ab0677-714c-4fb6-8de8-67d3cc6e6e35 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1175] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1176] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:09 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:10.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8c98b72-32aa-4f37-8cd2-1e9c06c9c1bd 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 14b6a532-661c-4716-83b5-397a209a6036 2026-06-12 08:04:10.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c98b72-32aa-4f37-8cd2-1e9c06c9c1bd 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 14b6a532-661c-4716-83b5-397a209a6036 2026-06-12 08:04:10.195 8 INFO neutron.services.segments.plugin [-] Segment c273c2f3-ca0d-48be-9ad5-270a51a2b154 resource provider aggregate not found 2026-06-12 08:04:10.196 8 INFO neutron.services.segments.plugin [-] Segment c273c2f3-ca0d-48be-9ad5-270a51a2b154 resource provider aggregate not found 2026-06-12 08:04:10.217 8 INFO neutron.services.segments.plugin [-] Segment c273c2f3-ca0d-48be-9ad5-270a51a2b154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c273c2f3-ca0d-48be-9ad5-270a51a2b154 found for delete ", "request_id": "req-616cb429-7dff-4a25-8d25-ec619df06504"}]} 2026-06-12 08:04:10.223 8 INFO neutron.services.segments.plugin [-] Segment c273c2f3-ca0d-48be-9ad5-270a51a2b154 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c273c2f3-ca0d-48be-9ad5-270a51a2b154 found for delete ", "request_id": "req-a0ab2c4a-6b53-4725-9709-effe16673541"}]} 2026-06-12 08:04:10.242 8 INFO neutron.services.segments.plugin [-] Segment c880e398-0813-46ab-a3cd-cdd443ddeb5e resource provider aggregate not found 2026-06-12 08:04:10.249 8 INFO neutron.services.segments.plugin [-] Segment c880e398-0813-46ab-a3cd-cdd443ddeb5e resource provider aggregate not found 2026-06-12 08:04:10.266 8 INFO neutron.services.segments.plugin [-] Segment c880e398-0813-46ab-a3cd-cdd443ddeb5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c880e398-0813-46ab-a3cd-cdd443ddeb5e found for delete ", "request_id": "req-2ebc123f-acf8-4d9b-848b-aaa53934ce20"}]} 2026-06-12 08:04:10.275 8 INFO neutron.services.segments.plugin [-] Segment c880e398-0813-46ab-a3cd-cdd443ddeb5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c880e398-0813-46ab-a3cd-cdd443ddeb5e found for delete ", "request_id": "req-6d1b13e7-66ff-46b1-942d-3c6f03a10e4f"}]} 2026-06-12 08:04:10.284 7 INFO neutron.services.segments.plugin [-] Segment a22734f9-e6b1-490d-93b6-8883666718a5 resource provider aggregate not found 2026-06-12 08:04:10.300 7 INFO neutron.services.segments.plugin [-] Segment a22734f9-e6b1-490d-93b6-8883666718a5 resource provider aggregate not found 2026-06-12 08:04:10.313 7 INFO neutron.services.segments.plugin [-] Segment a22734f9-e6b1-490d-93b6-8883666718a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a22734f9-e6b1-490d-93b6-8883666718a5 found for delete ", "request_id": "req-f8b0e4c6-18d6-4c30-b7dc-cced76f9c056"}]} 2026-06-12 08:04:10.317 7 INFO neutron.services.segments.plugin [-] Segment a22734f9-e6b1-490d-93b6-8883666718a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a22734f9-e6b1-490d-93b6-8883666718a5 found for delete ", "request_id": "req-c7c959ee-e6f6-47da-b640-daa3c1b86ba4"}]} [pid: 7|app: 0|req: 594/1177] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:09 2026] DELETE /v2.0/networks/495c5b49-5f34-4177-8d71-8eea6a2024a1 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1178] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:10 2026] GET /v2.0/security-groups?tenant_id=26aee34436944ee88d57c2717cc14397&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1179] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:10 2026] DELETE /v2.0/security-groups/67b0e4be-2725-4f55-a651-fa77a6fe0902 => 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: 597/1182] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:11 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => 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: 586/1183] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:11 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => 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: 598/1184] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:11 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1185] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:11 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:11.473 7 INFO neutron.db.segments_db [None req-7a5a9305-68b9-4191-9f6e-f3339cbed0e1 d320a0ea3982473288e050433a0d3478 9b17f6c28ddf4f14aa1e34e57c73a6b5 - - default default] Added segment 91736348-e94f-4f3e-97bd-821b1a34e820 of type vxlan for network 07622ba1-cbef-47c0-a08b-ef45c95d654c [pid: 7|app: 0|req: 599/1186] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:11 2026] POST /v2.0/networks => generated 628 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1187] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:04:12 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1188] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:12 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => 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: 602/1189] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:12 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1190] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:12 2026] POST /v2.0/subnets => generated 673 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1191] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:12 2026] GET /v2.0/security-groups?id=3b592d27-5631-4380-bd30-0fc13103b241&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1192] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:12 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:12.477 7 INFO neutron_taas.services.taas.taas_plugin [req-3ba2c44f-ac7a-4066-8bf4-6781811f2e6b req-e842eb43-9db3-4b15-b218-94d7dbc86bc6 c4c93c8e35274f3587d435e48aec0c65 abce2f2bb37f444ea236dc0a86434633 - - default default] TaaS: Handle Delete Port: 7e3d53c4-5598-4249-905e-a2b69da73f45 2026-06-12 08:04:12.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3ba2c44f-ac7a-4066-8bf4-6781811f2e6b req-e842eb43-9db3-4b15-b218-94d7dbc86bc6 c4c93c8e35274f3587d435e48aec0c65 abce2f2bb37f444ea236dc0a86434633 - - default default] Tap Mirror: Handle Delete Port: 7e3d53c4-5598-4249-905e-a2b69da73f45 2026-06-12 08:04:12.510 8 INFO neutron.db.segments_db [None req-655c7704-de93-4d8a-9040-081f346e1de4 d320a0ea3982473288e050433a0d3478 9b17f6c28ddf4f14aa1e34e57c73a6b5 - - default default] Added segment f2a71a05-d58d-4076-b8c4-f8b5ee46d8a5 of type vxlan for network 74a09bc3-a201-4da4-8971-a048602d1449 [pid: 8|app: 0|req: 591/1193] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:12 2026] POST /v2.0/networks => generated 628 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1194] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:04:12 2026] DELETE /v2.0/ports/7e3d53c4-5598-4249-905e-a2b69da73f45 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:12.637 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a20a3ff-a616-45f5-b1e0-a4e00496b875'] response: {'server_uuid': '85849f2b-7f80-47af-8487-354ff72e5127', 'name': 'network-vif-deleted', 'tag': '7e3d53c4-5598-4249-905e-a2b69da73f45', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 592/1195] 10.0.0.18 () {34 vars in 742 bytes} [Fri Jun 12 08:04:12 2026] PUT /v2.0/networks/74a09bc3-a201-4da4-8971-a048602d1449 => generated 592 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1196] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:12 2026] POST /v2.0/subnets => generated 646 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1197] 10.0.0.18 () {34 vars in 740 bytes} [Fri Jun 12 08:04:12 2026] PUT /v2.0/subnets/c43f9e05-0d45-4aa5-9d98-e8f3b9bc5887 => generated 656 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:13.162 7 INFO neutron.services.segments.plugin [-] Segment f2a71a05-d58d-4076-b8c4-f8b5ee46d8a5 resource provider aggregate not found 2026-06-12 08:04:13.166 7 INFO neutron.services.segments.plugin [-] Segment f2a71a05-d58d-4076-b8c4-f8b5ee46d8a5 resource provider aggregate not found 2026-06-12 08:04:13.179 7 INFO neutron.services.segments.plugin [-] Segment f2a71a05-d58d-4076-b8c4-f8b5ee46d8a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a71a05-d58d-4076-b8c4-f8b5ee46d8a5 found for delete ", "request_id": "req-222f307e-dce5-4980-ad85-23d005f78df4"}]} 2026-06-12 08:04:13.182 7 INFO neutron.services.segments.plugin [-] Segment f2a71a05-d58d-4076-b8c4-f8b5ee46d8a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a71a05-d58d-4076-b8c4-f8b5ee46d8a5 found for delete ", "request_id": "req-8d45fa4c-5762-4bcc-b04c-b5064aeaf085"}]} [pid: 7|app: 0|req: 605/1198] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:13 2026] DELETE /v2.0/networks/74a09bc3-a201-4da4-8971-a048602d1449 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:13.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-388c2218-a93f-4d87-b5bb-5e3fec010c33 d320a0ea3982473288e050433a0d3478 9b17f6c28ddf4f14aa1e34e57c73a6b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1199] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:13 2026] DELETE /v2.0/networks/74a09bc3-a201-4da4-8971-a048602d1449 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1200] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1201] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/subnets?network_id=67475f68-c326-4e8d-b598-2eacdb665161 => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1202] 10.0.0.18 () {32 vars in 652 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1203] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/networks => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1204] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/subnets => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1205] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/networks/07622ba1-cbef-47c0-a08b-ef45c95d654c => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1206] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/subnets/176116e3-2b2d-4256-b357-b3e4711996d7 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1207] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:13.509 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47ed2b20-d140-42a1-8291-94b052eb5c31 d320a0ea3982473288e050433a0d3478 9b17f6c28ddf4f14aa1e34e57c73a6b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1208] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:13 2026] DELETE /v2.0/subnets/c43f9e05-0d45-4aa5-9d98-e8f3b9bc5887 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:13.539 8 INFO neutron.pecan_wsgi.hooks.translation [None req-37676ea3-61d1-4d09-bfb9-25c963a5cde7 d320a0ea3982473288e050433a0d3478 9b17f6c28ddf4f14aa1e34e57c73a6b5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 599/1209] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:13 2026] DELETE /v2.0/networks/74a09bc3-a201-4da4-8971-a048602d1449 => generated 138 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1210] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1211] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:13 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1212] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:13 2026] DELETE /v2.0/subnets/176116e3-2b2d-4256-b357-b3e4711996d7 => 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: 613/1213] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:13 2026] DELETE /v2.0/networks/07622ba1-cbef-47c0-a08b-ef45c95d654c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1214] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:14 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1215] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:14 2026] GET /v2.0/security-groups?tenant_id=9b17f6c28ddf4f14aa1e34e57c73a6b5&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1216] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:14 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1217] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:14 2026] DELETE /v2.0/security-groups/eeddcf2f-3aa7-432d-b30f-a22edd424a01 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1218] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:14 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:15.215 7 INFO neutron.services.segments.plugin [-] Segment 91736348-e94f-4f3e-97bd-821b1a34e820 resource provider aggregate not found 2026-06-12 08:04:15.228 7 INFO neutron.services.segments.plugin [-] Segment 91736348-e94f-4f3e-97bd-821b1a34e820 resource provider aggregate not found 2026-06-12 08:04:15.245 7 INFO neutron.services.segments.plugin [-] Segment 91736348-e94f-4f3e-97bd-821b1a34e820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91736348-e94f-4f3e-97bd-821b1a34e820 found for delete ", "request_id": "req-db3301aa-744b-499c-a3dc-9ba1bc710cb5"}]} 2026-06-12 08:04:15.254 7 INFO neutron.services.segments.plugin [-] Segment 91736348-e94f-4f3e-97bd-821b1a34e820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91736348-e94f-4f3e-97bd-821b1a34e820 found for delete ", "request_id": "req-0e1088a1-aa86-43e8-9614-80b2b533ea38"}]} [pid: 7|app: 0|req: 616/1219] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:14 2026] GET /v2.0/security-groups?tenant_id=40e97a2606c64e51a631eeb9735ed040&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1220] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:15 2026] DELETE /v2.0/security-groups/b3b410a5-878f-4be2-bdf2-fe50ec4f99bf => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1221] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:15 2026] GET /v2.0/security-groups?tenant_id=167873e00f61441e9daf810e969ccccb&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: 618/1222] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:15 2026] GET /v2.0/ports?device_id=85849f2b-7f80-47af-8487-354ff72e5127 => 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: 605/1223] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:15 2026] DELETE /v2.0/security-groups/b5c4b6e4-9898-42d0-bcb2-407c9bd72790 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1224] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:15 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1225] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:15 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&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: 620/1226] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:16 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1227] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:16 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:17.106 7 INFO neutron.db.segments_db [None req-78d1ef2a-da68-434b-a97f-d057abfc1637 223b05ca69ba48148d00d1f4ba3fe921 5bed5395c3794cdcbd16e44c8bb037fd - - default default] Added segment 4adbb7c7-bb1a-4319-b542-08d34dd1cbd1 of type vxlan for network aef8b80b-3a6c-4e3e-a74a-b224908f71de [pid: 7|app: 0|req: 621/1228] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:16 2026] POST /v2.0/networks => generated 624 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1229] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:17 2026] POST /v2.0/subnets => generated 641 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1230] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:17 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:17.513 8 INFO neutron.db.segments_db [None req-6659faf1-8625-41e9-9010-fbf45ee7a650 223b05ca69ba48148d00d1f4ba3fe921 5bed5395c3794cdcbd16e44c8bb037fd - - default default] Added segment e4ff87f6-85c4-4674-9080-b55ad56e369b of type vxlan for network 90ae7ef0-9f20-4828-b783-874f8b421937 [pid: 7|app: 0|req: 623/1231] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:17 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1232] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:17 2026] POST /v2.0/networks => generated 624 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1233] 10.0.0.18 () {34 vars in 742 bytes} [Fri Jun 12 08:04:17 2026] PUT /v2.0/networks/90ae7ef0-9f20-4828-b783-874f8b421937 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1234] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:17 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1235] 10.0.0.18 () {34 vars in 740 bytes} [Fri Jun 12 08:04:17 2026] PUT /v2.0/subnets/0936e34c-70c1-44bf-a7fa-2024d3774a2a => generated 636 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:18.254 8 INFO neutron.services.segments.plugin [-] Segment e4ff87f6-85c4-4674-9080-b55ad56e369b resource provider aggregate not found 2026-06-12 08:04:18.261 8 INFO neutron.services.segments.plugin [-] Segment e4ff87f6-85c4-4674-9080-b55ad56e369b resource provider aggregate not found [pid: 8|app: 0|req: 612/1236] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/networks/90ae7ef0-9f20-4828-b783-874f8b421937 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:18.278 8 INFO neutron.services.segments.plugin [-] Segment e4ff87f6-85c4-4674-9080-b55ad56e369b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4ff87f6-85c4-4674-9080-b55ad56e369b found for delete ", "request_id": "req-4bdb82a8-b2f7-4fab-8361-a45cee33b256"}]} 2026-06-12 08:04:18.281 8 INFO neutron.services.segments.plugin [-] Segment e4ff87f6-85c4-4674-9080-b55ad56e369b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4ff87f6-85c4-4674-9080-b55ad56e369b found for delete ", "request_id": "req-d68f2775-45a5-4bfb-839c-24e4968e9d8d"}]} 2026-06-12 08:04:18.292 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79fd0d45-037a-4945-b5de-02fce6804f68 223b05ca69ba48148d00d1f4ba3fe921 5bed5395c3794cdcbd16e44c8bb037fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 613/1237] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/networks/90ae7ef0-9f20-4828-b783-874f8b421937 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:18.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4b607d8-c91f-4c99-b8ea-e4d6206ec227 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: be1a0bb8-f4e8-452d-8b9f-3b92b06dbf62 2026-06-12 08:04:18.299 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4b607d8-c91f-4c99-b8ea-e4d6206ec227 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: be1a0bb8-f4e8-452d-8b9f-3b92b06dbf62 [pid: 8|app: 0|req: 614/1238] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1239] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/subnets?network_id=67475f68-c326-4e8d-b598-2eacdb665161 => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1240] 10.0.0.18 () {32 vars in 652 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1241] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/networks => generated 1308 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1242] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1243] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/networks/aef8b80b-3a6c-4e3e-a74a-b224908f71de => generated 668 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1244] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/subnets/d06c4ded-1c4e-4f79-9d7a-7ef6bca01b26 => generated 641 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:18.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b35ef41-ebff-4659-b601-1fa89780e2b7 223b05ca69ba48148d00d1f4ba3fe921 5bed5395c3794cdcbd16e44c8bb037fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1245] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/subnets/0936e34c-70c1-44bf-a7fa-2024d3774a2a => 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: 622/1246] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:18.649 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5183514d-e237-4023-86e5-167b39729e1a 223b05ca69ba48148d00d1f4ba3fe921 5bed5395c3794cdcbd16e44c8bb037fd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 623/1247] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/networks/90ae7ef0-9f20-4828-b783-874f8b421937 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1248] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/security-groups?id=5af5a64c-5e16-4662-859a-cb3603419f09&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1249] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/subnets/d06c4ded-1c4e-4f79-9d7a-7ef6bca01b26 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1250] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:04:18 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1251] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:17 2026] PUT /v2.0/routers/0564726d-de1b-4774-bce5-74fa6795c0a9/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1252] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/networks/aef8b80b-3a6c-4e3e-a74a-b224908f71de => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:18.955 7 INFO neutron_taas.services.taas.taas_plugin [req-372c74e1-c3cf-4148-b7c0-c30c13509d2f req-1be2f706-4650-4af5-8e1c-6b81fdf1bff8 20d25ad034a2437ab96eedbf7a995eb7 e33d96b3131b4b6ba745c173951bc3ad - - default default] TaaS: Handle Delete Port: 4d366265-9edb-4c78-a26a-f546d51aa1fc 2026-06-12 08:04:18.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-372c74e1-c3cf-4148-b7c0-c30c13509d2f req-1be2f706-4650-4af5-8e1c-6b81fdf1bff8 20d25ad034a2437ab96eedbf7a995eb7 e33d96b3131b4b6ba745c173951bc3ad - - default default] Tap Mirror: Handle Delete Port: 4d366265-9edb-4c78-a26a-f546d51aa1fc [pid: 7|app: 0|req: 626/1253] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/ports/4d366265-9edb-4c78-a26a-f546d51aa1fc => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:19.130 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-299470fa-dfe1-4d74-80a4-83722651dc8a'] response: {'server_uuid': 'b921008f-18b9-42dd-980f-a5b62da35f9f', 'name': 'network-vif-deleted', 'tag': '4d366265-9edb-4c78-a26a-f546d51aa1fc', 'status': 'completed', 'code': 200} 2026-06-12 08:04:19.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-8db37a05-d484-4dcd-b936-7ceb9ebc6816 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: f0931145-4f89-4a89-a753-33727501697e 2026-06-12 08:04:19.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8db37a05-d484-4dcd-b936-7ceb9ebc6816 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: f0931145-4f89-4a89-a753-33727501697e 2026-06-12 08:04:19.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-8db37a05-d484-4dcd-b936-7ceb9ebc6816 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: bea60d48-c8db-4df1-a126-b1303ad937d3 2026-06-12 08:04:19.339 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8db37a05-d484-4dcd-b936-7ceb9ebc6816 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: bea60d48-c8db-4df1-a126-b1303ad937d3 [pid: 7|app: 0|req: 627/1254] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:19 2026] GET /v2.0/security-groups?tenant_id=5bed5395c3794cdcbd16e44c8bb037fd&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:19.653 8 INFO neutron.db.l3_hamode_db [None req-8db37a05-d484-4dcd-b936-7ceb9ebc6816 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network c2c45368-a3ac-451e-be32-29e9e54b4390 was deleted as no HA routers are present in tenant abce2f2bb37f444ea236dc0a86434633. [pid: 8|app: 0|req: 628/1255] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:18 2026] DELETE /v2.0/routers/0564726d-de1b-4774-bce5-74fa6795c0a9 => generated 0 bytes in 705 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1256] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:19 2026] DELETE /v2.0/security-groups/0df7e483-f083-4acc-8adc-cc947955ff97 => 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: 629/1257] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:19 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => 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: 629/1258] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:19 2026] DELETE /v2.0/subnets/36f57f4e-7327-4c32-a515-c97331f0e016 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:19.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9e599d6-04c1-4183-a824-5c3b31ff48e4 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 9f8c0190-825e-4f50-8396-a75d35893dc0 2026-06-12 08:04:19.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9e599d6-04c1-4183-a824-5c3b31ff48e4 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 9f8c0190-825e-4f50-8396-a75d35893dc0 2026-06-12 08:04:20.093 7 INFO neutron.services.segments.plugin [-] Segment 978994cf-2dfb-4313-819a-06a0455e5e55 resource provider aggregate not found 2026-06-12 08:04:20.110 7 INFO neutron.services.segments.plugin [-] Segment 978994cf-2dfb-4313-819a-06a0455e5e55 resource provider aggregate not found 2026-06-12 08:04:20.131 7 INFO neutron.services.segments.plugin [-] Segment 978994cf-2dfb-4313-819a-06a0455e5e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 978994cf-2dfb-4313-819a-06a0455e5e55 found for delete ", "request_id": "req-0100587c-fa2e-42be-9d1f-77e8792b9dcc"}]} 2026-06-12 08:04:20.131 7 INFO neutron.services.segments.plugin [-] Segment 978994cf-2dfb-4313-819a-06a0455e5e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 978994cf-2dfb-4313-819a-06a0455e5e55 found for delete ", "request_id": "req-4b63bee8-7189-437a-901b-c41cc1bf137c"}]} [pid: 7|app: 0|req: 630/1259] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:19 2026] DELETE /v2.0/networks/0e29253a-0c7f-4591-aa3e-28ea4cd719c0 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:20.310 8 INFO neutron.services.segments.plugin [-] Segment 4adbb7c7-bb1a-4319-b542-08d34dd1cbd1 resource provider aggregate not found 2026-06-12 08:04:20.318 8 INFO neutron.services.segments.plugin [-] Segment 4adbb7c7-bb1a-4319-b542-08d34dd1cbd1 resource provider aggregate not found 2026-06-12 08:04:20.335 8 INFO neutron.services.segments.plugin [-] Segment 4adbb7c7-bb1a-4319-b542-08d34dd1cbd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4adbb7c7-bb1a-4319-b542-08d34dd1cbd1 found for delete ", "request_id": "req-6ad59896-3dda-4199-8016-8806287b8567"}]} 2026-06-12 08:04:20.345 8 INFO neutron.services.segments.plugin [-] Segment 4adbb7c7-bb1a-4319-b542-08d34dd1cbd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4adbb7c7-bb1a-4319-b542-08d34dd1cbd1 found for delete ", "request_id": "req-92effcd6-a724-4372-bdf9-1e6b9a28fc77"}]} [pid: 8|app: 0|req: 630/1260] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:20 2026] GET /v2.0/security-groups?tenant_id=abce2f2bb37f444ea236dc0a86434633&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:20.359 8 INFO neutron.services.segments.plugin [-] Segment e15995db-6ea3-47f8-8f56-760dd2fd9240 resource provider aggregate not found 2026-06-12 08:04:20.363 8 INFO neutron.services.segments.plugin [-] Segment e15995db-6ea3-47f8-8f56-760dd2fd9240 resource provider aggregate not found 2026-06-12 08:04:20.377 8 INFO neutron.services.segments.plugin [-] Segment e15995db-6ea3-47f8-8f56-760dd2fd9240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e15995db-6ea3-47f8-8f56-760dd2fd9240 found for delete ", "request_id": "req-b126e9ba-266e-4ea9-9265-b78d7e105c25"}]} 2026-06-12 08:04:20.385 8 INFO neutron.services.segments.plugin [-] Segment e15995db-6ea3-47f8-8f56-760dd2fd9240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e15995db-6ea3-47f8-8f56-760dd2fd9240 found for delete ", "request_id": "req-fbd17542-7433-4942-87fa-ebef19609836"}]} [pid: 7|app: 0|req: 631/1261] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:20 2026] DELETE /v2.0/security-groups/3b592d27-5631-4380-bd30-0fc13103b241 => 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: 631/1262] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:20 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => 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: 632/1263] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:21 2026] GET /v2.0/security-groups?tenant_id=9dd6943ccc4b4f81a57b31c6e5f79215&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1264] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:21 2026] DELETE /v2.0/security-groups/89b13c70-f4bd-4040-9524-0945407a65a3 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:21.812 8 INFO neutron.db.segments_db [None req-0c7fd354-39b0-43cf-8761-5aa5469f3507 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] Added segment 0409d325-1d02-4ebb-a570-934c0ebdcb31 of type vxlan for network f04145e9-e321-416d-919a-0ac75db92002 [pid: 8|app: 0|req: 632/1265] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:21 2026] POST /v2.0/networks => generated 625 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1266] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:04:21 2026] GET /v2.0/ports?device_id=b921008f-18b9-42dd-980f-a5b62da35f9f => 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: 634/1267] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:21 2026] GET /v2.0/security-groups?tenant_id=599cc187703e4f468d4c9bf7978ab9d9&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1268] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:22 2026] DELETE /v2.0/security-groups/0308d270-e0fc-443c-9ff2-e3ddd9accaf1 => 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: 634/1269] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:21 2026] POST /v2.0/ports => generated 774 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:22.296 8 INFO neutron.db.segments_db [None req-949fa211-49ab-4cb2-bd1f-05781f58f0a1 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] Added segment 62787166-dd2c-48e1-b051-6490bf337b44 of type vxlan for network ec8b06f9-5390-4301-9754-eb1780ae64ae [pid: 8|app: 0|req: 636/1270] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:22 2026] POST /v2.0/networks => generated 612 bytes in 157 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: 635/1271] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:22 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1272] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:22 2026] POST /v2.0/ports => generated 949 bytes in 380 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:04:23.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-afde1456-9299-4b9d-b626-63d4f28fc1d7 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] TaaS: Handle Delete Port: 2ee38e1a-15c8-42fe-95b9-c5c915918672 2026-06-12 08:04:23.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afde1456-9299-4b9d-b626-63d4f28fc1d7 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] Tap Mirror: Handle Delete Port: 2ee38e1a-15c8-42fe-95b9-c5c915918672 [pid: 7|app: 0|req: 636/1273] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:23 2026] DELETE /v2.0/ports/2ee38e1a-15c8-42fe-95b9-c5c915918672 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:23.310 7 INFO neutron.pecan_wsgi.hooks.translation [None req-750f1ce4-01cd-4d75-80b0-bd711bfa9140 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1274] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:23 2026] DELETE /v2.0/ports/2ee38e1a-15c8-42fe-95b9-c5c915918672 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:23.333 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f5fa2cb-8a1f-4131-a8f6-367e3ad27808 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 638/1275] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:23 2026] GET /v2.0/ports/2ee38e1a-15c8-42fe-95b9-c5c915918672 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:23.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-a20fdbd9-553e-49bb-8d91-50c17b332e12 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 478e844a-b3f0-43fb-83c3-055c64130f62 2026-06-12 08:04:23.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a20fdbd9-553e-49bb-8d91-50c17b332e12 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 478e844a-b3f0-43fb-83c3-055c64130f62 [pid: 7|app: 0|req: 639/1276] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:23 2026] DELETE /v2.0/subnets/27b59b1b-8df9-4dd7-8182-de8ea046f19f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:23.578 7 INFO neutron.services.segments.plugin [-] Segment 62787166-dd2c-48e1-b051-6490bf337b44 resource provider aggregate not found 2026-06-12 08:04:23.587 7 INFO neutron.services.segments.plugin [-] Segment 62787166-dd2c-48e1-b051-6490bf337b44 resource provider aggregate not found 2026-06-12 08:04:23.602 7 INFO neutron.services.segments.plugin [-] Segment 62787166-dd2c-48e1-b051-6490bf337b44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62787166-dd2c-48e1-b051-6490bf337b44 found for delete ", "request_id": "req-d73ffb35-bf9e-4a14-aa26-92647013a397"}]} 2026-06-12 08:04:23.605 7 INFO neutron.services.segments.plugin [-] Segment 62787166-dd2c-48e1-b051-6490bf337b44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62787166-dd2c-48e1-b051-6490bf337b44 found for delete ", "request_id": "req-e673eb05-e692-471e-9e9f-7414e39d49bf"}]} [pid: 7|app: 0|req: 640/1277] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:23 2026] DELETE /v2.0/networks/ec8b06f9-5390-4301-9754-eb1780ae64ae => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:23.692 7 INFO neutron.db.segments_db [None req-eaffd893-bb85-49d9-a64f-00c4d7e4a4ef 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] Added segment f522b28f-1d24-4daa-8b90-69ea6759097e of type vxlan for network 50d47862-8648-4b3a-9330-68bf2a2753ec [pid: 7|app: 0|req: 641/1278] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:23 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1279] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:23 2026] PUT /v2.0/routers/08ebaca8-c3d0-4172-ac7a-baf77b42a0b5/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1280] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:23 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:24.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-e430c902-3074-44ed-9f8a-6503a7c5dd13 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 12ab6058-1ddb-4ee7-ba65-88e217989889 2026-06-12 08:04:24.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e430c902-3074-44ed-9f8a-6503a7c5dd13 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 12ab6058-1ddb-4ee7-ba65-88e217989889 [pid: 8|app: 0|req: 639/1281] 10.0.0.246 () {32 vars in 801 bytes} [Fri Jun 12 08:04:23 2026] GET /v2.0/extensions => generated 21537 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-12 08:04:24.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-e430c902-3074-44ed-9f8a-6503a7c5dd13 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: bf414aae-8c3f-4644-81f5-bc3fbf32b04b 2026-06-12 08:04:24.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e430c902-3074-44ed-9f8a-6503a7c5dd13 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: bf414aae-8c3f-4644-81f5-bc3fbf32b04b [pid: 8|app: 0|req: 640/1282] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:24 2026] POST /v2.0/ports => generated 915 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1283] 10.0.0.246 () {30 vars in 724 bytes} [Fri Jun 12 08:04:24 2026] GET /v2.0/quotas/3053adeae436444ba873ae2c6147c1f5/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:24.782 7 INFO neutron.db.l3_hamode_db [None req-e430c902-3074-44ed-9f8a-6503a7c5dd13 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network b80358c2-d5f0-4d93-8ed8-941e5629d46b was deleted as no HA routers are present in tenant e33d96b3131b4b6ba745c173951bc3ad. [pid: 7|app: 0|req: 643/1284] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:24 2026] DELETE /v2.0/routers/08ebaca8-c3d0-4172-ac7a-baf77b42a0b5 => generated 0 bytes in 772 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:24.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-78ba34fd-2992-4345-bd27-f74efe3f32b1 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] TaaS: Handle Delete Port: bee4b021-6260-49ad-af0c-74c0ac001814 2026-06-12 08:04:24.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78ba34fd-2992-4345-bd27-f74efe3f32b1 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] Tap Mirror: Handle Delete Port: bee4b021-6260-49ad-af0c-74c0ac001814 [pid: 8|app: 0|req: 642/1285] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:24 2026] GET /v2.0/security-groups?tenant_id=0d8e0d6984fc4ae2a217edf665a3defe&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1286] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:24 2026] DELETE /v2.0/ports/bee4b021-6260-49ad-af0c-74c0ac001814 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1287] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:24 2026] DELETE /v2.0/security-groups/c354de5c-5253-4bfa-8282-b8a94bdfa930 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:25.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6dcd6a98-6efc-487a-88a2-738b089a5ebc 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 646/1288] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:25 2026] GET /v2.0/ports/bee4b021-6260-49ad-af0c-74c0ac001814 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1289] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:24 2026] DELETE /v2.0/subnets/154af461-02a0-4638-8132-ef5053dc8afd => 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: 647/1290] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:25 2026] DELETE /v2.0/subnets/242b7ef3-388a-44c2-9301-407588e48675 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:25.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-c45a5daa-7943-44a1-ad25-9ee4b3dccbec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 2cf2ea9e-9ec4-4ca9-a939-09c58deccac3 2026-06-12 08:04:25.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c45a5daa-7943-44a1-ad25-9ee4b3dccbec 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 2cf2ea9e-9ec4-4ca9-a939-09c58deccac3 [pid: 7|app: 0|req: 648/1291] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:25 2026] DELETE /v2.0/networks/50d47862-8648-4b3a-9330-68bf2a2753ec => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:25.363 8 INFO neutron.services.segments.plugin [-] Segment f93db19e-db14-4952-a858-b1eda609a962 resource provider aggregate not found 2026-06-12 08:04:25.372 8 INFO neutron.services.segments.plugin [-] Segment f93db19e-db14-4952-a858-b1eda609a962 resource provider aggregate not found 2026-06-12 08:04:25.379 8 INFO neutron.services.segments.plugin [-] Segment f93db19e-db14-4952-a858-b1eda609a962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93db19e-db14-4952-a858-b1eda609a962 found for delete ", "request_id": "req-9481e8cc-6cd0-4480-8343-f9079b5e2fbf"}]} 2026-06-12 08:04:25.386 8 INFO neutron.services.segments.plugin [-] Segment f93db19e-db14-4952-a858-b1eda609a962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93db19e-db14-4952-a858-b1eda609a962 found for delete ", "request_id": "req-b0994fbf-3427-4112-a5ce-6179bc714c57"}]} [pid: 8|app: 0|req: 644/1292] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:25 2026] DELETE /v2.0/networks/aaf11675-5399-456c-a52d-4176316e8381 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1293] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:25 2026] GET /v2.0/security-groups?tenant_id=e33d96b3131b4b6ba745c173951bc3ad&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:25.624 7 INFO neutron.services.segments.plugin [-] Segment cad1a065-3ef2-4135-9989-551d6036e982 resource provider aggregate not found 2026-06-12 08:04:25.628 7 INFO neutron.services.segments.plugin [-] Segment cad1a065-3ef2-4135-9989-551d6036e982 resource provider aggregate not found [pid: 7|app: 0|req: 649/1294] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:25 2026] POST /v2.0/ports => generated 774 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:04:25.642 7 INFO neutron.services.segments.plugin [-] Segment cad1a065-3ef2-4135-9989-551d6036e982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cad1a065-3ef2-4135-9989-551d6036e982 found for delete ", "request_id": "req-c66800a7-ef5e-41d7-ba42-7ab746a57d6b"}]} 2026-06-12 08:04:25.649 7 INFO neutron.services.segments.plugin [-] Segment cad1a065-3ef2-4135-9989-551d6036e982 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cad1a065-3ef2-4135-9989-551d6036e982 found for delete ", "request_id": "req-8d62382c-6c51-4aa5-931a-aa76d9963ba6"}]} 2026-06-12 08:04:25.658 7 INFO neutron.services.segments.plugin [-] Segment f522b28f-1d24-4daa-8b90-69ea6759097e resource provider aggregate not found 2026-06-12 08:04:25.662 7 INFO neutron.services.segments.plugin [-] Segment f522b28f-1d24-4daa-8b90-69ea6759097e resource provider aggregate not found 2026-06-12 08:04:25.678 7 INFO neutron.services.segments.plugin [-] Segment f522b28f-1d24-4daa-8b90-69ea6759097e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f522b28f-1d24-4daa-8b90-69ea6759097e found for delete ", "request_id": "req-19c86f03-a7ab-43ae-8b19-2b242ad81969"}]} 2026-06-12 08:04:25.686 7 INFO neutron.services.segments.plugin [-] Segment f522b28f-1d24-4daa-8b90-69ea6759097e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f522b28f-1d24-4daa-8b90-69ea6759097e found for delete ", "request_id": "req-f69c5d21-4e33-4415-892f-c546849ebf2c"}]} [pid: 8|app: 0|req: 646/1295] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:25 2026] DELETE /v2.0/security-groups/5af5a64c-5e16-4662-859a-cb3603419f09 => 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: 650/1298] 10.0.0.18 () {34 vars in 736 bytes} [Fri Jun 12 08:04:25 2026] PUT /v2.0/ports/eada5882-ae74-4bbf-bdca-aab75e51bdee => generated 752 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:25.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd5c178e-c96b-4032-862a-0bf9094c5bc3 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] TaaS: Handle Delete Port: eada5882-ae74-4bbf-bdca-aab75e51bdee 2026-06-12 08:04:25.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd5c178e-c96b-4032-862a-0bf9094c5bc3 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] Tap Mirror: Handle Delete Port: eada5882-ae74-4bbf-bdca-aab75e51bdee [pid: 8|app: 0|req: 649/1299] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:25 2026] DELETE /v2.0/ports/eada5882-ae74-4bbf-bdca-aab75e51bdee => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 651/1300] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:04:26 2026] GET /v2.0/ports => generated 777 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:26.195 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aaa5b929-9676-475c-903f-7fdb9e1ce065 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1301] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:26 2026] GET /v2.0/ports/eada5882-ae74-4bbf-bdca-aab75e51bdee => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1302] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:04:26 2026] GET /v2.0/ports => generated 777 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1303] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:26 2026] GET /v2.0/ports/c233e65b-9f10-439b-ae8a-28b625050679 => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:26.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f779a652-55ef-462e-b5e6-e06527cdcd60 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1304] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:26 2026] DELETE /v2.0/ports/bee4b021-6260-49ad-af0c-74c0ac001814 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:26.370 8 INFO neutron.pecan_wsgi.hooks.translation [None req-331ec833-58b7-4c03-862f-862ed16a632a 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1305] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:26 2026] DELETE /v2.0/subnets/242b7ef3-388a-44c2-9301-407588e48675 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:26.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1c03c37-079c-4a4c-a895-0c947443abf3 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1306] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:26 2026] DELETE /v2.0/subnets/27b59b1b-8df9-4dd7-8182-de8ea046f19f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:26.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c15261d-2155-4274-b104-42ade91b1d30 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] TaaS: Handle Delete Port: c233e65b-9f10-439b-ae8a-28b625050679 2026-06-12 08:04:26.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c15261d-2155-4274-b104-42ade91b1d30 1a84ecb6cb0c4107be135e5ce9d9e5bb fcbbd32fb0ab49189eeb23af4f892e53 - - default default] Tap Mirror: Handle Delete Port: c233e65b-9f10-439b-ae8a-28b625050679 [pid: 8|app: 0|req: 653/1307] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:26 2026] DELETE /v2.0/ports/c233e65b-9f10-439b-ae8a-28b625050679 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1308] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:26 2026] DELETE /v2.0/networks/f04145e9-e321-416d-919a-0ac75db92002 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:27.221 8 INFO neutron.db.segments_db [None req-38b1b4b6-e4d9-45e8-9572-8bd6cffac82d 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Added segment 9ef02400-a29d-45cb-8fe5-54bb1376401e of type vxlan for network dddf1b0a-40ac-45d8-8f47-334bf57e96b3 2026-06-12 08:04:27.296 8 INFO neutron.db.segments_db [None req-38b1b4b6-e4d9-45e8-9572-8bd6cffac82d 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Added segment 51ff03d0-fa4c-46cb-85c7-100cf5200c10 of type vxlan for network 36b62454-7416-4e23-941c-368c6a3b58e0 [pid: 7|app: 0|req: 656/1309] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:27 2026] GET /v2.0/security-groups?tenant_id=fcbbd32fb0ab49189eeb23af4f892e53&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: 654/1310] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:26 2026] POST /v2.0/networks => generated 1205 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1311] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:04:27 2026] GET /v2.0/networks => generated 1842 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1312] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:27 2026] DELETE /v2.0/security-groups/8f64a9e8-9217-4fbc-9b31-14fa3f0bb84c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:27.588 8 INFO neutron.services.segments.plugin [-] Segment 9ef02400-a29d-45cb-8fe5-54bb1376401e resource provider aggregate not found 2026-06-12 08:04:27.599 8 INFO neutron.services.segments.plugin [-] Segment 9ef02400-a29d-45cb-8fe5-54bb1376401e resource provider aggregate not found 2026-06-12 08:04:27.614 8 INFO neutron.services.segments.plugin [-] Segment 9ef02400-a29d-45cb-8fe5-54bb1376401e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ef02400-a29d-45cb-8fe5-54bb1376401e found for delete ", "request_id": "req-42a3c961-574c-47eb-9d08-36c954f4914c"}]} 2026-06-12 08:04:27.620 8 INFO neutron.services.segments.plugin [-] Segment 9ef02400-a29d-45cb-8fe5-54bb1376401e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ef02400-a29d-45cb-8fe5-54bb1376401e found for delete ", "request_id": "req-54a59d53-6154-41d9-a954-c58fb0b835f1"}]} [pid: 8|app: 0|req: 656/1313] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:27 2026] DELETE /v2.0/networks/dddf1b0a-40ac-45d8-8f47-334bf57e96b3 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:27.696 7 INFO neutron.services.segments.plugin [-] Segment 0409d325-1d02-4ebb-a570-934c0ebdcb31 resource provider aggregate not found 2026-06-12 08:04:27.712 7 INFO neutron.services.segments.plugin [-] Segment 0409d325-1d02-4ebb-a570-934c0ebdcb31 resource provider aggregate not found 2026-06-12 08:04:27.721 7 INFO neutron.services.segments.plugin [-] Segment 0409d325-1d02-4ebb-a570-934c0ebdcb31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0409d325-1d02-4ebb-a570-934c0ebdcb31 found for delete ", "request_id": "req-6de74be0-996d-4f07-9b72-6410957cf8cd"}]} 2026-06-12 08:04:27.738 7 INFO neutron.services.segments.plugin [-] Segment 0409d325-1d02-4ebb-a570-934c0ebdcb31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0409d325-1d02-4ebb-a570-934c0ebdcb31 found for delete ", "request_id": "req-7876d987-8faa-4cef-9ffb-bba9fee4838e"}]} [pid: 7|app: 0|req: 658/1314] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:27 2026] DELETE /v2.0/networks/36b62454-7416-4e23-941c-368c6a3b58e0 => 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: 657/1315] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:04:27 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1316] 10.0.0.246 () {32 vars in 801 bytes} [Fri Jun 12 08:04:27 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) 2026-06-12 08:04:27.913 7 INFO neutron.db.segments_db [None req-c8b3c13a-01df-483b-995f-96cbb13c87f8 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Added segment 77f73829-7d19-4aec-9753-c650930da6b8 of type vxlan for network b7828ade-9563-4b6c-a4cf-8ea13a433c4c [pid: 7|app: 0|req: 659/1317] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:27 2026] POST /v2.0/networks => generated 634 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:28.068 8 INFO neutron.db.segments_db [None req-a3e1f8df-42c1-4ed9-8c90-536941b831b2 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Added segment 2903a9f6-4bc7-4ff9-9452-529e7d3a6698 of type vxlan for network ee8560ed-99b5-4ed4-9cdd-610a208dc3da [pid: 8|app: 0|req: 659/1318] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:28 2026] POST /v2.0/networks => generated 634 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1319] 10.0.0.246 () {30 vars in 724 bytes} [Fri Jun 12 08:04:28 2026] GET /v2.0/quotas/3053adeae436444ba873ae2c6147c1f5/details => generated 847 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1320] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:28 2026] POST /v2.0/ports => generated 1504 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1321] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:04:28 2026] GET /v2.0/ports => generated 1504 bytes in 122 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:04:28.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-65220e11-f797-4118-b16a-4589922494ab 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] TaaS: Handle Delete Port: 3b346b20-35e4-484e-b33d-f6a5980050f0 2026-06-12 08:04:28.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65220e11-f797-4118-b16a-4589922494ab 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Tap Mirror: Handle Delete Port: 3b346b20-35e4-484e-b33d-f6a5980050f0 [pid: 8|app: 0|req: 661/1322] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:28 2026] DELETE /v2.0/ports/3b346b20-35e4-484e-b33d-f6a5980050f0 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:29.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0edffbd-fd8a-4788-a4bd-0b8f357fbf6b 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] TaaS: Handle Delete Port: b50e5e77-db33-4a9f-a705-76a2462b2d00 2026-06-12 08:04:29.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0edffbd-fd8a-4788-a4bd-0b8f357fbf6b 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Tap Mirror: Handle Delete Port: b50e5e77-db33-4a9f-a705-76a2462b2d00 [pid: 7|app: 0|req: 662/1323] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:29 2026] DELETE /v2.0/ports/b50e5e77-db33-4a9f-a705-76a2462b2d00 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1324] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:04:29 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:29.331 7 INFO neutron.db.segments_db [None req-885478e1-beea-4df7-8e44-a6957c2ae834 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Added segment 40d51441-5f2c-4fc7-8ca4-88a7f60a1888 of type vxlan for network 1b90ed74-21c3-4f90-a80e-ce5b6fc7ccfa [pid: 7|app: 0|req: 663/1325] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:29 2026] POST /v2.0/networks => generated 635 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:29.486 7 INFO neutron.db.segments_db [None req-fd9f86bb-4f9a-42ed-a708-52daf1cd35b5 2562c0d05e7c436cbc7cce59c24ad059 3265c7b8c281467980a2ddc7e97a1214 - - default default] Added segment ff4bb1ea-8616-4e89-bce4-ec0f70bcc508 of type vxlan for network 10c94787-5554-48f3-982b-fcda5f3b26dc [pid: 7|app: 0|req: 664/1326] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:29 2026] POST /v2.0/networks => generated 634 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:29.742 7 INFO neutron.services.segments.plugin [-] Segment 51ff03d0-fa4c-46cb-85c7-100cf5200c10 resource provider aggregate not found 2026-06-12 08:04:29.758 7 INFO neutron.services.segments.plugin [-] Segment 51ff03d0-fa4c-46cb-85c7-100cf5200c10 resource provider aggregate not found 2026-06-12 08:04:29.764 7 INFO neutron.services.segments.plugin [-] Segment 51ff03d0-fa4c-46cb-85c7-100cf5200c10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51ff03d0-fa4c-46cb-85c7-100cf5200c10 found for delete ", "request_id": "req-542ff48b-6e07-487c-be60-69446185f1ce"}]} 2026-06-12 08:04:29.772 7 INFO neutron.services.segments.plugin [-] Segment 51ff03d0-fa4c-46cb-85c7-100cf5200c10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51ff03d0-fa4c-46cb-85c7-100cf5200c10 found for delete ", "request_id": "req-680522ef-5cd5-4f47-a6ca-aaf2abf3c0f5"}]} 2026-06-12 08:04:29.777 8 INFO neutron.db.segments_db [None req-6c87cb5b-a1f4-4249-ab4e-56bee5d68ed8 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment fc2bdc3d-34f3-4945-8645-ae7f55d3dcd6 of type vxlan for network 62fe89c2-16e3-4b5f-8501-ee0cd0ebfa6c [pid: 8|app: 0|req: 663/1327] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:29 2026] POST /v2.0/networks => generated 615 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:29.927 7 INFO neutron.db.segments_db [None req-6bedaa17-d623-435c-aa41-7b30120f9f56 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment d4ad2ec1-bbfd-461e-a20a-6f8086832045 of type vxlan for network 8f6e2476-67f6-4407-9556-94f756a70865 [pid: 7|app: 0|req: 665/1328] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:29 2026] POST /v2.0/networks => generated 615 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1329] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:30 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1330] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:30 2026] POST /v2.0/subnets => generated 1323 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1331] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:04:30 2026] GET /v2.0/subnets => generated 1959 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1332] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:30 2026] POST /v2.0/subnets => generated 655 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:30.649 7 INFO neutron.db.segments_db [None req-56d9d521-c8c1-40a2-977e-f9fd4bcbae13 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment 2914b7da-3b33-42cb-beab-b01bc6697e8d of type vxlan for network 8a0fc807-43c2-452c-909f-fc80100932f9 [pid: 8|app: 0|req: 666/1333] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:30 2026] DELETE /v2.0/subnets/bcd0d60c-3dd3-4c6f-bf9b-25e0b2cceb94 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1334] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:30 2026] DELETE /v2.0/subnets/a3a84636-43d0-4c13-83fc-c7544eb72e7e => 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: 668/1335] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:04:30 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:30.893 7 INFO neutron.db.l3_hamode_db [None req-56d9d521-c8c1-40a2-977e-f9fd4bcbae13 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:04:31.002 8 INFO neutron.services.segments.plugin [-] Segment ff4bb1ea-8616-4e89-bce4-ec0f70bcc508 resource provider aggregate not found 2026-06-12 08:04:31.006 8 INFO neutron.services.segments.plugin [-] Segment ff4bb1ea-8616-4e89-bce4-ec0f70bcc508 resource provider aggregate not found 2026-06-12 08:04:31.017 7 INFO neutron.db.l3_hamode_db [None req-56d9d521-c8c1-40a2-977e-f9fd4bcbae13 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:04:31.019 8 INFO neutron.services.segments.plugin [-] Segment ff4bb1ea-8616-4e89-bce4-ec0f70bcc508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4bb1ea-8616-4e89-bce4-ec0f70bcc508 found for delete ", "request_id": "req-4baf9cad-ed3b-4cc6-bd61-c058bb81590f"}]} 2026-06-12 08:04:31.020 8 INFO neutron.services.segments.plugin [-] Segment ff4bb1ea-8616-4e89-bce4-ec0f70bcc508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4bb1ea-8616-4e89-bce4-ec0f70bcc508 found for delete ", "request_id": "req-93e8af64-a912-4ee0-b436-bb412a74297a"}]} [pid: 8|app: 0|req: 669/1336] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:30 2026] DELETE /v2.0/networks/10c94787-5554-48f3-982b-fcda5f3b26dc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1337] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:31 2026] DELETE /v2.0/networks/1b90ed74-21c3-4f90-a80e-ce5b6fc7ccfa => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1338] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:31 2026] DELETE /v2.0/networks/ee8560ed-99b5-4ed4-9cdd-610a208dc3da => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1339] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:31 2026] DELETE /v2.0/networks/b7828ade-9563-4b6c-a4cf-8ea13a433c4c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1340] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:30 2026] POST /v2.0/routers => generated 510 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1341] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:31 2026] GET /v2.0/security-groups?tenant_id=b0243a1d822745f5a4489ecf5914f85a&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1342] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:31 2026] GET /v2.0/security-groups?tenant_id=3053adeae436444ba873ae2c6147c1f5&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1343] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:31 2026] DELETE /v2.0/security-groups/9b595fbd-fdbb-4f7b-bcfd-a09b98629911 => 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: 671/1344] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:32 2026] GET /v2.0/security-groups?tenant_id=3265c7b8c281467980a2ddc7e97a1214&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1345] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:32 2026] DELETE /v2.0/security-groups/01a69e9e-fdfa-4f5f-b523-24c1fa89d75b => 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: 673/1346] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:32 2026] DELETE /v2.0/security-groups/d4560dbd-e6e5-46da-ae87-c0fc31ee611f => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1347] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:32 2026] GET /v2.0/security-groups?tenant_id=9bd3ee20e65346b496cc7606369b34f3&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1348] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:32 2026] DELETE /v2.0/security-groups/34a24b2c-ac7d-4481-b394-3a7e1000d54d => 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: 674/1349] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:04:31 2026] PUT /v2.0/routers/3b962d6e-0fa7-419f-9878-a628aefa0fc3/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1350] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:32 2026] GET /v2.0/ports/402fec82-3715-4325-85ef-8f578ce5d30a => generated 959 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:33.046 8 INFO neutron.services.segments.plugin [-] Segment 40d51441-5f2c-4fc7-8ca4-88a7f60a1888 resource provider aggregate not found 2026-06-12 08:04:33.047 8 INFO neutron.services.segments.plugin [-] Segment 40d51441-5f2c-4fc7-8ca4-88a7f60a1888 resource provider aggregate not found 2026-06-12 08:04:33.072 8 INFO neutron.services.segments.plugin [-] Segment 40d51441-5f2c-4fc7-8ca4-88a7f60a1888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40d51441-5f2c-4fc7-8ca4-88a7f60a1888 found for delete ", "request_id": "req-eb6809a1-c786-4380-81f4-dfcdfcd117a9"}]} 2026-06-12 08:04:33.079 8 INFO neutron.services.segments.plugin [-] Segment 40d51441-5f2c-4fc7-8ca4-88a7f60a1888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40d51441-5f2c-4fc7-8ca4-88a7f60a1888 found for delete ", "request_id": "req-8a76371d-3065-4115-80e1-9604d56d76a0"}]} 2026-06-12 08:04:33.098 8 INFO neutron.services.segments.plugin [-] Segment 2903a9f6-4bc7-4ff9-9452-529e7d3a6698 resource provider aggregate not found 2026-06-12 08:04:33.104 8 INFO neutron.services.segments.plugin [-] Segment 2903a9f6-4bc7-4ff9-9452-529e7d3a6698 resource provider aggregate not found 2026-06-12 08:04:33.114 8 INFO neutron.services.segments.plugin [-] Segment 2903a9f6-4bc7-4ff9-9452-529e7d3a6698 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2903a9f6-4bc7-4ff9-9452-529e7d3a6698 found for delete ", "request_id": "req-4459e949-417e-43dc-b7a9-b3b97b6ccfb9"}]} 2026-06-12 08:04:33.122 8 INFO neutron.services.segments.plugin [-] Segment 2903a9f6-4bc7-4ff9-9452-529e7d3a6698 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2903a9f6-4bc7-4ff9-9452-529e7d3a6698 found for delete ", "request_id": "req-f94218ed-7202-4233-a915-5d20f8edca8d"}]} 2026-06-12 08:04:33.126 8 INFO neutron.services.segments.plugin [-] Segment 77f73829-7d19-4aec-9753-c650930da6b8 resource provider aggregate not found 2026-06-12 08:04:33.136 8 INFO neutron.services.segments.plugin [-] Segment 77f73829-7d19-4aec-9753-c650930da6b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f73829-7d19-4aec-9753-c650930da6b8 found for delete ", "request_id": "req-49c4e4ba-e3e8-4b4f-9cfc-9cb4706132ae"}]} 2026-06-12 08:04:33.141 8 INFO neutron.services.segments.plugin [-] Segment 77f73829-7d19-4aec-9753-c650930da6b8 resource provider aggregate not found 2026-06-12 08:04:33.153 8 INFO neutron.services.segments.plugin [-] Segment 77f73829-7d19-4aec-9753-c650930da6b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f73829-7d19-4aec-9753-c650930da6b8 found for delete ", "request_id": "req-24915db1-9a87-4431-8138-f4f25846c2f2"}]} [pid: 8|app: 0|req: 675/1351] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:04:32 2026] PUT /v2.0/routers/3b962d6e-0fa7-419f-9878-a628aefa0fc3/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1352] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:34 2026] GET /v2.0/ports/d46e6806-702d-4b08-b83d-9dc2e830bc26 => generated 967 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1353] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:04:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:04:34.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-10e82b8c-87dc-4382-a6ac-24f5e83b6a72 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: d46e6806-702d-4b08-b83d-9dc2e830bc26 2026-06-12 08:04:34.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10e82b8c-87dc-4382-a6ac-24f5e83b6a72 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: d46e6806-702d-4b08-b83d-9dc2e830bc26 [pid: 7|app: 0|req: 679/1354] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:34 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1355] 10.0.0.18 () {34 vars in 757 bytes} [Fri Jun 12 08:04:34 2026] PUT /v2.0/security-groups/35dc5549-1773-45e3-9474-3ab27e7a86f6 => generated 1664 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1356] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:04:34 2026] GET /v2.0/security-groups/35dc5549-1773-45e3-9474-3ab27e7a86f6 => generated 1664 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1357] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:34 2026] DELETE /v2.0/security-groups/35dc5549-1773-45e3-9474-3ab27e7a86f6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1358] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:34 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) 2026-06-12 08:04:34.739 7 INFO neutron.api.v2.resource [None req-a916a795-3563-455a-b590-4b76aec99101 e682b57ec3084005b5f8a247eb8d12e1 8401911f501e4c9189d8075f3a4f1a0f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1359] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:34 2026] DELETE /v2.0/security-groups/35dc5549-1773-45e3-9474-3ab27e7a86f6 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1360] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:04:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1361] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:34 2026] PUT /v2.0/routers/3b962d6e-0fa7-419f-9878-a628aefa0fc3/remove_router_interface => generated 309 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1362] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:04:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1363] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:04:35 2026] GET /v2.0/security-group-rules/a4935b4e-13fa-46b1-bff2-f8cb32182a76 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1364] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:35.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-24cc61d9-6b32-4952-8f43-90673aaf33fb adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 402fec82-3715-4325-85ef-8f578ce5d30a 2026-06-12 08:04:35.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24cc61d9-6b32-4952-8f43-90673aaf33fb adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 402fec82-3715-4325-85ef-8f578ce5d30a [pid: 7|app: 0|req: 689/1365] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:04:35 2026] DELETE /v2.0/security-group-rules/a4935b4e-13fa-46b1-bff2-f8cb32182a76 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1366] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1367] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:04:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1368] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:04:35 2026] GET /v2.0/security-group-rules/572a7aa5-a329-4a12-baf3-4a6f2e08a86d => 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: 693/1369] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:35 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: 694/1370] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:04:35 2026] DELETE /v2.0/security-group-rules/572a7aa5-a329-4a12-baf3-4a6f2e08a86d => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1371] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1372] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:34 2026] PUT /v2.0/routers/3b962d6e-0fa7-419f-9878-a628aefa0fc3/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1373] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:35 2026] GET /v2.0/ports?device_id=3b962d6e-0fa7-419f-9878-a628aefa0fc3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:35.684 7 INFO neutron.db.securitygroups_db [None req-15e2415b-7465-429d-b1b3-7e09b9bf7917 e682b57ec3084005b5f8a247eb8d12e1 8401911f501e4c9189d8075f3a4f1a0f - - default default] Project 8401911f501e4c9189d8075f3a4f1a0f 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: 696/1374] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:04:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1375] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:04:35 2026] GET /v2.0/security-group-rules/322795e2-2a2c-4528-9948-7e1001599a78 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:35.823 8 INFO neutron_taas.services.taas.taas_plugin [None req-481bab54-eafd-4bb8-9323-9a8e188c29dd adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 100ac1dc-a84f-48bc-ae97-615afaad1376 2026-06-12 08:04:35.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-481bab54-eafd-4bb8-9323-9a8e188c29dd adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 100ac1dc-a84f-48bc-ae97-615afaad1376 2026-06-12 08:04:36.166 8 INFO neutron.services.segments.plugin [-] Segment 2914b7da-3b33-42cb-beab-b01bc6697e8d resource provider aggregate not found 2026-06-12 08:04:36.174 8 INFO neutron.services.segments.plugin [-] Segment 2914b7da-3b33-42cb-beab-b01bc6697e8d resource provider aggregate not found 2026-06-12 08:04:36.189 8 INFO neutron.services.segments.plugin [-] Segment 2914b7da-3b33-42cb-beab-b01bc6697e8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2914b7da-3b33-42cb-beab-b01bc6697e8d found for delete ", "request_id": "req-f9a74f86-8991-407d-a614-11e6bd410bc9"}]} 2026-06-12 08:04:36.192 8 INFO neutron.services.segments.plugin [-] Segment 2914b7da-3b33-42cb-beab-b01bc6697e8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2914b7da-3b33-42cb-beab-b01bc6697e8d found for delete ", "request_id": "req-b3b99e42-332b-4081-b10a-520db01dac98"}]} 2026-06-12 08:04:36.200 8 INFO neutron.db.l3_hamode_db [None req-481bab54-eafd-4bb8-9323-9a8e188c29dd adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] HA network 8a0fc807-43c2-452c-909f-fc80100932f9 was deleted as no HA routers are present in tenant 951bb5f0912a4033b1bee0da858d446b. [pid: 8|app: 0|req: 679/1376] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:35 2026] DELETE /v2.0/routers/3b962d6e-0fa7-419f-9878-a628aefa0fc3 => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1377] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:36 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1378] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:04:35 2026] POST /v2.0/floatingips => generated 552 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1379] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:36 2026] DELETE /v2.0/subnets/4e336dd8-4ec3-487d-be5b-c36d04cd3125 => 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: 699/1380] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:04:36 2026] DELETE /v2.0/security-group-rules/322795e2-2a2c-4528-9948-7e1001599a78 => 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: 682/1381] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:04:36 2026] PUT /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1382] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1383] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:36 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/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: 700/1384] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:36 2026] DELETE /v2.0/subnets/6b69f1e3-e50e-40cb-83f1-09fa4382fd85 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1385] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:36 2026] DELETE /v2.0/security-groups/9f4e57b2-3e95-4e50-99e9-93069e11b836 => 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: 701/1386] 10.0.0.18 () {34 vars in 769 bytes} [Fri Jun 12 08:04:36 2026] PUT /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags/green => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1387] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:36 2026] GET /v2.0/security-groups => 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: 703/1388] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:36 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:36.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-53e2e347-7140-4c66-a0a6-9963ba5240f8 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 11a0688b-9abf-4695-bae5-e0f159d161b6 2026-06-12 08:04:36.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53e2e347-7140-4c66-a0a6-9963ba5240f8 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 11a0688b-9abf-4695-bae5-e0f159d161b6 [pid: 7|app: 0|req: 704/1389] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:36 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) [pid: 7|app: 0|req: 705/1390] 10.0.0.18 () {34 vars in 765 bytes} [Fri Jun 12 08:04:36 2026] PUT /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1391] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:36 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1392] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:36 2026] DELETE /v2.0/networks/8f6e2476-67f6-4407-9556-94f756a70865 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1393] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:36 2026] GET /v2.0/security-groups?tenant_id=910b277cb57c43449b24669b0c40e9bf&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1394] 10.0.0.18 () {34 vars in 787 bytes} [Fri Jun 12 08:04:36 2026] PUT /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags/black.or.white => generated 4 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-12 08:04:37.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-69b262e0-8954-4038-889e-88f5b58db2a5 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 62b8dd89-97a3-4a33-8834-5fbb0b350205 2026-06-12 08:04:37.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69b262e0-8954-4038-889e-88f5b58db2a5 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 62b8dd89-97a3-4a33-8834-5fbb0b350205 [pid: 7|app: 0|req: 708/1395] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:37 2026] GET /v2.0/security-groups?tenant_id=8401911f501e4c9189d8075f3a4f1a0f&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1396] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:37 2026] DELETE /v2.0/security-groups/de1b1c59-f6eb-4295-a82b-00b964d3ad4f => 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: 710/1397] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:37 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1398] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:37 2026] DELETE /v2.0/networks/62fe89c2-16e3-4b5f-8501-ee0cd0ebfa6c => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1399] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:04:37 2026] PUT /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/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: 711/1400] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:37 2026] DELETE /v2.0/security-groups/77ffa3f8-51da-415d-8472-a006561ca3a3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:37.663 8 INFO neutron.db.segments_db [None req-91007a4a-2f86-4db1-aada-b8a61b33457e adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment e6e68601-cd58-44f6-bbb1-055cbeb27803 of type vxlan for network 2ea44565-dd4e-4ec8-945a-2601fe3bb3e2 [pid: 8|app: 0|req: 690/1401] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:37 2026] POST /v2.0/networks => generated 614 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1402] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:37 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1403] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:37 2026] GET /v2.0/security-groups?tenant_id=45c2d7a051f64228864f2e9112cfbf6c&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1404] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:04:37 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1405] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:37 2026] DELETE /v2.0/security-groups/4f6373f1-12ec-4e50-b798-051cbda7ef18 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:37.896 7 INFO neutron.api.v2.resource [None req-b574b6a8-863d-4908-994f-2f876e254a8a ac1678a263464236946dc5cf9e91ddb2 59e333f6b341495e837be09a5c349145 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1406] 10.0.0.18 () {32 vars in 750 bytes} [Fri Jun 12 08:04:37 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1407] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:04:37 2026] DELETE /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1408] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:37 2026] POST /v2.0/subnets => generated 646 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1409] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:37 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/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:04:38.010 7 INFO neutron.api.v2.resource [None req-49480417-7efe-4d76-832f-9d8c2fbb60dd ac1678a263464236946dc5cf9e91ddb2 59e333f6b341495e837be09a5c349145 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1410] 10.0.0.18 () {32 vars in 753 bytes} [Fri Jun 12 08:04:37 2026] DELETE /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:04:38.015 8 INFO neutron.db.segments_db [None req-a3d71a55-4a42-445b-91f9-9b07935dd3e3 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment ac70ecb0-2904-4f45-8d81-518f5de504a7 of type vxlan for network a201e055-1be1-43ab-95fd-024085522e0d [pid: 7|app: 0|req: 719/1411] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:04:38 2026] DELETE /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1412] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:38 2026] GET /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:38.213 8 INFO neutron.services.segments.plugin [-] Segment d4ad2ec1-bbfd-461e-a20a-6f8086832045 resource provider aggregate not found 2026-06-12 08:04:38.224 8 INFO neutron.services.segments.plugin [-] Segment d4ad2ec1-bbfd-461e-a20a-6f8086832045 resource provider aggregate not found 2026-06-12 08:04:38.234 8 INFO neutron.db.l3_hamode_db [None req-a3d71a55-4a42-445b-91f9-9b07935dd3e3 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:04:38.245 8 INFO neutron.services.segments.plugin [-] Segment d4ad2ec1-bbfd-461e-a20a-6f8086832045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4ad2ec1-bbfd-461e-a20a-6f8086832045 found for delete ", "request_id": "req-2195e7a0-29c2-466e-9378-e9fddd127894"}]} 2026-06-12 08:04:38.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-f30083e5-ae6e-4502-aa5d-1ad71f39bd5a ac1678a263464236946dc5cf9e91ddb2 59e333f6b341495e837be09a5c349145 - - default default] TaaS: Handle Delete Port: c5e5a1c9-6009-45ea-918d-bbf1443884eb 2026-06-12 08:04:38.250 8 INFO neutron.services.segments.plugin [-] Segment d4ad2ec1-bbfd-461e-a20a-6f8086832045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4ad2ec1-bbfd-461e-a20a-6f8086832045 found for delete ", "request_id": "req-988626b9-f24c-421a-ada1-12de9d974215"}]} 2026-06-12 08:04:38.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f30083e5-ae6e-4502-aa5d-1ad71f39bd5a ac1678a263464236946dc5cf9e91ddb2 59e333f6b341495e837be09a5c349145 - - default default] Tap Mirror: Handle Delete Port: c5e5a1c9-6009-45ea-918d-bbf1443884eb 2026-06-12 08:04:38.279 8 INFO neutron.services.segments.plugin [-] Segment fc2bdc3d-34f3-4945-8645-ae7f55d3dcd6 resource provider aggregate not found 2026-06-12 08:04:38.283 8 INFO neutron.services.segments.plugin [-] Segment fc2bdc3d-34f3-4945-8645-ae7f55d3dcd6 resource provider aggregate not found 2026-06-12 08:04:38.305 8 INFO neutron.services.segments.plugin [-] Segment fc2bdc3d-34f3-4945-8645-ae7f55d3dcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2bdc3d-34f3-4945-8645-ae7f55d3dcd6 found for delete ", "request_id": "req-dc50ca5e-964a-4f1c-a779-0b53e5abe505"}]} 2026-06-12 08:04:38.308 8 INFO neutron.services.segments.plugin [-] Segment fc2bdc3d-34f3-4945-8645-ae7f55d3dcd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2bdc3d-34f3-4945-8645-ae7f55d3dcd6 found for delete ", "request_id": "req-dfce6e83-4348-454d-a2bf-9fab753f8dc2"}]} [pid: 7|app: 0|req: 721/1413] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:04:38 2026] DELETE /v2.0/floatingips/a244e1b1-1315-491f-8e5d-681823dc6323 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:38.809 8 INFO neutron.db.l3_hamode_db [None req-a3d71a55-4a42-445b-91f9-9b07935dd3e3 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 722/1414] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:38 2026] GET /v2.0/security-groups?tenant_id=59e333f6b341495e837be09a5c349145&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1415] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:37 2026] POST /v2.0/routers => generated 511 bytes in 1415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1416] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:39 2026] DELETE /v2.0/security-groups/fa19fc42-5849-401c-9f94-12e67a8f21b5 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1417] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:39 2026] GET /v2.0/security-groups?tenant_id=e53660f2ef5e40c881eee6d932402370&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: 694/1418] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:39 2026] POST /v2.0/ports => generated 960 bytes in 307 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: 725/1419] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:39 2026] DELETE /v2.0/security-groups/db36d059-4572-4795-b570-e69a47fa98ad => 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: 695/1420] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:04:39 2026] PUT /v2.0/routers/fad0aabb-f23b-40bc-a030-1c3c51d219fe/add_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1421] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:40 2026] GET /v2.0/ports/f9145fb6-8a33-401a-8902-dcb876e54c06 => generated 1034 bytes in 74 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:04:41.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc5cbc9e-a7c8-4c29-a088-9f30e15e544f adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: f9145fb6-8a33-401a-8902-dcb876e54c06 2026-06-12 08:04:41.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc5cbc9e-a7c8-4c29-a088-9f30e15e544f adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: f9145fb6-8a33-401a-8902-dcb876e54c06 [pid: 8|app: 0|req: 696/1424] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:40 2026] PUT /v2.0/routers/fad0aabb-f23b-40bc-a030-1c3c51d219fe/remove_router_interface => generated 309 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:41.668 7 INFO neutron.api.v2.resource [None req-8c5a18ee-da0d-4e3d-b734-4da791bade6c adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1425] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:41 2026] PUT /v2.0/routers/fad0aabb-f23b-40bc-a030-1c3c51d219fe/remove_router_interface => generated 197 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1426] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:41 2026] GET /v2.0/ports?device_id=fad0aabb-f23b-40bc-a030-1c3c51d219fe => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:41.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa2c07ae-09e9-4a1d-9e1e-4d08b22da405 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 8d9a5f8c-aab1-4b38-b7d1-86e11e3870c2 2026-06-12 08:04:41.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2c07ae-09e9-4a1d-9e1e-4d08b22da405 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 8d9a5f8c-aab1-4b38-b7d1-86e11e3870c2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 697/1427] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:41 2026] GET /v2.0/security-groups?tenant_id=2d130c25b2574d6ab6f2271c3555ebdd&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:42.212 7 INFO neutron.services.segments.plugin [-] Segment ac70ecb0-2904-4f45-8d81-518f5de504a7 resource provider aggregate not found 2026-06-12 08:04:42.223 7 INFO neutron.services.segments.plugin [-] Segment ac70ecb0-2904-4f45-8d81-518f5de504a7 resource provider aggregate not found 2026-06-12 08:04:42.237 7 INFO neutron.services.segments.plugin [-] Segment ac70ecb0-2904-4f45-8d81-518f5de504a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac70ecb0-2904-4f45-8d81-518f5de504a7 found for delete ", "request_id": "req-4c3344e5-381d-4fcb-9f46-5f95facb5b24"}]} 2026-06-12 08:04:42.248 7 INFO neutron.services.segments.plugin [-] Segment ac70ecb0-2904-4f45-8d81-518f5de504a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac70ecb0-2904-4f45-8d81-518f5de504a7 found for delete ", "request_id": "req-ae219e39-e56e-4485-9133-aa5460b4f1b9"}]} 2026-06-12 08:04:42.258 7 INFO neutron.db.l3_hamode_db [None req-aa2c07ae-09e9-4a1d-9e1e-4d08b22da405 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] HA network a201e055-1be1-43ab-95fd-024085522e0d was deleted as no HA routers are present in tenant 951bb5f0912a4033b1bee0da858d446b. [pid: 7|app: 0|req: 731/1428] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:41 2026] DELETE /v2.0/routers/fad0aabb-f23b-40bc-a030-1c3c51d219fe => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1429] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:42 2026] DELETE /v2.0/security-groups/a92a3c67-1a35-4b81-8f9a-9b49345c2f2a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1430] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:42 2026] GET /v2.0/security-groups?tenant_id=88de88d86941456295425233d8158d18&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1431] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:42 2026] DELETE /v2.0/subnets/b2052768-cae2-4e7c-a34f-125fc67641bf => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1432] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:42 2026] DELETE /v2.0/security-groups/6baea598-3436-42f5-b5e9-5c9ac5e99c7f => 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: 699/1433] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:42 2026] GET /v2.0/security-groups?tenant_id=3bf1a9411e4b4d40af3a656d1efc5972&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:42.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-13a26f2a-c341-4595-81c9-8433528f5091 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 08bdfe2d-1a83-4901-8994-c6bf954b42fd 2026-06-12 08:04:42.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13a26f2a-c341-4595-81c9-8433528f5091 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 08bdfe2d-1a83-4901-8994-c6bf954b42fd [pid: 8|app: 0|req: 700/1434] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:42 2026] DELETE /v2.0/security-groups/6bc72103-767a-4666-a3a8-456f5efb83db => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1435] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:42 2026] DELETE /v2.0/networks/2ea44565-dd4e-4ec8-945a-2601fe3bb3e2 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1436] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:42 2026] GET /v2.0/security-groups?tenant_id=45c9876fef4d486aad280c31fc3c3e93&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:04:42.985 8 INFO neutron.db.segments_db [None req-fe528d4b-f0da-42ce-8d6b-6e38e287b147 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment 4609ef13-1c71-4afe-bc16-51cec0f72608 of type vxlan for network 673f907b-e0ac-442d-8b8c-79509c4c9add [pid: 8|app: 0|req: 702/1437] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:42 2026] POST /v2.0/networks => generated 615 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1438] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:43 2026] DELETE /v2.0/security-groups/714a192a-0ca1-4574-8aa3-746a897f70f6 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:43.194 7 INFO neutron.db.segments_db [None req-eb00bc8e-3395-48aa-bba4-fb3149b73f56 5b4fa17b9bb8456aa9ac53365e0f25b6 893dbaa4b56e4b5cbfc62e35ad87b89f - - default default] Added segment 1d93cfc3-da74-4e47-b048-f703020bbfcd of type vxlan for network 4d36510f-0ab7-4afc-8311-6ce0ccba0d6f [pid: 7|app: 0|req: 736/1439] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:42 2026] POST /v2.0/networks => generated 611 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1440] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:43 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:43.433 8 INFO neutron.db.segments_db [None req-009f7c0e-7a13-46f9-9533-100128a3001e adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment 9c78d61e-a513-4860-8f07-c3cc71d8175a of type vxlan for network e60ab317-eec0-42f7-974d-fcf17bce100f [pid: 7|app: 0|req: 737/1441] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:04:43 2026] POST /v2.0/ports => generated 743 bytes in 289 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: 738/1442] 10.0.0.18 () {34 vars in 746 bytes} [Fri Jun 12 08:04:43 2026] PUT /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:04:43.665 8 INFO neutron.db.l3_hamode_db [None req-009f7c0e-7a13-46f9-9533-100128a3001e adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 739/1443] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:43 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:04:43.813 8 INFO neutron.db.l3_hamode_db [None req-009f7c0e-7a13-46f9-9533-100128a3001e adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 740/1444] 10.0.0.18 () {34 vars in 757 bytes} [Fri Jun 12 08:04:43 2026] PUT /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags/green => generated 4 bytes in 135 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: 741/1445] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:43 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 34 bytes in 73 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: 742/1446] 10.0.0.18 () {34 vars in 753 bytes} [Fri Jun 12 08:04:43 2026] PUT /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/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: 7|app: 0|req: 743/1447] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 744/1448] 10.0.0.18 () {34 vars in 775 bytes} [Fri Jun 12 08:04:44 2026] PUT /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 745/1449] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 52 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, ' 2026-06-12 08:04:44.261 7 INFO neutron.services.segments.plugin [-] Segment e6e68601-cd58-44f6-bbb1-055cbeb27803 resource provider aggregate not found 2026-06-12 08:04:44.272 7 INFO neutron.services.segments.plugin [-] Segment e6e68601-cd58-44f6-bbb1-055cbeb27803 resource provider aggregate not found 2026-06-12 08:04:44.289 7 INFO neutron.services.segments.plugin [-] Segment e6e68601-cd58-44f6-bbb1-055cbeb27803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e68601-cd58-44f6-bbb1-055cbeb27803 found for delete ", "request_id": "req-9e0b4b45-e85c-4bc1-a11f-9a167dbf5f68"}]} 2026-06-12 08:04:44.290 7 INFO neutron.services.segments.plugin [-] Segment e6e68601-cd58-44f6-bbb1-055cbeb27803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e68601-cd58-44f6-bbb1-055cbeb27803 found for delete ", "request_id": "req-f1f27640-cd15-4e52-bc15-d058a62daf43"}]} [pid: 7|app: 0|req: 746/1450] 10.0.0.18 () {34 vars in 746 bytes} [Fri Jun 12 08:04:44 2026] PUT /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 37 bytes in 109 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: 747/1451] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 37 bytes in 69 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: 705/1452] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:43 2026] POST /v2.0/routers => generated 510 bytes in 1062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1453] 10.0.0.18 () {32 vars in 734 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags/red => generated 0 bytes in 76 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:04:44.535 7 INFO neutron.api.v2.resource [None req-72255d88-c12d-4ea5-8524-388607d5b42e 5b4fa17b9bb8456aa9ac53365e0f25b6 893dbaa4b56e4b5cbfc62e35ad87b89f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1454] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags/green => generated 99 bytes in 52 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: 750/1455] 10.0.0.18 () {32 vars in 737 bytes} [Fri Jun 12 08:04:44 2026] DELETE /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags/red => generated 0 bytes in 82 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: 751/1456] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 752/1457] 10.0.0.18 () {32 vars in 652 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/extensions => generated 21537 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-12 08:04:44.917 7 INFO neutron.api.v2.resource [None req-1e139aef-8e61-4d0b-9c53-9872a0249b25 5b4fa17b9bb8456aa9ac53365e0f25b6 893dbaa4b56e4b5cbfc62e35ad87b89f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1458] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:04:44 2026] DELETE /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags/green => generated 99 bytes in 54 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: 754/1459] 10.0.0.18 () {32 vars in 680 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1460] 10.0.0.18 () {32 vars in 729 bytes} [Fri Jun 12 08:04:44 2026] DELETE /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 756/1461] 10.0.0.18 () {32 vars in 680 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1462] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:44 2026] GET /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a/tags => generated 12 bytes in 43 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: 758/1463] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:45.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-d692ca40-9e13-4b0b-a08c-cd5dcdf8f41d 5b4fa17b9bb8456aa9ac53365e0f25b6 893dbaa4b56e4b5cbfc62e35ad87b89f - - default default] TaaS: Handle Delete Port: 713509c9-9ca5-4376-bcf6-b827d7534f4a 2026-06-12 08:04:45.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d692ca40-9e13-4b0b-a08c-cd5dcdf8f41d 5b4fa17b9bb8456aa9ac53365e0f25b6 893dbaa4b56e4b5cbfc62e35ad87b89f - - default default] Tap Mirror: Handle Delete Port: 713509c9-9ca5-4376-bcf6-b827d7534f4a [pid: 7|app: 0|req: 759/1464] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:45 2026] DELETE /v2.0/ports/713509c9-9ca5-4376-bcf6-b827d7534f4a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1465] 10.0.0.18 () {32 vars in 664 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 761/1466] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:45 2026] DELETE /v2.0/networks/4d36510f-0ab7-4afc-8311-6ce0ccba0d6f => 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: 762/1467] 10.0.0.18 () {32 vars in 698 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1468] 10.0.0.18 () {32 vars in 696 bytes} [Fri Jun 12 08:04:45 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: 764/1469] 10.0.0.18 () {32 vars in 700 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1470] 10.0.0.18 () {32 vars in 688 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 766/1471] 10.0.0.18 () {32 vars in 702 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 767/1472] 10.0.0.18 () {32 vars in 692 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 768/1473] 10.0.0.18 () {32 vars in 694 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 769/1474] 10.0.0.18 () {32 vars in 684 bytes} [Fri Jun 12 08:04:45 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: 770/1475] 10.0.0.18 () {32 vars in 686 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1476] 10.0.0.18 () {32 vars in 660 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1477] 10.0.0.18 () {32 vars in 698 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1478] 10.0.0.18 () {32 vars in 678 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1479] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:04:44 2026] PUT /v2.0/routers/8924ce17-36bf-4591-ab0f-3b8acbc1d76d/add_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1480] 10.0.0.18 () {32 vars in 682 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1481] 10.0.0.18 () {32 vars in 674 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 776/1482] 10.0.0.18 () {32 vars in 688 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1483] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1484] 10.0.0.18 () {32 vars in 686 bytes} [Fri Jun 12 08:04:45 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: 707/1485] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/ports/fef3c769-8cb7-4199-bffc-4255b5812d27 => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1486] 10.0.0.18 () {32 vars in 668 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1487] 10.0.0.18 () {32 vars in 686 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1488] 10.0.0.18 () {32 vars in 680 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1489] 10.0.0.18 () {32 vars in 698 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1490] 10.0.0.18 () {32 vars in 678 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1491] 10.0.0.18 () {32 vars in 666 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1492] 10.0.0.18 () {32 vars in 676 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 786/1493] 10.0.0.18 () {32 vars in 664 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1494] 10.0.0.18 () {32 vars in 674 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1495] 10.0.0.18 () {32 vars in 712 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1496] 10.0.0.18 () {32 vars in 690 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 790/1497] 10.0.0.18 () {32 vars in 682 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1498] 10.0.0.18 () {32 vars in 668 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1499] 10.0.0.18 () {32 vars in 686 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1500] 10.0.0.18 () {32 vars in 704 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1501] 10.0.0.18 () {32 vars in 674 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1502] 10.0.0.18 () {32 vars in 700 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1503] 10.0.0.18 () {32 vars in 674 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1504] 10.0.0.18 () {32 vars in 692 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1505] 10.0.0.18 () {32 vars in 688 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1506] 10.0.0.18 () {32 vars in 708 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1507] 10.0.0.18 () {32 vars in 704 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1508] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1509] 10.0.0.18 () {32 vars in 696 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1510] 10.0.0.18 () {32 vars in 710 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1511] 10.0.0.18 () {32 vars in 668 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 805/1512] 10.0.0.18 () {32 vars in 686 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1513] 10.0.0.18 () {32 vars in 680 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1514] 10.0.0.18 () {32 vars in 674 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1515] 10.0.0.18 () {32 vars in 670 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1516] 10.0.0.18 () {32 vars in 660 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1517] 10.0.0.18 () {32 vars in 698 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1518] 10.0.0.18 () {32 vars in 698 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1519] 10.0.0.18 () {32 vars in 676 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1520] 10.0.0.18 () {32 vars in 668 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1521] 10.0.0.18 () {32 vars in 682 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1522] 10.0.0.18 () {32 vars in 700 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1523] 10.0.0.18 () {32 vars in 684 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1524] 10.0.0.18 () {32 vars in 706 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1525] 10.0.0.18 () {32 vars in 668 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1526] 10.0.0.18 () {32 vars in 696 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1527] 10.0.0.18 () {32 vars in 694 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1528] 10.0.0.18 () {32 vars in 684 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1529] 10.0.0.18 () {32 vars in 688 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1530] 10.0.0.18 () {32 vars in 704 bytes} [Fri Jun 12 08:04:45 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) 2026-06-12 08:04:45.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-c63a2a4a-4e21-431b-a6a5-e45b8276640b adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: fef3c769-8cb7-4199-bffc-4255b5812d27 2026-06-12 08:04:45.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c63a2a4a-4e21-431b-a6a5-e45b8276640b adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: fef3c769-8cb7-4199-bffc-4255b5812d27 [pid: 7|app: 0|req: 824/1531] 10.0.0.18 () {32 vars in 666 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 825/1532] 10.0.0.18 () {32 vars in 680 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1533] 10.0.0.18 () {32 vars in 680 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 827/1534] 10.0.0.18 () {32 vars in 690 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 828/1535] 10.0.0.18 () {32 vars in 690 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1536] 10.0.0.18 () {32 vars in 694 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1537] 10.0.0.18 () {32 vars in 684 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1538] 10.0.0.18 () {32 vars in 688 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1539] 10.0.0.18 () {32 vars in 700 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1540] 10.0.0.18 () {32 vars in 702 bytes} [Fri Jun 12 08:04:45 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: 7|app: 0|req: 834/1541] 10.0.0.18 () {32 vars in 712 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1542] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1543] 10.0.0.18 () {32 vars in 714 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1544] 10.0.0.18 () {32 vars in 726 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1545] 10.0.0.18 () {32 vars in 740 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1546] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1547] 10.0.0.18 () {32 vars in 682 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1548] 10.0.0.18 () {32 vars in 668 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1549] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1550] 10.0.0.18 () {32 vars in 678 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1551] 10.0.0.18 () {32 vars in 668 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1552] 10.0.0.18 () {32 vars in 696 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1553] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:45 2026] GET /v2.0/security-groups?tenant_id=893dbaa4b56e4b5cbfc62e35ad87b89f&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1554] 10.0.0.18 () {32 vars in 704 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1555] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:46 2026] DELETE /v2.0/security-groups/68f8eb6e-d3ab-43a9-8e65-f599447cfcc0 => 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: 849/1556] 10.0.0.18 () {32 vars in 700 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1557] 10.0.0.18 () {32 vars in 700 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1558] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:45 2026] PUT /v2.0/routers/8924ce17-36bf-4591-ab0f-3b8acbc1d76d/remove_router_interface => generated 309 bytes in 700 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1559] 10.0.0.18 () {32 vars in 682 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1560] 10.0.0.18 () {32 vars in 704 bytes} [Fri Jun 12 08:04:46 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: 710/1561] 10.0.0.18 () {32 vars in 694 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1562] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/ports?device_id=8924ce17-36bf-4591-ab0f-3b8acbc1d76d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1563] 10.0.0.18 () {32 vars in 688 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1564] 10.0.0.18 () {32 vars in 696 bytes} [Fri Jun 12 08:04:46 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: 713/1565] 10.0.0.18 () {32 vars in 678 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1566] 10.0.0.18 () {32 vars in 688 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1567] 10.0.0.18 () {32 vars in 700 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1568] 10.0.0.18 () {32 vars in 664 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1569] 10.0.0.18 () {32 vars in 680 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1570] 10.0.0.18 () {32 vars in 676 bytes} [Fri Jun 12 08:04:46 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: 719/1571] 10.0.0.18 () {32 vars in 692 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:46.314 7 INFO neutron.services.segments.plugin [-] Segment 1d93cfc3-da74-4e47-b048-f703020bbfcd resource provider aggregate not found 2026-06-12 08:04:46.319 7 INFO neutron.services.segments.plugin [-] Segment 1d93cfc3-da74-4e47-b048-f703020bbfcd resource provider aggregate not found 2026-06-12 08:04:46.341 7 INFO neutron.services.segments.plugin [-] Segment 1d93cfc3-da74-4e47-b048-f703020bbfcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d93cfc3-da74-4e47-b048-f703020bbfcd found for delete ", "request_id": "req-a09650f9-e0b3-4ef3-a1b6-ff2c55fdb1e4"}]} 2026-06-12 08:04:46.345 7 INFO neutron.services.segments.plugin [-] Segment 1d93cfc3-da74-4e47-b048-f703020bbfcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d93cfc3-da74-4e47-b048-f703020bbfcd found for delete ", "request_id": "req-9ab7d110-4e75-4b42-8056-785e11d10504"}]} 2026-06-12 08:04:46.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d09c6ad-4c50-4c2e-960e-8cb7633450cc adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 1c6f611e-c4a7-47e9-a4cf-c07389fd6f4a 2026-06-12 08:04:46.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d09c6ad-4c50-4c2e-960e-8cb7633450cc adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 1c6f611e-c4a7-47e9-a4cf-c07389fd6f4a [pid: 8|app: 0|req: 720/1572] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/security-groups?tenant_id=503b4abca1a04bb9aae8b04c1a1ea2b5&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: 721/1573] 10.0.0.18 () {32 vars in 676 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1574] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:46 2026] DELETE /v2.0/security-groups/46132af0-72f2-4ae1-a2d3-74ef98073764 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1575] 10.0.0.18 () {32 vars in 666 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1576] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1577] 10.0.0.18 () {32 vars in 674 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1578] 10.0.0.18 () {32 vars in 686 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:46.739 7 INFO neutron.db.l3_hamode_db [None req-1d09c6ad-4c50-4c2e-960e-8cb7633450cc adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] HA network e60ab317-eec0-42f7-974d-fcf17bce100f was deleted as no HA routers are present in tenant 951bb5f0912a4033b1bee0da858d446b. [pid: 7|app: 0|req: 853/1579] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:46 2026] DELETE /v2.0/routers/8924ce17-36bf-4591-ab0f-3b8acbc1d76d => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1580] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:46 2026] DELETE /v2.0/subnets/2bd42b9d-cd75-472a-a602-e1463a73d391 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1581] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:46 2026] GET /v2.0/security-groups?tenant_id=103dda910513413abb8d06928f74f6d5&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1582] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:46 2026] DELETE /v2.0/networks/673f907b-e0ac-442d-8b8c-79509c4c9add => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:47.047 7 INFO neutron.db.segments_db [None req-598c1e3c-1850-4153-b793-b550773db52a adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Added segment 0af0df96-4562-4839-847c-d20f98a875f2 of type vxlan for network f08e6e27-9095-46bc-aaf9-14312d373419 [pid: 8|app: 0|req: 728/1583] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:46 2026] DELETE /v2.0/security-groups/8ac34f71-f313-409c-bf80-6ecabc76dcd9 => 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: 729/1584] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:47 2026] GET /v2.0/security-groups?tenant_id=89c2f37be5164422b3ccf6d18869d3af&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:04:47.275 7 INFO neutron.db.l3_hamode_db [None req-598c1e3c-1850-4153-b793-b550773db52a adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 730/1585] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:47 2026] DELETE /v2.0/security-groups/fc1027fd-de99-4dad-aeb0-c6b2a22d1610 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:47.945 7 INFO neutron.db.l3_hamode_db [None req-598c1e3c-1850-4153-b793-b550773db52a adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:04:48.360 7 INFO neutron.services.segments.plugin [-] Segment 9c78d61e-a513-4860-8f07-c3cc71d8175a resource provider aggregate not found 2026-06-12 08:04:48.364 7 INFO neutron.services.segments.plugin [-] Segment 9c78d61e-a513-4860-8f07-c3cc71d8175a resource provider aggregate not found 2026-06-12 08:04:48.377 7 INFO neutron.services.segments.plugin [-] Segment 9c78d61e-a513-4860-8f07-c3cc71d8175a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c78d61e-a513-4860-8f07-c3cc71d8175a found for delete ", "request_id": "req-bb8c132c-325c-4ffc-b4f9-86c44868d789"}]} 2026-06-12 08:04:48.388 7 INFO neutron.services.segments.plugin [-] Segment 9c78d61e-a513-4860-8f07-c3cc71d8175a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c78d61e-a513-4860-8f07-c3cc71d8175a found for delete ", "request_id": "req-775cb577-f0ea-4d8d-9fc0-d2e4727a2235"}]} 2026-06-12 08:04:48.408 7 INFO neutron.services.segments.plugin [-] Segment 4609ef13-1c71-4afe-bc16-51cec0f72608 resource provider aggregate not found 2026-06-12 08:04:48.411 7 INFO neutron.services.segments.plugin [-] Segment 4609ef13-1c71-4afe-bc16-51cec0f72608 resource provider aggregate not found 2026-06-12 08:04:48.423 7 INFO neutron.services.segments.plugin [-] Segment 4609ef13-1c71-4afe-bc16-51cec0f72608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4609ef13-1c71-4afe-bc16-51cec0f72608 found for delete ", "request_id": "req-f112a7cd-b686-4bf1-9e50-052958ecf85c"}]} 2026-06-12 08:04:48.429 7 INFO neutron.services.segments.plugin [-] Segment 4609ef13-1c71-4afe-bc16-51cec0f72608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4609ef13-1c71-4afe-bc16-51cec0f72608 found for delete ", "request_id": "req-f35cd19f-fab6-428d-97f5-186831ad5923"}]} [pid: 7|app: 0|req: 856/1586] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:47 2026] POST /v2.0/routers => generated 692 bytes in 1751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1587] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:04:48 2026] GET /v2.0/routers/26abaa5e-bc0c-48bb-9b95-019d6cbcd004 => generated 698 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1588] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:04:48 2026] GET /v2.0/routers => generated 701 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1589] 10.0.0.18 () {34 vars in 740 bytes} [Fri Jun 12 08:04:48 2026] PUT /v2.0/routers/26abaa5e-bc0c-48bb-9b95-019d6cbcd004 => generated 705 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:49.371 7 INFO neutron.db.segments_db [None req-8d292a83-4146-4fb5-9b0d-8120b9f45c6a b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] Added segment fd9d8d3f-5366-4d5d-a377-6877252989e0 of type vxlan for network 3cb4b3b7-e012-417e-ac52-c028cc9daa35 [pid: 8|app: 0|req: 733/1590] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:04:49 2026] GET /v2.0/routers/26abaa5e-bc0c-48bb-9b95-019d6cbcd004 => generated 705 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1591] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:49 2026] POST /v2.0/networks => generated 630 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1592] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:49 2026] GET /v2.0/ports?device_id=26abaa5e-bc0c-48bb-9b95-019d6cbcd004 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:49.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f9b65d9-3088-49d8-8662-7983a781e763 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 1d043ed7-e305-44b0-9b20-557759c2636b 2026-06-12 08:04:49.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f9b65d9-3088-49d8-8662-7983a781e763 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 1d043ed7-e305-44b0-9b20-557759c2636b [pid: 7|app: 0|req: 859/1593] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:49 2026] POST /v2.0/ports => generated 779 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, ' 2026-06-12 08:04:49.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f9b65d9-3088-49d8-8662-7983a781e763 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] TaaS: Handle Delete Port: 88234e79-c85e-43a5-95be-2de800e1479f 2026-06-12 08:04:49.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f9b65d9-3088-49d8-8662-7983a781e763 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] Tap Mirror: Handle Delete Port: 88234e79-c85e-43a5-95be-2de800e1479f 2026-06-12 08:04:49.985 7 INFO neutron.db.segments_db [None req-e01655e9-eb62-4859-b7ca-5d7a7404c343 36a270af27af4a999b9073cc68ec375f 03e21f964e5e4bcba805b66a98569522 - - default default] Added segment fded9700-c455-48bd-959c-e443759901bc of type vxlan for network 9e6b2d5a-8829-4fa0-a406-166f32bf6de3 [pid: 7|app: 0|req: 860/1594] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:49 2026] POST /v2.0/networks => generated 611 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:50.113 8 INFO neutron.services.segments.plugin [-] Segment 0af0df96-4562-4839-847c-d20f98a875f2 resource provider aggregate not found 2026-06-12 08:04:50.118 8 INFO neutron.services.segments.plugin [-] Segment 0af0df96-4562-4839-847c-d20f98a875f2 resource provider aggregate not found 2026-06-12 08:04:50.132 8 INFO neutron.services.segments.plugin [-] Segment 0af0df96-4562-4839-847c-d20f98a875f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af0df96-4562-4839-847c-d20f98a875f2 found for delete ", "request_id": "req-1f8c3b0c-4169-46c6-84fc-5d869d47d52d"}]} 2026-06-12 08:04:50.138 8 INFO neutron.services.segments.plugin [-] Segment 0af0df96-4562-4839-847c-d20f98a875f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0af0df96-4562-4839-847c-d20f98a875f2 found for delete ", "request_id": "req-86ba0a90-df63-4bcf-a23a-547178940e86"}]} 2026-06-12 08:04:50.142 7 INFO neutron.db.segments_db [None req-e3b2e526-824c-41c4-b181-38f5fc97059d b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] Added segment 831b55c2-5b71-407b-8c2c-a0a03cd97fc4 of type vxlan for network c5a99460-2ca1-450a-bfed-0a1ad753295d 2026-06-12 08:04:50.142 8 INFO neutron.db.l3_hamode_db [None req-1f9b65d9-3088-49d8-8662-7983a781e763 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] HA network f08e6e27-9095-46bc-aaf9-14312d373419 was deleted as no HA routers are present in tenant 951bb5f0912a4033b1bee0da858d446b. [pid: 8|app: 0|req: 735/1595] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:49 2026] DELETE /v2.0/routers/26abaa5e-bc0c-48bb-9b95-019d6cbcd004 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1596] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:50 2026] POST /v2.0/networks => generated 617 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1597] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/ports?device_id=26abaa5e-bc0c-48bb-9b95-019d6cbcd004 => 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: 736/1598] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:50 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:50.401 8 INFO neutron.api.v2.resource [None req-b0b03e09-fef6-4bc6-b585-3859f61eb201 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1599] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/routers/26abaa5e-bc0c-48bb-9b95-019d6cbcd004 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1600] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:04:50 2026] PUT /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1601] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/ports?device_id=8924ce17-36bf-4591-ab0f-3b8acbc1d76d => 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: 863/1602] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:50 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1603] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:50.510 7 INFO neutron.api.v2.resource [None req-b51b45cd-a486-40de-8fa6-f879941b3ad8 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1604] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/routers/8924ce17-36bf-4591-ab0f-3b8acbc1d76d => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1605] 10.0.0.18 () {34 vars in 761 bytes} [Fri Jun 12 08:04:50 2026] PUT /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-12 08:04:50.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84934ce6-9dc3-4d80-b14c-7b83a90e7c11 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1606] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/subnets/2bd42b9d-cd75-472a-a602-e1463a73d391 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1607] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/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: 868/1608] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/ports?device_id=fad0aabb-f23b-40bc-a030-1c3c51d219fe => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1609] 10.0.0.18 () {34 vars in 757 bytes} [Fri Jun 12 08:04:50 2026] PUT /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-12 08:04:50.726 7 INFO neutron.api.v2.resource [None req-3c922101-a327-4df4-a4e1-c0b2b85b16ca adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 870/1610] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/routers/fad0aabb-f23b-40bc-a030-1c3c51d219fe => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1611] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:50.780 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bc0dfe8-3041-4ece-9fa0-936e3f9671ea adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 872/1612] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/subnets/b2052768-cae2-4e7c-a34f-125fc67641bf => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1613] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:50 2026] POST /v2.0/ports => generated 966 bytes in 304 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: 742/1614] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/ports?device_id=3b962d6e-0fa7-419f-9878-a628aefa0fc3 => 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: 873/1615] 10.0.0.18 () {34 vars in 779 bytes} [Fri Jun 12 08:04:50 2026] PUT /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-12 08:04:50.862 7 INFO neutron.api.v2.resource [None req-56ace602-9afb-449d-a385-30ff43abd8c8 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 874/1616] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/routers/3b962d6e-0fa7-419f-9878-a628aefa0fc3 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1617] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:50.902 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7686f99-852c-4e07-82c9-a7d874447645 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1618] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/subnets/4e336dd8-4ec3-487d-be5b-c36d04cd3125 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:50.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-40f7fcfc-1f31-42c2-b96b-0559f3fcdc7e b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] TaaS: Handle Delete Port: 366617d2-d928-4018-a2d4-7e6173acf3ef 2026-06-12 08:04:50.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40f7fcfc-1f31-42c2-b96b-0559f3fcdc7e b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] Tap Mirror: Handle Delete Port: 366617d2-d928-4018-a2d4-7e6173acf3ef [pid: 7|app: 0|req: 877/1619] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:04:50 2026] PUT /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:50.957 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0441d15f-ff5e-49e4-a23b-7048d5cf5bd4 adb7fb9f5cac4fe282e55a5951d17372 951bb5f0912a4033b1bee0da858d446b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1620] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/subnets/6b69f1e3-e50e-40cb-83f1-09fa4382fd85 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1621] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:50 2026] DELETE /v2.0/ports/366617d2-d928-4018-a2d4-7e6173acf3ef => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1622] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:04:50 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:51.018 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4cbd9219-f32d-4403-b2fa-19e66bcfeab1 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 744/1623] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/ports/366617d2-d928-4018-a2d4-7e6173acf3ef => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:51.036 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0320e45-1449-4c79-8ca8-4ac3826c52e0 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1624] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:51 2026] GET /v2.0/ports/366617d2-d928-4018-a2d4-7e6173acf3ef => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1625] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:04:51 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:51.097 7 INFO neutron.api.v2.resource [None req-d517dc13-f9fd-4bf1-93ff-605d49a6bee4 36a270af27af4a999b9073cc68ec375f 03e21f964e5e4bcba805b66a98569522 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1626] 10.0.0.18 () {32 vars in 742 bytes} [Fri Jun 12 08:04:51 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1627] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/subnets/727182ad-4f57-4445-8ca1-cf73f066c0b6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1628] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1629] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:04:51 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1630] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/networks/c5a99460-2ca1-450a-bfed-0a1ad753295d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:51.247 7 INFO neutron.api.v2.resource [None req-6eb73ad2-23d3-48d4-bb78-4447c1da3d73 36a270af27af4a999b9073cc68ec375f 03e21f964e5e4bcba805b66a98569522 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 884/1631] 10.0.0.18 () {32 vars in 745 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:04:51.277 8 INFO neutron.db.segments_db [None req-af807017-42e9-4ff2-a45d-612850cdb87c b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] Added segment 2af9151d-b221-43bf-a25f-547a203427de of type vxlan for network be12987c-ab5c-4dfa-8f3d-55e53d10add0 [pid: 7|app: 0|req: 885/1632] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1633] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:51 2026] POST /v2.0/networks => generated 617 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1634] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:04:51 2026] GET /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1635] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/subnets/b279f8cc-c1e6-4be6-bdf6-dbf1d2115ccb => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1636] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:51 2026] POST /v2.0/subnets => generated 646 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1637] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:51 2026] GET /v2.0/security-groups?tenant_id=951bb5f0912a4033b1bee0da858d446b&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1638] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/networks/9e6b2d5a-8829-4fa0-a406-166f32bf6de3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1639] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/security-groups/187bf0e4-e7e6-4e8a-94e2-278159515c0a => 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: 889/1640] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:51 2026] POST /v2.0/ports => generated 928 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:51.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-15150bb4-f807-4078-9cf5-8d1d6a5f0e12 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] TaaS: Handle Delete Port: eb6b2019-9930-478f-a050-dfb7bcd19971 2026-06-12 08:04:51.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15150bb4-f807-4078-9cf5-8d1d6a5f0e12 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] Tap Mirror: Handle Delete Port: eb6b2019-9930-478f-a050-dfb7bcd19971 [pid: 8|app: 0|req: 752/1641] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:51 2026] DELETE /v2.0/ports/eb6b2019-9930-478f-a050-dfb7bcd19971 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:52.101 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b05fd5f-e38b-4d29-8ed7-86f0bb0a4f8e b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 890/1642] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:52 2026] GET /v2.0/ports/eb6b2019-9930-478f-a050-dfb7bcd19971 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:52.157 8 INFO neutron.services.segments.plugin [-] Segment 831b55c2-5b71-407b-8c2c-a0a03cd97fc4 resource provider aggregate not found 2026-06-12 08:04:52.163 8 INFO neutron.services.segments.plugin [-] Segment 831b55c2-5b71-407b-8c2c-a0a03cd97fc4 resource provider aggregate not found 2026-06-12 08:04:52.180 8 INFO neutron.services.segments.plugin [-] Segment 831b55c2-5b71-407b-8c2c-a0a03cd97fc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 831b55c2-5b71-407b-8c2c-a0a03cd97fc4 found for delete ", "request_id": "req-ca7ccc50-43c4-4088-ad10-bd91ad75b084"}]} 2026-06-12 08:04:52.189 8 INFO neutron.services.segments.plugin [-] Segment 831b55c2-5b71-407b-8c2c-a0a03cd97fc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 831b55c2-5b71-407b-8c2c-a0a03cd97fc4 found for delete ", "request_id": "req-96e61b30-26bb-4cd9-9804-78dd1493439e"}]} 2026-06-12 08:04:52.207 8 INFO neutron.services.segments.plugin [-] Segment fded9700-c455-48bd-959c-e443759901bc resource provider aggregate not found 2026-06-12 08:04:52.207 8 INFO neutron.services.segments.plugin [-] Segment fded9700-c455-48bd-959c-e443759901bc resource provider aggregate not found 2026-06-12 08:04:52.234 8 INFO neutron.services.segments.plugin [-] Segment fded9700-c455-48bd-959c-e443759901bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fded9700-c455-48bd-959c-e443759901bc found for delete ", "request_id": "req-b57887bb-3540-4acf-81de-098488e5d898"}]} 2026-06-12 08:04:52.237 8 INFO neutron.services.segments.plugin [-] Segment fded9700-c455-48bd-959c-e443759901bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fded9700-c455-48bd-959c-e443759901bc found for delete ", "request_id": "req-ee274ec8-5639-44c0-896a-97444b5f389f"}]} [pid: 8|app: 0|req: 753/1643] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:52 2026] DELETE /v2.0/subnets/9f71b3bc-5320-41be-8602-2d47336f3ec7 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1644] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:52 2026] GET /v2.0/security-groups?tenant_id=7296d7c4389f48a1bbbdc4854de94797&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1645] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:52 2026] DELETE /v2.0/networks/be12987c-ab5c-4dfa-8f3d-55e53d10add0 => 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: 892/1646] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:52 2026] DELETE /v2.0/security-groups/be36a2d4-9abd-4162-a8da-e8e63152325e => 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: 893/1647] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:52 2026] GET /v2.0/security-groups?tenant_id=03e21f964e5e4bcba805b66a98569522&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: 894/1648] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:52 2026] DELETE /v2.0/security-groups/c4756fd8-23b8-413e-a362-66ca5e339872 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1649] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:04:52 2026] POST /v2.0/ports => generated 779 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1650] 10.0.0.18 () {34 vars in 736 bytes} [Fri Jun 12 08:04:52 2026] PUT /v2.0/ports/ce99882f-f929-41f2-ac4f-d6d2e56fe0f6 => generated 752 bytes in 198 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:04:53.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-e395f663-c393-4ba4-a6a6-c8924ae2538d b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] TaaS: Handle Delete Port: ce99882f-f929-41f2-ac4f-d6d2e56fe0f6 2026-06-12 08:04:53.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e395f663-c393-4ba4-a6a6-c8924ae2538d b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] Tap Mirror: Handle Delete Port: ce99882f-f929-41f2-ac4f-d6d2e56fe0f6 [pid: 8|app: 0|req: 756/1651] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:52 2026] DELETE /v2.0/ports/ce99882f-f929-41f2-ac4f-d6d2e56fe0f6 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 896/1652] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:04:53 2026] GET /v2.0/ports => generated 782 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:53.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1fd4321-64d9-4ca8-8a1a-6bb4ef71d7e1 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1653] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:53 2026] GET /v2.0/ports/ce99882f-f929-41f2-ac4f-d6d2e56fe0f6 => 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: 897/1654] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:04:53 2026] GET /v2.0/ports => generated 782 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1655] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:53 2026] GET /v2.0/ports/e86d0909-f695-44be-b652-044d32972b8c => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:53.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55e685c4-927b-4d3e-bb6e-6827d91af718 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1656] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:53 2026] DELETE /v2.0/ports/eb6b2019-9930-478f-a050-dfb7bcd19971 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:53.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3060879c-e01e-471e-aac3-b5469b7c2e23 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1657] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:53 2026] DELETE /v2.0/subnets/9f71b3bc-5320-41be-8602-2d47336f3ec7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:53.374 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05f2e44a-704d-4d7c-b684-b3b6f36b389d b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1658] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:53 2026] DELETE /v2.0/subnets/727182ad-4f57-4445-8ca1-cf73f066c0b6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:04:53.471 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9baf94b-8fa9-46b6-89fa-38a23eebb856 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] TaaS: Handle Delete Port: e86d0909-f695-44be-b652-044d32972b8c 2026-06-12 08:04:53.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9baf94b-8fa9-46b6-89fa-38a23eebb856 b0d64ebeddab46789f7d24e94ce7e440 8bad6166d87943eda1abda7e59f30ed1 - - default default] Tap Mirror: Handle Delete Port: e86d0909-f695-44be-b652-044d32972b8c [pid: 8|app: 0|req: 760/1659] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:53 2026] DELETE /v2.0/ports/e86d0909-f695-44be-b652-044d32972b8c => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:53.655 7 INFO neutron.services.segments.plugin [-] Segment fd9d8d3f-5366-4d5d-a377-6877252989e0 resource provider aggregate not found 2026-06-12 08:04:53.656 7 INFO neutron.services.segments.plugin [-] Segment fd9d8d3f-5366-4d5d-a377-6877252989e0 resource provider aggregate not found 2026-06-12 08:04:53.672 7 INFO neutron.services.segments.plugin [-] Segment fd9d8d3f-5366-4d5d-a377-6877252989e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd9d8d3f-5366-4d5d-a377-6877252989e0 found for delete ", "request_id": "req-6b0c03d5-0bdc-47ec-a076-5b6c4e082b83"}]} [pid: 7|app: 0|req: 900/1660] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:53 2026] DELETE /v2.0/networks/3cb4b3b7-e012-417e-ac52-c028cc9daa35 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:04:53.681 7 INFO neutron.services.segments.plugin [-] Segment fd9d8d3f-5366-4d5d-a377-6877252989e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd9d8d3f-5366-4d5d-a377-6877252989e0 found for delete ", "request_id": "req-a1c538b7-71c7-435b-a4b6-17006ae4280a"}]} 2026-06-12 08:04:53.918 8 INFO neutron.db.segments_db [None req-2ccf3c08-d66e-4e68-aadb-62bafe65dd62 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment 6d30bde3-0738-4642-8d74-ee0474fb7ac9 of type vxlan for network dec63af2-d1ca-4543-aba0-cfa56503a180 [pid: 8|app: 0|req: 761/1661] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:53 2026] POST /v2.0/networks => generated 611 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:54.064 7 INFO neutron.db.segments_db [None req-c4004eef-a436-4212-affa-1f90e0d9d886 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment d80e2d1b-2f07-4304-94b2-d32d347181f3 of type vxlan for network 9355bc3d-e810-4dff-b244-aee2df6ed126 [pid: 7|app: 0|req: 901/1662] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:54 2026] POST /v2.0/networks => generated 610 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:54.261 8 INFO neutron.services.segments.plugin [-] Segment 2af9151d-b221-43bf-a25f-547a203427de resource provider aggregate not found 2026-06-12 08:04:54.266 8 INFO neutron.services.segments.plugin [-] Segment 2af9151d-b221-43bf-a25f-547a203427de resource provider aggregate not found 2026-06-12 08:04:54.279 8 INFO neutron.services.segments.plugin [-] Segment 2af9151d-b221-43bf-a25f-547a203427de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af9151d-b221-43bf-a25f-547a203427de found for delete ", "request_id": "req-25ea81c4-db37-41b1-805c-0a35048d470d"}]} 2026-06-12 08:04:54.292 8 INFO neutron.services.segments.plugin [-] Segment 2af9151d-b221-43bf-a25f-547a203427de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af9151d-b221-43bf-a25f-547a203427de found for delete ", "request_id": "req-2235e7ee-5eac-4894-b6d5-77264cec5376"}]} [pid: 8|app: 0|req: 762/1663] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:54 2026] GET /v2.0/security-groups?tenant_id=8bad6166d87943eda1abda7e59f30ed1&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1664] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:54 2026] POST /v2.0/subnets => generated 626 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1665] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:54 2026] DELETE /v2.0/security-groups/e33c9ec5-5aac-48c7-af2a-bc1da86c77c8 => 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: 903/1666] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:54 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:54.717 8 INFO neutron.db.segments_db [None req-4747de0c-33a5-459b-a58c-4f2436f6f37d 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment 1b9173c0-0bc9-4a50-bc09-d80e514726c4 of type vxlan for network 6d838896-e23e-4564-b58c-ed8bb7a6fdec 2026-06-12 08:04:54.984 8 INFO neutron.db.l3_hamode_db [None req-4747de0c-33a5-459b-a58c-4f2436f6f37d 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:04:55.141 8 INFO neutron.db.l3_hamode_db [None req-4747de0c-33a5-459b-a58c-4f2436f6f37d 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 764/1667] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:04:54 2026] POST /v2.0/routers => generated 507 bytes in 1084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:04:56.321 8 INFO neutron.db.segments_db [None req-1eea5587-806d-460e-a091-ab1ca0fbc832 6b9809824fc34ba0a798f986e901b0d2 d6c0c3c164174f509773bd6fd022710e - - default default] Added segment 702f2f7a-c3a7-4563-bbbe-658696777cb7 of type vxlan for network 691ed1e7-4d88-402e-8f8d-560725f4cee4 [pid: 8|app: 0|req: 767/1670] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:04:56 2026] POST /v2.0/networks => generated 612 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1671] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:04:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1672] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:04:55 2026] PUT /v2.0/routers/a60d7e72-64b5-4f5e-81b9-a3127d53faec/add_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1673] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:56 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1674] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:56 2026] GET /v2.0/ports/a45d7c41-3b24-4e09-9ab6-b7acf4af0605 => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1675] 10.0.0.18 () {34 vars in 757 bytes} [Fri Jun 12 08:04:56 2026] PUT /v2.0/security-groups/a152807f-8a61-4e8c-8cb0-07dd266914c6 => generated 1664 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1676] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:04:56 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 770/1677] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:04:56 2026] GET /v2.0/security-groups/a152807f-8a61-4e8c-8cb0-07dd266914c6 => generated 1664 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1678] 10.0.0.18 () {34 vars in 665 bytes} [Fri Jun 12 08:04:56 2026] POST /v2.0/trunks => generated 407 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1679] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:57 2026] DELETE /v2.0/security-groups/a152807f-8a61-4e8c-8cb0-07dd266914c6 => 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: 773/1680] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:04:57 2026] PUT /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/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: 774/1681] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1682] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => generated 25 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:57.390 8 INFO neutron.api.v2.resource [None req-ae34f5a6-4696-45be-9e21-660d0b20efda 5006d4e9bbfc426eb58bb2d3f70def84 d2e7d2af3c2548efa1e182ad804e1425 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1683] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:57 2026] DELETE /v2.0/security-groups/a152807f-8a61-4e8c-8cb0-07dd266914c6 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1684] 10.0.0.18 () {34 vars in 759 bytes} [Fri Jun 12 08:04:57 2026] PUT /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1685] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:04:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1686] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1687] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:04:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1688] 10.0.0.18 () {34 vars in 755 bytes} [Fri Jun 12 08:04:57 2026] PUT /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1689] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/security-group-rules/45cb9f11-00de-4aed-b930-7a4a1f4ebc49 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1690] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1691] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1692] 10.0.0.18 () {34 vars in 777 bytes} [Fri Jun 12 08:04:57 2026] PUT /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1693] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:04:56 2026] PUT /v2.0/routers/a60d7e72-64b5-4f5e-81b9-a3127d53faec/add_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1694] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1695] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:04:57 2026] DELETE /v2.0/security-group-rules/45cb9f11-00de-4aed-b930-7a4a1f4ebc49 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1696] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/ports/87464ad4-1607-40d0-a397-26031e03b75f => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1697] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:04:57 2026] PUT /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1698] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1699] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1700] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:04:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1701] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1702] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/security-group-rules/4f708ded-0bf2-4e21-9a49-a15cccf97d48 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:04:58.184 7 INFO neutron.api.v2.resource [None req-7d898abe-5c33-4a59-86af-565e0841e607 6b9809824fc34ba0a798f986e901b0d2 d6c0c3c164174f509773bd6fd022710e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 916/1703] 10.0.0.18 () {32 vars in 740 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1704] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1705] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:58.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-01ceea63-59d7-4c17-b32f-9767b1ca3a1d 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: 87464ad4-1607-40d0-a397-26031e03b75f 2026-06-12 08:04:58.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01ceea63-59d7-4c17-b32f-9767b1ca3a1d 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: 87464ad4-1607-40d0-a397-26031e03b75f [pid: 7|app: 0|req: 919/1706] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/security-group-rules/4f708ded-0bf2-4e21-9a49-a15cccf97d48 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1707] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1708] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:58.457 7 INFO neutron.api.v2.resource [None req-818ce397-d919-4413-b106-a528097c08d3 6b9809824fc34ba0a798f986e901b0d2 d6c0c3c164174f509773bd6fd022710e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 922/1709] 10.0.0.18 () {32 vars in 743 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/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: 923/1710] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:04:58 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: 924/1711] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => 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: 925/1712] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/security-group-rules/e519d0b6-3e07-417a-99d7-0d819d6b984d => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1713] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220/tags => 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: 927/1714] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1715] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1716] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:57 2026] PUT /v2.0/routers/a60d7e72-64b5-4f5e-81b9-a3127d53faec/remove_router_interface => generated 309 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1717] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/security-group-rules/e519d0b6-3e07-417a-99d7-0d819d6b984d => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1718] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/ports/69bd9b4c-21aa-4d0b-b00b-201078895d1e => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1719] 10.0.0.18 () {32 vars in 672 bytes} [Fri Jun 12 08:04:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1720] 10.0.0.18 () {32 vars in 721 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/trunks/6849c547-8388-4a51-b2e4-7eb77d3ec220 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1721] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/security-groups/ef37ae48-e98b-4f28-8ba2-4baf12e0ae49 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:04:59.066 7 INFO neutron_taas.services.taas.taas_plugin [None req-104379c2-cc3a-4dca-b52e-e07b98d4430b 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: a45d7c41-3b24-4e09-9ab6-b7acf4af0605 2026-06-12 08:04:59.069 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-104379c2-cc3a-4dca-b52e-e07b98d4430b 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: a45d7c41-3b24-4e09-9ab6-b7acf4af0605 2026-06-12 08:04:59.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5ed5e80-afb5-4d2a-b008-181ce32cfb77 6b9809824fc34ba0a798f986e901b0d2 d6c0c3c164174f509773bd6fd022710e - - default default] TaaS: Handle Delete Port: 69bd9b4c-21aa-4d0b-b00b-201078895d1e 2026-06-12 08:04:59.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5ed5e80-afb5-4d2a-b008-181ce32cfb77 6b9809824fc34ba0a798f986e901b0d2 d6c0c3c164174f509773bd6fd022710e - - default default] Tap Mirror: Handle Delete Port: 69bd9b4c-21aa-4d0b-b00b-201078895d1e [pid: 8|app: 0|req: 793/1722] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:04:58 2026] DELETE /v2.0/ports/69bd9b4c-21aa-4d0b-b00b-201078895d1e => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1723] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:04:59.339 8 INFO neutron.services.segments.plugin [-] Segment 702f2f7a-c3a7-4563-bbbe-658696777cb7 resource provider aggregate not found 2026-06-12 08:04:59.344 8 INFO neutron.services.segments.plugin [-] Segment 702f2f7a-c3a7-4563-bbbe-658696777cb7 resource provider aggregate not found 2026-06-12 08:04:59.355 8 INFO neutron.services.segments.plugin [-] Segment 702f2f7a-c3a7-4563-bbbe-658696777cb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702f2f7a-c3a7-4563-bbbe-658696777cb7 found for delete ", "request_id": "req-1ac6d9a5-64bd-4061-ab58-b42fedb83ae4"}]} 2026-06-12 08:04:59.362 8 INFO neutron.services.segments.plugin [-] Segment 702f2f7a-c3a7-4563-bbbe-658696777cb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702f2f7a-c3a7-4563-bbbe-658696777cb7 found for delete ", "request_id": "req-2d05774f-ef4f-4464-a787-d0bc68bdf911"}]} [pid: 8|app: 0|req: 795/1724] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:04:59 2026] DELETE /v2.0/networks/691ed1e7-4d88-402e-8f8d-560725f4cee4 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1725] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:04:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1726] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:04:58 2026] PUT /v2.0/routers/a60d7e72-64b5-4f5e-81b9-a3127d53faec/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1727] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:04:59 2026] GET /v2.0/ports?device_id=a60d7e72-64b5-4f5e-81b9-a3127d53faec => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:04:59.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-30334985-1299-40e3-a5e8-9259c0621d05 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: 004682f9-b0ea-4073-bbac-89ba36d2c764 2026-06-12 08:04:59.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30334985-1299-40e3-a5e8-9259c0621d05 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: 004682f9-b0ea-4073-bbac-89ba36d2c764 2026-06-12 08:04:59.955 7 INFO neutron.services.segments.plugin [-] Segment 1b9173c0-0bc9-4a50-bc09-d80e514726c4 resource provider aggregate not found 2026-06-12 08:04:59.963 7 INFO neutron.services.segments.plugin [-] Segment 1b9173c0-0bc9-4a50-bc09-d80e514726c4 resource provider aggregate not found 2026-06-12 08:04:59.980 7 INFO neutron.services.segments.plugin [-] Segment 1b9173c0-0bc9-4a50-bc09-d80e514726c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9173c0-0bc9-4a50-bc09-d80e514726c4 found for delete ", "request_id": "req-bd278bf8-77c3-415d-a470-6e43b442a387"}]} 2026-06-12 08:04:59.982 7 INFO neutron.services.segments.plugin [-] Segment 1b9173c0-0bc9-4a50-bc09-d80e514726c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b9173c0-0bc9-4a50-bc09-d80e514726c4 found for delete ", "request_id": "req-42351125-2833-4e78-9f4d-00007d8a831f"}]} 2026-06-12 08:04:59.994 7 INFO neutron.db.l3_hamode_db [None req-30334985-1299-40e3-a5e8-9259c0621d05 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] HA network 6d838896-e23e-4564-b58c-ed8bb7a6fdec was deleted as no HA routers are present in tenant 4f69315581e649e4b12a4bfcdebabbcd. [pid: 7|app: 0|req: 931/1728] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:04:59 2026] DELETE /v2.0/routers/a60d7e72-64b5-4f5e-81b9-a3127d53faec => generated 0 bytes in 461 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1729] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:04:59 2026] GET /v2.0/security-groups?tenant_id=d2e7d2af3c2548efa1e182ad804e1425&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1730] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:00 2026] GET /v2.0/security-groups?tenant_id=d6c0c3c164174f509773bd6fd022710e&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1731] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/security-groups/995ab84b-bec6-4829-b233-36a5b87d2fd4 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1732] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/subnets/64f58405-594b-4c9e-bd4a-c6ec4eeeacea => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1733] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/security-groups/67e5c829-883a-4d65-8d82-d6da0cf5f19b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1734] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/subnets/4b39e2a7-256e-4a5d-9f75-b255ba6f2e32 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:00.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-209dc1b9-04a1-42f5-9ab4-d44073f037cf 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: b7269ab7-185c-4f63-8961-decf8995ddeb 2026-06-12 08:05:00.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-209dc1b9-04a1-42f5-9ab4-d44073f037cf 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: b7269ab7-185c-4f63-8961-decf8995ddeb [pid: 8|app: 0|req: 801/1735] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:00 2026] GET /v2.0/security-groups?tenant_id=357252d410ad48e49f8eb3d08fbded33&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1736] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/networks/9355bc3d-e810-4dff-b244-aee2df6ed126 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1737] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/security-groups/11674aa5-17a3-4abb-8529-b8e40dbd248b => 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: 802/1738] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:00 2026] GET /v2.0/security-groups?tenant_id=fb9016d0be8748bdb6cb383200f3e009&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:01.011 7 INFO neutron_taas.services.taas.taas_plugin [None req-764a64f3-00b2-433b-be70-a7ad2f288bcc 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: dff9752f-bcd8-43e7-bc15-18a23aacaff3 2026-06-12 08:05:01.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-764a64f3-00b2-433b-be70-a7ad2f288bcc 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: dff9752f-bcd8-43e7-bc15-18a23aacaff3 [pid: 8|app: 0|req: 803/1739] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/security-groups/9b817c6a-7286-4745-9bdf-fd7364432a2c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1740] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:00 2026] DELETE /v2.0/networks/dec63af2-d1ca-4543-aba0-cfa56503a180 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:01.276 8 INFO neutron.db.segments_db [None req-10321a8a-3c47-4d28-869e-e9928a42b350 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment 6f00ad1e-2bc1-481f-b5ef-c16c8329d91f of type vxlan for network 555ab2c8-b989-4d98-a53c-239e91f3057a [pid: 8|app: 0|req: 804/1741] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:01 2026] POST /v2.0/networks => generated 611 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1742] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:01 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:01.731 8 INFO neutron.db.segments_db [None req-ea1f9d90-a6b4-4f35-a326-5c819d5b6bfb 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment 108a1345-5eda-48a0-b3b3-04024d3b62c3 of type vxlan for network 340c808c-2a75-4801-bfad-0ba50d95a0d5 2026-06-12 08:05:01.979 8 INFO neutron.db.l3_hamode_db [None req-ea1f9d90-a6b4-4f35-a326-5c819d5b6bfb 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:01.997 7 INFO neutron.services.segments.plugin [-] Segment d80e2d1b-2f07-4304-94b2-d32d347181f3 resource provider aggregate not found 2026-06-12 08:05:02.002 7 INFO neutron.services.segments.plugin [-] Segment d80e2d1b-2f07-4304-94b2-d32d347181f3 resource provider aggregate not found 2026-06-12 08:05:02.016 7 INFO neutron.services.segments.plugin [-] Segment d80e2d1b-2f07-4304-94b2-d32d347181f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80e2d1b-2f07-4304-94b2-d32d347181f3 found for delete ", "request_id": "req-faafc6f9-4df7-4ff5-a34b-7ab1977404b4"}]} 2026-06-12 08:05:02.019 7 INFO neutron.services.segments.plugin [-] Segment d80e2d1b-2f07-4304-94b2-d32d347181f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80e2d1b-2f07-4304-94b2-d32d347181f3 found for delete ", "request_id": "req-ba4ab593-beeb-4625-9580-2672a298f306"}]} 2026-06-12 08:05:02.035 7 INFO neutron.services.segments.plugin [-] Segment 6d30bde3-0738-4642-8d74-ee0474fb7ac9 resource provider aggregate not found 2026-06-12 08:05:02.040 7 INFO neutron.services.segments.plugin [-] Segment 6d30bde3-0738-4642-8d74-ee0474fb7ac9 resource provider aggregate not found 2026-06-12 08:05:02.052 7 INFO neutron.services.segments.plugin [-] Segment 6d30bde3-0738-4642-8d74-ee0474fb7ac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d30bde3-0738-4642-8d74-ee0474fb7ac9 found for delete ", "request_id": "req-49016767-de6e-419c-a7aa-0f0778726faf"}]} 2026-06-12 08:05:02.057 7 INFO neutron.services.segments.plugin [-] Segment 6d30bde3-0738-4642-8d74-ee0474fb7ac9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d30bde3-0738-4642-8d74-ee0474fb7ac9 found for delete ", "request_id": "req-537cafaa-d1c7-4881-8ef8-b2386a6aca5b"}]} 2026-06-12 08:05:02.105 8 INFO neutron.db.l3_hamode_db [None req-ea1f9d90-a6b4-4f35-a326-5c819d5b6bfb 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1743] 10.0.0.18 () {34 vars in 676 bytes} [Fri Jun 12 08:05:02 2026] POST /v2.0/subnetpools => generated 549 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1744] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:05:02 2026] GET /v2.0/subnetpools/1d879a76-f771-4477-93ff-1478cef8cfae => generated 549 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1745] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:05:02 2026] PUT /v2.0/subnetpools/1d879a76-f771-4477-93ff-1478cef8cfae => generated 500 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1746] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:05:02 2026] DELETE /v2.0/subnetpools/1d879a76-f771-4477-93ff-1478cef8cfae => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:02.536 7 INFO neutron.api.v2.resource [None req-65fbfc0d-f6d6-4b84-9390-9164d5b2b7cd 50dbadca31294d17bc7dc58aed61592d d706c7e329fa4aaba066482ddcdd7e26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 943/1747] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:05:02 2026] GET /v2.0/subnetpools/1d879a76-f771-4477-93ff-1478cef8cfae => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:05:02.552 7 INFO neutron.api.v2.resource [None req-fba8ff58-ccdd-4439-9d04-c1a24c5621aa 50dbadca31294d17bc7dc58aed61592d d706c7e329fa4aaba066482ddcdd7e26 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1748] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:05:02 2026] DELETE /v2.0/subnetpools/1d879a76-f771-4477-93ff-1478cef8cfae => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1749] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:01 2026] POST /v2.0/routers => generated 507 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1750] 10.0.0.18 () {34 vars in 664 bytes} [Fri Jun 12 08:05:02 2026] POST /v2.0/ports => generated 947 bytes in 361 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: 806/1751] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:03 2026] GET /v2.0/security-groups?tenant_id=d706c7e329fa4aaba066482ddcdd7e26&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1752] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:03 2026] DELETE /v2.0/security-groups/9ebd9f34-1455-4069-8e7f-c5f02ae886b8 => 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: 946/1753] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:03 2026] PUT /v2.0/routers/1106207d-1631-41f0-ab47-fcd3a7c2d6df/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1754] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:05:04 2026] GET /v2.0/ports/efe83b57-e51e-4d8a-af57-3a64b28c00ee => generated 1021 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, ' 2026-06-12 08:05:04.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-9852113e-f328-4621-a4bf-3b0b4fa321ac 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: efe83b57-e51e-4d8a-af57-3a64b28c00ee 2026-06-12 08:05:04.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9852113e-f328-4621-a4bf-3b0b4fa321ac 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: efe83b57-e51e-4d8a-af57-3a64b28c00ee [pid: 7|app: 0|req: 947/1755] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:05:04 2026] PUT /v2.0/routers/1106207d-1631-41f0-ab47-fcd3a7c2d6df/remove_router_interface => generated 309 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:05.239 8 INFO neutron.api.v2.resource [None req-9db2d872-beda-4eee-bf0c-905f6c926376 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 809/1756] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:05:05 2026] PUT /v2.0/routers/1106207d-1631-41f0-ab47-fcd3a7c2d6df/remove_router_interface => generated 197 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 948/1757] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:05 2026] GET /v2.0/ports?device_id=1106207d-1631-41f0-ab47-fcd3a7c2d6df => 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: 949/1758] 10.0.0.18 () {32 vars in 622 bytes} [Fri Jun 12 08:05:05 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: 950/1759] 10.0.0.18 () {32 vars in 632 bytes} [Fri Jun 12 08:05:05 2026] GET /v2.0/ => generated 632 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:05.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-c54b1a6b-f0e8-484d-92f0-a940424e58d5 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: c689a28f-21c9-4c20-b1e4-628fc9becdec 2026-06-12 08:05:05.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c54b1a6b-f0e8-484d-92f0-a940424e58d5 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: c689a28f-21c9-4c20-b1e4-628fc9becdec 2026-06-12 08:05:05.643 7 INFO neutron.db.segments_db [None req-ae10f3e5-e9ae-4bac-ab76-9433fa2a1b54 807ee105f61e41d697d7f82da95a7d7d 55d0751aeddf44f192c32e63a488a598 - - default default] Added segment df06c198-2c5a-4bd3-a768-c4719812a187 of type vxlan for network 8fe6a1a1-c70b-4894-be8b-56d48f3dc43d [pid: 7|app: 0|req: 951/1760] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:05 2026] POST /v2.0/networks => generated 612 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:05.779 7 INFO neutron.db.segments_db [None req-7fac6845-6551-436e-806a-0ee1f267e3bb 807ee105f61e41d697d7f82da95a7d7d 55d0751aeddf44f192c32e63a488a598 - - default default] Added segment 17243c4a-9b1f-446a-8aa1-71d14655891e of type vxlan for network b101ea55-ee77-4cfb-9c4c-62c1c564d4a1 2026-06-12 08:05:05.799 8 INFO neutron.services.segments.plugin [-] Segment 108a1345-5eda-48a0-b3b3-04024d3b62c3 resource provider aggregate not found 2026-06-12 08:05:05.800 8 INFO neutron.services.segments.plugin [-] Segment 108a1345-5eda-48a0-b3b3-04024d3b62c3 resource provider aggregate not found 2026-06-12 08:05:05.830 8 INFO neutron.services.segments.plugin [-] Segment 108a1345-5eda-48a0-b3b3-04024d3b62c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108a1345-5eda-48a0-b3b3-04024d3b62c3 found for delete ", "request_id": "req-22e4053e-21d7-4778-9517-289a876070d4"}]} 2026-06-12 08:05:05.831 8 INFO neutron.services.segments.plugin [-] Segment 108a1345-5eda-48a0-b3b3-04024d3b62c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108a1345-5eda-48a0-b3b3-04024d3b62c3 found for delete ", "request_id": "req-d9267cd3-2968-429b-a1f7-2d6933d223e5"}]} 2026-06-12 08:05:05.845 8 INFO neutron.db.l3_hamode_db [None req-c54b1a6b-f0e8-484d-92f0-a940424e58d5 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] HA network 340c808c-2a75-4801-bfad-0ba50d95a0d5 was deleted as no HA routers are present in tenant 4f69315581e649e4b12a4bfcdebabbcd. [pid: 8|app: 0|req: 810/1761] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:05 2026] DELETE /v2.0/routers/1106207d-1631-41f0-ab47-fcd3a7c2d6df => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1762] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:05 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:05.968 7 INFO neutron.db.segments_db [None req-3f46fc08-2b74-46e0-bc6f-049495774d21 807ee105f61e41d697d7f82da95a7d7d 55d0751aeddf44f192c32e63a488a598 - - default default] Added segment 0f6de4db-cee9-4ad8-8082-e494c23b459f of type vxlan for network 64c88859-2c05-4fca-b4c3-a0f5b3f321b3 [pid: 8|app: 0|req: 811/1763] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:05 2026] DELETE /v2.0/subnets/b3a03842-f1af-4c20-b2ea-1da246437ed3 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1764] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:05 2026] POST /v2.0/networks => generated 613 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:06.200 7 INFO neutron.services.segments.plugin [-] Segment 6f00ad1e-2bc1-481f-b5ef-c16c8329d91f resource provider aggregate not found 2026-06-12 08:05:06.201 7 INFO neutron.services.segments.plugin [-] Segment 6f00ad1e-2bc1-481f-b5ef-c16c8329d91f resource provider aggregate not found 2026-06-12 08:05:06.226 7 INFO neutron.services.segments.plugin [-] Segment 6f00ad1e-2bc1-481f-b5ef-c16c8329d91f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f00ad1e-2bc1-481f-b5ef-c16c8329d91f found for delete ", "request_id": "req-156a2c05-1f60-4c7a-ac2b-7e7fc80f1816"}]} [pid: 7|app: 0|req: 954/1765] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:06 2026] DELETE /v2.0/networks/555ab2c8-b989-4d98-a53c-239e91f3057a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:06.235 7 INFO neutron.services.segments.plugin [-] Segment 6f00ad1e-2bc1-481f-b5ef-c16c8329d91f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f00ad1e-2bc1-481f-b5ef-c16c8329d91f found for delete ", "request_id": "req-d3c275f5-b5a8-4eda-b783-b7dd9e1532c5"}]} 2026-06-12 08:05:06.295 7 INFO neutron.db.segments_db [None req-5b023bc1-cf68-440d-8a4f-44ad1dd09863 807ee105f61e41d697d7f82da95a7d7d 55d0751aeddf44f192c32e63a488a598 - - default default] Added segment 5b57e6e2-83ab-4df9-8e2a-3eebcfe9265b of type vxlan for network 612caeec-7450-43ee-84b3-2c06343faa02 [pid: 8|app: 0|req: 812/1766] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:06 2026] GET /v2.0/security-groups?tenant_id=4fd285d535ae4137ac6ae0266ae4e5ab&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:06.345 8 INFO neutron.db.segments_db [None req-e416b361-641a-4dc7-a113-24c967ba53df 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment 618dd773-27df-4f2e-952b-234f8f3b0891 of type vxlan for network 62e2876a-1f84-4778-87ee-501e14fddc31 [pid: 7|app: 0|req: 955/1767] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:06 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1768] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:06 2026] POST /v2.0/networks => generated 611 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:06.468 8 INFO neutron.db.segments_db [None req-e6b5d015-0834-47ea-b996-15d13576c767 807ee105f61e41d697d7f82da95a7d7d 55d0751aeddf44f192c32e63a488a598 - - default default] Added segment 72686151-9382-463e-b136-cb0d3e1e5d5d of type vxlan for network ce05b801-196e-4a51-b26b-5bf8c712ec42 [pid: 7|app: 0|req: 956/1769] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:06 2026] DELETE /v2.0/security-groups/8df5c34d-9b5e-424d-8513-c6ccbc366606 => 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: 814/1770] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:06 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1771] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:05:06 2026] PUT /v2.0/networks/8fe6a1a1-c70b-4894-be8b-56d48f3dc43d/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1772] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:05:06 2026] PUT /v2.0/networks/b101ea55-ee77-4cfb-9c4c-62c1c564d4a1/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1773] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:06 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:06.752 7 INFO neutron.db.segments_db [None req-5c89bac5-d5d0-4d3c-9886-e8614751f924 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment 33f9f451-9606-43d1-b574-d6c4420e9ddd of type vxlan for network 134e003b-d861-45b8-9002-f08609437bd6 [pid: 8|app: 0|req: 817/1774] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:05:06 2026] PUT /v2.0/networks/64c88859-2c05-4fca-b4c3-a0f5b3f321b3/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1775] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:05:06 2026] PUT /v2.0/networks/612caeec-7450-43ee-84b3-2c06343faa02/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1776] 10.0.0.18 () {32 vars in 665 bytes} [Fri Jun 12 08:05:06 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1777] 10.0.0.18 () {32 vars in 679 bytes} [Fri Jun 12 08:05:06 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:06.984 7 INFO neutron.db.l3_hamode_db [None req-5c89bac5-d5d0-4d3c-9886-e8614751f924 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:07.118 7 INFO neutron.db.l3_hamode_db [None req-5c89bac5-d5d0-4d3c-9886-e8614751f924 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 821/1778] 10.0.0.18 () {32 vars in 675 bytes} [Fri Jun 12 08:05:06 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1779] 10.0.0.18 () {32 vars in 687 bytes} [Fri Jun 12 08:05:07 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1780] 10.0.0.18 () {32 vars in 673 bytes} [Fri Jun 12 08:05:07 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1781] 10.0.0.18 () {32 vars in 687 bytes} [Fri Jun 12 08:05:07 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1782] 10.0.0.18 () {32 vars in 683 bytes} [Fri Jun 12 08:05:07 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1783] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:06 2026] POST /v2.0/routers => generated 507 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1784] 10.0.0.18 () {32 vars in 695 bytes} [Fri Jun 12 08:05:07 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:07.863 8 INFO neutron.services.segments.plugin [-] Segment df06c198-2c5a-4bd3-a768-c4719812a187 resource provider aggregate not found 2026-06-12 08:05:07.868 8 INFO neutron.services.segments.plugin [-] Segment df06c198-2c5a-4bd3-a768-c4719812a187 resource provider aggregate not found 2026-06-12 08:05:07.881 8 INFO neutron.services.segments.plugin [-] Segment df06c198-2c5a-4bd3-a768-c4719812a187 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df06c198-2c5a-4bd3-a768-c4719812a187 found for delete ", "request_id": "req-73d57c14-ade2-482b-98f0-a97fa44b66a6"}]} 2026-06-12 08:05:07.883 8 INFO neutron.services.segments.plugin [-] Segment df06c198-2c5a-4bd3-a768-c4719812a187 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df06c198-2c5a-4bd3-a768-c4719812a187 found for delete ", "request_id": "req-adb6e7d1-df6b-4a48-b293-d8e2d055317f"}]} [pid: 8|app: 0|req: 827/1785] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:07 2026] DELETE /v2.0/networks/8fe6a1a1-c70b-4894-be8b-56d48f3dc43d => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1786] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:07 2026] DELETE /v2.0/networks/b101ea55-ee77-4cfb-9c4c-62c1c564d4a1 => 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: 829/1787] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:08 2026] DELETE /v2.0/networks/64c88859-2c05-4fca-b4c3-a0f5b3f321b3 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1788] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:08 2026] DELETE /v2.0/networks/612caeec-7450-43ee-84b3-2c06343faa02 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1789] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:08 2026] DELETE /v2.0/networks/ce05b801-196e-4a51-b26b-5bf8c712ec42 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1790] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:07 2026] PUT /v2.0/routers/eae4d30b-37be-4907-9162-11b49cfb07e3/add_router_interface => generated 309 bytes in 1652 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1791] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:05:09 2026] GET /v2.0/ports/56c787d3-aa78-45ab-92b9-3874035a34e0 => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1792] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:09 2026] GET /v2.0/security-groups?tenant_id=617567b647c94cea97834e1947a9b02b&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1793] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:09 2026] DELETE /v2.0/security-groups/4b8f8257-d7cf-4681-b193-13110e9deca4 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:09.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-f842d73d-d64b-4372-826d-36ce4066d894 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: 56c787d3-aa78-45ab-92b9-3874035a34e0 2026-06-12 08:05:09.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f842d73d-d64b-4372-826d-36ce4066d894 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: 56c787d3-aa78-45ab-92b9-3874035a34e0 2026-06-12 08:05:09.908 8 INFO neutron.services.segments.plugin [-] Segment 17243c4a-9b1f-446a-8aa1-71d14655891e resource provider aggregate not found 2026-06-12 08:05:09.910 8 INFO neutron.services.segments.plugin [-] Segment 17243c4a-9b1f-446a-8aa1-71d14655891e resource provider aggregate not found 2026-06-12 08:05:09.928 8 INFO neutron.services.segments.plugin [-] Segment 17243c4a-9b1f-446a-8aa1-71d14655891e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17243c4a-9b1f-446a-8aa1-71d14655891e found for delete ", "request_id": "req-35f8332b-02aa-417b-8ab2-9869e614a627"}]} 2026-06-12 08:05:09.956 8 INFO neutron.services.segments.plugin [-] Segment 17243c4a-9b1f-446a-8aa1-71d14655891e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17243c4a-9b1f-446a-8aa1-71d14655891e found for delete ", "request_id": "req-0309c60a-402b-4d7d-8c96-429ca1514655"}]} 2026-06-12 08:05:09.958 8 INFO neutron.services.segments.plugin [-] Segment 0f6de4db-cee9-4ad8-8082-e494c23b459f resource provider aggregate not found [pid: 7|app: 0|req: 962/1794] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:09 2026] GET /v2.0/security-groups?tenant_id=55d0751aeddf44f192c32e63a488a598&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:09.975 8 INFO neutron.services.segments.plugin [-] Segment 0f6de4db-cee9-4ad8-8082-e494c23b459f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f6de4db-cee9-4ad8-8082-e494c23b459f found for delete ", "request_id": "req-b20ddeab-60b6-40c5-9da9-00a70cf04fe0"}]} 2026-06-12 08:05:09.978 8 INFO neutron.services.segments.plugin [-] Segment 0f6de4db-cee9-4ad8-8082-e494c23b459f resource provider aggregate not found 2026-06-12 08:05:09.995 8 INFO neutron.services.segments.plugin [-] Segment 5b57e6e2-83ab-4df9-8e2a-3eebcfe9265b resource provider aggregate not found 2026-06-12 08:05:10.006 8 INFO neutron.services.segments.plugin [-] Segment 0f6de4db-cee9-4ad8-8082-e494c23b459f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f6de4db-cee9-4ad8-8082-e494c23b459f found for delete ", "request_id": "req-cff27b7f-1b0b-4c3f-b060-15651886728d"}]} 2026-06-12 08:05:10.013 8 INFO neutron.services.segments.plugin [-] Segment 5b57e6e2-83ab-4df9-8e2a-3eebcfe9265b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b57e6e2-83ab-4df9-8e2a-3eebcfe9265b found for delete ", "request_id": "req-1e709691-70f2-4e27-896e-4fee0046f0cc"}]} 2026-06-12 08:05:10.029 8 INFO neutron.services.segments.plugin [-] Segment 5b57e6e2-83ab-4df9-8e2a-3eebcfe9265b resource provider aggregate not found 2026-06-12 08:05:10.049 8 INFO neutron.services.segments.plugin [-] Segment 72686151-9382-463e-b136-cb0d3e1e5d5d resource provider aggregate not found 2026-06-12 08:05:10.056 8 INFO neutron.services.segments.plugin [-] Segment 5b57e6e2-83ab-4df9-8e2a-3eebcfe9265b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b57e6e2-83ab-4df9-8e2a-3eebcfe9265b found for delete ", "request_id": "req-045d1e2f-6fca-49a7-839f-03c8463b9dce"}]} 2026-06-12 08:05:10.085 8 INFO neutron.services.segments.plugin [-] Segment 72686151-9382-463e-b136-cb0d3e1e5d5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72686151-9382-463e-b136-cb0d3e1e5d5d found for delete ", "request_id": "req-a1b9902d-9d7d-49ff-abb5-b2a269e3c988"}]} [pid: 7|app: 0|req: 963/1795] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:09 2026] DELETE /v2.0/security-groups/10dbe571-d77c-4bfb-8972-87d9f5a9db2f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:10.096 8 INFO neutron.services.segments.plugin [-] Segment 72686151-9382-463e-b136-cb0d3e1e5d5d resource provider aggregate not found 2026-06-12 08:05:10.117 8 INFO neutron.services.segments.plugin [-] Segment 72686151-9382-463e-b136-cb0d3e1e5d5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72686151-9382-463e-b136-cb0d3e1e5d5d found for delete ", "request_id": "req-1ca49307-0951-4d41-a822-7e59d4eb7b10"}]} [pid: 8|app: 0|req: 833/1796] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:05:09 2026] PUT /v2.0/routers/eae4d30b-37be-4907-9162-11b49cfb07e3/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1797] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:10 2026] GET /v2.0/ports?device_id=eae4d30b-37be-4907-9162-11b49cfb07e3 => 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: 964/1798] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:10 2026] GET /v2.0/security-groups?tenant_id=5927c1c6b810470c940f9cb0983f9e9c&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1799] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:10 2026] DELETE /v2.0/security-groups/b1f77d68-1650-496f-9aec-f6fedaab5a53 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:10.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-9446d4e3-8962-4ba5-9883-6f5977b81efe 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: b57836d6-8f9e-455b-b488-8a3cb93461fe 2026-06-12 08:05:10.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9446d4e3-8962-4ba5-9883-6f5977b81efe 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: b57836d6-8f9e-455b-b488-8a3cb93461fe 2026-06-12 08:05:10.858 8 INFO neutron.db.l3_hamode_db [None req-9446d4e3-8962-4ba5-9883-6f5977b81efe 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] HA network 134e003b-d861-45b8-9002-f08609437bd6 was deleted as no HA routers are present in tenant 4f69315581e649e4b12a4bfcdebabbcd. [pid: 8|app: 0|req: 835/1800] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:10 2026] DELETE /v2.0/routers/eae4d30b-37be-4907-9162-11b49cfb07e3 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:10.942 7 INFO neutron.db.segments_db [None req-efe72c22-1b37-482c-b2a9-66f6b0150c10 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Added segment f55b7ac1-1f08-44bb-8b2d-dd8675d51fce of type vxlan for network 41254e40-7356-462a-9d35-c3247996f29c [pid: 7|app: 0|req: 966/1803] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:10 2026] POST /v2.0/networks => generated 618 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1804] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:10 2026] DELETE /v2.0/subnets/dfc545c7-7cd1-479d-a4c6-383126a6a4d4 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:11.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e938511-d00f-4d0e-a59c-faf80ad0c21e 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: 12383f99-7d63-41dd-96c1-07bf63b9b4db 2026-06-12 08:05:11.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e938511-d00f-4d0e-a59c-faf80ad0c21e 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: 12383f99-7d63-41dd-96c1-07bf63b9b4db [pid: 7|app: 0|req: 967/1805] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:11 2026] POST /v2.0/subnets => generated 658 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1806] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:11 2026] DELETE /v2.0/networks/62e2876a-1f84-4778-87ee-501e14fddc31 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:11.434 8 INFO neutron.db.segments_db [None req-464a9695-533b-485b-a02e-7c57435135f9 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Added segment c741699b-94da-46ad-b027-d6eee7f5fa70 of type vxlan for network 059eb967-99cc-40ab-86d1-3d9d98356de2 [pid: 7|app: 0|req: 968/1807] 10.0.0.18 () {32 vars in 721 bytes} [Fri Jun 12 08:05:11 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:11.715 8 INFO neutron.db.l3_hamode_db [None req-464a9695-533b-485b-a02e-7c57435135f9 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 969/1808] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:11 2026] POST /v2.0/subnets => generated 732 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1809] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:11 2026] GET /v2.0/security-groups?tenant_id=e48250776c924be9a0bd43f87c8f45da&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:12.109 7 INFO neutron.db.segments_db [None req-e4b1a806-9c60-4138-9cd9-6831ed257c96 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Added segment dfb488d3-383c-4adf-8ab1-f75abc1ed879 of type vxlan for network 5be2f05a-954d-4554-941c-b1fa84b4cf0b 2026-06-12 08:05:12.123 8 INFO neutron.services.segments.plugin [-] Segment 33f9f451-9606-43d1-b574-d6c4420e9ddd resource provider aggregate not found 2026-06-12 08:05:12.138 8 INFO neutron.services.segments.plugin [-] Segment 33f9f451-9606-43d1-b574-d6c4420e9ddd resource provider aggregate not found 2026-06-12 08:05:12.145 8 INFO neutron.services.segments.plugin [-] Segment 33f9f451-9606-43d1-b574-d6c4420e9ddd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f9f451-9606-43d1-b574-d6c4420e9ddd found for delete ", "request_id": "req-85fa0cbb-d008-4d7a-b4ab-30d38c12f541"}]} 2026-06-12 08:05:12.162 8 INFO neutron.services.segments.plugin [-] Segment 618dd773-27df-4f2e-952b-234f8f3b0891 resource provider aggregate not found 2026-06-12 08:05:12.168 8 INFO neutron.services.segments.plugin [-] Segment 33f9f451-9606-43d1-b574-d6c4420e9ddd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f9f451-9606-43d1-b574-d6c4420e9ddd found for delete ", "request_id": "req-0300ce22-c6a0-4f61-a130-c347d8d12caa"}]} 2026-06-12 08:05:12.185 8 INFO neutron.services.segments.plugin [-] Segment 618dd773-27df-4f2e-952b-234f8f3b0891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 618dd773-27df-4f2e-952b-234f8f3b0891 found for delete ", "request_id": "req-f88ae522-a033-436c-a908-5c17df98ec01"}]} [pid: 7|app: 0|req: 971/1810] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:12 2026] POST /v2.0/networks => generated 619 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:12.209 8 INFO neutron.services.segments.plugin [-] Segment 618dd773-27df-4f2e-952b-234f8f3b0891 resource provider aggregate not found 2026-06-12 08:05:12.232 8 INFO neutron.services.segments.plugin [-] Segment 618dd773-27df-4f2e-952b-234f8f3b0891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 618dd773-27df-4f2e-952b-234f8f3b0891 found for delete ", "request_id": "req-32009a3d-8de9-4520-aed4-cb0cfb9bec50"}]} [pid: 7|app: 0|req: 972/1811] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:12 2026] DELETE /v2.0/security-groups/360a0101-3cbc-4c85-898f-52c8a018ed51 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:12.479 8 INFO neutron.db.l3_hamode_db [None req-464a9695-533b-485b-a02e-7c57435135f9 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 973/1812] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:12 2026] POST /v2.0/subnets => generated 656 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1813] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:12 2026] GET /v2.0/security-groups?tenant_id=6cb435cba7ed449892fe5dd26ae293e3&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1814] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:12 2026] POST /v2.0/subnets => generated 724 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1815] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:12 2026] DELETE /v2.0/security-groups/a246beea-8b2a-4334-aa2d-a3cef32edb97 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:12.957 7 INFO neutron.db.segments_db [None req-ebafc45d-cca3-4d5b-94d8-41382ceb5b36 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Added segment 03cf351c-9c87-445a-87e1-41313045a1c2 of type vxlan for network bbe52121-e2bc-4eb4-adf8-7e346f6dc522 [pid: 7|app: 0|req: 977/1816] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:12 2026] POST /v2.0/networks => generated 619 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1817] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:13 2026] POST /v2.0/subnets => generated 656 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1818] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:11 2026] POST /v2.0/routers => generated 687 bytes in 2071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1819] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:13 2026] POST /v2.0/subnets => generated 730 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1820] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:13 2026] GET /v2.0/routers/346dc99e-2a31-40be-8464-166ef2606f53 => generated 693 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:13.566 7 INFO neutron.db.segments_db [None req-b2930ef3-c5c0-4ea8-9e74-fa29ef2ae6b9 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Added segment cdb9cb7d-dc77-4e95-939c-49a56a1970bd of type vxlan for network 31f41e99-a96b-4a2e-bd85-e7862f3609cc [pid: 8|app: 0|req: 842/1821] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:05:13 2026] GET /v2.0/routers => generated 696 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:13.804 7 INFO neutron.db.l3_hamode_db [None req-b2930ef3-c5c0-4ea8-9e74-fa29ef2ae6b9 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 843/1822] 10.0.0.18 () {34 vars in 740 bytes} [Fri Jun 12 08:05:13 2026] PUT /v2.0/routers/346dc99e-2a31-40be-8464-166ef2606f53 => generated 700 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1823] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:14 2026] GET /v2.0/routers/346dc99e-2a31-40be-8464-166ef2606f53 => generated 700 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1824] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:14 2026] GET /v2.0/ports?device_id=346dc99e-2a31-40be-8464-166ef2606f53 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:14.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5ce1ec8-ae1c-4a15-b089-edb7799fbe81 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: 716e7da4-2116-4b41-9aaa-9a9cda387d2d 2026-06-12 08:05:14.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5ce1ec8-ae1c-4a15-b089-edb7799fbe81 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: 716e7da4-2116-4b41-9aaa-9a9cda387d2d 2026-06-12 08:05:14.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5ce1ec8-ae1c-4a15-b089-edb7799fbe81 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] TaaS: Handle Delete Port: 3cd8e164-a4cc-49f1-aa04-5171e349ec6c 2026-06-12 08:05:14.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5ce1ec8-ae1c-4a15-b089-edb7799fbe81 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] Tap Mirror: Handle Delete Port: 3cd8e164-a4cc-49f1-aa04-5171e349ec6c 2026-06-12 08:05:14.622 7 INFO neutron.db.l3_hamode_db [None req-b2930ef3-c5c0-4ea8-9e74-fa29ef2ae6b9 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:14.914 8 INFO neutron.services.segments.plugin [-] Segment c741699b-94da-46ad-b027-d6eee7f5fa70 resource provider aggregate not found 2026-06-12 08:05:14.915 8 INFO neutron.services.segments.plugin [-] Segment c741699b-94da-46ad-b027-d6eee7f5fa70 resource provider aggregate not found 2026-06-12 08:05:14.936 8 INFO neutron.db.l3_hamode_db [None req-a5ce1ec8-ae1c-4a15-b089-edb7799fbe81 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] HA network 059eb967-99cc-40ab-86d1-3d9d98356de2 was deleted as no HA routers are present in tenant 4f69315581e649e4b12a4bfcdebabbcd. 2026-06-12 08:05:14.937 8 INFO neutron.services.segments.plugin [-] Segment c741699b-94da-46ad-b027-d6eee7f5fa70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c741699b-94da-46ad-b027-d6eee7f5fa70 found for delete ", "request_id": "req-953f5596-61d6-4c57-ad52-a22d9f687b69"}]} 2026-06-12 08:05:14.941 8 INFO neutron.services.segments.plugin [-] Segment c741699b-94da-46ad-b027-d6eee7f5fa70 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c741699b-94da-46ad-b027-d6eee7f5fa70 found for delete ", "request_id": "req-b1cab4a5-0bff-4f3d-b310-b8d2e11267b8"}]} [pid: 8|app: 0|req: 846/1825] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:14 2026] DELETE /v2.0/routers/346dc99e-2a31-40be-8464-166ef2606f53 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:15.201 8 INFO neutron.db.segments_db [None req-827631c0-f2c8-4212-84b6-a2b1f504f87d 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Added segment b40bb88a-127e-4888-9f38-e49f6dd3af0c of type vxlan for network 27d3e47a-4fa5-4792-bab4-9d6d1c3ad8e1 2026-06-12 08:05:15.471 8 INFO neutron.db.l3_hamode_db [None req-827631c0-f2c8-4212-84b6-a2b1f504f87d 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 980/1826] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:13 2026] POST /v2.0/routers => generated 683 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1827] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:15 2026] GET /v2.0/ports?device_id=346dc99e-2a31-40be-8464-166ef2606f53 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:15.574 8 INFO neutron.db.l3_hamode_db [None req-827631c0-f2c8-4212-84b6-a2b1f504f87d 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 847/1828] 10.0.0.18 () {34 vars in 667 bytes} [Fri Jun 12 08:05:14 2026] POST /v2.0/routers => generated 474 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:16.130 8 INFO neutron.api.v2.resource [None req-291b1313-7a3a-43db-ac41-7d388d3fb6f0 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1829] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:16 2026] DELETE /v2.0/routers/346dc99e-2a31-40be-8464-166ef2606f53 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:05:16.495 8 INFO neutron.db.segments_db [None req-abf41e2d-23ea-4f74-b3ed-3700bb840b65 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Added segment df61b484-fc8d-439f-9809-b635d6592c85 of type vxlan for network 258465f5-3cae-41b7-99fb-11996278c371 [pid: 8|app: 0|req: 849/1830] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:05:16 2026] POST /v2.0/networks => generated 614 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:16.639 8 INFO neutron.db.l3_hamode_db [None req-bac26ffa-37fb-4b91-8412-902d5f6a69c4 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 982/1831] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:15 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:16.757 8 INFO neutron.db.l3_hamode_db [None req-bac26ffa-37fb-4b91-8412-902d5f6a69c4 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 983/1832] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:16 2026] GET /v2.0/ports?device_id=eae4d30b-37be-4907-9162-11b49cfb07e3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:16.802 7 INFO neutron.db.segments_db [None req-dc8ce6bf-a615-4a17-a610-902a47582e0e c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Added segment 2b41f9a9-2524-49fc-bb2c-abd940c8626d of type vxlan for network 12e1ce69-bbc1-4d9f-8686-94b411617732 2026-06-12 08:05:17.027 7 INFO neutron.db.l3_hamode_db [None req-dc8ce6bf-a615-4a17-a610-902a47582e0e c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 850/1833] 10.0.0.18 () {34 vars in 667 bytes} [Fri Jun 12 08:05:16 2026] POST /v2.0/routers => generated 474 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:17.831 7 INFO neutron.db.l3_hamode_db [None req-dc8ce6bf-a615-4a17-a610-902a47582e0e c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 851/1834] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:17 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:18.615 8 INFO neutron.api.v2.resource [None req-595a5996-6061-4c35-ad5e-9e4ad320a8eb 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1835] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:18 2026] DELETE /v2.0/routers/eae4d30b-37be-4907-9162-11b49cfb07e3 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:05:18.658 8 INFO neutron.db.l3_hamode_db [None req-bea8531c-1bcf-4195-b1fc-1e1d58ff5df5 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 984/1836] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:16 2026] POST /v2.0/routers => generated 695 bytes in 1927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:18.785 8 INFO neutron.db.l3_hamode_db [None req-bea8531c-1bcf-4195-b1fc-1e1d58ff5df5 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 853/1837] 10.0.0.18 () {34 vars in 667 bytes} [Fri Jun 12 08:05:18 2026] POST /v2.0/routers => generated 474 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:19.392 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4cad689b-38ce-4c4e-94ad-fb9fab14e7ae 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 854/1838] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:19 2026] DELETE /v2.0/subnets/dfc545c7-7cd1-479d-a4c6-383126a6a4d4 => 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: 855/1839] 10.0.0.18 () {32 vars in 775 bytes} [Fri Jun 12 08:05:19 2026] GET /v2.0/subnets?project_id=4eca3bc8ba134bb285a535be7bf5be28&cidr=10.100.0.0%2F28 => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:19.502 8 INFO neutron.db.l3_hamode_db [None req-b0e7e5e7-9004-4299-84f1-bb990b563a68 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:19.608 8 INFO neutron.db.l3_hamode_db [None req-b0e7e5e7-9004-4299-84f1-bb990b563a68 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 985/1840] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:18 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/add_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1841] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/ports?device_id=1106207d-1631-41f0-ab47-fcd3a7c2d6df => 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: 987/1842] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:20.203 7 INFO neutron.api.v2.resource [None req-ad9a68af-c7b1-49eb-8651-739e52127ea2 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 988/1843] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:20 2026] DELETE /v2.0/routers/1106207d-1631-41f0-ab47-fcd3a7c2d6df => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1844] 10.0.0.18 () {32 vars in 783 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/subnets?network_id=67475f68-c326-4e8d-b598-2eacdb665161&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1845] 10.0.0.18 () {34 vars in 667 bytes} [Fri Jun 12 08:05:19 2026] POST /v2.0/routers => generated 474 bytes in 841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:20.307 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc28c16b-53f1-461b-a433-fa70910121c4 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 857/1846] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:20 2026] DELETE /v2.0/subnets/b3a03842-f1af-4c20-b2ea-1da246437ed3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1847] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:05:20 2026] POST /v2.0/security-groups => generated 1628 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:05:20.439 7 INFO neutron.db.l3_hamode_db [None req-4ccf414e-150e-4a5d-b267-42e364dde427 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 858/1848] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:20 2026] POST /v2.0/subnets => generated 656 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:20.549 7 INFO neutron.db.l3_hamode_db [None req-4ccf414e-150e-4a5d-b267-42e364dde427 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 859/1849] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:20 2026] GET /v2.0/ports?device_id=a60d7e72-64b5-4f5e-81b9-a3127d53faec => 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: 860/1850] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1851] 10.0.0.18 () {34 vars in 667 bytes} [Fri Jun 12 08:05:20 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) 2026-06-12 08:05:21.142 7 INFO neutron.api.v2.resource [None req-0792de0b-d8c5-4273-8e39-bd839154d291 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 992/1852] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:21 2026] DELETE /v2.0/routers/a60d7e72-64b5-4f5e-81b9-a3127d53faec => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1853] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1854] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:21 2026] PUT /v2.0/routers/76b966fb-cc3f-4019-988a-3e7b4598e2c3/tags => generated 17 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:21.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b5c28ad-2da9-4315-a8ea-fb48708ffe21 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/1855] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:21 2026] DELETE /v2.0/subnets/64f58405-594b-4c9e-bd4a-c6ec4eeeacea => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1856] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:21 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1857] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:21 2026] PUT /v2.0/routers/ce693f63-ff08-4ae9-8d47-3aa444b98369/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:21.611 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97ae6efd-85a9-47ea-87c7-e400ac6b06f6 467fbcfe41be40318c34f15c566e115d 4f69315581e649e4b12a4bfcdebabbcd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 998/1858] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:21 2026] DELETE /v2.0/subnets/4b39e2a7-256e-4a5d-9f75-b255ba6f2e32 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1859] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1860] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:21 2026] PUT /v2.0/routers/368d0663-53fb-4431-b2c3-20cae036ddbe/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1861] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1862] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:21 2026] PUT /v2.0/routers/564a4a82-ac52-4582-af7d-f42589f70444/tags => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1863] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:20 2026] PUT /v2.0/routers/4b6cf47e-b884-4fbf-bab3-207f8f0b3603/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1864] 10.0.0.18 () {32 vars in 663 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1865] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:21 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: 863/1866] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/networks => generated 7358 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1867] 10.0.0.18 () {32 vars in 677 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1868] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/subnets => generated 8042 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1869] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1870] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/security-groups?tenant_id=4f69315581e649e4b12a4bfcdebabbcd&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1871] 10.0.0.18 () {32 vars in 673 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1872] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/routers => generated 4018 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1873] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:22 2026] DELETE /v2.0/security-groups/e47aa5dc-55df-4639-b064-fdffa9a611a3 => 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: 866/1874] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1875] 10.0.0.18 () {32 vars in 685 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1876] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-groups => generated 1673 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1877] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1878] 10.0.0.18 () {32 vars in 671 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1879] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1880] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1881] 10.0.0.18 () {32 vars in 685 bytes} [Fri Jun 12 08:05:22 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1882] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1883] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1884] 10.0.0.18 () {32 vars in 681 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1885] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1886] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1887] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/routers/76b966fb-cc3f-4019-988a-3e7b4598e2c3 => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1888] 10.0.0.75 () {34 vars in 1095 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1568280837&fields=id&tenant_id=506500619d884b9ba323ff0eef07a48c => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1889] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1890] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:23.424 7 INFO neutron.db.securitygroups_db [None req-c20e668e-e872-489d-a8f3-efea2a99e368 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Project 4eca3bc8ba134bb285a535be7bf5be28 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: 1017/1891] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:23 2026] POST /v2.0/security-group-rules => generated 607 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1892] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/quotas/506500619d884b9ba323ff0eef07a48c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:23.522 7 INFO neutron.db.securitygroups_db [None req-01bbcbda-546d-4397-96b6-6b6afdbfa285 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Project 4eca3bc8ba134bb285a535be7bf5be28 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: 1019/1893] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:23 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1894] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&fields=id => generated 241 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1895] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1022/1896] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1023/1897] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:05:23 2026] GET /v2.0/networks => generated 1298 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1898] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => 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: 875/1899] 10.0.0.18 () {34 vars in 741 bytes} [Fri Jun 12 08:05:23 2026] PUT /v2.0/routers/76b966fb-cc3f-4019-988a-3e7b4598e2c3 => generated 485 bytes in 1001 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1900] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/ports?device_id=76b966fb-cc3f-4019-988a-3e7b4598e2c3 => 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: 1026/1901] 10.0.0.75 () {34 vars in 1097 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-355895304&fields=id&tenant_id=4eca3bc8ba134bb285a535be7bf5be28 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1902] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/networks?id=258465f5-3cae-41b7-99fb-11996278c371 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1903] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/quotas/4eca3bc8ba134bb285a535be7bf5be28 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:24.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-f07c74c4-5d6c-4df6-86b5-83af2aa0d5d6 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] TaaS: Handle Delete Port: 1ea1b77c-6fc5-4b27-8562-8b3e6719cad7 2026-06-12 08:05:24.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f07c74c4-5d6c-4df6-86b5-83af2aa0d5d6 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Tap Mirror: Handle Delete Port: 1ea1b77c-6fc5-4b27-8562-8b3e6719cad7 [pid: 7|app: 0|req: 1029/1904] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1905] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1906] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?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: 876/1907] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:24 2026] DELETE /v2.0/routers/76b966fb-cc3f-4019-988a-3e7b4598e2c3 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1908] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/routers/ce693f63-ff08-4ae9-8d47-3aa444b98369 => generated 493 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1909] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:24 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1910] 10.0.0.18 () {34 vars in 741 bytes} [Fri Jun 12 08:05:24 2026] PUT /v2.0/routers/ce693f63-ff08-4ae9-8d47-3aa444b98369 => generated 493 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1911] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:25 2026] GET /v2.0/ports?device_id=ce693f63-ff08-4ae9-8d47-3aa444b98369 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:25.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-d23086ef-30b3-4f47-a82c-54e83cd57b83 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] TaaS: Handle Delete Port: f467af8c-4f8a-4640-b9dc-2a2fcb82d6ed 2026-06-12 08:05:25.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d23086ef-30b3-4f47-a82c-54e83cd57b83 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Tap Mirror: Handle Delete Port: f467af8c-4f8a-4640-b9dc-2a2fcb82d6ed [pid: 8|app: 0|req: 878/1912] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:25 2026] DELETE /v2.0/routers/ce693f63-ff08-4ae9-8d47-3aa444b98369 => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1913] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:25 2026] GET /v2.0/routers/368d0663-53fb-4431-b2c3-20cae036ddbe => generated 502 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1914] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:25 2026] GET /v2.0/security-groups?tenant_id=354782defaf84cf0a5e0293be7dee9d7&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1917] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:26 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => 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: 883/1918] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:26 2026] DELETE /v2.0/security-groups/4298e6ce-57eb-45a0-b3d4-43f89422abb8 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1919] 10.0.0.18 () {34 vars in 741 bytes} [Fri Jun 12 08:05:25 2026] PUT /v2.0/routers/368d0663-53fb-4431-b2c3-20cae036ddbe => generated 502 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1920] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:26 2026] GET /v2.0/ports?device_id=368d0663-53fb-4431-b2c3-20cae036ddbe => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:26.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c6bff80-f42e-43df-9d60-ac9af411b172 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] TaaS: Handle Delete Port: f0c3536d-86dd-4421-8713-68abb3531757 2026-06-12 08:05:26.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c6bff80-f42e-43df-9d60-ac9af411b172 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Tap Mirror: Handle Delete Port: f0c3536d-86dd-4421-8713-68abb3531757 [pid: 7|app: 0|req: 1037/1921] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:26 2026] DELETE /v2.0/routers/368d0663-53fb-4431-b2c3-20cae036ddbe => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1922] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:26 2026] GET /v2.0/routers/564a4a82-ac52-4582-af7d-f42589f70444 => generated 487 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1923] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:27 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => 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: 1038/1924] 10.0.0.18 () {34 vars in 741 bytes} [Fri Jun 12 08:05:26 2026] PUT /v2.0/routers/564a4a82-ac52-4582-af7d-f42589f70444 => generated 487 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1925] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:27 2026] GET /v2.0/ports?device_id=564a4a82-ac52-4582-af7d-f42589f70444 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:27.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-a75c5596-8e90-4da3-92c8-7d85e64d8ddc 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] TaaS: Handle Delete Port: 1cf9c7cf-5125-4b83-a2f4-438e516ae1c7 2026-06-12 08:05:27.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a75c5596-8e90-4da3-92c8-7d85e64d8ddc 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Tap Mirror: Handle Delete Port: 1cf9c7cf-5125-4b83-a2f4-438e516ae1c7 [pid: 7|app: 0|req: 1039/1926] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:27 2026] DELETE /v2.0/routers/564a4a82-ac52-4582-af7d-f42589f70444 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1927] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:27 2026] GET /v2.0/routers/a5f500ee-e91f-4ac5-ad5e-b455a7853a9a => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1928] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:28 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1929] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:05:28 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1930] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:05:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=506500619d884b9ba323ff0eef07a48c => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1931] 10.0.0.18 () {34 vars in 741 bytes} [Fri Jun 12 08:05:27 2026] PUT /v2.0/routers/a5f500ee-e91f-4ac5-ad5e-b455a7853a9a => generated 480 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1932] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:28 2026] GET /v2.0/ports?device_id=a5f500ee-e91f-4ac5-ad5e-b455a7853a9a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:28.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-229e7b22-934c-488c-8959-168df72deeb1 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] TaaS: Handle Delete Port: fa58efa4-9563-4aff-96b2-6724331fa3ff 2026-06-12 08:05:28.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-229e7b22-934c-488c-8959-168df72deeb1 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] Tap Mirror: Handle Delete Port: fa58efa4-9563-4aff-96b2-6724331fa3ff [pid: 8|app: 0|req: 892/1933] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:05:28 2026] POST /v2.0/ports => generated 1179 bytes in 362 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:05:28.967 7 INFO neutron.services.segments.plugin [-] Segment b40bb88a-127e-4888-9f38-e49f6dd3af0c resource provider aggregate not found 2026-06-12 08:05:28.973 7 INFO neutron.services.segments.plugin [-] Segment b40bb88a-127e-4888-9f38-e49f6dd3af0c resource provider aggregate not found 2026-06-12 08:05:28.989 7 INFO neutron.services.segments.plugin [-] Segment b40bb88a-127e-4888-9f38-e49f6dd3af0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b40bb88a-127e-4888-9f38-e49f6dd3af0c found for delete ", "request_id": "req-13977c17-6852-463e-b16b-cbbaa1a8745a"}]} 2026-06-12 08:05:28.992 7 INFO neutron.services.segments.plugin [-] Segment b40bb88a-127e-4888-9f38-e49f6dd3af0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b40bb88a-127e-4888-9f38-e49f6dd3af0c found for delete ", "request_id": "req-a76c176c-65f9-4472-bbc7-a06f038d5795"}]} 2026-06-12 08:05:28.995 7 INFO neutron.db.l3_hamode_db [None req-229e7b22-934c-488c-8959-168df72deeb1 586a94c1aa394659a01beda4b05f0507 774768fcf5364bf3ba976b3a1fe32724 - - default default] HA network 27d3e47a-4fa5-4792-bab4-9d6d1c3ad8e1 was deleted as no HA routers are present in tenant 774768fcf5364bf3ba976b3a1fe32724. [pid: 7|app: 0|req: 1042/1934] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:28 2026] DELETE /v2.0/routers/a5f500ee-e91f-4ac5-ad5e-b455a7853a9a => generated 0 bytes in 494 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1935] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:05:28 2026] PUT /v2.0/ports/69203cbd-f46f-4645-b0a5-be55b2c41415 => generated 1460 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:29.273 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-325e4095-793a-41d5-8dda-10558fd53a77'] response: {'name': 'network-changed', 'server_uuid': 'e7c14b35-01ea-41f0-91ae-5a55915103c5', 'tag': '69203cbd-f46f-4645-b0a5-be55b2c41415', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1043/1936] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:29 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 12 bytes in 23 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: 894/1937] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:29 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1194 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1938] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:29 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/1939] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:29 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1940] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:05:29 2026] GET /v2.0/networks?tenant_id=506500619d884b9ba323ff0eef07a48c&shared=False => generated 2374 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1941] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:05:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1942] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:29 2026] GET /v2.0/security-groups?tenant_id=6199988b73c94f558243103fec37c6ea&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1943] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:30 2026] DELETE /v2.0/security-groups/974fce40-3666-44d5-a6ca-25f4f5a47d60 => 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: 896/1944] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:30 2026] GET /v2.0/security-groups?tenant_id=8c59b2447ecc49c582aedd168f2f52ef&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1945] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:05:30 2026] GET /v2.0/networks?id=258465f5-3cae-41b7-99fb-11996278c371 => generated 661 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1946] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:30 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1947] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:05:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4eca3bc8ba134bb285a535be7bf5be28 => generated 180 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1948] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:30 2026] DELETE /v2.0/security-groups/d05b029e-41a3-4136-b1e8-51bbcdc6a291 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1949] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:30 2026] GET /v2.0/security-groups?tenant_id=774768fcf5364bf3ba976b3a1fe32724&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: 899/1950] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:30 2026] DELETE /v2.0/security-groups/3c8f58b9-db17-44a9-88b0-8f13ee642d8d => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1951] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:05:30 2026] POST /v2.0/ports => generated 954 bytes in 394 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: 1053/1952] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:30 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1953] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.84&port_id=69203cbd-f46f-4645-b0a5-be55b2c41415 => 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: 1055/1954] 199.204.45.19 () {34 vars in 1103 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A190&port_id=69203cbd-f46f-4645-b0a5-be55b2c41415 => 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: 1056/1955] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f&id=10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/1956] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1957] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&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: 1059/1958] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1060/1959] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 900/1960] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:05:30 2026] PUT /v2.0/ports/b3492277-a3e7-4266-9952-e21b2c50fcc7 => generated 1235 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:31.413 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e53d0b49-2713-4e3b-bc48-7cdcbf9c7513'] response: {'name': 'network-changed', 'server_uuid': 'd32ad18a-78b6-4d49-81b5-c4d2e773b892', 'tag': 'b3492277-a3e7-4266-9952-e21b2c50fcc7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1061/1961] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 969 bytes in 36 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: 901/1962] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&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: 1062/1963] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1964] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:05:31 2026] GET /v2.0/networks?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&shared=False => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1965] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:05:32 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) [pid: 8|app: 0|req: 903/1966] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:32 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/1967] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:32 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&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: 904/1968] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/1969] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b3492277-a3e7-4266-9952-e21b2c50fcc7 => 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: 905/1970] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/subnets?id=69469f33-f32d-4eef-9932-31b7042558ca => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1971] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/ports?network_id=258465f5-3cae-41b7-99fb-11996278c371&device_owner=network%3Adhcp => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1972] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/1973] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?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: 907/1974] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/1975] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:33 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1976] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:34 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1196 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/1977] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:34 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1978] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:35 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/1979] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:35 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:35.400 8 INFO neutron.db.segments_db [None req-358cbeef-9273-41f5-b4a5-e86f6b619f2f 57ea39a87e3a49d8a645967f2db845a9 67b0c19b08f14a0d880916c46741e0f1 - - default default] Added segment 288c6f4b-6e1b-434b-958f-908d96708158 of type vxlan for network 6202dd57-a0ad-4557-8adc-c83a82a40c55 [pid: 8|app: 0|req: 909/1980] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:34 2026] POST /v2.0/networks => generated 613 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/1981] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:35 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:35.791 8 INFO neutron.db.segments_db [None req-d533f57c-967a-4051-b1bf-0747a9e70360 57ea39a87e3a49d8a645967f2db845a9 67b0c19b08f14a0d880916c46741e0f1 - - default default] Added segment d717ef08-4c13-4ea7-862c-d1d5d0b9a169 of type vxlan for network 146697c2-9190-4d84-8f54-46abeb07eb57 [pid: 8|app: 0|req: 910/1982] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:35 2026] POST /v2.0/networks => generated 612 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/1983] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:35 2026] POST /v2.0/subnets => generated 629 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1984] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:35 2026] GET /v2.0/security-groups?tenant_id=02bdfc6ebb834a56bf033a93b895292a&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:36.245 7 INFO neutron.db.segments_db [None req-6f370288-cb90-4053-8a5c-e069eacd5f2e 57ea39a87e3a49d8a645967f2db845a9 67b0c19b08f14a0d880916c46741e0f1 - - default default] Added segment 48d0195b-3d2b-4a1f-9bed-8a6cb545527b of type vxlan for network df3dad93-24e9-4d99-83ba-ff9ac021d592 [pid: 8|app: 0|req: 912/1985] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:36 2026] DELETE /v2.0/security-groups/a72d61d7-1d5f-4ed9-b5ec-681cf3e0cb90 => 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: 1074/1986] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:36 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1987] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:36 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1988] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:36 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/1989] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:36 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:36.657 8 INFO neutron.db.segments_db [None req-a05491e7-c676-4c34-bcfd-67d8d29d8236 57ea39a87e3a49d8a645967f2db845a9 67b0c19b08f14a0d880916c46741e0f1 - - default default] Added segment 80f61548-84a9-4a6e-9743-e0b0750fdfff of type vxlan for network ac2f2b8c-a248-4ecd-a6ab-6f79aae7d9c1 [pid: 8|app: 0|req: 915/1990] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:36 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/1991] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:36 2026] POST /v2.0/subnets => generated 629 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:37.137 8 INFO neutron.db.segments_db [None req-a0dae358-27c5-4230-91bc-c517d9b13d34 57ea39a87e3a49d8a645967f2db845a9 67b0c19b08f14a0d880916c46741e0f1 - - default default] Added segment 3d5944ed-c061-413d-a35a-c47a1f6496fa of type vxlan for network ef2ec5b6-181d-4edb-9c5e-1beb63aaf54a [pid: 8|app: 0|req: 916/1992] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:05:37 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/1993] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:37 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1994] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:37 2026] PUT /v2.0/subnets/fda0b40f-c0c3-486e-a1c8-c8b7bb109c0e/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1995] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:37 2026] PUT /v2.0/subnets/7258101c-6b08-4ad4-8056-2080ed9ab2a0/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: 1078/1996] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/1997] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1998] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:37 2026] PUT /v2.0/subnets/2cb20e6d-b7cb-49f7-97f8-ab8163729c52/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/1999] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:37 2026] PUT /v2.0/subnets/bc0ab4bc-4a91-48da-aa0f-8a04e4c1d1b1/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/2000] 10.0.0.18 () {32 vars in 663 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2001] 10.0.0.18 () {32 vars in 677 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/2002] 10.0.0.18 () {32 vars in 673 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2003] 10.0.0.18 () {32 vars in 685 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/2004] 10.0.0.18 () {32 vars in 671 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2005] 10.0.0.18 () {32 vars in 685 bytes} [Fri Jun 12 08:05:37 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/2006] 10.0.0.18 () {32 vars in 681 bytes} [Fri Jun 12 08:05:38 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/2007] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:05:38 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2008] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:38 2026] DELETE /v2.0/subnets/fda0b40f-c0c3-486e-a1c8-c8b7bb109c0e => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:38.390 7 INFO neutron.db.segments_db [None req-6c84cfe2-3221-480e-9489-80edc081bc98 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment a1f198d0-5f02-4ab8-b4fa-d887fe30ce2c of type vxlan for network 732765dd-1b20-4982-8d20-b8e6bc3afe50 [pid: 8|app: 0|req: 926/2009] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:38 2026] DELETE /v2.0/subnets/7258101c-6b08-4ad4-8056-2080ed9ab2a0 => 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: 1084/2010] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:05:38 2026] POST /v2.0/networks => generated 721 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2011] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:38 2026] DELETE /v2.0/subnets/2cb20e6d-b7cb-49f7-97f8-ab8163729c52 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2012] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:38 2026] POST /v2.0/subnets => generated 687 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:38.723 7 INFO neutron.db.segments_db [None req-3f954347-7949-41aa-a42f-6da11cd1f30b 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment a82437fa-92dd-4837-9079-2eb954617f26 of type vxlan for network ff1cd58a-ee7c-4a1b-9dc7-f09c471f1f34 [pid: 8|app: 0|req: 928/2013] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:38 2026] DELETE /v2.0/subnets/bc0ab4bc-4a91-48da-aa0f-8a04e4c1d1b1 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/2014] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:38 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2015] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:38 2026] DELETE /v2.0/subnets/34ea867f-1ce9-4f45-ae00-d57d4b823956 => 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: 931/2016] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:38 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:39.011 7 INFO neutron.db.l3_hamode_db [None req-3f954347-7949-41aa-a42f-6da11cd1f30b 595e9a6a98fa4357937900f798e7a6c8 1570a444b4a74a0eb4685e4543e95b70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:39.100 8 INFO neutron.services.segments.plugin [-] Segment 288c6f4b-6e1b-434b-958f-908d96708158 resource provider aggregate not found 2026-06-12 08:05:39.118 8 INFO neutron.services.segments.plugin [-] Segment 288c6f4b-6e1b-434b-958f-908d96708158 resource provider aggregate not found [pid: 8|app: 0|req: 932/2017] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:38 2026] DELETE /v2.0/networks/6202dd57-a0ad-4557-8adc-c83a82a40c55 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:39.143 8 INFO neutron.services.segments.plugin [-] Segment 288c6f4b-6e1b-434b-958f-908d96708158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288c6f4b-6e1b-434b-958f-908d96708158 found for delete ", "request_id": "req-48cf94cb-dd0f-42b0-a5e9-c261a5368e1b"}]} 2026-06-12 08:05:39.144 8 INFO neutron.services.segments.plugin [-] Segment 288c6f4b-6e1b-434b-958f-908d96708158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288c6f4b-6e1b-434b-958f-908d96708158 found for delete ", "request_id": "req-d1f7bd02-7c71-4591-a9cc-e96f1bf503fe"}]} [pid: 8|app: 0|req: 933/2018] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:39 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => 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: 934/2019] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:39 2026] DELETE /v2.0/networks/146697c2-9190-4d84-8f54-46abeb07eb57 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2020] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:39 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2021] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:39 2026] DELETE /v2.0/networks/df3dad93-24e9-4d99-83ba-ff9ac021d592 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2022] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:39 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2023] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:39 2026] DELETE /v2.0/networks/ac2f2b8c-a248-4ecd-a6ab-6f79aae7d9c1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:05:39.798 7 INFO neutron.db.l3_hamode_db [None req-3f954347-7949-41aa-a42f-6da11cd1f30b 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:40.291 8 INFO neutron.db.l3_db [None req-583aa0f5-7103-4f58-b101-02d3742435ef c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Floating IP 8c3606fa-6659-471f-a419-2df35a5987df associated. External IP: 10.96.250.220, port: b3492277-a3e7-4266-9952-e21b2c50fcc7. [pid: 8|app: 0|req: 939/2024] 10.0.0.18 () {34 vars in 676 bytes} [Fri Jun 12 08:05:39 2026] POST /v2.0/floatingips => generated 855 bytes in 1023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2025] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:38 2026] POST /v2.0/routers => generated 727 bytes in 1974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:05:40.676 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6b9a74d-f5bd-44da-bcbd-b468aeccf971'] response: {'name': 'network-changed', 'server_uuid': 'd32ad18a-78b6-4d49-81b5-c4d2e773b892', 'tag': 'b3492277-a3e7-4266-9952-e21b2c50fcc7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1087/2026] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:40 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1196 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2027] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:05:40 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2028] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:05:40 2026] DELETE /v2.0/networks/ef2ec5b6-181d-4edb-9c5e-1beb63aaf54a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2029] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:40 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2032] 10.0.0.18 () {32 vars in 817 bytes} [Fri Jun 12 08:05:40 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&mac_address=fa%3A16%3A3e%3A0a%3A6e%3Ad8 => generated 1196 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:41.162 8 INFO neutron.services.segments.plugin [-] Segment d717ef08-4c13-4ea7-862c-d1d5d0b9a169 resource provider aggregate not found 2026-06-12 08:05:41.167 8 INFO neutron.services.segments.plugin [-] Segment d717ef08-4c13-4ea7-862c-d1d5d0b9a169 resource provider aggregate not found 2026-06-12 08:05:41.186 8 INFO neutron.services.segments.plugin [-] Segment d717ef08-4c13-4ea7-862c-d1d5d0b9a169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d717ef08-4c13-4ea7-862c-d1d5d0b9a169 found for delete ", "request_id": "req-7a772542-00c1-4ab6-8b1c-2d5233444dbc"}]} 2026-06-12 08:05:41.192 8 INFO neutron.services.segments.plugin [-] Segment d717ef08-4c13-4ea7-862c-d1d5d0b9a169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d717ef08-4c13-4ea7-862c-d1d5d0b9a169 found for delete ", "request_id": "req-386816e3-060f-4026-9364-08543b8a9f09"}]} 2026-06-12 08:05:41.206 8 INFO neutron.services.segments.plugin [-] Segment 48d0195b-3d2b-4a1f-9bed-8a6cb545527b resource provider aggregate not found 2026-06-12 08:05:41.211 8 INFO neutron.services.segments.plugin [-] Segment 48d0195b-3d2b-4a1f-9bed-8a6cb545527b resource provider aggregate not found 2026-06-12 08:05:41.226 8 INFO neutron.services.segments.plugin [-] Segment 48d0195b-3d2b-4a1f-9bed-8a6cb545527b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d0195b-3d2b-4a1f-9bed-8a6cb545527b found for delete ", "request_id": "req-13b05165-66c0-466e-8b6c-840733f85d31"}]} 2026-06-12 08:05:41.235 8 INFO neutron.services.segments.plugin [-] Segment 48d0195b-3d2b-4a1f-9bed-8a6cb545527b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d0195b-3d2b-4a1f-9bed-8a6cb545527b found for delete ", "request_id": "req-f1bfabc2-f4e7-4c8c-8f9b-ff3be5d0e166"}]} 2026-06-12 08:05:41.249 8 INFO neutron.services.segments.plugin [-] Segment 80f61548-84a9-4a6e-9743-e0b0750fdfff resource provider aggregate not found 2026-06-12 08:05:41.257 8 INFO neutron.services.segments.plugin [-] Segment 80f61548-84a9-4a6e-9743-e0b0750fdfff resource provider aggregate not found 2026-06-12 08:05:41.279 8 INFO neutron.services.segments.plugin [-] Segment 80f61548-84a9-4a6e-9743-e0b0750fdfff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f61548-84a9-4a6e-9743-e0b0750fdfff found for delete ", "request_id": "req-6e476a3d-e7dd-4937-8ae6-84fd22248e49"}]} 2026-06-12 08:05:41.281 8 INFO neutron.services.segments.plugin [-] Segment 80f61548-84a9-4a6e-9743-e0b0750fdfff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f61548-84a9-4a6e-9743-e0b0750fdfff found for delete ", "request_id": "req-f98b1ed6-4f96-4cab-bf98-421be2a75fec"}]} 2026-06-12 08:05:41.301 8 INFO neutron.services.segments.plugin [-] Segment 3d5944ed-c061-413d-a35a-c47a1f6496fa resource provider aggregate not found 2026-06-12 08:05:41.307 8 INFO neutron.services.segments.plugin [-] Segment 3d5944ed-c061-413d-a35a-c47a1f6496fa resource provider aggregate not found 2026-06-12 08:05:41.328 8 INFO neutron.services.segments.plugin [-] Segment 3d5944ed-c061-413d-a35a-c47a1f6496fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d5944ed-c061-413d-a35a-c47a1f6496fa found for delete ", "request_id": "req-b3c37d8f-69b7-4663-89aa-5582d52dd54c"}]} 2026-06-12 08:05:41.333 8 INFO neutron.services.segments.plugin [-] Segment 3d5944ed-c061-413d-a35a-c47a1f6496fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d5944ed-c061-413d-a35a-c47a1f6496fa found for delete ", "request_id": "req-177fc68f-08f1-46d0-9eba-249c90d1eb8f"}]} 2026-06-12 08:05:41.816 8 INFO neutron.db.l3_db [None req-f13d3f30-dff9-48fe-8ce6-91e5db71be28 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Floating IP c91df3b1-62b8-4cde-8f8b-83e776c2b98d associated. External IP: 10.96.250.214, port: 69203cbd-f46f-4645-b0a5-be55b2c41415. [pid: 7|app: 0|req: 1089/2033] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:40 2026] PUT /v2.0/routers/d041ed1a-6e8e-4519-8b1c-0152ec3089aa/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2034] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:41 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2035] 10.0.0.18 () {34 vars in 676 bytes} [Fri Jun 12 08:05:40 2026] POST /v2.0/floatingips => generated 854 bytes in 1167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2036] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2037] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/networks?id=258465f5-3cae-41b7-99fb-11996278c371 => generated 757 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2038] 10.0.0.75 () {34 vars in 1095 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1568280837&fields=id&tenant_id=506500619d884b9ba323ff0eef07a48c => generated 69 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2039] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:41 2026] GET /v2.0/security-groups?tenant_id=6a35ba7a90514e6dbf1b6fcc561918db&name=default => generated 2925 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2040] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b3492277-a3e7-4266-9952-e21b2c50fcc7 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2041] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2042] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/subnets?id=69469f33-f32d-4eef-9932-31b7042558ca => generated 677 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2043] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/quotas/506500619d884b9ba323ff0eef07a48c => 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: 950/2044] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:42 2026] DELETE /v2.0/security-groups/1bf4ed2c-3f94-4fbf-be70-8ebabe8395ae => 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: 1095/2045] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/ports?network_id=258465f5-3cae-41b7-99fb-11996278c371&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: 1096/2046] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?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: 1097/2047] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2048] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&fields=id => generated 333 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2049] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/security-groups?tenant_id=67b0c19b08f14a0d880916c46741e0f1&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2050] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2051] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:42.729 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62bd8ea3-92d3-413b-b57b-0014b77c9bd1'] response: {'name': 'network-changed', 'server_uuid': 'e7c14b35-01ea-41f0-91ae-5a55915103c5', 'tag': '69203cbd-f46f-4645-b0a5-be55b2c41415', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 953/2052] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:42 2026] DELETE /v2.0/security-groups/a6aebfd8-0220-437d-a0f5-61b79ee9426c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2053] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => 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: 954/2054] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:42 2026] GET /v2.0/security-groups?tenant_id=c90603d48efa4cf9bc359278f76665f0&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: 955/2055] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:43 2026] DELETE /v2.0/security-groups/128d9d74-53b6-4df1-a8a6-46e6f6a59f29 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2056] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:43.288 7 INFO neutron.db.segments_db [None req-d4bff8de-1c99-4348-a106-7fed8dc3549c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment f889ca27-9667-4757-9df8-93a670d261e0 of type vxlan for network 72c22240-a381-4a48-9dae-3d458ae74ea4 [pid: 8|app: 0|req: 957/2057] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2058] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.84&port_id=69203cbd-f46f-4645-b0a5-be55b2c41415 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2059] 10.0.0.18 () {34 vars in 670 bytes} [Fri Jun 12 08:05:43 2026] POST /v2.0/networks => generated 721 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2060] 199.204.45.19 () {34 vars in 1103 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A190&port_id=69203cbd-f46f-4645-b0a5-be55b2c41415 => 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: 960/2061] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f&id=10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2062] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2063] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2064] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2065] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:43 2026] POST /v2.0/subnets => generated 687 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2066] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:05:43 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:43.710 7 INFO neutron.db.segments_db [None req-23fa05ab-edfc-4dc0-a97d-90c1c20430a1 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Added segment 7c665366-e1e3-4bc1-9b7d-7723851a3354 of type vxlan for network ff918150-0620-4009-8cbc-4590844e3ca4 2026-06-12 08:05:43.983 7 INFO neutron.db.l3_hamode_db [None req-23fa05ab-edfc-4dc0-a97d-90c1c20430a1 595e9a6a98fa4357937900f798e7a6c8 47eba92491934591a005628a974fc92a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:44.867 7 INFO neutron.db.l3_hamode_db [None req-23fa05ab-edfc-4dc0-a97d-90c1c20430a1 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1103/2067] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:05:43 2026] POST /v2.0/routers => generated 727 bytes in 2283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2068] 10.0.0.18 () {34 vars in 782 bytes} [Fri Jun 12 08:05:45 2026] PUT /v2.0/routers/0c6c60f7-57a1-4879-bdba-214c7f2f7153/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2069] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:05:47 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2070] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:05:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=506500619d884b9ba323ff0eef07a48c => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2071] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:05:47 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => 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: 968/2072] 10.0.0.83 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:47 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2073] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:05:47 2026] POST /v2.0/ports => generated 1183 bytes in 523 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: 969/2074] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:05:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2075] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:05:47 2026] POST /v2.0/security-groups => generated 1673 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2076] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2077] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2078] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:05:47 2026] PUT /v2.0/ports/5fc877d6-8aef-4521-aa9d-01436851d789 => generated 1464 bytes in 487 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: 973/2079] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2080] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:48.358 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddbe0a6e-cea2-4615-8908-ded102483db1'] response: {'name': 'network-changed', 'server_uuid': '57bdd10f-47ea-40fd-b5ca-60f3874c31e7', 'tag': '5fc877d6-8aef-4521-aa9d-01436851d789', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 974/2081] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2082] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2083] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2084] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2085] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:05:48 2026] PUT /v2.0/subnetpools/e49ccf45-a3d4-481b-ad79-7fbc9ee6bb80/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2086] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:05:48 2026] PUT /v2.0/subnetpools/8db8ab29-3bd6-4345-ae74-32fbc98da11e/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: 1109/2087] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2088] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:05:48 2026] PUT /v2.0/subnetpools/06d08573-0db4-4ba1-b5d9-bd99fc94f3e3/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2089] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:05:48 2026] PUT /v2.0/subnetpools/e0de1475-701e-4e83-a797-e268659d0beb/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2090] 10.0.0.18 () {32 vars in 671 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2091] 10.0.0.18 () {32 vars in 685 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2092] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2093] 10.0.0.18 () {32 vars in 681 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:48.764 7 INFO neutron.db.securitygroups_db [None req-d55684a8-29f8-4754-b560-5fbf4c078340 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] Project 1570a444b4a74a0eb4685e4543e95b70 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: 984/2094] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2095] 10.0.0.18 () {32 vars in 679 bytes} [Fri Jun 12 08:05:48 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: 1111/2096] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2097] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2098] 10.0.0.18 () {32 vars in 689 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:48.873 7 INFO neutron.db.securitygroups_db [None req-fcf20250-c296-475b-a63a-c184dec01f49 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] Project 1570a444b4a74a0eb4685e4543e95b70 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: 988/2099] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1467 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2100] 10.0.0.18 () {32 vars in 701 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2101] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2102] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:05:48 2026] GET /v2.0/networks?tenant_id=506500619d884b9ba323ff0eef07a48c&shared=False => generated 2374 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2103] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:05:48 2026] DELETE /v2.0/subnetpools/e49ccf45-a3d4-481b-ad79-7fbc9ee6bb80 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2104] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:05:48 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: 7|app: 0|req: 1114/2105] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:05:49 2026] DELETE /v2.0/subnetpools/8db8ab29-3bd6-4345-ae74-32fbc98da11e => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2106] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:05:49 2026] DELETE /v2.0/subnetpools/06d08573-0db4-4ba1-b5d9-bd99fc94f3e3 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2107] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:05:49 2026] DELETE /v2.0/subnetpools/e0de1475-701e-4e83-a797-e268659d0beb => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2108] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:05:49 2026] DELETE /v2.0/subnetpools/f369b665-a0b6-42a9-817e-cc179c1312ba => 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: 1116/2109] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:05:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2110] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2111] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:05:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2112] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2113] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:05:49 2026] POST /v2.0/floatingips => generated 552 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2114] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.21&port_id=5fc877d6-8aef-4521-aa9d-01436851d789 => 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: 997/2115] 199.204.45.19 () {34 vars in 1105 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ff&port_id=5fc877d6-8aef-4521-aa9d-01436851d789 => 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: 998/2116] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/subnets?id=52fe06a1-2e93-4d18-b655-c3e21a5e30ac&id=7e992935-5b94-49ea-97de-4e72c045f747 => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2117] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2118] 10.0.0.75 () {34 vars in 1097 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-480310706&fields=id&tenant_id=1570a444b4a74a0eb4685e4543e95b70 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2119] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/security-groups?tenant_id=9bb9c63c86cd4638ba4483d8898e9913&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2120] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&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: 1120/2121] 10.0.0.75 () {34 vars in 1099 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1386320096&fields=id&tenant_id=1570a444b4a74a0eb4685e4543e95b70 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2122] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1122/2123] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/networks?id=732765dd-1b20-4982-8d20-b8e6bc3afe50 => generated 672 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2124] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:50 2026] DELETE /v2.0/security-groups/6d5d35a6-fb8d-4a87-952a-f821ca33f7c5 => 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: 1003/2125] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/quotas/1570a444b4a74a0eb4685e4543e95b70 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2126] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2127] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/ports?tenant_id=1570a444b4a74a0eb4685e4543e95b70&fields=id => generated 57 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2128] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/networks/732765dd-1b20-4982-8d20-b8e6bc3afe50?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2129] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/networks/732765dd-1b20-4982-8d20-b8e6bc3afe50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2130] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:50 2026] GET /v2.0/security-groups?tenant_id=2ab6a60090ad45e197d4901c6584618e&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2131] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:50 2026] DELETE /v2.0/security-groups/e3baa575-3747-48df-a0cb-c9881dfd2e81 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2132] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:51 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => 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: 1125/2133] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:51 2026] GET /v2.0/security-groups?tenant_id=39172db2b39349d4ad5b8650e67ab368&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2134] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:51 2026] DELETE /v2.0/security-groups/bdb7e8d2-1693-47f0-9e83-65fc44777fbd => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2135] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:52 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => 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: 1010/2136] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:53 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => 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: 1127/2137] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:53 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => 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: 1011/2138] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:53 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&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: 1128/2139] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:54 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:54.637 8 INFO neutron.db.segments_db [None req-4e2b738e-f986-4e22-9c9a-4f887aa584a0 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] Added segment ee4ee175-5757-4aa9-8bae-920b00353297 of type vxlan for network ce62d911-cb61-4ee2-a1cf-dd66d1572fe5 2026-06-12 08:05:54.892 8 INFO neutron.db.l3_hamode_db [None req-4e2b738e-f986-4e22-9c9a-4f887aa584a0 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-12 08:05:55.041 8 INFO neutron.db.l3_hamode_db [None req-4e2b738e-f986-4e22-9c9a-4f887aa584a0 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1129/2140] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:05:55 2026] GET /v2.0/networks?id=732765dd-1b20-4982-8d20-b8e6bc3afe50 => generated 672 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2141] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:05:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1570a444b4a74a0eb4685e4543e95b70 => generated 273 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2142] 10.0.0.18 () {34 vars in 667 bytes} [Fri Jun 12 08:05:54 2026] POST /v2.0/routers => generated 474 bytes in 1179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2143] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:55 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 996 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2144] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:05:55 2026] POST /v2.0/ports => generated 993 bytes in 413 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: 1132/2145] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:05:55 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2146] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:55 2026] PUT /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2149] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:05:55 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2150] 10.0.0.18 () {34 vars in 761 bytes} [Fri Jun 12 08:05:55 2026] PUT /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags/green => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2151] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2152] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:05:55 2026] PUT /v2.0/ports/5d0ec209-c1b9-4827-a208-74f0d74469f6 => generated 1274 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:56.200 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b336b273-ca45-40aa-a4f7-a029a97d7caa'] response: {'name': 'network-changed', 'server_uuid': 'aa6696f1-149e-483e-940b-3dad39a27ae1', 'tag': '5d0ec209-c1b9-4827-a208-74f0d74469f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1020/2153] 10.0.0.18 () {34 vars in 757 bytes} [Fri Jun 12 08:05:56 2026] PUT /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags/red => generated 4 bytes in 147 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: 1134/2154] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2155] 10.0.0.18 () {34 vars in 779 bytes} [Fri Jun 12 08:05:56 2026] PUT /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags/black.or.white => generated 4 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2156] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 52 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2157] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/ports?tenant_id=1570a444b4a74a0eb4685e4543e95b70&device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1277 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2158] 10.0.0.18 () {34 vars in 750 bytes} [Fri Jun 12 08:05:56 2026] PUT /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 37 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2159] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/networks?tenant_id=1570a444b4a74a0eb4685e4543e95b70&shared=False => generated 768 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2160] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2161] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2162] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2163] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2164] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:57.070 7 INFO neutron.api.v2.resource [None req-b6992d0e-4331-46c5-84d3-420fb1ec1978 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1140/2165] 10.0.0.18 () {32 vars in 742 bytes} [Fri Jun 12 08:05:56 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2166] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:05:57 2026] DELETE /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags/red => 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: 1141/2167] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:05:57 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 30 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:57.388 8 INFO neutron.api.v2.resource [None req-f9ca1de2-28c4-4ccb-ae25-80ff193de06c 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1027/2168] 10.0.0.18 () {32 vars in 745 bytes} [Fri Jun 12 08:05:57 2026] DELETE /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags/green => generated 99 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2169] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:05:57 2026] DELETE /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2170] 10.0.0.18 () {32 vars in 730 bytes} [Fri Jun 12 08:05:57 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc/tags => generated 12 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2171] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:05:57 2026] GET /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2172] 10.0.0.18 () {32 vars in 825 bytes} [Fri Jun 12 08:05:57 2026] GET /v2.0/ports?project_id=4eca3bc8ba134bb285a535be7bf5be28&network_id=258465f5-3cae-41b7-99fb-11996278c371 => generated 3691 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2173] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:57 2026] GET /v2.0/ports?tenant_id=1570a444b4a74a0eb4685e4543e95b70&device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2174] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:05:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=5d0ec209-c1b9-4827-a208-74f0d74469f6 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2175] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2176] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/subnets?id=72b84e63-5799-44fe-811e-34cd3d43edf8 => generated 690 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2177] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2178] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/ports?network_id=732765dd-1b20-4982-8d20-b8e6bc3afe50&device_owner=network%3Adhcp => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2179] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/networks/732765dd-1b20-4982-8d20-b8e6bc3afe50?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: 1152/2180] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/networks/732765dd-1b20-4982-8d20-b8e6bc3afe50?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: 1029/2181] 10.0.0.18 () {34 vars in 741 bytes} [Fri Jun 12 08:05:57 2026] PUT /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc => generated 480 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2182] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/subnets?network_id=67475f68-c326-4e8d-b598-2eacdb665161 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2183] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/ports?device_id=6172f5eb-869a-4457-bf59-89f36e37dafc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:05:58.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-86d3621c-c0fd-4b2f-8c4a-d48721758d14 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] TaaS: Handle Delete Port: 3645119d-3001-4f52-be56-a172456f86f0 2026-06-12 08:05:58.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86d3621c-c0fd-4b2f-8c4a-d48721758d14 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] Tap Mirror: Handle Delete Port: 3645119d-3001-4f52-be56-a172456f86f0 2026-06-12 08:05:58.469 8 INFO neutron.db.l3_db [None req-3c201b07-2064-4f3a-b0e5-57f1e41a4e01 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Floating IP 8c3606fa-6659-471f-a419-2df35a5987df disassociated. External IP: 10.96.250.220, port: b3492277-a3e7-4266-9952-e21b2c50fcc7. 2026-06-12 08:05:58.768 7 INFO neutron.services.segments.plugin [-] Segment ee4ee175-5757-4aa9-8bae-920b00353297 resource provider aggregate not found 2026-06-12 08:05:58.774 7 INFO neutron.services.segments.plugin [-] Segment ee4ee175-5757-4aa9-8bae-920b00353297 resource provider aggregate not found [pid: 8|app: 0|req: 1031/2184] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:05:58 2026] PUT /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 554 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:05:58.786 7 INFO neutron.services.segments.plugin [-] Segment ee4ee175-5757-4aa9-8bae-920b00353297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4ee175-5757-4aa9-8bae-920b00353297 found for delete ", "request_id": "req-1c538bbd-4672-40e1-8a41-01df9804decc"}]} 2026-06-12 08:05:58.793 7 INFO neutron.services.segments.plugin [-] Segment ee4ee175-5757-4aa9-8bae-920b00353297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4ee175-5757-4aa9-8bae-920b00353297 found for delete ", "request_id": "req-1c0f2dda-8bc6-471f-ae41-5e4cbebcfab6"}]} 2026-06-12 08:05:58.811 7 INFO neutron.db.l3_hamode_db [None req-86d3621c-c0fd-4b2f-8c4a-d48721758d14 3da0b779347e4089bfea61cb112f8ea4 bff20fbb29b14c27a0b870e9da27c2cf - - default default] HA network ce62d911-cb61-4ee2-a1cf-dd66d1572fe5 was deleted as no HA routers are present in tenant bff20fbb29b14c27a0b870e9da27c2cf. [pid: 7|app: 0|req: 1154/2185] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:05:58 2026] DELETE /v2.0/routers/6172f5eb-869a-4457-bf59-89f36e37dafc => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:05:58.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0342648-d49d-4fd8-8cb8-4eba0fe2b470'] response: {'name': 'network-changed', 'server_uuid': 'd32ad18a-78b6-4d49-81b5-c4d2e773b892', 'tag': 'b3492277-a3e7-4266-9952-e21b2c50fcc7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1155/2186] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2187] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1200 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2188] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2189] 10.0.0.18 () {32 vars in 817 bytes} [Fri Jun 12 08:05:58 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&mac_address=fa%3A16%3A3e%3Ab6%3Ac0%3Aa1 => generated 1200 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2190] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2191] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2192] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2193] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/networks?id=258465f5-3cae-41b7-99fb-11996278c371 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2194] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=b3492277-a3e7-4266-9952-e21b2c50fcc7 => 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: 1039/2195] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/security-groups?tenant_id=4d31bcee892d43839a1fa5bdb8d2d599&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2196] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/subnets?id=69469f33-f32d-4eef-9932-31b7042558ca => generated 677 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2197] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1465 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:05:59.699 7 INFO neutron.db.l3_db [None req-08c64b54-de37-4ec5-bca2-3b45d70bd348 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Floating IP 54e02910-dfb3-4400-aa89-892f0bdb5d3a associated. External IP: 10.96.250.215, port: 5fc877d6-8aef-4521-aa9d-01436851d789. [pid: 8|app: 0|req: 1042/2198] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:59 2026] DELETE /v2.0/security-groups/35491f1f-a2af-4a0a-91cb-106a0894431a => 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: 1043/2199] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/ports?network_id=258465f5-3cae-41b7-99fb-11996278c371&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2200] 10.0.0.83 () {34 vars in 1039 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2201] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2202] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2203] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/security-groups?tenant_id=bff20fbb29b14c27a0b870e9da27c2cf&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2204] 10.0.0.18 () {34 vars in 676 bytes} [Fri Jun 12 08:05:58 2026] POST /v2.0/floatingips => generated 854 bytes in 1004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2205] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:05:59 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:06:00.048 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-40be74ff-e2eb-45a8-83f8-6ba94c87bf82'] response: {'name': 'network-changed', 'server_uuid': '57bdd10f-47ea-40fd-b5ca-60f3874c31e7', 'tag': '5fc877d6-8aef-4521-aa9d-01436851d789', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1158/2206] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:05:59 2026] DELETE /v2.0/security-groups/686c5bad-e20d-4a88-a67c-d79629dae411 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2207] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2208] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2209] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1469 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2210] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2211] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.21&port_id=5fc877d6-8aef-4521-aa9d-01436851d789 => generated 857 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2212] 199.204.45.19 () {34 vars in 1105 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ff&port_id=5fc877d6-8aef-4521-aa9d-01436851d789 => 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: 1052/2213] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/subnets?id=52fe06a1-2e93-4d18-b655-c3e21a5e30ac&id=7e992935-5b94-49ea-97de-4e72c045f747 => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2214] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2215] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2216] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2217] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1054/2218] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:06:00 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2219] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:06:01 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2220] 199.204.45.19 () {34 vars in 1123 bytes} [Fri Jun 12 08:06:01 2026] GET /v2.0/security-groups?id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&id=383cc366-1d75-43d1-ae2e-f9554a27122e&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2221] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:01 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1008 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2222] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:01 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2223] 10.0.0.18 () {34 vars in 684 bytes} [Fri Jun 12 08:06:01 2026] POST /v2.0/security-groups => generated 1675 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2224] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:06:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2225] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:06:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2226] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:06:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2227] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:06:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:02.681 8 INFO neutron.db.securitygroups_db [None req-593d897a-f489-4b35-aa9e-ad1c9a7606ce c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Project 4eca3bc8ba134bb285a535be7bf5be28 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: 1170/2228] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:02 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2229] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:06:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2230] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:02 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:02.832 8 INFO neutron.db.securitygroups_db [None req-6e5c8b26-caae-4a91-9093-72e2e468bed6 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Project 4eca3bc8ba134bb285a535be7bf5be28 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: 1060/2231] 10.0.0.18 () {34 vars in 694 bytes} [Fri Jun 12 08:06:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2232] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:06:03 2026] POST /v2.0/subnetpools => generated 516 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2233] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/networks => generated 1298 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2234] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:06:03 2026] PUT /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2235] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2236] 10.0.0.18 () {34 vars in 769 bytes} [Fri Jun 12 08:06:03 2026] PUT /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/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: 1174/2237] 10.0.0.75 () {34 vars in 1099 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1548399428&fields=id&tenant_id=4eca3bc8ba134bb285a535be7bf5be28 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2238] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2239] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/networks?id=258465f5-3cae-41b7-99fb-11996278c371 => generated 661 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2240] 10.0.0.18 () {34 vars in 765 bytes} [Fri Jun 12 08:06:03 2026] PUT /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2241] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/quotas/4eca3bc8ba134bb285a535be7bf5be28 => 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: 1176/2242] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2243] 10.0.0.18 () {34 vars in 787 bytes} [Fri Jun 12 08:06:03 2026] PUT /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2244] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2245] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2246] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2247] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2248] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:06:03 2026] PUT /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2249] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2250] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:06:03 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?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: 1071/2251] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:06:04 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2252] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:06:04 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:04.107 8 INFO neutron.api.v2.resource [None req-23b8a31c-fc38-4857-8e29-0e64729da701 dd597e3376a34a218c5d164a17309b5b c1696616aa2143909995ab52f3a0cab7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2253] 10.0.0.18 () {32 vars in 750 bytes} [Fri Jun 12 08:06:04 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2254] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:04 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2255] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:06:04 2026] DELETE /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2256] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:04 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => 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: 1075/2257] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:06:04 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:06:04.276 8 INFO neutron.api.v2.resource [None req-afceb029-1dd7-4c74-8248-8a6d14744c24 dd597e3376a34a218c5d164a17309b5b c1696616aa2143909995ab52f3a0cab7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1076/2258] 10.0.0.18 () {32 vars in 753 bytes} [Fri Jun 12 08:06:04 2026] DELETE /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2259] 10.0.0.18 () {32 vars in 741 bytes} [Fri Jun 12 08:06:04 2026] DELETE /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2260] 10.0.0.18 () {32 vars in 738 bytes} [Fri Jun 12 08:06:04 2026] GET /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2261] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:06:04 2026] DELETE /v2.0/subnetpools/b56fb59e-e364-4bc9-b23d-6c01b96025f2 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:04.531 7 INFO neutron.db.l3_db [None req-9789882c-f5a9-4d52-856c-b78c7cccff04 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] Floating IP 2190dcf4-f690-47e8-b6b5-610ab6bc855f associated. External IP: 10.96.250.219, port: 5d0ec209-c1b9-4827-a208-74f0d74469f6. [pid: 7|app: 0|req: 1183/2262] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:06:04 2026] PUT /v2.0/floatingips/2190dcf4-f690-47e8-b6b5-610ab6bc855f => generated 855 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:04.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4521d76d-1aca-4843-bde3-fd7f1ab2660c'] response: {'name': 'network-changed', 'server_uuid': 'aa6696f1-149e-483e-940b-3dad39a27ae1', 'tag': '5d0ec209-c1b9-4827-a208-74f0d74469f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1184/2263] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => 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: 1080/2264] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/security-groups?tenant_id=539f5d2afbd94149aac70d1c963ae387&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2265] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/ports?tenant_id=1570a444b4a74a0eb4685e4543e95b70&device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2266] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/networks?id=732765dd-1b20-4982-8d20-b8e6bc3afe50 => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2267] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:05 2026] DELETE /v2.0/security-groups/957bb794-e6be-4ac0-a475-14184c0e7559 => 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: 1187/2268] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=5d0ec209-c1b9-4827-a208-74f0d74469f6 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2269] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/subnets?id=72b84e63-5799-44fe-811e-34cd3d43edf8 => generated 690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2270] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/ports?network_id=732765dd-1b20-4982-8d20-b8e6bc3afe50&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2271] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/networks/732765dd-1b20-4982-8d20-b8e6bc3afe50?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: 1190/2272] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/networks/732765dd-1b20-4982-8d20-b8e6bc3afe50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2273] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:05 2026] GET /v2.0/security-groups?tenant_id=c1696616aa2143909995ab52f3a0cab7&name=default => generated 2929 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2274] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:05 2026] DELETE /v2.0/security-groups/99a785e5-0bec-4a30-b298-c3777dcac722 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2275] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:06 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => 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: 1192/2276] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:07 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2277] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:06:08 2026] GET /v2.0/networks?id=258465f5-3cae-41b7-99fb-11996278c371 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2278] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:06:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4eca3bc8ba134bb285a535be7bf5be28 => generated 273 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2279] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:08 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => 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: 1086/2280] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:06:08 2026] POST /v2.0/ports => generated 954 bytes in 389 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: 1195/2281] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:06:08 2026] PUT /v2.0/ports/4fc492d7-a1be-43c4-872a-bd194a3ce64e => generated 1235 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:06:09.473 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6187ebb9-3a1a-44e7-909e-59c71a4e4f4f'] response: {'name': 'network-changed', 'server_uuid': 'ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127', 'tag': '4fc492d7-a1be-43c4-872a-bd194a3ce64e', 'status': 'completed', 'code': 200} 2026-06-12 08:06:09.543 8 INFO neutron.db.segments_db [None req-727e1ab8-8942-4e99-916a-d1b25f14ab3a 3f7bd5a760fe4ccb9c8edd8790ba449e 4ba1eede6d654ab884e6d9a74e04b18c - - default default] Added segment cb1ee537-4e1d-44af-89f1-24453b463101 of type vxlan for network aa9c3001-186b-4dea-abbe-fc1bc4c0f3b8 [pid: 8|app: 0|req: 1087/2282] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:09 2026] POST /v2.0/networks => generated 613 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:06:09.669 7 INFO neutron.db.segments_db [None req-a0004031-d72c-41b0-9c4b-35337d38e500 3f7bd5a760fe4ccb9c8edd8790ba449e 4ba1eede6d654ab884e6d9a74e04b18c - - default default] Added segment 8c7cfef8-12f0-4cf6-b467-e6884e54e4fa of type vxlan for network fd975501-dc70-4406-bbad-1977694f8b83 [pid: 7|app: 0|req: 1196/2283] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:09 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2284] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:06:09 2026] PUT /v2.0/networks/aa9c3001-186b-4dea-abbe-fc1bc4c0f3b8/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2285] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:09 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2286] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:09 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1089/2287] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:06:09 2026] GET /v2.0/networks/aa9c3001-186b-4dea-abbe-fc1bc4c0f3b8/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2288] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:06:09 2026] PUT /v2.0/networks/fd975501-dc70-4406-bbad-1977694f8b83/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2289] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:06:09 2026] GET /v2.0/networks/fd975501-dc70-4406-bbad-1977694f8b83/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2290] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:06:09 2026] PUT /v2.0/networks/fd975501-dc70-4406-bbad-1977694f8b83/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2291] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:06:09 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2292] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:06:10 2026] GET /v2.0/networks?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&shared=False => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2293] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:06:10 2026] GET /v2.0/networks/fd975501-dc70-4406-bbad-1977694f8b83/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2294] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:06:10 2026] GET /v2.0/networks/aa9c3001-186b-4dea-abbe-fc1bc4c0f3b8/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2295] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:06:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:10.214 7 INFO neutron.services.segments.plugin [-] Segment cb1ee537-4e1d-44af-89f1-24453b463101 resource provider aggregate not found 2026-06-12 08:06:10.222 7 INFO neutron.services.segments.plugin [-] Segment cb1ee537-4e1d-44af-89f1-24453b463101 resource provider aggregate not found 2026-06-12 08:06:10.233 7 INFO neutron.services.segments.plugin [-] Segment cb1ee537-4e1d-44af-89f1-24453b463101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb1ee537-4e1d-44af-89f1-24453b463101 found for delete ", "request_id": "req-d8ddb4a9-ac87-4da0-981a-fb1a58473c1d"}]} 2026-06-12 08:06:10.241 7 INFO neutron.services.segments.plugin [-] Segment cb1ee537-4e1d-44af-89f1-24453b463101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb1ee537-4e1d-44af-89f1-24453b463101 found for delete ", "request_id": "req-0c800ea4-165e-41e4-ad23-9031d0534aa4"}]} [pid: 7|app: 0|req: 1203/2296] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:10 2026] DELETE /v2.0/networks/aa9c3001-186b-4dea-abbe-fc1bc4c0f3b8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:10.393 8 INFO neutron.services.segments.plugin [-] Segment 8c7cfef8-12f0-4cf6-b467-e6884e54e4fa resource provider aggregate not found 2026-06-12 08:06:10.399 8 INFO neutron.services.segments.plugin [-] Segment 8c7cfef8-12f0-4cf6-b467-e6884e54e4fa resource provider aggregate not found 2026-06-12 08:06:10.411 8 INFO neutron.services.segments.plugin [-] Segment 8c7cfef8-12f0-4cf6-b467-e6884e54e4fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c7cfef8-12f0-4cf6-b467-e6884e54e4fa found for delete ", "request_id": "req-ac5f4c35-d048-4091-b61a-1060ceea0199"}]} 2026-06-12 08:06:10.414 8 INFO neutron.services.segments.plugin [-] Segment 8c7cfef8-12f0-4cf6-b467-e6884e54e4fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c7cfef8-12f0-4cf6-b467-e6884e54e4fa found for delete ", "request_id": "req-75c7b297-ad93-4a21-b0c5-46415608df2f"}]} [pid: 8|app: 0|req: 1094/2297] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:10 2026] DELETE /v2.0/networks/fd975501-dc70-4406-bbad-1977694f8b83 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2300] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:10 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2301] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:10 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1097/2302] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2303] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4fc492d7-a1be-43c4-872a-bd194a3ce64e => 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: 1099/2304] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/subnets?id=69469f33-f32d-4eef-9932-31b7042558ca => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2305] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/ports?network_id=258465f5-3cae-41b7-99fb-11996278c371&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2306] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?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: 1206/2307] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/security-groups?tenant_id=3d2f1c9b3ab74f1fac4e14808e4349d4&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2308] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2309] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:11 2026] DELETE /v2.0/security-groups/9822a326-9671-465b-ab96-a015d8102ded => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2310] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:11 2026] GET /v2.0/security-groups?tenant_id=4ba1eede6d654ab884e6d9a74e04b18c&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2311] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:11 2026] DELETE /v2.0/security-groups/42c78acf-230b-47ae-a11d-23d696e28ed5 => 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: 1104/2312] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:12 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2313] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:12 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1105/2314] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:12 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2315] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:12 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2316] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:06:12 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1279 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2317] 10.0.0.18 () {32 vars in 857 bytes} [Fri Jun 12 08:06:13 2026] GET /v2.0/floatingips?floating_network_id=67475f68-c326-4e8d-b598-2eacdb665161&port_id=5d0ec209-c1b9-4827-a208-74f0d74469f6 => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2318] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:13 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2319] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:13 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1108/2320] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:06:13 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2321] 10.0.0.83 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:13 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2322] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:14 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 969 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2323] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:14 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1110/2324] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:15 2026] GET /v2.0/security-groups?tenant_id=c12fecee23754c8d8f8875ca5b5ba697&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2325] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:15 2026] DELETE /v2.0/security-groups/2e9ca863-35fd-443d-ad09-cc4a6e06a677 => 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: 1111/2326] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:15 2026] GET /v2.0/security-groups?tenant_id=2b3e1a1308d2485dbf29221653297f6b&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2327] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:15 2026] DELETE /v2.0/security-groups/0d53ea03-6b16-4b9c-9915-df51f04f2b21 => 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: 1112/2328] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:16 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2329] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:16 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1113/2330] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:16 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2331] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:16 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2332] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:17 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2333] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:17 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1115/2334] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:17 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2335] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:17 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1116/2336] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:06:17 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2337] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:17 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2338] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:17 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:17.827 7 INFO neutron.db.l3_db [None req-57a65e87-cfca-4ec0-9d77-7ea7d3a7eb17 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Floating IP 8c3606fa-6659-471f-a419-2df35a5987df associated. External IP: 10.96.250.220, port: 4fc492d7-a1be-43c4-872a-bd194a3ce64e. [pid: 7|app: 0|req: 1221/2339] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:06:17 2026] PUT /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 855 bytes in 656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:18.214 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dadd223d-454a-4b21-b493-667b5bd1478f'] response: {'name': 'network-changed', 'server_uuid': 'ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127', 'tag': '4fc492d7-a1be-43c4-872a-bd194a3ce64e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1119/2340] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2341] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/ports?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2342] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/networks?id=258465f5-3cae-41b7-99fb-11996278c371 => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2343] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=4fc492d7-a1be-43c4-872a-bd194a3ce64e => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2344] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2345] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/subnets?id=69469f33-f32d-4eef-9932-31b7042558ca => 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: 1224/2346] 10.0.0.75 () {34 vars in 1119 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/security-groups?id=383cc366-1d75-43d1-ae2e-f9554a27122e&id=e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2347] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/ports?network_id=258465f5-3cae-41b7-99fb-11996278c371&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: 1225/2348] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2349] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:06:18 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?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: 1125/2350] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:06:19 2026] GET /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371?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) 2026-06-12 08:06:19.101 7 INFO neutron_taas.services.taas.taas_plugin [req-78caa6b7-7c5b-4c12-bd1f-a83c98523ad3 req-ec61085e-3111-48c2-abc2-c3a3589784e5 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] TaaS: Handle Delete Port: 5d0ec209-c1b9-4827-a208-74f0d74469f6 2026-06-12 08:06:19.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-78caa6b7-7c5b-4c12-bd1f-a83c98523ad3 req-ec61085e-3111-48c2-abc2-c3a3589784e5 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] Tap Mirror: Handle Delete Port: 5d0ec209-c1b9-4827-a208-74f0d74469f6 2026-06-12 08:06:19.234 7 INFO neutron.db.l3_db [req-78caa6b7-7c5b-4c12-bd1f-a83c98523ad3 req-ec61085e-3111-48c2-abc2-c3a3589784e5 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] Floating IP 2190dcf4-f690-47e8-b6b5-610ab6bc855f disassociated. External IP: 10.96.250.219, port: 5d0ec209-c1b9-4827-a208-74f0d74469f6. [pid: 8|app: 0|req: 1126/2351] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:06:19 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2352] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:06:18 2026] DELETE /v2.0/ports/5d0ec209-c1b9-4827-a208-74f0d74469f6 => generated 0 bytes in 602 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2353] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:20 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:06:20.248 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f0e254f-91a4-4051-ae76-0ccac50c1302'] response: {'server_uuid': 'aa6696f1-149e-483e-940b-3dad39a27ae1', 'name': 'network-vif-deleted', 'tag': '5d0ec209-c1b9-4827-a208-74f0d74469f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1227/2354] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:06:20 2026] GET /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2355] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:21 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => 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: 1228/2356] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:22 2026] GET /v2.0/ports?device_id=aa6696f1-149e-483e-940b-3dad39a27ae1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2357] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:23 2026] DELETE /v2.0/security-groups/383cc366-1d75-43d1-ae2e-f9554a27122e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:23.541 7 INFO neutron.api.v2.resource [None req-078b3263-e702-46aa-9b88-0223bd71d23c 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1229/2358] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:06:23 2026] GET /v2.0/security-groups/383cc366-1d75-43d1-ae2e-f9554a27122e => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:06:23.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a8d7364-8fe8-41d5-b881-998147cb39bb 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] TaaS: Handle Delete Port: 78ea5a4c-29ac-4567-947d-e06a9f439f97 2026-06-12 08:06:23.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a8d7364-8fe8-41d5-b881-998147cb39bb 6b62997296c846539af03529b44ef005 1570a444b4a74a0eb4685e4543e95b70 - - default default] Tap Mirror: Handle Delete Port: 78ea5a4c-29ac-4567-947d-e06a9f439f97 [pid: 8|app: 0|req: 1130/2359] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:06:23 2026] DELETE /v2.0/floatingips/2190dcf4-f690-47e8-b6b5-610ab6bc855f => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2360] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:23 2026] DELETE /v2.0/security-groups/e22939bc-0f59-4c2b-b2f1-ceb078ecb8a6 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:24.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-36297ca2-33e5-4392-a0f2-291faba9d3a4 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 611a65bd-b220-4bfc-9e38-58d15617d13c 2026-06-12 08:06:24.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36297ca2-33e5-4392-a0f2-291faba9d3a4 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 611a65bd-b220-4bfc-9e38-58d15617d13c [pid: 8|app: 0|req: 1131/2361] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:06:24 2026] PUT /v2.0/routers/d041ed1a-6e8e-4519-8b1c-0152ec3089aa/remove_router_interface => generated 309 bytes in 964 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:25.183 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2dd2549-988d-4e44-ab87-ee82448ec05c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: a751ddd2-a981-4e87-af20-8d9280700975 2026-06-12 08:06:25.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2dd2549-988d-4e44-ab87-ee82448ec05c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: a751ddd2-a981-4e87-af20-8d9280700975 2026-06-12 08:06:25.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2dd2549-988d-4e44-ab87-ee82448ec05c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 0e66c745-ddab-4cc2-9249-317467144493 2026-06-12 08:06:25.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2dd2549-988d-4e44-ab87-ee82448ec05c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 0e66c745-ddab-4cc2-9249-317467144493 2026-06-12 08:06:25.795 7 INFO neutron.services.segments.plugin [-] Segment a82437fa-92dd-4837-9079-2eb954617f26 resource provider aggregate not found 2026-06-12 08:06:25.802 7 INFO neutron.services.segments.plugin [-] Segment a82437fa-92dd-4837-9079-2eb954617f26 resource provider aggregate not found 2026-06-12 08:06:25.818 7 INFO neutron.db.l3_hamode_db [None req-d2dd2549-988d-4e44-ab87-ee82448ec05c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network ff1cd58a-ee7c-4a1b-9dc7-f09c471f1f34 was deleted as no HA routers are present in tenant 1570a444b4a74a0eb4685e4543e95b70. 2026-06-12 08:06:25.824 7 INFO neutron.services.segments.plugin [-] Segment a82437fa-92dd-4837-9079-2eb954617f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a82437fa-92dd-4837-9079-2eb954617f26 found for delete ", "request_id": "req-c0e0852a-43e0-4f98-8613-10501129497c"}]} 2026-06-12 08:06:25.826 7 INFO neutron.services.segments.plugin [-] Segment a82437fa-92dd-4837-9079-2eb954617f26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a82437fa-92dd-4837-9079-2eb954617f26 found for delete ", "request_id": "req-45ff76c1-adb7-4ff1-b4bf-8d91bec0b27b"}]} [pid: 7|app: 0|req: 1231/2364] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:06:24 2026] DELETE /v2.0/routers/d041ed1a-6e8e-4519-8b1c-0152ec3089aa => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2365] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:06:25 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => 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: 1135/2366] 10.0.0.83 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:25 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2367] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:06:25 2026] DELETE /v2.0/subnets/72b84e63-5799-44fe-811e-34cd3d43edf8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:26.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4facb69-91aa-4542-91a0-3e1b143a8aad 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: f7162a70-9980-4d68-a6d5-b45abbe0773d 2026-06-12 08:06:26.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4facb69-91aa-4542-91a0-3e1b143a8aad 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: f7162a70-9980-4d68-a6d5-b45abbe0773d 2026-06-12 08:06:26.359 8 INFO neutron.services.segments.plugin [-] Segment a1f198d0-5f02-4ab8-b4fa-d887fe30ce2c resource provider aggregate not found 2026-06-12 08:06:26.364 8 INFO neutron.services.segments.plugin [-] Segment a1f198d0-5f02-4ab8-b4fa-d887fe30ce2c resource provider aggregate not found 2026-06-12 08:06:26.390 8 INFO neutron.services.segments.plugin [-] Segment a1f198d0-5f02-4ab8-b4fa-d887fe30ce2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1f198d0-5f02-4ab8-b4fa-d887fe30ce2c found for delete ", "request_id": "req-096da4b1-d8b3-42c4-9ca1-798f8db043be"}]} 2026-06-12 08:06:26.392 8 INFO neutron.services.segments.plugin [-] Segment a1f198d0-5f02-4ab8-b4fa-d887fe30ce2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1f198d0-5f02-4ab8-b4fa-d887fe30ce2c found for delete ", "request_id": "req-13120659-1e79-4e6a-8cb4-8a860c1f402e"}]} [pid: 8|app: 0|req: 1136/2368] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:25 2026] DELETE /v2.0/networks/732765dd-1b20-4982-8d20-b8e6bc3afe50 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2369] 10.0.0.83 () {34 vars in 989 bytes} [Fri Jun 12 08:06:26 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1469 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2370] 10.0.0.83 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:26 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:27.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8d9d3f5-67aa-4963-80ba-6bef41af82f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: d5514a75-b349-4df3-a486-c3797de9e262 2026-06-12 08:06:27.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8d9d3f5-67aa-4963-80ba-6bef41af82f3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: d5514a75-b349-4df3-a486-c3797de9e262 [pid: 7|app: 0|req: 1233/2371] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:06:26 2026] PUT /v2.0/routers/0c6c60f7-57a1-4879-bdba-214c7f2f7153/remove_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:27.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-83410a61-f887-4b6d-a3ef-9c0fc8675078 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: f14b9841-9b70-4c18-8f6e-d2267f4b1c57 2026-06-12 08:06:27.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83410a61-f887-4b6d-a3ef-9c0fc8675078 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: f14b9841-9b70-4c18-8f6e-d2267f4b1c57 2026-06-12 08:06:28.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-83410a61-f887-4b6d-a3ef-9c0fc8675078 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: ba36425c-80ff-4dac-846d-83612bc482eb 2026-06-12 08:06:28.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83410a61-f887-4b6d-a3ef-9c0fc8675078 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: ba36425c-80ff-4dac-846d-83612bc482eb 2026-06-12 08:06:28.510 8 INFO neutron.services.segments.plugin [-] Segment 7c665366-e1e3-4bc1-9b7d-7723851a3354 resource provider aggregate not found 2026-06-12 08:06:28.515 8 INFO neutron.services.segments.plugin [-] Segment 7c665366-e1e3-4bc1-9b7d-7723851a3354 resource provider aggregate not found 2026-06-12 08:06:28.533 8 INFO neutron.services.segments.plugin [-] Segment 7c665366-e1e3-4bc1-9b7d-7723851a3354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c665366-e1e3-4bc1-9b7d-7723851a3354 found for delete ", "request_id": "req-8a817d21-2594-459b-bb31-eff01315858d"}]} 2026-06-12 08:06:28.539 8 INFO neutron.services.segments.plugin [-] Segment 7c665366-e1e3-4bc1-9b7d-7723851a3354 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c665366-e1e3-4bc1-9b7d-7723851a3354 found for delete ", "request_id": "req-2762548b-f8f0-464d-86bd-e986e13f76cf"}]} 2026-06-12 08:06:28.545 8 INFO neutron.db.l3_hamode_db [None req-83410a61-f887-4b6d-a3ef-9c0fc8675078 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] HA network ff918150-0620-4009-8cbc-4590844e3ca4 was deleted as no HA routers are present in tenant 47eba92491934591a005628a974fc92a. [pid: 8|app: 0|req: 1139/2372] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:06:27 2026] DELETE /v2.0/routers/0c6c60f7-57a1-4879-bdba-214c7f2f7153 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2373] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:06:28 2026] DELETE /v2.0/subnets/3a0257a3-ae6b-4ce3-805c-26815008e168 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:28.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe04926c-1cfd-4d8a-a15b-74c3658afb1c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 7ff7930e-e6b9-4c4e-97c1-7d2a79111bd0 2026-06-12 08:06:28.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe04926c-1cfd-4d8a-a15b-74c3658afb1c 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 7ff7930e-e6b9-4c4e-97c1-7d2a79111bd0 [pid: 8|app: 0|req: 1140/2374] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:28 2026] DELETE /v2.0/networks/72c22240-a381-4a48-9dae-3d458ae74ea4 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2375] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:29 2026] GET /v2.0/security-groups?tenant_id=47eba92491934591a005628a974fc92a&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2376] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:29 2026] DELETE /v2.0/security-groups/8b4ad1ce-8476-426e-8383-a5ac0a241712 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2377] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:29 2026] GET /v2.0/security-groups?tenant_id=1570a444b4a74a0eb4685e4543e95b70&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: 1142/2378] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:29 2026] DELETE /v2.0/security-groups/391932e5-0173-4c27-b39e-268535c345d3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:30.557 8 INFO neutron.services.segments.plugin [-] Segment f889ca27-9667-4757-9df8-93a670d261e0 resource provider aggregate not found 2026-06-12 08:06:30.564 8 INFO neutron.services.segments.plugin [-] Segment f889ca27-9667-4757-9df8-93a670d261e0 resource provider aggregate not found 2026-06-12 08:06:30.585 8 INFO neutron.services.segments.plugin [-] Segment f889ca27-9667-4757-9df8-93a670d261e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f889ca27-9667-4757-9df8-93a670d261e0 found for delete ", "request_id": "req-f741ed76-86bf-47f0-82a3-432b211de04f"}]} 2026-06-12 08:06:30.587 8 INFO neutron.services.segments.plugin [-] Segment f889ca27-9667-4757-9df8-93a670d261e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f889ca27-9667-4757-9df8-93a670d261e0 found for delete ", "request_id": "req-21cf16fe-186c-42db-bce0-8cbfe67ff0e0"}]} 2026-06-12 08:06:34.209 7 INFO neutron.db.segments_db [None req-8c3b0a18-37c1-4607-b0fa-bebf908dc40f f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Added segment c3425001-8336-4349-b8e0-8b83dda0cc90 of type vxlan for network 17ea848b-2d15-42f9-b970-9fbb44dbd909 [pid: 7|app: 0|req: 1237/2379] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:33 2026] POST /v2.0/networks => generated 611 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2380] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:34 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:34.636 7 INFO neutron.db.segments_db [None req-60007ec2-2550-445c-9cf0-8e65b2577b07 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Added segment 392ec600-d2cd-46ca-99fe-5bc3de1b23da of type vxlan for network 89f3178d-a124-4254-82d8-3f5cf81e6c73 [pid: 7|app: 0|req: 1238/2381] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:34 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1144/2382] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:34 2026] POST /v2.0/ports => generated 743 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:35.193 7 INFO neutron.db.segments_db [None req-53345bba-4517-49c7-aeea-4cea577e86d6 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Added segment df349fc4-76b6-4734-8e2b-96843a4a3b7c of type vxlan for network 85bc421c-3ec1-44fb-a912-1305a1441bcd [pid: 7|app: 0|req: 1239/2383] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:35 2026] POST /v2.0/networks => generated 612 bytes in 188 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: 1145/2384] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:35 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:35.651 7 INFO neutron.db.segments_db [None req-bbb45144-57c0-4ae2-b2d3-54e7dd7df4d8 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Added segment cd6f7b67-8463-47a3-92f9-6b725f1c94d5 of type vxlan for network 5d70903e-6df5-4979-ae06-fbda98690401 [pid: 7|app: 0|req: 1240/2385] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:35 2026] POST /v2.0/networks => generated 613 bytes in 135 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: 1146/2386] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:35 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:36.121 7 INFO neutron.db.segments_db [None req-56c96e12-d0a4-4ce9-83a0-974a19143925 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Added segment 05ca05d7-59f9-4f8a-88ed-8a6f0c1077aa of type vxlan for network fca624ff-7484-416a-b9e8-d28ff1665c33 [pid: 7|app: 0|req: 1241/2387] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:36 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1242/2388] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:36 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2389] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:36 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&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: 1147/2390] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:36 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2391] 10.0.0.18 () {34 vars in 746 bytes} [Fri Jun 12 08:06:36 2026] PUT /v2.0/ports/18e0e08d-afb2-415d-979c-22b7d96e3eda/tags => generated 17 bytes in 63 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: 1148/2392] 10.0.0.18 () {34 vars in 746 bytes} [Fri Jun 12 08:06:36 2026] PUT /v2.0/ports/226e3900-5a13-47e0-8170-1dfd86cff484/tags => generated 25 bytes in 63 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: 1245/2393] 10.0.0.18 () {34 vars in 746 bytes} [Fri Jun 12 08:06:36 2026] PUT /v2.0/ports/6875c41f-8881-4b88-a1f7-0b384ae033db/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1149/2394] 10.0.0.18 () {34 vars in 746 bytes} [Fri Jun 12 08:06:36 2026] PUT /v2.0/ports/31288e50-3d32-4636-b7ce-0f94ecfc6ef9/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1246/2395] 10.0.0.18 () {32 vars in 659 bytes} [Fri Jun 12 08:06:36 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 162 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: 1150/2396] 10.0.0.18 () {32 vars in 673 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2397] 10.0.0.18 () {32 vars in 669 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2398] 10.0.0.18 () {32 vars in 681 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2399] 10.0.0.18 () {32 vars in 667 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2400] 10.0.0.18 () {32 vars in 681 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2401] 10.0.0.18 () {32 vars in 677 bytes} [Fri Jun 12 08:06:37 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: 1153/2402] 10.0.0.18 () {32 vars in 689 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2403] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2404] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:37.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-46479524-43ff-41c3-80a5-a9230d477d97 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] TaaS: Handle Delete Port: 18e0e08d-afb2-415d-979c-22b7d96e3eda 2026-06-12 08:06:37.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46479524-43ff-41c3-80a5-a9230d477d97 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Tap Mirror: Handle Delete Port: 18e0e08d-afb2-415d-979c-22b7d96e3eda [pid: 8|app: 0|req: 1154/2405] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:37 2026] DELETE /v2.0/ports/18e0e08d-afb2-415d-979c-22b7d96e3eda => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:37.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2be50d7-2b7a-483d-b9db-896f8ee4882d f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] TaaS: Handle Delete Port: 226e3900-5a13-47e0-8170-1dfd86cff484 2026-06-12 08:06:37.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2be50d7-2b7a-483d-b9db-896f8ee4882d f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Tap Mirror: Handle Delete Port: 226e3900-5a13-47e0-8170-1dfd86cff484 [pid: 8|app: 0|req: 1155/2406] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:06:37 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2407] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:37 2026] DELETE /v2.0/ports/226e3900-5a13-47e0-8170-1dfd86cff484 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:38.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd896ed6-c9dd-43ae-bdc0-4dab2b2f7db5 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] TaaS: Handle Delete Port: 6875c41f-8881-4b88-a1f7-0b384ae033db 2026-06-12 08:06:38.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd896ed6-c9dd-43ae-bdc0-4dab2b2f7db5 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Tap Mirror: Handle Delete Port: 6875c41f-8881-4b88-a1f7-0b384ae033db [pid: 8|app: 0|req: 1156/2408] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:37 2026] DELETE /v2.0/ports/6875c41f-8881-4b88-a1f7-0b384ae033db => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:38.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccae9589-45c7-4abf-b68a-997141dbcad8 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] TaaS: Handle Delete Port: 31288e50-3d32-4636-b7ce-0f94ecfc6ef9 2026-06-12 08:06:38.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccae9589-45c7-4abf-b68a-997141dbcad8 f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Tap Mirror: Handle Delete Port: 31288e50-3d32-4636-b7ce-0f94ecfc6ef9 [pid: 7|app: 0|req: 1253/2409] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:38 2026] DELETE /v2.0/ports/31288e50-3d32-4636-b7ce-0f94ecfc6ef9 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:38.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-c33a8768-d3d0-4d33-adac-22d5209ea0ca f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] TaaS: Handle Delete Port: c7592915-9855-458a-8b31-129bfebae70c 2026-06-12 08:06:38.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c33a8768-d3d0-4d33-adac-22d5209ea0ca f5418337e46d43da9097eec09da5b9ad 9e2847f8978b4714b77ff50bb1995c27 - - default default] Tap Mirror: Handle Delete Port: c7592915-9855-458a-8b31-129bfebae70c [pid: 8|app: 0|req: 1157/2410] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:38 2026] DELETE /v2.0/ports/c7592915-9855-458a-8b31-129bfebae70c => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:38.697 7 INFO neutron.services.segments.plugin [-] Segment c3425001-8336-4349-b8e0-8b83dda0cc90 resource provider aggregate not found 2026-06-12 08:06:38.705 7 INFO neutron.services.segments.plugin [-] Segment c3425001-8336-4349-b8e0-8b83dda0cc90 resource provider aggregate not found 2026-06-12 08:06:38.719 7 INFO neutron.services.segments.plugin [-] Segment c3425001-8336-4349-b8e0-8b83dda0cc90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3425001-8336-4349-b8e0-8b83dda0cc90 found for delete ", "request_id": "req-a572e313-9d52-4e95-a171-f875f272adc3"}]} 2026-06-12 08:06:38.724 7 INFO neutron.services.segments.plugin [-] Segment c3425001-8336-4349-b8e0-8b83dda0cc90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3425001-8336-4349-b8e0-8b83dda0cc90 found for delete ", "request_id": "req-8c4ace98-068b-401b-9dde-e99f2c3f66e1"}]} [pid: 7|app: 0|req: 1254/2411] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:38 2026] DELETE /v2.0/networks/17ea848b-2d15-42f9-b970-9fbb44dbd909 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2412] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:38 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2413] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:38 2026] GET /v2.0/security-groups?id=2ab410ea-f011-4b7b-8c78-84fd65f956ef&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:38.867 8 INFO neutron.services.segments.plugin [-] Segment 392ec600-d2cd-46ca-99fe-5bc3de1b23da resource provider aggregate not found 2026-06-12 08:06:38.868 8 INFO neutron.services.segments.plugin [-] Segment 392ec600-d2cd-46ca-99fe-5bc3de1b23da resource provider aggregate not found [pid: 7|app: 0|req: 1257/2414] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:06:38 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:38.893 8 INFO neutron.services.segments.plugin [-] Segment 392ec600-d2cd-46ca-99fe-5bc3de1b23da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 392ec600-d2cd-46ca-99fe-5bc3de1b23da found for delete ", "request_id": "req-48a7b198-2785-41ae-af62-65190f26524a"}]} 2026-06-12 08:06:38.894 8 INFO neutron.services.segments.plugin [-] Segment 392ec600-d2cd-46ca-99fe-5bc3de1b23da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 392ec600-d2cd-46ca-99fe-5bc3de1b23da found for delete ", "request_id": "req-f521b30b-85e1-4464-a68d-28325801b98b"}]} [pid: 8|app: 0|req: 1158/2415] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:38 2026] DELETE /v2.0/networks/89f3178d-a124-4254-82d8-3f5cf81e6c73 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:38.982 7 INFO neutron_taas.services.taas.taas_plugin [req-8b6bc6ed-30fa-4af1-b185-dd58bcaa7f5c req-bb57869c-5cee-4390-ba7a-2fc5eceb398e c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] TaaS: Handle Delete Port: 4fc492d7-a1be-43c4-872a-bd194a3ce64e 2026-06-12 08:06:38.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8b6bc6ed-30fa-4af1-b185-dd58bcaa7f5c req-bb57869c-5cee-4390-ba7a-2fc5eceb398e c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Tap Mirror: Handle Delete Port: 4fc492d7-a1be-43c4-872a-bd194a3ce64e [pid: 8|app: 0|req: 1159/2416] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:38 2026] DELETE /v2.0/networks/85bc421c-3ec1-44fb-a912-1305a1441bcd => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:39.095 7 INFO neutron.db.l3_db [req-8b6bc6ed-30fa-4af1-b185-dd58bcaa7f5c req-bb57869c-5cee-4390-ba7a-2fc5eceb398e c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Floating IP 8c3606fa-6659-471f-a419-2df35a5987df disassociated. External IP: 10.96.250.220, port: 4fc492d7-a1be-43c4-872a-bd194a3ce64e. [pid: 8|app: 0|req: 1160/2417] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:39 2026] DELETE /v2.0/networks/5d70903e-6df5-4979-ae06-fbda98690401 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2418] 10.0.0.223 () {30 vars in 690 bytes} [Fri Jun 12 08:06:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2419] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:39 2026] DELETE /v2.0/networks/fca624ff-7484-416a-b9e8-d28ff1665c33 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2420] 10.0.0.223 () {30 vars in 692 bytes} [Fri Jun 12 08:06: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: 1164/2421] 10.0.0.223 () {30 vars in 668 bytes} [Fri Jun 12 08:06:39 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: 1165/2422] 10.0.0.223 () {30 vars in 704 bytes} [Fri Jun 12 08:06:39 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: 1258/2423] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:06:38 2026] DELETE /v2.0/ports/4fc492d7-a1be-43c4-872a-bd194a3ce64e => generated 0 bytes in 607 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:39.528 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a96b86c-91fb-4561-bffa-34ef47ba28a3'] response: {'server_uuid': 'ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127', 'name': 'network-vif-deleted', 'tag': '4fc492d7-a1be-43c4-872a-bd194a3ce64e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1166/2424] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:39 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => 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: 1259/2425] 10.0.0.223 () {28 vars in 439 bytes} [Fri Jun 12 08:06:39 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2426] 10.0.0.223 () {30 vars in 728 bytes} [Fri Jun 12 08:06:39 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2427] 10.0.0.223 () {30 vars in 690 bytes} [Fri Jun 12 08:06:39 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: 1168/2428] 10.0.0.223 () {30 vars in 692 bytes} [Fri Jun 12 08:06:39 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: 1261/2429] 10.0.0.223 () {30 vars in 668 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2430] 10.0.0.223 () {30 vars in 704 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2431] 10.0.0.223 () {30 vars in 728 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2432] 10.0.0.223 () {30 vars in 690 bytes} [Fri Jun 12 08:06:40 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: 1264/2433] 10.0.0.223 () {30 vars in 692 bytes} [Fri Jun 12 08:06:40 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: 1265/2434] 10.0.0.223 () {30 vars in 668 bytes} [Fri Jun 12 08:06:40 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: 1266/2435] 10.0.0.223 () {30 vars in 704 bytes} [Fri Jun 12 08:06:40 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: 1267/2436] 10.0.0.223 () {30 vars in 730 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2437] 10.0.0.223 () {30 vars in 682 bytes} [Fri Jun 12 08:06:40 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: 1170/2438] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/security-groups?tenant_id=861cbfbacb6b43d2b9d4db0245218760&name=default => generated 2929 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2439] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:40 2026] DELETE /v2.0/security-groups/deef04e9-2da1-4c73-b557-12a8eac3e1b9 => 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: 1269/2440] 10.0.0.223 () {34 vars in 704 bytes} [Fri Jun 12 08:06:40 2026] POST /v2.0/ports => generated 1128 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2441] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/security-groups?tenant_id=1ca14789125d43118d8434c5582e7c36&name=default => generated 2929 bytes in 121 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: 1270/2444] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:40 2026] DELETE /v2.0/security-groups/92f14f8b-efb0-4d6e-b993-6156cb8fba1e => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:40.914 8 INFO neutron.services.segments.plugin [-] Segment df349fc4-76b6-4734-8e2b-96843a4a3b7c resource provider aggregate not found 2026-06-12 08:06:40.915 8 INFO neutron.services.segments.plugin [-] Segment df349fc4-76b6-4734-8e2b-96843a4a3b7c resource provider aggregate not found 2026-06-12 08:06:40.930 8 INFO neutron.services.segments.plugin [-] Segment df349fc4-76b6-4734-8e2b-96843a4a3b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df349fc4-76b6-4734-8e2b-96843a4a3b7c found for delete ", "request_id": "req-b07ddf93-85b8-4bfd-9c9d-341d80eea168"}]} 2026-06-12 08:06:40.934 8 INFO neutron.services.segments.plugin [-] Segment df349fc4-76b6-4734-8e2b-96843a4a3b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df349fc4-76b6-4734-8e2b-96843a4a3b7c found for delete ", "request_id": "req-a38da0de-347d-48aa-be18-b86914979d3f"}]} 2026-06-12 08:06:40.953 8 INFO neutron.services.segments.plugin [-] Segment cd6f7b67-8463-47a3-92f9-6b725f1c94d5 resource provider aggregate not found 2026-06-12 08:06:40.957 8 INFO neutron.services.segments.plugin [-] Segment cd6f7b67-8463-47a3-92f9-6b725f1c94d5 resource provider aggregate not found 2026-06-12 08:06:40.969 8 INFO neutron.services.segments.plugin [-] Segment cd6f7b67-8463-47a3-92f9-6b725f1c94d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd6f7b67-8463-47a3-92f9-6b725f1c94d5 found for delete ", "request_id": "req-5398e8fc-78ae-4738-a5a6-7b76a1ace885"}]} 2026-06-12 08:06:40.977 8 INFO neutron.services.segments.plugin [-] Segment cd6f7b67-8463-47a3-92f9-6b725f1c94d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd6f7b67-8463-47a3-92f9-6b725f1c94d5 found for delete ", "request_id": "req-6a0b9d2b-89ea-4e36-9b4d-68c8a42a9792"}]} 2026-06-12 08:06:40.987 8 INFO neutron.services.segments.plugin [-] Segment 05ca05d7-59f9-4f8a-88ed-8a6f0c1077aa resource provider aggregate not found 2026-06-12 08:06:40.993 8 INFO neutron.services.segments.plugin [-] Segment 05ca05d7-59f9-4f8a-88ed-8a6f0c1077aa resource provider aggregate not found [pid: 7|app: 0|req: 1271/2445] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2446] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:40 2026] GET /v2.0/security-groups?tenant_id=9e2847f8978b4714b77ff50bb1995c27&name=default => generated 2929 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:06:41.010 8 INFO neutron.services.segments.plugin [-] Segment 05ca05d7-59f9-4f8a-88ed-8a6f0c1077aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05ca05d7-59f9-4f8a-88ed-8a6f0c1077aa found for delete ", "request_id": "req-6cd4af4e-3f7d-448f-9b08-df326fe2f630"}]} 2026-06-12 08:06:41.012 8 INFO neutron.services.segments.plugin [-] Segment 05ca05d7-59f9-4f8a-88ed-8a6f0c1077aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05ca05d7-59f9-4f8a-88ed-8a6f0c1077aa found for delete ", "request_id": "req-5dd8bc00-c88e-46ff-b326-a119050a9158"}]} [pid: 7|app: 0|req: 1272/2447] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:41 2026] DELETE /v2.0/security-groups/c2691b3f-1156-4166-a87d-a30be3d28b8e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2448] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:42 2026] GET /v2.0/ports?device_id=ee6c1b8b-fb42-4ba3-aa4d-6e570b04c127 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2449] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:43 2026] DELETE /v2.0/security-groups/2ab410ea-f011-4b7b-8c78-84fd65f956ef => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:43.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-f65fcda3-9056-4e0a-980b-672ec9f13b4b c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] TaaS: Handle Delete Port: 4775e97d-6eb9-4138-a7f5-6a112f5778f9 2026-06-12 08:06:43.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f65fcda3-9056-4e0a-980b-672ec9f13b4b c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Tap Mirror: Handle Delete Port: 4775e97d-6eb9-4138-a7f5-6a112f5778f9 [pid: 8|app: 0|req: 1177/2450] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:06:43 2026] DELETE /v2.0/floatingips/8c3606fa-6659-471f-a419-2df35a5987df => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2451] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:06:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2452] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:06:43 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: 1275/2453] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:06:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2454] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:06:43 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: 1276/2455] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:06:43 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2456] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:43 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2457] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:43 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2458] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:06:43 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: 1278/2459] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:06:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2460] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:06:44 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: 1279/2461] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:06:44 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:06:44.046 8 INFO neutron.api.v2.resource [None req-dadecdfd-4c87-4d66-a00e-7868535fa4a3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1183/2462] 199.204.45.19 () {30 vars in 762 bytes} [Fri Jun 12 08:06:44 2026] GET /v2.0/security-groups/lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2463] 199.204.45.19 () {30 vars in 784 bytes} [Fri Jun 12 08:06:44 2026] GET /v2.0/security-groups?name=lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2464] 199.204.45.19 () {34 vars in 735 bytes} [Fri Jun 12 08:06:44 2026] POST /v2.0/security-groups => generated 1638 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2465] 199.204.45.19 () {30 vars in 814 bytes} [Fri Jun 12 08:06:44 2026] GET /v2.0/security-group-rules?security_group_id=54dff919-5bdb-44a2-bacf-cf8bcc8ae560 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2466] 199.204.45.19 () {34 vars in 788 bytes} [Fri Jun 12 08:06:44 2026] PUT /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2467] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:06:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1186/2468] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:06:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2469] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:06:44 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: 1187/2470] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:06:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2471] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:06:44 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2472] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:45 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2473] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:45 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2474] 10.0.0.18 () {34 vars in 677 bytes} [Fri Jun 12 08:06:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2475] 10.0.0.18 () {34 vars in 677 bytes} [Fri Jun 12 08:06:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2476] 10.0.0.18 () {34 vars in 677 bytes} [Fri Jun 12 08:06:45 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: 1191/2477] 10.0.0.18 () {34 vars in 677 bytes} [Fri Jun 12 08:06:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2478] 10.0.0.18 () {34 vars in 677 bytes} [Fri Jun 12 08:06:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2479] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:06:45 2026] PUT /v2.0/policies/b05cb06a-2d8a-4ff1-858a-8b1ad9440f85/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2480] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:06:45 2026] PUT /v2.0/policies/5c33301a-5528-460c-8e05-47d4d0ceda78/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2481] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:06:45 2026] PUT /v2.0/policies/4042f590-49fd-4c3b-8cf5-6a528d08311e/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2482] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:06:45 2026] PUT /v2.0/policies/078ede0d-c08f-4f73-972c-859d3de61887/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2483] 10.0.0.18 () {32 vars in 673 bytes} [Fri Jun 12 08:06:45 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2484] 10.0.0.18 () {32 vars in 687 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2485] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => 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: 1291/2486] 10.0.0.18 () {32 vars in 683 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2487] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2488] 10.0.0.18 () {32 vars in 695 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2489] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/security-groups?id=5f7db52c-28b7-46dc-90c7-f9e51ba51da7&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:46.349 7 INFO neutron_taas.services.taas.taas_plugin [req-0e064729-89e2-4223-bcbd-cfd9f807d972 req-820ca688-1ea2-46fe-9d4e-146fc12f76e1 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] TaaS: Handle Delete Port: b3492277-a3e7-4266-9952-e21b2c50fcc7 2026-06-12 08:06:46.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0e064729-89e2-4223-bcbd-cfd9f807d972 req-820ca688-1ea2-46fe-9d4e-146fc12f76e1 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Tap Mirror: Handle Delete Port: b3492277-a3e7-4266-9952-e21b2c50fcc7 [pid: 8|app: 0|req: 1199/2490] 10.0.0.18 () {32 vars in 681 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2491] 10.0.0.18 () {32 vars in 695 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2492] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:06:46 2026] DELETE /v2.0/ports/b3492277-a3e7-4266-9952-e21b2c50fcc7 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2493] 10.0.0.18 () {32 vars in 691 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:06:46.547 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19104f62-b4c0-43c8-b8b4-f8f770b682fa'] response: {'server_uuid': 'd32ad18a-78b6-4d49-81b5-c4d2e773b892', 'name': 'network-vif-deleted', 'tag': 'b3492277-a3e7-4266-9952-e21b2c50fcc7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1293/2494] 10.0.0.18 () {32 vars in 703 bytes} [Fri Jun 12 08:06:46 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2495] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:06:46 2026] DELETE /v2.0/qos/policies/b05cb06a-2d8a-4ff1-858a-8b1ad9440f85 => 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: 1294/2496] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:06:46 2026] DELETE /v2.0/qos/policies/5c33301a-5528-460c-8e05-47d4d0ceda78 => 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: 1203/2497] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:06:46 2026] DELETE /v2.0/qos/policies/4042f590-49fd-4c3b-8cf5-6a528d08311e => 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: 1295/2498] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:06:46 2026] DELETE /v2.0/qos/policies/078ede0d-c08f-4f73-972c-859d3de61887 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2499] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:06:46 2026] DELETE /v2.0/qos/policies/11c2b433-d30a-40cf-8a47-02a3ac92c7f2 => 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: 1296/2500] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:47 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => 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: 1205/2501] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:47 2026] GET /v2.0/security-groups?tenant_id=e719f29ec5194a08812436d6e323a27a&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2502] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:47 2026] DELETE /v2.0/security-groups/90575f10-2895-4875-b335-19e7cb01a0d3 => 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: 1206/2503] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:47 2026] GET /v2.0/security-groups?tenant_id=5915bce071be4849971800e0a4f2bda5&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2504] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:48 2026] DELETE /v2.0/security-groups/a6d2d5d9-b1b1-475f-b617-aa1c94102ed3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2505] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:48 2026] GET /v2.0/security-groups?tenant_id=a60d0d1bd9fd43d095677c3ed816f873&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2506] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:48 2026] DELETE /v2.0/security-groups/d371fb35-33dc-4354-8642-51a35c96620f => 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: 1208/2507] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:48 2026] GET /v2.0/ports?device_id=d32ad18a-78b6-4d49-81b5-c4d2e773b892 => 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: 1300/2508] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:49 2026] DELETE /v2.0/security-groups/5f7db52c-28b7-46dc-90c7-f9e51ba51da7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:50.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-9974449f-5f58-433e-bfa9-5b24ebde0be4 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] TaaS: Handle Delete Port: 24072d32-3ae3-46c5-844f-405675541cef 2026-06-12 08:06:50.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9974449f-5f58-433e-bfa9-5b24ebde0be4 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Tap Mirror: Handle Delete Port: 24072d32-3ae3-46c5-844f-405675541cef [pid: 8|app: 0|req: 1209/2509] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:06:49 2026] PUT /v2.0/routers/4b6cf47e-b884-4fbf-bab3-207f8f0b3603/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2510] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:06:50 2026] DELETE /v2.0/subnets/69469f33-f32d-4eef-9932-31b7042558ca => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:51.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fe58a09-7d73-46de-a414-68fab9ccc3a7 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] TaaS: Handle Delete Port: e7bd6ac3-caba-43c7-bf62-fa606f7c1df6 2026-06-12 08:06:51.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fe58a09-7d73-46de-a414-68fab9ccc3a7 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Tap Mirror: Handle Delete Port: e7bd6ac3-caba-43c7-bf62-fa606f7c1df6 2026-06-12 08:06:51.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fe58a09-7d73-46de-a414-68fab9ccc3a7 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] TaaS: Handle Delete Port: c6c3d096-8432-4314-8660-e7c1d7c87373 2026-06-12 08:06:51.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fe58a09-7d73-46de-a414-68fab9ccc3a7 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Tap Mirror: Handle Delete Port: c6c3d096-8432-4314-8660-e7c1d7c87373 2026-06-12 08:06:51.777 8 INFO neutron.services.segments.plugin [-] Segment 2b41f9a9-2524-49fc-bb2c-abd940c8626d resource provider aggregate not found 2026-06-12 08:06:51.784 8 INFO neutron.services.segments.plugin [-] Segment 2b41f9a9-2524-49fc-bb2c-abd940c8626d resource provider aggregate not found 2026-06-12 08:06:51.798 8 INFO neutron.services.segments.plugin [-] Segment 2b41f9a9-2524-49fc-bb2c-abd940c8626d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b41f9a9-2524-49fc-bb2c-abd940c8626d found for delete ", "request_id": "req-d5bd980c-c3be-4aa2-9372-d25fa665f104"}]} 2026-06-12 08:06:51.805 8 INFO neutron.db.l3_hamode_db [None req-9fe58a09-7d73-46de-a414-68fab9ccc3a7 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] HA network 12e1ce69-bbc1-4d9f-8686-94b411617732 was deleted as no HA routers are present in tenant 4eca3bc8ba134bb285a535be7bf5be28. 2026-06-12 08:06:51.806 8 INFO neutron.services.segments.plugin [-] Segment 2b41f9a9-2524-49fc-bb2c-abd940c8626d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b41f9a9-2524-49fc-bb2c-abd940c8626d found for delete ", "request_id": "req-f592ca40-89e1-4d2e-84e1-b366455608c3"}]} [pid: 8|app: 0|req: 1210/2511] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:06:50 2026] DELETE /v2.0/routers/4b6cf47e-b884-4fbf-bab3-207f8f0b3603 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:51.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-0efac05b-5f45-4b18-b173-2443eb549c37 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] TaaS: Handle Delete Port: 3457d788-c915-4f00-9c85-1965d6e5e3ec 2026-06-12 08:06:51.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0efac05b-5f45-4b18-b173-2443eb549c37 c5077af2a23c41a9954b410fa6291218 4eca3bc8ba134bb285a535be7bf5be28 - - default default] Tap Mirror: Handle Delete Port: 3457d788-c915-4f00-9c85-1965d6e5e3ec [pid: 8|app: 0|req: 1211/2512] 10.0.0.75 () {34 vars in 1015 bytes} [Fri Jun 12 08:06:52 2026] GET /v2.0/security-groups?id=c4919ecf-cba3-4f9e-94b9-c9c268dc427c&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2513] 10.0.0.75 () {34 vars in 981 bytes} [Fri Jun 12 08:06:52 2026] GET /v2.0/networks?id=123124db-1e64-46fc-8443-36a74d51524a => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2514] 10.0.0.75 () {34 vars in 964 bytes} [Fri Jun 12 08:06:52 2026] GET /v2.0/quotas/800d485fa89f4d0db075f9f9adf11dc8 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:06:52.115 7 INFO neutron.services.segments.plugin [-] Segment df61b484-fc8d-439f-9809-b635d6592c85 resource provider aggregate not found 2026-06-12 08:06:52.124 7 INFO neutron.services.segments.plugin [-] Segment df61b484-fc8d-439f-9809-b635d6592c85 resource provider aggregate not found 2026-06-12 08:06:52.139 7 INFO neutron.services.segments.plugin [-] Segment df61b484-fc8d-439f-9809-b635d6592c85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df61b484-fc8d-439f-9809-b635d6592c85 found for delete ", "request_id": "req-fb65e774-3398-4d69-9515-d6b859a7034f"}]} 2026-06-12 08:06:52.140 7 INFO neutron.services.segments.plugin [-] Segment df61b484-fc8d-439f-9809-b635d6592c85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df61b484-fc8d-439f-9809-b635d6592c85 found for delete ", "request_id": "req-8c3f1df0-1a2f-442b-964b-ddc06dd21685"}]} [pid: 7|app: 0|req: 1302/2515] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:51 2026] DELETE /v2.0/networks/258465f5-3cae-41b7-99fb-11996278c371 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2516] 10.0.0.75 () {34 vars in 1001 bytes} [Fri Jun 12 08:06:52 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2517] 10.0.0.75 () {34 vars in 1007 bytes} [Fri Jun 12 08:06:52 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1215/2518] 10.0.0.75 () {34 vars in 1107 bytes} [Fri Jun 12 08:06:52 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:06:52.999 7 INFO neutron.db.segments_db [None req-9701cfca-8c9f-4ccb-844c-d4a929fcb1f3 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Added segment 814027cd-f712-4d59-a53b-44a16d35e50e of type vxlan for network 5b4825ba-8887-491e-9d99-72330b29204b [pid: 8|app: 0|req: 1216/2519] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:52 2026] GET /v2.0/security-groups?tenant_id=dc12a2a46ba241739a76c57331201238&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2520] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:53 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => 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: 1304/2521] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:52 2026] POST /v2.0/networks => generated 612 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2522] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:53 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => 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: 1218/2523] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:53 2026] DELETE /v2.0/security-groups/c102438a-4436-42c1-af30-d36927809091 => 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: 1219/2524] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:53 2026] GET /v2.0/security-groups?tenant_id=4eca3bc8ba134bb285a535be7bf5be28&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2525] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:06:53 2026] DELETE /v2.0/security-groups/dad6c1ac-5593-487a-8049-88b7ed5d31c9 => 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: 1306/2526] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:53 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2527] 10.0.0.18 () {34 vars in 665 bytes} [Fri Jun 12 08:06:53 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:06:53.644 7 INFO neutron.db.segments_db [None req-0b72cd66-9e3e-49b0-8172-3c138af1be0d 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Added segment 9b9ee3d7-7beb-4ca1-b3e6-84d6bc33cc31 of type vxlan for network 7ab9e095-159c-4d5d-bb75-a98c3dda2581 [pid: 7|app: 0|req: 1307/2528] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:53 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2529] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:53 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2530] 10.0.0.18 () {34 vars in 665 bytes} [Fri Jun 12 08:06:54 2026] POST /v2.0/trunks => generated 407 bytes in 214 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:06:54.290 8 INFO neutron.db.segments_db [None req-5d729f60-6362-4587-99e9-cf9f66e86ccb 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Added segment e2ac19c2-a5e0-472c-9901-e63b2444aa3f of type vxlan for network 1d36e93e-fc93-4ebe-981a-6ef294674397 [pid: 8|app: 0|req: 1223/2531] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:54 2026] POST /v2.0/networks => generated 613 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2532] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:54 2026] POST /v2.0/ports => generated 743 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2533] 10.0.0.18 () {34 vars in 665 bytes} [Fri Jun 12 08:06:54 2026] POST /v2.0/trunks => generated 407 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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:06:54.819 7 INFO neutron.db.segments_db [None req-2c2c6d44-296f-4988-81c2-eb7aa6d9b781 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Added segment a700347a-5060-4de3-bb8a-443c2bb92e6b of type vxlan for network 80cabaa0-b045-4693-b6be-c7c4883edabd [pid: 7|app: 0|req: 1310/2534] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:54 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2535] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:54 2026] POST /v2.0/ports => generated 743 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2536] 10.0.0.18 () {34 vars in 665 bytes} [Fri Jun 12 08:06:55 2026] POST /v2.0/trunks => generated 407 bytes in 163 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:06:55.350 8 INFO neutron.db.segments_db [None req-4314d8a3-c656-47cb-b17b-fa2bdc0574c0 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Added segment d82fdbb2-458d-4323-ad19-144fe4555722 of type vxlan for network 643966b2-c20d-4210-bbda-50119dc45798 [pid: 8|app: 0|req: 1226/2537] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:55 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2538] 10.0.0.18 () {34 vars in 663 bytes} [Fri Jun 12 08:06:55 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1315/2541] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:55 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => 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: 1227/2542] 10.0.0.18 () {34 vars in 665 bytes} [Fri Jun 12 08:06:55 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2543] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:55 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2544] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:06:55 2026] PUT /v2.0/trunks/8d50d21d-7d8e-4260-8700-3f8177acc034/tags => generated 17 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2545] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:06:55 2026] PUT /v2.0/trunks/a25624a1-ee1e-47e6-b746-a126a5917bb9/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2546] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:06:55 2026] PUT /v2.0/trunks/aeb39e4e-2e05-437d-b1e4-a7c0bda266af/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2547] 10.0.0.18 () {34 vars in 748 bytes} [Fri Jun 12 08:06:56 2026] PUT /v2.0/trunks/d61554aa-5186-4426-90f0-4f873f5541ec/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2548] 10.0.0.18 () {32 vars in 661 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2549] 10.0.0.18 () {32 vars in 675 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2550] 10.0.0.18 () {32 vars in 671 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2551] 10.0.0.18 () {32 vars in 683 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2552] 10.0.0.18 () {32 vars in 669 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2553] 10.0.0.18 () {32 vars in 683 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2554] 10.0.0.18 () {32 vars in 679 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2555] 10.0.0.18 () {32 vars in 691 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2556] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks/8d50d21d-7d8e-4260-8700-3f8177acc034 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2557] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/ports/fe69fcfe-fa1d-4b75-b5d2-bc6422cbb43f => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2558] 10.0.0.18 () {32 vars in 721 bytes} [Fri Jun 12 08:06:56 2026] DELETE /v2.0/trunks/8d50d21d-7d8e-4260-8700-3f8177acc034 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2559] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks/a25624a1-ee1e-47e6-b746-a126a5917bb9 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2560] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/ports/e2d0019c-09cd-4615-9ac9-5f3d1e416f42 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2561] 10.0.0.18 () {32 vars in 721 bytes} [Fri Jun 12 08:06:56 2026] DELETE /v2.0/trunks/a25624a1-ee1e-47e6-b746-a126a5917bb9 => 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: 1237/2562] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks/aeb39e4e-2e05-437d-b1e4-a7c0bda266af => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2563] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/ports/9e6c5dcb-8dfa-428b-91e6-8d4f8f4d6bb1 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2564] 10.0.0.18 () {32 vars in 721 bytes} [Fri Jun 12 08:06:56 2026] DELETE /v2.0/trunks/aeb39e4e-2e05-437d-b1e4-a7c0bda266af => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2565] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks/d61554aa-5186-4426-90f0-4f873f5541ec => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2566] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/ports/e330a8a7-c48c-4c8b-b255-215db0c90bbb => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2567] 10.0.0.18 () {32 vars in 721 bytes} [Fri Jun 12 08:06:56 2026] DELETE /v2.0/trunks/d61554aa-5186-4426-90f0-4f873f5541ec => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2568] 10.0.0.18 () {32 vars in 718 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/trunks/5617ce05-95a2-4dcf-9d32-64f04d84e086 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2569] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/networks?id=123124db-1e64-46fc-8443-36a74d51524a => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2570] 10.0.0.18 () {32 vars in 716 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/ports/c97cff28-f793-4189-9448-2294f0190967 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2571] 199.204.45.19 () {34 vars in 1049 bytes} [Fri Jun 12 08:06:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=800d485fa89f4d0db075f9f9adf11dc8 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2572] 10.0.0.18 () {32 vars in 721 bytes} [Fri Jun 12 08:06:56 2026] DELETE /v2.0/trunks/5617ce05-95a2-4dcf-9d32-64f04d84e086 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:06:57.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d9326f4-a7c2-42ff-80eb-81e0f13798e3 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] TaaS: Handle Delete Port: fe69fcfe-fa1d-4b75-b5d2-bc6422cbb43f 2026-06-12 08:06:57.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d9326f4-a7c2-42ff-80eb-81e0f13798e3 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Tap Mirror: Handle Delete Port: fe69fcfe-fa1d-4b75-b5d2-bc6422cbb43f [pid: 7|app: 0|req: 1332/2573] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:57 2026] DELETE /v2.0/ports/fe69fcfe-fa1d-4b75-b5d2-bc6422cbb43f => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2574] 199.204.45.19 () {38 vars in 954 bytes} [Fri Jun 12 08:06:56 2026] POST /v2.0/ports => generated 1082 bytes in 349 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:06:57.428 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9351c84-748f-42a0-8ab8-76b76a3949d7 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] TaaS: Handle Delete Port: e2d0019c-09cd-4615-9ac9-5f3d1e416f42 2026-06-12 08:06:57.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9351c84-748f-42a0-8ab8-76b76a3949d7 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Tap Mirror: Handle Delete Port: e2d0019c-09cd-4615-9ac9-5f3d1e416f42 [pid: 7|app: 0|req: 1333/2575] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:57 2026] DELETE /v2.0/ports/e2d0019c-09cd-4615-9ac9-5f3d1e416f42 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2576] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:06:57 2026] PUT /v2.0/ports/4e11db46-4d25-46d9-b52a-3cf4ab813c72 => generated 1243 bytes in 395 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:06:57.759 7 INFO neutron.db.segments_db [None req-78de600f-c209-41e8-8091-70d726e161f3 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] Added segment 98138e43-1ad4-4c0b-b192-64844f0713a2 of type vxlan for network 1ecad231-543f-453e-85f0-e9c2112051bc 2026-06-12 08:06:57.786 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0951526b-a0fa-4b1b-9aec-049d1e11a0ab'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': '4e11db46-4d25-46d9-b52a-3cf4ab813c72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1334/2577] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:57 2026] POST /v2.0/networks => generated 707 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:57.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2c1732d-66d2-4d74-b9fb-aa820b683e38 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] TaaS: Handle Delete Port: 9e6c5dcb-8dfa-428b-91e6-8d4f8f4d6bb1 2026-06-12 08:06:57.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2c1732d-66d2-4d74-b9fb-aa820b683e38 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Tap Mirror: Handle Delete Port: 9e6c5dcb-8dfa-428b-91e6-8d4f8f4d6bb1 [pid: 8|app: 0|req: 1244/2578] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:57 2026] DELETE /v2.0/ports/9e6c5dcb-8dfa-428b-91e6-8d4f8f4d6bb1 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2579] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:06:57 2026] POST /v2.0/subnets => generated 644 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:58.053 7 WARNING neutron.api.v2.base [None req-610e5e8e-9575-44ef-ac4a-23ac88d2ebbe 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - 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:06:58.053 7 INFO neutron.api.v2.resource [None req-610e5e8e-9575-44ef-ac4a-23ac88d2ebbe 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1336/2580] 10.0.0.18 () {34 vars in 680 bytes} [Fri Jun 12 08:06:58 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-12 08:06:58.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-51ecb64a-bfad-40c6-b102-59450c8a43e9 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] TaaS: Handle Delete Port: e330a8a7-c48c-4c8b-b255-215db0c90bbb 2026-06-12 08:06:58.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51ecb64a-bfad-40c6-b102-59450c8a43e9 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Tap Mirror: Handle Delete Port: e330a8a7-c48c-4c8b-b255-215db0c90bbb [pid: 8|app: 0|req: 1245/2581] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:57 2026] DELETE /v2.0/ports/e330a8a7-c48c-4c8b-b255-215db0c90bbb => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:58.240 7 INFO neutron.services.segments.plugin [-] Segment 98138e43-1ad4-4c0b-b192-64844f0713a2 resource provider aggregate not found 2026-06-12 08:06:58.245 7 INFO neutron.services.segments.plugin [-] Segment 98138e43-1ad4-4c0b-b192-64844f0713a2 resource provider aggregate not found 2026-06-12 08:06:58.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-12327281-2470-4783-a744-94fc75ae61b6 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] TaaS: Handle Delete Port: c97cff28-f793-4189-9448-2294f0190967 2026-06-12 08:06:58.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12327281-2470-4783-a744-94fc75ae61b6 9ebbabe9d61e4eedb5559c2e215c4fff fa22c2448fc241e8b340869f642d2faa - - default default] Tap Mirror: Handle Delete Port: c97cff28-f793-4189-9448-2294f0190967 2026-06-12 08:06:58.262 7 INFO neutron.services.segments.plugin [-] Segment 98138e43-1ad4-4c0b-b192-64844f0713a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98138e43-1ad4-4c0b-b192-64844f0713a2 found for delete ", "request_id": "req-088ad7ac-cfec-4978-a2e3-0a98aa3930a8"}]} 2026-06-12 08:06:58.271 7 INFO neutron.services.segments.plugin [-] Segment 98138e43-1ad4-4c0b-b192-64844f0713a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98138e43-1ad4-4c0b-b192-64844f0713a2 found for delete ", "request_id": "req-fab93be0-538e-4caf-a717-61631228f4a7"}]} [pid: 7|app: 0|req: 1337/2582] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/networks/1ecad231-543f-453e-85f0-e9c2112051bc => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2583] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:06:58 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2584] 10.0.0.18 () {32 vars in 719 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/ports/c97cff28-f793-4189-9448-2294f0190967 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:58.383 7 INFO neutron.db.segments_db [None req-05f0db80-fe73-4685-b1ba-6f75b3bfaa48 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] Added segment a88c2c84-d414-40c8-b9c9-b60ef5d5fb47 of type vxlan for network 3e3ca246-ff73-4e79-95c5-41cf31f1c26a [pid: 8|app: 0|req: 1247/2585] 199.204.45.19 () {34 vars in 1017 bytes} [Fri Jun 12 08:06:58 2026] GET /v2.0/networks?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&shared=False => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2586] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:58 2026] POST /v2.0/networks => generated 708 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:58.470 8 INFO neutron.services.segments.plugin [-] Segment 814027cd-f712-4d59-a53b-44a16d35e50e resource provider aggregate not found 2026-06-12 08:06:58.480 8 INFO neutron.services.segments.plugin [-] Segment 814027cd-f712-4d59-a53b-44a16d35e50e resource provider aggregate not found 2026-06-12 08:06:58.487 8 INFO neutron.services.segments.plugin [-] Segment 814027cd-f712-4d59-a53b-44a16d35e50e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 814027cd-f712-4d59-a53b-44a16d35e50e found for delete ", "request_id": "req-8e1c71a9-8414-487b-901e-66a5377a12ce"}]} [pid: 8|app: 0|req: 1248/2587] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/networks/5b4825ba-8887-491e-9d99-72330b29204b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:06:58.503 8 INFO neutron.services.segments.plugin [-] Segment 814027cd-f712-4d59-a53b-44a16d35e50e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 814027cd-f712-4d59-a53b-44a16d35e50e found for delete ", "request_id": "req-d26aa372-afb3-4b11-98da-851202da5a88"}]} [pid: 7|app: 0|req: 1340/2588] 199.204.45.19 () {34 vars in 929 bytes} [Fri Jun 12 08:06:58 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: 1341/2589] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/networks/7ab9e095-159c-4d5d-bb75-a98c3dda2581 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2590] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:06:58 2026] POST /v2.0/subnets => generated 647 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:06:58.704 8 WARNING neutron.api.v2.base [None req-19966a08-9e7d-42ed-bc58-a9b5c9f9738c 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - 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:06:58.705 8 INFO neutron.api.v2.resource [None req-19966a08-9e7d-42ed-bc58-a9b5c9f9738c 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1250/2591] 10.0.0.18 () {34 vars in 680 bytes} [Fri Jun 12 08:06:58 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2592] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/networks/1d36e93e-fc93-4ebe-981a-6ef294674397 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2593] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/networks/3e3ca246-ff73-4e79-95c5-41cf31f1c26a => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2594] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/networks/80cabaa0-b045-4693-b6be-c7c4883edabd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2595] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:58 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:06:58.951 7 INFO neutron.db.segments_db [None req-3e5da105-6dc3-428e-a05d-6579e36c483d 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] Added segment 627d3adf-1257-43ee-add7-b1eda9396fbc of type vxlan for network 0f636d8c-b70d-462d-be4a-e35bc9ee8e34 [pid: 7|app: 0|req: 1344/2596] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:06:58 2026] POST /v2.0/networks => generated 708 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2597] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/security-groups?id=c4919ecf-cba3-4f9e-94b9-c9c268dc427c&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2598] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:06:58 2026] DELETE /v2.0/networks/643966b2-c20d-4210-bbda-50119dc45798 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2599] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => 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: 1346/2600] 10.0.0.18 () {34 vars in 668 bytes} [Fri Jun 12 08:06:59 2026] POST /v2.0/subnets => generated 647 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2601] 10.0.0.18 () {34 vars in 680 bytes} [Fri Jun 12 08:06:59 2026] POST /v2.0/rbac-policies => generated 324 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2602] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2603] 199.204.45.19 () {34 vars in 1061 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.209&port_id=4e11db46-4d25-46d9-b52a-3cf4ab813c72 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2604] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/subnets?id=74a11ca0-3861-43e6-8bee-a6b8ff550a48 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2605] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/ports?network_id=123124db-1e64-46fc-8443-36a74d51524a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2606] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1258/2607] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2608] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/networks/0f636d8c-b70d-462d-be4a-e35bc9ee8e34 => generated 655 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2609] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:06:59 2026] GET /v2.0/security-groups?tenant_id=ea6c5207b2eb480cba4b94fd1ae51d1d&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2610] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:00 2026] DELETE /v2.0/security-groups/2b199626-6e7c-4356-85d0-a399af614170 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:00.279 7 INFO neutron.services.segments.plugin [-] Segment 9b9ee3d7-7beb-4ca1-b3e6-84d6bc33cc31 resource provider aggregate not found 2026-06-12 08:07:00.290 7 INFO neutron.services.segments.plugin [-] Segment 9b9ee3d7-7beb-4ca1-b3e6-84d6bc33cc31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b9ee3d7-7beb-4ca1-b3e6-84d6bc33cc31 found for delete ", "request_id": "req-51b70474-497d-4d8a-9a70-ef6e921911b5"}]} 2026-06-12 08:07:00.295 7 INFO neutron.services.segments.plugin [-] Segment 9b9ee3d7-7beb-4ca1-b3e6-84d6bc33cc31 resource provider aggregate not found 2026-06-12 08:07:00.298 7 INFO neutron.services.segments.plugin [-] Segment e2ac19c2-a5e0-472c-9901-e63b2444aa3f resource provider aggregate not found 2026-06-12 08:07:00.309 7 INFO neutron.services.segments.plugin [-] Segment 9b9ee3d7-7beb-4ca1-b3e6-84d6bc33cc31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b9ee3d7-7beb-4ca1-b3e6-84d6bc33cc31 found for delete ", "request_id": "req-13b5383b-53eb-490f-808e-de81bf94f2dc"}]} 2026-06-12 08:07:00.317 7 INFO neutron.services.segments.plugin [-] Segment e2ac19c2-a5e0-472c-9901-e63b2444aa3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2ac19c2-a5e0-472c-9901-e63b2444aa3f found for delete ", "request_id": "req-73119caa-ed2f-490c-b002-4bf090c626da"}]} [pid: 8|app: 0|req: 1260/2611] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:00 2026] GET /v2.0/security-groups?tenant_id=fa22c2448fc241e8b340869f642d2faa&name=default => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:07:00.324 7 INFO neutron.services.segments.plugin [-] Segment e2ac19c2-a5e0-472c-9901-e63b2444aa3f resource provider aggregate not found 2026-06-12 08:07:00.333 7 INFO neutron.services.segments.plugin [-] Segment a700347a-5060-4de3-bb8a-443c2bb92e6b resource provider aggregate not found 2026-06-12 08:07:00.341 7 INFO neutron.services.segments.plugin [-] Segment e2ac19c2-a5e0-472c-9901-e63b2444aa3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2ac19c2-a5e0-472c-9901-e63b2444aa3f found for delete ", "request_id": "req-5edbc29f-8679-4a2a-884d-efef927801ce"}]} 2026-06-12 08:07:00.350 7 INFO neutron.services.segments.plugin [-] Segment a700347a-5060-4de3-bb8a-443c2bb92e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a700347a-5060-4de3-bb8a-443c2bb92e6b found for delete ", "request_id": "req-c5c59d5e-b40d-453d-89f2-dacae225a6f5"}]} 2026-06-12 08:07:00.355 7 INFO neutron.services.segments.plugin [-] Segment a700347a-5060-4de3-bb8a-443c2bb92e6b resource provider aggregate not found 2026-06-12 08:07:00.373 7 INFO neutron.services.segments.plugin [-] Segment a700347a-5060-4de3-bb8a-443c2bb92e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a700347a-5060-4de3-bb8a-443c2bb92e6b found for delete ", "request_id": "req-7c644718-8185-4a70-bd21-cb7cc31f20d3"}]} 2026-06-12 08:07:00.415 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7a615c4-2c27-4547-b115-93c7b3f2cab8 76282425b8cb4a9494cc5d52d389b2a2 dbf114164c254890984010a95fb9f64f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1352/2612] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:07:00 2026] GET /v2.0/networks/0f636d8c-b70d-462d-be4a-e35bc9ee8e34 => generated 138 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2613] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:00 2026] DELETE /v2.0/security-groups/9ca2dfd3-77fc-4bd8-a2de-b375f5126489 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:00.510 8 INFO neutron.services.segments.plugin [-] Segment a88c2c84-d414-40c8-b9c9-b60ef5d5fb47 resource provider aggregate not found 2026-06-12 08:07:00.531 8 INFO neutron.services.segments.plugin [-] Segment a88c2c84-d414-40c8-b9c9-b60ef5d5fb47 resource provider aggregate not found 2026-06-12 08:07:00.535 8 INFO neutron.services.segments.plugin [-] Segment a88c2c84-d414-40c8-b9c9-b60ef5d5fb47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88c2c84-d414-40c8-b9c9-b60ef5d5fb47 found for delete ", "request_id": "req-dee12b14-b430-4167-afb2-060114350f80"}]} 2026-06-12 08:07:00.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-65ff61b3-1b3e-4bbc-81e4-71c673a6848a 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] TaaS: Handle Delete Port: d3a32fd0-d853-415a-b90f-ace5daea200b 2026-06-12 08:07:00.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65ff61b3-1b3e-4bbc-81e4-71c673a6848a 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] Tap Mirror: Handle Delete Port: d3a32fd0-d853-415a-b90f-ace5daea200b 2026-06-12 08:07:00.550 8 INFO neutron.services.segments.plugin [-] Segment a88c2c84-d414-40c8-b9c9-b60ef5d5fb47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88c2c84-d414-40c8-b9c9-b60ef5d5fb47 found for delete ", "request_id": "req-e0f27cc7-a123-4d04-b6e5-871aa7507056"}]} 2026-06-12 08:07:00.554 8 INFO neutron.services.segments.plugin [-] Segment d82fdbb2-458d-4323-ad19-144fe4555722 resource provider aggregate not found 2026-06-12 08:07:00.564 8 INFO neutron.services.segments.plugin [-] Segment d82fdbb2-458d-4323-ad19-144fe4555722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d82fdbb2-458d-4323-ad19-144fe4555722 found for delete ", "request_id": "req-5c8075d2-8fae-40af-a4fc-9c574f5c3b4e"}]} 2026-06-12 08:07:00.566 8 INFO neutron.services.segments.plugin [-] Segment d82fdbb2-458d-4323-ad19-144fe4555722 resource provider aggregate not found 2026-06-12 08:07:00.582 8 INFO neutron.services.segments.plugin [-] Segment d82fdbb2-458d-4323-ad19-144fe4555722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d82fdbb2-458d-4323-ad19-144fe4555722 found for delete ", "request_id": "req-9d5dc02f-f531-4d78-a3d4-7ba4fb51b878"}]} [pid: 8|app: 0|req: 1262/2614] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:00 2026] GET /v2.0/security-groups?tenant_id=1de315bd72054d9882bf7e907f209e68&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2615] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:07:00 2026] DELETE /v2.0/networks/0f636d8c-b70d-462d-be4a-e35bc9ee8e34 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:07:00.851 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73e07297-34d6-4f5d-8d98-2a3ff2b44428 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1354/2616] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:07:00 2026] DELETE /v2.0/subnets/7dd2925d-24d4-4925-b047-fb3025390bc6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2617] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:00 2026] DELETE /v2.0/security-groups/05781004-f72b-43cf-868b-6dde7edd3b40 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:00.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3ff69b1-0f04-4621-b679-f05e273873a8 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1355/2618] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:07:00 2026] DELETE /v2.0/subnets/22d00480-369d-487d-ac63-a6d576254d94 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:07:00.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da58fbd2-1bca-4f36-82ea-a251c179c613 6d2e1663de3d4efd83f46bf1fbdc0aec 94e8a6aa99094870be52136609b8f9aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1264/2619] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:07:00 2026] DELETE /v2.0/subnets/13580fef-e0be-4f0c-96ba-4968e66ef71a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2620] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:01 2026] GET /v2.0/security-groups?tenant_id=15d07ad0a1374427ac9b938bc05eddc2&name=default => generated 2929 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2621] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:07:02 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2622] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:01 2026] DELETE /v2.0/security-groups/e5609553-0443-408f-b60a-ab56238e6f00 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2623] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:07:02 2026] GET /v2.0/security-groups?id=c4919ecf-cba3-4f9e-94b9-c9c268dc427c&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2624] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:07:02 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2625] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:02 2026] GET /v2.0/security-groups?tenant_id=94e8a6aa99094870be52136609b8f9aa&name=default => 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: 1267/2626] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:02 2026] DELETE /v2.0/security-groups/aa3729ee-b657-441c-b659-b1631778605a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:02.366 7 INFO neutron.services.segments.plugin [-] Segment 627d3adf-1257-43ee-add7-b1eda9396fbc resource provider aggregate not found 2026-06-12 08:07:02.387 7 INFO neutron.services.segments.plugin [-] Segment 627d3adf-1257-43ee-add7-b1eda9396fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 627d3adf-1257-43ee-add7-b1eda9396fbc found for delete ", "request_id": "req-2bea8f8f-7587-4a1c-a26b-e90bc2e61858"}]} 2026-06-12 08:07:02.393 7 INFO neutron.services.segments.plugin [-] Segment 627d3adf-1257-43ee-add7-b1eda9396fbc resource provider aggregate not found 2026-06-12 08:07:02.408 7 INFO neutron.services.segments.plugin [-] Segment 627d3adf-1257-43ee-add7-b1eda9396fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 627d3adf-1257-43ee-add7-b1eda9396fbc found for delete ", "request_id": "req-def57064-1f22-43ce-8505-f3a5ed813625"}]} [pid: 7|app: 0|req: 1360/2627] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:02 2026] GET /v2.0/security-groups?tenant_id=dbf114164c254890984010a95fb9f64f&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: 1268/2628] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:02 2026] DELETE /v2.0/security-groups/cb754243-6b2b-48ac-af11-33283bfbded5 => 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: 1361/2629] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:07:03 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2630] 199.204.45.19 () {34 vars in 1043 bytes} [Fri Jun 12 08:07:03 2026] GET /v2.0/security-groups?id=c4919ecf-cba3-4f9e-94b9-c9c268dc427c&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:07:04.493 7 INFO neutron.db.segments_db [None req-97baac62-ced1-428d-bba5-f2f21aacf31a f3565515df2c4c378a85f2e9710ddd20 f00fee3802b04b29931caa92675e8e27 - - default default] Added segment d8256e8b-1cbf-4cad-afbd-39a16f058433 of type vxlan for network 8d0da0f6-23fc-4087-917e-49dfabcd0aa4 [pid: 7|app: 0|req: 1362/2631] 10.0.0.18 () {34 vars in 669 bytes} [Fri Jun 12 08:07:04 2026] POST /v2.0/networks => generated 613 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2632] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:07:04 2026] PUT /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2633] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:04 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2634] 10.0.0.18 () {34 vars in 763 bytes} [Fri Jun 12 08:07:04 2026] PUT /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags/green => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2635] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:04 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2636] 10.0.0.18 () {34 vars in 759 bytes} [Fri Jun 12 08:07:04 2026] PUT /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2637] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:04 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2638] 10.0.0.18 () {34 vars in 781 bytes} [Fri Jun 12 08:07:04 2026] PUT /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2639] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2640] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:07:05 2026] PUT /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2641] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2642] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2643] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/security-groups?id=c4919ecf-cba3-4f9e-94b9-c9c268dc427c&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: 1368/2644] 10.0.0.18 () {32 vars in 740 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:05.308 8 INFO neutron.api.v2.resource [None req-6d3a6534-0bf8-4fd5-b9fd-3a89dd8bb084 f3565515df2c4c378a85f2e9710ddd20 f00fee3802b04b29931caa92675e8e27 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1277/2645] 10.0.0.18 () {32 vars in 744 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2646] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2647] 10.0.0.18 () {32 vars in 743 bytes} [Fri Jun 12 08:07:05 2026] DELETE /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags/red => 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: 1370/2648] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:07:05.485 8 INFO neutron.api.v2.resource [None req-8002c7ee-eb44-4a2b-8a62-b35d592979b5 f3565515df2c4c378a85f2e9710ddd20 f00fee3802b04b29931caa92675e8e27 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1279/2649] 10.0.0.18 () {32 vars in 747 bytes} [Fri Jun 12 08:07:05 2026] DELETE /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2650] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:07:05 2026] DELETE /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => 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: 1280/2651] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:05 2026] GET /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:07:05.741 7 INFO neutron.services.segments.plugin [-] Segment d8256e8b-1cbf-4cad-afbd-39a16f058433 resource provider aggregate not found 2026-06-12 08:07:05.743 7 INFO neutron.services.segments.plugin [-] Segment d8256e8b-1cbf-4cad-afbd-39a16f058433 resource provider aggregate not found 2026-06-12 08:07:05.759 7 INFO neutron.services.segments.plugin [-] Segment d8256e8b-1cbf-4cad-afbd-39a16f058433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8256e8b-1cbf-4cad-afbd-39a16f058433 found for delete ", "request_id": "req-aa8d975d-ae38-497c-a245-8a19933f5347"}]} 2026-06-12 08:07:05.760 7 INFO neutron.services.segments.plugin [-] Segment d8256e8b-1cbf-4cad-afbd-39a16f058433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8256e8b-1cbf-4cad-afbd-39a16f058433 found for delete ", "request_id": "req-44dd80c2-7762-4f7f-8e16-1f455b93c2cd"}]} [pid: 7|app: 0|req: 1372/2652] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:07:05 2026] DELETE /v2.0/networks/8d0da0f6-23fc-4087-917e-49dfabcd0aa4 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2653] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:06 2026] GET /v2.0/security-groups?tenant_id=20f22d8be94a4d969f867e40ae5d5be4&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2654] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:06 2026] DELETE /v2.0/security-groups/782b6a5c-e6fa-460e-88c4-5193d36e5a15 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2655] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:06 2026] GET /v2.0/security-groups?tenant_id=f00fee3802b04b29931caa92675e8e27&name=default => generated 2929 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2656] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:06 2026] DELETE /v2.0/security-groups/873dc1f5-c875-4351-8ebc-161dfa3f4746 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2657] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:07:06 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: 1284/2658] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:07:08 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2659] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:07:07 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2660] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:07:08 2026] GET /v2.0/security-groups?id=c4919ecf-cba3-4f9e-94b9-c9c268dc427c&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2661] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:07:08 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2662] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:07:08 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2663] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:07:08 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2664] 10.0.0.18 () {34 vars in 675 bytes} [Fri Jun 12 08:07:09 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2665] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:07:09 2026] PUT /v2.0/floatingips/9b08d156-27e6-492a-ba83-ee614bf5d695/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2666] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:07:09 2026] PUT /v2.0/floatingips/161ce1c0-ab23-4833-9eeb-c1eb53b15faa/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2667] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:07:09 2026] PUT /v2.0/floatingips/e3967494-b8e6-40ef-bc08-1ded7e615c13/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2668] 10.0.0.18 () {34 vars in 758 bytes} [Fri Jun 12 08:07:09 2026] PUT /v2.0/floatingips/97f40ada-29a8-4454-9460-f30e77053fee/tags => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2669] 10.0.0.18 () {32 vars in 671 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2670] 10.0.0.18 () {32 vars in 685 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2671] 10.0.0.18 () {32 vars in 681 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2672] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2673] 10.0.0.18 () {32 vars in 679 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2674] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2675] 10.0.0.18 () {32 vars in 689 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?not-tags-any=blue => 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: 1293/2676] 10.0.0.18 () {32 vars in 701 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2677] 10.0.0.18 () {34 vars in 677 bytes} [Fri Jun 12 08:07:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-12 08:07:10.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2e88366-9471-49b0-ae9b-0e8bc8f53668 aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] TaaS: Handle Delete Port: df545aab-08cf-4944-bf96-36f45e42be90 2026-06-12 08:07:10.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2e88366-9471-49b0-ae9b-0e8bc8f53668 aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] Tap Mirror: Handle Delete Port: df545aab-08cf-4944-bf96-36f45e42be90 [pid: 7|app: 0|req: 1385/2678] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:07:10 2026] PUT /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2679] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/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: 1387/2680] 10.0.0.18 () {34 vars in 763 bytes} [Fri Jun 12 08:07:10 2026] PUT /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2681] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:07:10 2026] DELETE /v2.0/floatingips/9b08d156-27e6-492a-ba83-ee614bf5d695 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2684] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2685] 10.0.0.18 () {34 vars in 759 bytes} [Fri Jun 12 08:07:10 2026] PUT /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2686] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:10 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:07:10.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-701574a8-e4f3-475d-9827-513e2979553b aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] TaaS: Handle Delete Port: e4ffd753-9719-47b8-b742-2a712a98db50 2026-06-12 08:07:10.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-701574a8-e4f3-475d-9827-513e2979553b aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] Tap Mirror: Handle Delete Port: e4ffd753-9719-47b8-b742-2a712a98db50 [pid: 7|app: 0|req: 1391/2687] 10.0.0.18 () {34 vars in 781 bytes} [Fri Jun 12 08:07:10 2026] PUT /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2688] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:11 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2689] 10.0.0.18 () {34 vars in 752 bytes} [Fri Jun 12 08:07:11 2026] PUT /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2690] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:07:10 2026] DELETE /v2.0/floatingips/161ce1c0-ab23-4833-9eeb-c1eb53b15faa => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2691] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:11 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2692] 10.0.0.18 () {32 vars in 740 bytes} [Fri Jun 12 08:07:11 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:11.279 7 INFO neutron.api.v2.resource [None req-b085103a-2ba7-44d5-8997-9b7a2b0f81e0 fee350f434f343fca6cede579ecfa708 990b07c12c134edd91852549ad19c1d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1396/2693] 10.0.0.18 () {32 vars in 744 bytes} [Fri Jun 12 08:07:11 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-12 08:07:11.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5d52921-11aa-46dd-9a2b-934b60d4adfd aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] TaaS: Handle Delete Port: eba0567e-b09e-4995-9525-e1100b251b88 2026-06-12 08:07:11.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5d52921-11aa-46dd-9a2b-934b60d4adfd aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] Tap Mirror: Handle Delete Port: eba0567e-b09e-4995-9525-e1100b251b88 [pid: 7|app: 0|req: 1397/2694] 10.0.0.18 () {32 vars in 743 bytes} [Fri Jun 12 08:07:11 2026] DELETE /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags/red => 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: 1398/2695] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:11 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:07:11.433 7 INFO neutron.api.v2.resource [None req-3ae0e6f7-5cc9-4796-98c6-11aec242619d fee350f434f343fca6cede579ecfa708 990b07c12c134edd91852549ad19c1d3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1399/2696] 10.0.0.18 () {32 vars in 747 bytes} [Fri Jun 12 08:07:11 2026] DELETE /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2697] 10.0.0.18 () {32 vars in 735 bytes} [Fri Jun 12 08:07:11 2026] DELETE /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2698] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:07:11 2026] DELETE /v2.0/floatingips/e3967494-b8e6-40ef-bc08-1ded7e615c13 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2699] 10.0.0.18 () {32 vars in 732 bytes} [Fri Jun 12 08:07:11 2026] GET /v2.0/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2700] 10.0.0.18 () {32 vars in 733 bytes} [Fri Jun 12 08:07:11 2026] DELETE /v2.0/qos/policies/ba3e6cb5-e9d8-4d3f-9e86-14e2114e1fef => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:11.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba4cff22-d879-4c5a-bc02-22b477575c3a aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] TaaS: Handle Delete Port: f55ef5e6-5110-4cee-a9cf-e9bb615bab7b 2026-06-12 08:07:11.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba4cff22-d879-4c5a-bc02-22b477575c3a aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] Tap Mirror: Handle Delete Port: f55ef5e6-5110-4cee-a9cf-e9bb615bab7b [pid: 8|app: 0|req: 1299/2701] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:07:11 2026] DELETE /v2.0/floatingips/97f40ada-29a8-4454-9460-f30e77053fee => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:11.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-06c952db-7270-4822-9155-832994780f0f aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] TaaS: Handle Delete Port: 97816a4f-4963-4c67-9d78-de07b03fb5f4 2026-06-12 08:07:11.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c952db-7270-4822-9155-832994780f0f aadf4ca904d6443797d3b323d52983bf 26c0df5752614be4a892d6bcbf06ddbc - - default default] Tap Mirror: Handle Delete Port: 97816a4f-4963-4c67-9d78-de07b03fb5f4 [pid: 7|app: 0|req: 1403/2702] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:07:11 2026] DELETE /v2.0/floatingips/67a32dc3-1e7d-4b6d-9876-921b308a2ad4 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2703] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:12 2026] GET /v2.0/security-groups?tenant_id=b9a14292a48c460492131d2e0a2f7b0e&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2704] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:12 2026] DELETE /v2.0/security-groups/384d530c-90c7-43ea-ac24-c325a5c259bf => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2705] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:12 2026] GET /v2.0/security-groups?tenant_id=990b07c12c134edd91852549ad19c1d3&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2706] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:12 2026] DELETE /v2.0/security-groups/48b28cb9-97c7-440b-ace2-a4290cde168c => 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: 1405/2707] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:12 2026] GET /v2.0/security-groups?tenant_id=75eb6c954ae141e3a0b769d379bfebc8&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2708] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:13 2026] DELETE /v2.0/security-groups/1907021a-c7df-4e1f-a492-d9177b2ecb5e => 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: 1406/2709] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:13 2026] GET /v2.0/security-groups?tenant_id=26c0df5752614be4a892d6bcbf06ddbc&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2710] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:13 2026] DELETE /v2.0/security-groups/91f65da0-5683-47f6-8f95-489c88b57be9 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2711] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:13 2026] GET /v2.0/security-groups?tenant_id=71852d1785b14d3ea0804284569d2919&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: 1305/2712] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:13 2026] DELETE /v2.0/security-groups/48836045-fc9d-439f-8ffd-6d8b6322a699 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2713] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:07:18 2026] POST /v2.0/security-groups => generated 1603 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2714] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:07:18 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2715] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:07:18 2026] POST /v2.0/security-groups => generated 1603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2716] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:07:18 2026] POST /v2.0/security-groups => generated 1603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2717] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:07:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2718] 10.0.0.18 () {34 vars in 766 bytes} [Fri Jun 12 08:07:19 2026] PUT /v2.0/security-groups/f8f75dbf-f26e-4261-9c20-2ec9ba04609e/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2719] 10.0.0.18 () {34 vars in 766 bytes} [Fri Jun 12 08:07:19 2026] PUT /v2.0/security-groups/0fd32fc1-43a9-4fc2-b35a-8d0d1be3f968/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2720] 10.0.0.18 () {34 vars in 766 bytes} [Fri Jun 12 08:07:19 2026] PUT /v2.0/security-groups/80603789-4503-4528-b53b-071ad08564ec/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: 1412/2721] 10.0.0.18 () {34 vars in 766 bytes} [Fri Jun 12 08:07:19 2026] PUT /v2.0/security-groups/b22fccea-aa50-49f9-90c9-3e9c76c3c134/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2722] 10.0.0.18 () {32 vars in 679 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2723] 10.0.0.18 () {32 vars in 693 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2724] 10.0.0.18 () {32 vars in 689 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2725] 10.0.0.18 () {32 vars in 701 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2726] 10.0.0.18 () {32 vars in 687 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2727] 10.0.0.18 () {32 vars in 701 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2728] 10.0.0.18 () {32 vars in 697 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2729] 10.0.0.18 () {32 vars in 709 bytes} [Fri Jun 12 08:07:19 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2730] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:19 2026] DELETE /v2.0/security-groups/f8f75dbf-f26e-4261-9c20-2ec9ba04609e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2731] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:19 2026] DELETE /v2.0/security-groups/0fd32fc1-43a9-4fc2-b35a-8d0d1be3f968 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2732] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:19 2026] DELETE /v2.0/security-groups/80603789-4503-4528-b53b-071ad08564ec => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2733] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:20 2026] DELETE /v2.0/security-groups/b22fccea-aa50-49f9-90c9-3e9c76c3c134 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2734] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:20 2026] DELETE /v2.0/security-groups/e391396b-113d-45f2-a690-4921eff74025 => 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: 1419/2735] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:21 2026] GET /v2.0/security-groups?tenant_id=4d184860c4ad413b9f0d8fcea66b6e9d&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2736] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:21 2026] DELETE /v2.0/security-groups/4056bca7-44f6-47e4-9081-29df94242f54 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2737] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:21 2026] GET /v2.0/security-groups?tenant_id=00f5ba1c46f641d3afd9da87b85d6b35&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2738] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:21 2026] DELETE /v2.0/security-groups/528a9a92-a32a-44e8-96f7-3e3e01fea257 => 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: 1421/2739] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:21 2026] GET /v2.0/security-groups?tenant_id=8ad6424f7d90446481058520e37d00f7&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2740] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:21 2026] DELETE /v2.0/security-groups/894b692c-f593-4b65-bb5a-ac37161b8f16 => 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: 1422/2741] 10.0.0.18 () {34 vars in 683 bytes} [Fri Jun 12 08:07:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2742] 10.0.0.18 () {34 vars in 766 bytes} [Fri Jun 12 08:07:25 2026] PUT /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2743] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:07:25 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2746] 10.0.0.18 () {34 vars in 777 bytes} [Fri Jun 12 08:07:25 2026] PUT /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags/green => generated 4 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2747] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:07:25 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2748] 10.0.0.18 () {34 vars in 773 bytes} [Fri Jun 12 08:07:25 2026] PUT /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2749] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:07:25 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2750] 10.0.0.18 () {34 vars in 795 bytes} [Fri Jun 12 08:07:25 2026] PUT /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags/black.or.white => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2751] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:07:26 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2752] 10.0.0.18 () {34 vars in 766 bytes} [Fri Jun 12 08:07:26 2026] PUT /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2753] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:07:26 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2754] 10.0.0.18 () {32 vars in 754 bytes} [Fri Jun 12 08:07:26 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:07:26.337 7 INFO neutron.api.v2.resource [None req-e2be26b7-0b77-4893-9d53-37a2f8905b49 cf8b3cd15a8b49d1a393d8c517433941 c93246aecf18460da6cfe58fece1dfdc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1430/2755] 10.0.0.18 () {32 vars in 758 bytes} [Fri Jun 12 08:07:26 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2756] 10.0.0.18 () {32 vars in 757 bytes} [Fri Jun 12 08:07:26 2026] DELETE /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2757] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:07:26 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:07:26.467 8 INFO neutron.api.v2.resource [None req-aee97694-232a-48ad-9536-33e10a04ec2f cf8b3cd15a8b49d1a393d8c517433941 c93246aecf18460da6cfe58fece1dfdc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1327/2758] 10.0.0.18 () {32 vars in 761 bytes} [Fri Jun 12 08:07:26 2026] DELETE /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2759] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:07:26 2026] DELETE /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2760] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:07:26 2026] GET /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2761] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:26 2026] DELETE /v2.0/security-groups/611ba18c-b537-4aab-82ba-04cc49f3c1db => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2762] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:27 2026] GET /v2.0/security-groups?tenant_id=c93246aecf18460da6cfe58fece1dfdc&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2763] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:27 2026] DELETE /v2.0/security-groups/6e334d0b-fd4a-4c1a-9e46-50d3b463e7bd => 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: 1330/2764] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:07:27 2026] GET /v2.0/security-groups?tenant_id=bd951e1e342643d1b578d09c72d5354f&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: 1435/2765] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:07:27 2026] DELETE /v2.0/security-groups/590256a0-2b2b-4a3f-8ffa-7509a9c45520 => 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: 1437/2768] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:07:43 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: 1332/2769] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:07:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2770] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:07:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2771] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:07:43 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: 1439/2772] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:07:43 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2773] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:07:43 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => 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: 1440/2774] 199.204.45.19 () {34 vars in 716 bytes} [Fri Jun 12 08:07:43 2026] POST /v2.0/ports => generated 1055 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2775] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jun 12 08:07:43 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1055 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2776] 10.0.0.75 () {34 vars in 906 bytes} [Fri Jun 12 08:07:44 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2777] 199.204.45.19 () {34 vars in 1261 bytes} [Fri Jun 12 08:07:45 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2778] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:07:45 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1337/2779] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:07:45 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1443/2780] 199.204.45.19 () {34 vars in 974 bytes} [Fri Jun 12 08:07:45 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1055 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2781] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:07:45 2026] GET /v2.0/networks?id=41254e40-7356-462a-9d35-c3247996f29c => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2782] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:07:45 2026] PUT /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1245 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:07:46.511 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c1d85f3-e03c-42a3-8dcb-3047df8ea25d'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': 'cab2526a-0edb-462c-9137-a7e9d0d56b8d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1339/2783] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:07:47 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2784] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:07:47 2026] GET /v2.0/networks?id=41254e40-7356-462a-9d35-c3247996f29c => 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: 1340/2785] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:07:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => 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: 1446/2786] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:07:47 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2787] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:07:47 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&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: 1447/2788] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:07:47 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2789] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:07:47 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2790] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2791] 199.204.45.19 () {34 vars in 1061 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.209&port_id=4e11db46-4d25-46d9-b52a-3cf4ab813c72 => 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: 1449/2792] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/subnets?id=74a11ca0-3861-43e6-8bee-a6b8ff550a48 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2793] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/ports?network_id=123124db-1e64-46fc-8443-36a74d51524a&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2794] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1345/2795] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1451/2796] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => 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: 1346/2797] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2798] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&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: 1347/2799] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1453/2800] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:07:48 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2801] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jun 12 08:07:52 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2802] 199.204.45.19 () {34 vars in 788 bytes} [Fri Jun 12 08:07:52 2026] PUT /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1271 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:07:53.018 8 INFO neutron.api.v2.resource [None req-66078243-fa41-4953-a959-3a4e34ba6a09 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1349/2803] 199.204.45.19 () {30 vars in 762 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/security-groups/lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:07:53.031 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f3f771d-4144-4b33-846e-3a80ebdf4a9c'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': 'cab2526a-0edb-462c-9137-a7e9d0d56b8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1455/2804] 199.204.45.19 () {30 vars in 784 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/security-groups?name=lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2805] 199.204.45.19 () {34 vars in 788 bytes} [Fri Jun 12 08:07:53 2026] PUT /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1309 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:07:53.340 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f07a118-162f-45c2-b93c-0fbff418c338'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': 'cab2526a-0edb-462c-9137-a7e9d0d56b8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1456/2806] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:07:53 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1351/2807] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:07:53 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: 1457/2808] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2809] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2810] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2811] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2812] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2813] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/networks?id=41254e40-7356-462a-9d35-c3247996f29c => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2814] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => 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: 1355/2815] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2816] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2817] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2818] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&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: 1357/2819] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2820] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2821] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2822] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1359/2823] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:07:53 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1465/2824] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:07:54 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2825] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:07:54 2026] GET /v2.0/networks?id=41254e40-7356-462a-9d35-c3247996f29c => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2826] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:07:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2827] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:07:54 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 679 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2828] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:07:55 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2829] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:07:55 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1468/2830] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:07:55 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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:08:01.881 8 INFO neutron.db.l3_db [None req-05e1f53a-03ce-44e7-8934-0e5d1616fbff 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Floating IP 5d7957d5-76ec-4454-ae8c-cf63160e81d0 associated. External IP: 10.96.250.201, port: a00dd201-cdba-4c30-a34b-0deb3a8dde16. [pid: 8|app: 0|req: 1364/2833] 10.0.0.18 () {34 vars in 676 bytes} [Fri Jun 12 08:08:01 2026] POST /v2.0/floatingips => generated 898 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2834] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08:04 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: 1365/2835] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2836] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:04 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: 1366/2837] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:08:04 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:08:04.952 7 INFO neutron.api.v2.resource [None req-677bf244-958a-4066-b25e-826c5e5ed512 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/2838] 199.204.45.19 () {30 vars in 762 bytes} [Fri Jun 12 08:08:04 2026] GET /v2.0/security-groups/lb-83647af0-7055-4886-89e1-7383a0082ff9 => 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: 1367/2839] 199.204.45.19 () {30 vars in 784 bytes} [Fri Jun 12 08:08:04 2026] GET /v2.0/security-groups?name=lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2840] 199.204.45.19 () {30 vars in 814 bytes} [Fri Jun 12 08:08:04 2026] GET /v2.0/security-group-rules?security_group_id=54dff919-5bdb-44a2-bacf-cf8bcc8ae560 => 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: 1368/2841] 199.204.45.19 () {34 vars in 746 bytes} [Fri Jun 12 08:08:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2842] 199.204.45.19 () {34 vars in 746 bytes} [Fri Jun 12 08:08: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: 7|app: 0|req: 1476/2845] 10.0.0.223 () {30 vars in 690 bytes} [Fri Jun 12 08:08:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2846] 10.0.0.223 () {30 vars in 692 bytes} [Fri Jun 12 08:08:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2847] 10.0.0.223 () {30 vars in 668 bytes} [Fri Jun 12 08:08:13 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: 1371/2848] 10.0.0.223 () {30 vars in 704 bytes} [Fri Jun 12 08:08:13 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: 1478/2849] 10.0.0.223 () {28 vars in 439 bytes} [Fri Jun 12 08:08:14 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2850] 10.0.0.223 () {30 vars in 728 bytes} [Fri Jun 12 08:08:14 2026] GET /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2851] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2852] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2853] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:15 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: 1374/2854] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:08:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2855] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:15 2026] GET /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2856] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:08:15 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2857] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08:15 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: 1376/2858] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2859] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:16 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: 1377/2860] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:08:16 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: 1484/2861] 199.204.45.19 () {34 vars in 716 bytes} [Fri Jun 12 08:08:16 2026] POST /v2.0/ports => generated 1328 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2862] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jun 12 08:08:16 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1328 bytes in 64 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: 1485/2863] 10.0.0.75 () {34 vars in 906 bytes} [Fri Jun 12 08:08:16 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2864] 199.204.45.19 () {34 vars in 1261 bytes} [Fri Jun 12 08:08:17 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2865] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:17 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2866] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:17 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1487/2867] 199.204.45.19 () {34 vars in 974 bytes} [Fri Jun 12 08:08:18 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2868] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:08:18 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2869] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:08:18 2026] PUT /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1518 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:08:18.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5471c8e0-f781-4cdf-88e6-a5b552a6779a'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': 'e3b57c08-2485-4ee4-b055-199de72bdb8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1382/2870] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4095 bytes in 57 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: 1489/2871] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2872] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1490/2873] 199.204.45.19 () {34 vars in 1103 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1de&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1384/2874] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f&id=10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2875] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2876] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2877] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2878] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:19 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1493/2879] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:08:20 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4095 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2880] 199.204.45.19 () {34 vars in 1061 bytes} [Fri Jun 12 08:08:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.209&port_id=4e11db46-4d25-46d9-b52a-3cf4ab813c72 => 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: 1494/2881] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:08:20 2026] GET /v2.0/subnets?id=74a11ca0-3861-43e6-8bee-a6b8ff550a48 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2882] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:20 2026] GET /v2.0/ports?network_id=123124db-1e64-46fc-8443-36a74d51524a&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: 1495/2883] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:20 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1389/2884] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:20 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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/2885] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:08:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => 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: 1390/2886] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1497/2887] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&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: 1391/2888] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1498/2889] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1392/2890] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1499/2891] 199.204.45.19 () {34 vars in 1103 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1de&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1393/2892] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f&id=10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 1409 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2893] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2894] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2895] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2896] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:21 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1502/2897] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jun 12 08:08:25 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2898] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:08:25 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2899] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:25 2026] GET /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => 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: 1397/2900] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:25 2026] GET /v2.0/subnets/10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 742 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2903] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08:25 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: 1505/2904] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08:25 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: 1400/2905] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2906] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:08:25 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: 1401/2907] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:25 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1507/2908] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:08:25 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2909] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:08:26 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2910] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:26 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1403/2911] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:08:26 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2912] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:08:26 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2913] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:26 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1510/2914] 10.0.0.223 () {30 vars in 690 bytes} [Fri Jun 12 08:08:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2915] 10.0.0.223 () {30 vars in 692 bytes} [Fri Jun 12 08:08:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2916] 10.0.0.223 () {30 vars in 668 bytes} [Fri Jun 12 08:08:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2917] 10.0.0.223 () {30 vars in 704 bytes} [Fri Jun 12 08:08:35 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: 1512/2918] 10.0.0.223 () {28 vars in 439 bytes} [Fri Jun 12 08:08:35 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2919] 10.0.0.223 () {30 vars in 728 bytes} [Fri Jun 12 08:08:35 2026] GET /v2.0/subnets/7e992935-5b94-49ea-97de-4e72c045f747 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2920] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2921] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08:37 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: 1514/2922] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:37 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: 1409/2923] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:08:37 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: 1515/2924] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:37 2026] GET /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => 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: 1410/2925] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:38 2026] GET /v2.0/subnets/7e992935-5b94-49ea-97de-4e72c045f747 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2926] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:08:38 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4097 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2927] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2928] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08:38 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: 1412/2929] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:38 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: 1518/2930] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:08:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2931] 199.204.45.19 () {34 vars in 716 bytes} [Fri Jun 12 08:08:38 2026] POST /v2.0/ports => generated 1328 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2932] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jun 12 08:08:39 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1328 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1414/2933] 199.204.45.19 () {34 vars in 1261 bytes} [Fri Jun 12 08:08:40 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2934] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:40 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2935] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:40 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1521/2936] 199.204.45.19 () {34 vars in 974 bytes} [Fri Jun 12 08:08:40 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2939] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:08:40 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2940] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:08:40 2026] PUT /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1518 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:08:41.352 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6610e5bf-7319-4b11-b361-6f668b5b041a'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': '74841398-74a5-4317-92f2-c5ee3238b162', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1417/2941] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:08:41 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 5607 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: 7|app: 0|req: 1525/2942] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:08:41 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2943] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:08:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.99&port_id=74841398-74a5-4317-92f2-c5ee3238b162 => 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: 1526/2944] 199.204.45.19 () {34 vars in 1105 bytes} [Fri Jun 12 08:08:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ee&port_id=74841398-74a5-4317-92f2-c5ee3238b162 => 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: 1419/2945] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:08:42 2026] GET /v2.0/subnets?id=52fe06a1-2e93-4d18-b655-c3e21a5e30ac&id=7e992935-5b94-49ea-97de-4e72c045f747 => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2946] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:42 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&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: 1420/2947] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:42 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2948] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:42 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1421/2949] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:42 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1529/2950] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 5607 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2951] 199.204.45.19 () {34 vars in 1061 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.209&port_id=4e11db46-4d25-46d9-b52a-3cf4ab813c72 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2952] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/subnets?id=74a11ca0-3861-43e6-8bee-a6b8ff550a48 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2953] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/ports?network_id=123124db-1e64-46fc-8443-36a74d51524a&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: 1531/2954] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1424/2955] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1532/2956] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => 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: 1425/2957] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2958] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&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: 1426/2959] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2960] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1427/2961] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1535/2962] 199.204.45.19 () {34 vars in 1103 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1de&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1428/2963] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f&id=10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 1409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2964] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&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: 1429/2965] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:43 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&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: 7|app: 0|req: 1537/2966] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2967] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1538/2968] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.99&port_id=74841398-74a5-4317-92f2-c5ee3238b162 => 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: 1431/2969] 199.204.45.19 () {34 vars in 1105 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1ee&port_id=74841398-74a5-4317-92f2-c5ee3238b162 => 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: 1539/2970] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/subnets?id=52fe06a1-2e93-4d18-b655-c3e21a5e30ac&id=7e992935-5b94-49ea-97de-4e72c045f747 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2971] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2972] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&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: 1433/2973] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1541/2974] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:44 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1434/2975] 10.0.0.75 () {34 vars in 970 bytes} [Fri Jun 12 08:08:48 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2976] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:08:48 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2977] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:48 2026] GET /v2.0/subnets/7e992935-5b94-49ea-97de-4e72c045f747 => 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: 1543/2978] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:48 2026] GET /v2.0/subnets/52fe06a1-2e93-4d18-b655-c3e21a5e30ac => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2979] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:08:48 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1520 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2980] 199.204.45.19 () {34 vars in 789 bytes} [Fri Jun 12 08:08:48 2026] PUT /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1255 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:08:49.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98127264-1145-41b5-abde-901159fcb9e7'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': 'e3b57c08-2485-4ee4-b055-199de72bdb8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1437/2981] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1545/2982] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2983] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08: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: 7|app: 0|req: 1546/2984] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08: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: 8|app: 0|req: 1439/2985] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:49 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: 1547/2986] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:08:49 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: 1440/2987] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1548/2988] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2989] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1345 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2990] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1442/2991] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2992] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2993] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2994] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 5380 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2995] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2996] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1445/2997] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2998] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2999] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1554/3000] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:08:49 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3003] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:08:59 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: 1448/3004] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:08:59 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: 1557/3005] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:08:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3006] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3007] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3008] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 5380 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3009] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:00 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: 1451/3010] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:00 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: 1560/3011] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3012] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:00 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: 1561/3013] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1520 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3014] 199.204.45.19 () {34 vars in 789 bytes} [Fri Jun 12 08:09:00 2026] PUT /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1251 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3015] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 798 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:09:00.739 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbbcb7b2-d5ed-4c44-805d-46a6b2442978'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': '74841398-74a5-4317-92f2-c5ee3238b162', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/3016] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/subnets/7e992935-5b94-49ea-97de-4e72c045f747 => generated 674 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3017] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:00 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1287 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3018] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 5147 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3019] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3020] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.99&port_id=74841398-74a5-4317-92f2-c5ee3238b162 => 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: 1567/3021] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/subnets?id=7e992935-5b94-49ea-97de-4e72c045f747 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3022] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3023] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1570/3024] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3025] 199.204.45.19 () {34 vars in 788 bytes} [Fri Jun 12 08:09:00 2026] PUT /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1080 bytes in 802 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3026] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 798 bytes in 47 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: 1456/3027] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3028] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:01 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4976 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:09:02.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8d1f4e3-17b7-42de-a37e-5d2147ef2666'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': '74841398-74a5-4317-92f2-c5ee3238b162', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1457/3029] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:02 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3030] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:03 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4976 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3031] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:09:03 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3032] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:03 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1459/3033] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:03 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1575/3034] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:03 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3035] 199.204.45.19 () {34 vars in 974 bytes} [Fri Jun 12 08:09:04 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3036] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:09:04 2026] GET /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162?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: 1461/3037] 199.204.45.19 () {34 vars in 1015 bytes} [Fri Jun 12 08:09:04 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3038] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:09:04 2026] PUT /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 917 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3039] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3868 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, ' 2026-06-12 08:09:05.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-0599f45b-ac1a-42b7-9cf3-abc797ee9a7e 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 74841398-74a5-4317-92f2-c5ee3238b162 2026-06-12 08:09:05.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0599f45b-ac1a-42b7-9cf3-abc797ee9a7e 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 74841398-74a5-4317-92f2-c5ee3238b162 [pid: 7|app: 0|req: 1578/3040] 199.204.45.19 () {32 vars in 758 bytes} [Fri Jun 12 08:09:05 2026] DELETE /v2.0/ports/74841398-74a5-4317-92f2-c5ee3238b162 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3041] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:05 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: 1579/3042] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:05 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: 1464/3043] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:05 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: 1580/3044] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3045] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1581/3046] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3047] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3048] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1467/3049] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3050] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3051] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:05 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1584/3052] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3868 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3053] 199.204.45.19 () {34 vars in 1225 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/networks?id=123124db-1e64-46fc-8443-36a74d51524a&id=41254e40-7356-462a-9d35-c3247996f29c&id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 3095 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3054] 199.204.45.19 () {34 vars in 1061 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.209&port_id=4e11db46-4d25-46d9-b52a-3cf4ab813c72 => 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: 1470/3055] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/subnets?id=74a11ca0-3861-43e6-8bee-a6b8ff550a48 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3056] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/ports?network_id=123124db-1e64-46fc-8443-36a74d51524a&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: 8|app: 0|req: 1471/3057] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3058] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1472/3059] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => 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: 1588/3060] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3061] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&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: 1589/3062] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1474/3063] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1590/3064] 199.204.45.19 () {34 vars in 1057 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=e3b57c08-2485-4ee4-b055-199de72bdb8e => 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: 1475/3065] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3066] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3067] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1592/3068] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:06 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1477/3069] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:10 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: 1593/3070] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:10 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: 1478/3071] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3072] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:10 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: 1479/3075] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:10 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3868 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3076] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3077] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3078] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3079] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:10 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: 1599/3080] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:10 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3081] 199.204.45.19 () {34 vars in 788 bytes} [Fri Jun 12 08:09:11 2026] PUT /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1080 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:09:11.378 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22e0decb-6077-455b-9d1b-be98475b284d'] response: {'name': 'network-changed', 'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'tag': 'e3b57c08-2485-4ee4-b055-199de72bdb8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1600/3082] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:09:11 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1483/3083] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:11 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3693 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3084] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:11 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3085] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:11 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3086] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:09:11 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3087] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:11 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1603/3088] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:12 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1486/3089] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:12 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3090] 199.204.45.19 () {34 vars in 974 bytes} [Fri Jun 12 08:09:13 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3091] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:09:13 2026] GET /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3092] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:13 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 3693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3093] 199.204.45.19 () {34 vars in 1015 bytes} [Fri Jun 12 08:09:13 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=dns_domain => generated 29 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3094] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:09:13 2026] PUT /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 917 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3095] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:14 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-12 08:09:14.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4f996b6-d820-41c8-acda-04d5bb6e1598 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: e3b57c08-2485-4ee4-b055-199de72bdb8e 2026-06-12 08:09:14.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4f996b6-d820-41c8-acda-04d5bb6e1598 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: e3b57c08-2485-4ee4-b055-199de72bdb8e [pid: 8|app: 0|req: 1490/3096] 199.204.45.19 () {32 vars in 758 bytes} [Fri Jun 12 08:09:14 2026] DELETE /v2.0/ports/e3b57c08-2485-4ee4-b055-199de72bdb8e => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3097] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:15 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: 1491/3098] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:15 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: 1608/3099] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3100] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:15 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: 1609/3101] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1493/3102] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3103] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1345 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3104] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1611/3105] 199.204.45.19 () {30 vars in 742 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3106] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3107] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1496/3108] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3109] 199.204.45.19 () {34 vars in 1145 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/networks?id=123124db-1e64-46fc-8443-36a74d51524a&id=41254e40-7356-462a-9d35-c3247996f29c&id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 2308 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3110] 199.204.45.19 () {34 vars in 1061 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.209&port_id=4e11db46-4d25-46d9-b52a-3cf4ab813c72 => 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: 1614/3111] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/subnets?id=74a11ca0-3861-43e6-8bee-a6b8ff550a48 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3112] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/ports?network_id=123124db-1e64-46fc-8443-36a74d51524a&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: 1615/3113] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1499/3114] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1616/3115] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3116] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/subnets?id=da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1617/3117] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/ports?network_id=41254e40-7356-462a-9d35-c3247996f29c&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: 1501/3118] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1618/3119] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:15 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?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: 1620/3122] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3123] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3124] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:27 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: 1504/3125] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:27 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:09:27.178 7 INFO neutron.api.v2.resource [None req-959c3ed9-277f-4ed3-95e2-4ec86058895e 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3126] 199.204.45.19 () {30 vars in 762 bytes} [Fri Jun 12 08:09:27 2026] GET /v2.0/security-groups/lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3127] 199.204.45.19 () {30 vars in 784 bytes} [Fri Jun 12 08:09:27 2026] GET /v2.0/security-groups?name=lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3128] 199.204.45.19 () {30 vars in 814 bytes} [Fri Jun 12 08:09:27 2026] GET /v2.0/security-group-rules?security_group_id=54dff919-5bdb-44a2-bacf-cf8bcc8ae560 => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3129] 199.204.45.19 () {32 vars in 788 bytes} [Fri Jun 12 08:09:27 2026] DELETE /v2.0/security-group-rules/94a67725-c8aa-4cf5-9d7f-83ee05671185 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3130] 199.204.45.19 () {32 vars in 788 bytes} [Fri Jun 12 08:09:27 2026] DELETE /v2.0/security-group-rules/f63f5d7a-b1fa-48c9-9b62-2b6d36cf403b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:09:30.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb000cbe-5705-40a7-ba73-e5f9d4eab566 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: dd752694-6b02-4125-a76b-62853d4f12ab 2026-06-12 08:09:30.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb000cbe-5705-40a7-ba73-e5f9d4eab566 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: dd752694-6b02-4125-a76b-62853d4f12ab 2026-06-12 08:09:30.955 8 INFO neutron.db.l3_db [None req-bb000cbe-5705-40a7-ba73-e5f9d4eab566 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Floating IP 5d7957d5-76ec-4454-ae8c-cf63160e81d0 disassociated (deleted). External IP: 10.96.250.201, port: a00dd201-cdba-4c30-a34b-0deb3a8dde16. [pid: 8|app: 0|req: 1507/3131] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:09:30 2026] DELETE /v2.0/floatingips/5d7957d5-76ec-4454-ae8c-cf63160e81d0 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:09:31.269 7 INFO neutron.api.v2.resource [None req-b4b16e0a-f5c0-4d19-9b59-19cf14f05d23 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3132] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:09:31 2026] GET /v2.0/floatingips/5d7957d5-76ec-4454-ae8c-cf63160e81d0 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3133] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3134] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:31 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: 1509/3135] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:31 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: 1627/3136] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:31 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:09:31.962 8 INFO neutron.api.v2.resource [None req-7c9bc2a8-b31c-4e5f-8ed9-3c05a0a18029 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1510/3137] 199.204.45.19 () {30 vars in 762 bytes} [Fri Jun 12 08:09:31 2026] GET /v2.0/security-groups/lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3138] 199.204.45.19 () {30 vars in 784 bytes} [Fri Jun 12 08:09:31 2026] GET /v2.0/security-groups?name=lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3139] 199.204.45.19 () {30 vars in 814 bytes} [Fri Jun 12 08:09:32 2026] GET /v2.0/security-group-rules?security_group_id=54dff919-5bdb-44a2-bacf-cf8bcc8ae560 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3140] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3141] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3142] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:32 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: 1513/3143] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:32 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: 1631/3144] 199.204.45.19 () {30 vars in 740 bytes} [Fri Jun 12 08:09:32 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => 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: 1514/3145] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:32 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3146] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:32 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3147] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:32 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3148] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:33 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3149] 199.204.45.19 () {34 vars in 974 bytes} [Fri Jun 12 08:09:34 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1345 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3150] 199.204.45.19 () {34 vars in 1059 bytes} [Fri Jun 12 08:09:34 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3151] 199.204.45.19 () {34 vars in 1015 bytes} [Fri Jun 12 08:09:34 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3152] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:34 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3153] 199.204.45.19 () {38 vars in 1027 bytes} [Fri Jun 12 08:09:34 2026] PUT /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1146 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3154] 199.204.45.19 () {30 vars in 768 bytes} [Fri Jun 12 08:09:35 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1519/3155] 199.204.45.19 () {34 vars in 788 bytes} [Fri Jun 12 08:09:35 2026] PUT /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1086 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3156] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:35 2026] GET /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 1086 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, ' 2026-06-12 08:09:35.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-62ce05ca-a6b8-4c0c-ad34-88e262334f52 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: cab2526a-0edb-462c-9137-a7e9d0d56b8d 2026-06-12 08:09:35.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62ce05ca-a6b8-4c0c-ad34-88e262334f52 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: cab2526a-0edb-462c-9137-a7e9d0d56b8d [pid: 8|app: 0|req: 1520/3157] 199.204.45.19 () {32 vars in 758 bytes} [Fri Jun 12 08:09:35 2026] DELETE /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => 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: 1638/3158] 199.204.45.19 () {30 vars in 702 bytes} [Fri Jun 12 08:09:36 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: 1521/3159] 199.204.45.19 () {30 vars in 704 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3160] 199.204.45.19 () {30 vars in 680 bytes} [Fri Jun 12 08:09:36 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: 1522/3161] 199.204.45.19 () {30 vars in 716 bytes} [Fri Jun 12 08:09:36 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:09:36.262 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b80d7d97-87bc-4d2c-affe-49b326690ebc 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3162] 199.204.45.19 () {32 vars in 758 bytes} [Fri Jun 12 08:09:36 2026] DELETE /v2.0/ports/cab2526a-0edb-462c-9137-a7e9d0d56b8d => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3163] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:09:36.328 7 INFO neutron.api.v2.resource [None req-d6ed8915-75d4-4c68-ab24-fae78ad9640b 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3164] 199.204.45.19 () {30 vars in 762 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/security-groups/lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3165] 199.204.45.19 () {30 vars in 784 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/security-groups?name=lb-83647af0-7055-4886-89e1-7383a0082ff9 => generated 1639 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3166] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/ports?tenant_id=800d485fa89f4d0db075f9f9adf11dc8&device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3167] 199.204.45.19 () {30 vars in 736 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1128 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3168] 199.204.45.19 () {34 vars in 1065 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/networks?id=123124db-1e64-46fc-8443-36a74d51524a&id=41254e40-7356-462a-9d35-c3247996f29c => generated 1521 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3169] 199.204.45.19 () {34 vars in 1061 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.209&port_id=4e11db46-4d25-46d9-b52a-3cf4ab813c72 => 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: 1527/3170] 199.204.45.19 () {34 vars in 983 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/subnets?id=74a11ca0-3861-43e6-8bee-a6b8ff550a48 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3171] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/ports?network_id=123124db-1e64-46fc-8443-36a74d51524a&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: 1529/3172] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?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: 1644/3173] 199.204.45.19 () {34 vars in 788 bytes} [Fri Jun 12 08:09:36 2026] PUT /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 1090 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3174] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:36 2026] GET /v2.0/networks/123124db-1e64-46fc-8443-36a74d51524a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3175] 199.204.45.19 () {32 vars in 778 bytes} [Fri Jun 12 08:09:36 2026] DELETE /v2.0/security-groups/54dff919-5bdb-44a2-bacf-cf8bcc8ae560 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:09:36.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fde943d-535e-4f9e-8dc0-1bdaa3add969 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: a00dd201-cdba-4c30-a34b-0deb3a8dde16 2026-06-12 08:09:36.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fde943d-535e-4f9e-8dc0-1bdaa3add969 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: a00dd201-cdba-4c30-a34b-0deb3a8dde16 [pid: 8|app: 0|req: 1531/3176] 199.204.45.19 () {32 vars in 758 bytes} [Fri Jun 12 08:09:36 2026] DELETE /v2.0/ports/a00dd201-cdba-4c30-a34b-0deb3a8dde16 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3177] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:09:39 2026] GET /v2.0/ports?device_id=21b219e9-796c-417a-83d2-c0d8cd34b5fe => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:09:39.861 8 INFO neutron_taas.services.taas.taas_plugin [req-cee08a27-e252-4736-a9a4-23ff3951df64 req-8154750f-e1ec-4e7a-995b-5bf06ff48ac3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] TaaS: Handle Delete Port: 4e11db46-4d25-46d9-b52a-3cf4ab813c72 2026-06-12 08:09:39.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cee08a27-e252-4736-a9a4-23ff3951df64 req-8154750f-e1ec-4e7a-995b-5bf06ff48ac3 595e9a6a98fa4357937900f798e7a6c8 800d485fa89f4d0db075f9f9adf11dc8 - - default default] Tap Mirror: Handle Delete Port: 4e11db46-4d25-46d9-b52a-3cf4ab813c72 [pid: 8|app: 0|req: 1532/3178] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:09:39 2026] DELETE /v2.0/ports/4e11db46-4d25-46d9-b52a-3cf4ab813c72 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:09:40.042 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fc8b147-1373-4e25-9149-727bc15e84f2'] response: {'server_uuid': '21b219e9-796c-417a-83d2-c0d8cd34b5fe', 'name': 'network-vif-deleted', 'tag': '4e11db46-4d25-46d9-b52a-3cf4ab813c72', 'status': 'completed', 'code': 200} 2026-06-12 08:09:41.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-11b53cdc-b815-411b-8963-53810545b75f 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 7e7b8232-a298-4030-be0a-ec211c5d7ea4 2026-06-12 08:09:41.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11b53cdc-b815-411b-8963-53810545b75f 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 7e7b8232-a298-4030-be0a-ec211c5d7ea4 2026-06-12 08:09:41.750 7 INFO neutron.db.l3_db [None req-11b53cdc-b815-411b-8963-53810545b75f 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Floating IP 54e02910-dfb3-4400-aa89-892f0bdb5d3a disassociated (deleted). External IP: 10.96.250.215, port: 5fc877d6-8aef-4521-aa9d-01436851d789. [pid: 7|app: 0|req: 1648/3181] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:09:41 2026] DELETE /v2.0/floatingips/54e02910-dfb3-4400-aa89-892f0bdb5d3a => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:09:42.053 8 INFO neutron.api.v2.resource [None req-e2001a43-165b-4ebf-9761-fafea670f828 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3182] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/floatingips/54e02910-dfb3-4400-aa89-892f0bdb5d3a => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:09:42.061 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-95f3b297-8faa-4533-9886-3b33976dfeda'] response: {'name': 'network-changed', 'server_uuid': '57bdd10f-47ea-40fd-b5ca-60f3874c31e7', 'tag': '5fc877d6-8aef-4521-aa9d-01436851d789', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1649/3183] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3184] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3185] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3186] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/networks?id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3187] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.21&port_id=5fc877d6-8aef-4521-aa9d-01436851d789 => 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: 1537/3188] 199.204.45.19 () {34 vars in 1105 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ff&port_id=5fc877d6-8aef-4521-aa9d-01436851d789 => 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: 1652/3189] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/subnets?id=52fe06a1-2e93-4d18-b655-c3e21a5e30ac&id=7e992935-5b94-49ea-97de-4e72c045f747 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3190] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&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: 1653/3191] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/ports?network_id=bbe52121-e2bc-4eb4-adf8-7e346f6dc522&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3192] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1654/3193] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:42 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522?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: 1540/3194] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:09:44 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:09:44.759 7 INFO neutron_taas.services.taas.taas_plugin [req-4ab5fbc4-4ca4-48e2-b391-17da929ee170 req-085794e1-bb51-4df3-b13e-1741beb4a311 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 5fc877d6-8aef-4521-aa9d-01436851d789 2026-06-12 08:09:44.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ab5fbc4-4ca4-48e2-b391-17da929ee170 req-085794e1-bb51-4df3-b13e-1741beb4a311 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 5fc877d6-8aef-4521-aa9d-01436851d789 [pid: 7|app: 0|req: 1655/3195] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:09:44 2026] DELETE /v2.0/ports/5fc877d6-8aef-4521-aa9d-01436851d789 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:09:44.929 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5900e259-4f4a-4624-a5e0-5eace676ca51'] response: {'server_uuid': '57bdd10f-47ea-40fd-b5ca-60f3874c31e7', 'name': 'network-vif-deleted', 'tag': '5fc877d6-8aef-4521-aa9d-01436851d789', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1541/3196] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:09:47 2026] GET /v2.0/ports?device_id=57bdd10f-47ea-40fd-b5ca-60f3874c31e7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-12 08:09:52.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-46ce324e-6b9a-4c6b-b491-3ce029bbb729 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 526a77f7-ebb7-4b3d-8e3d-37cad5a44b08 2026-06-12 08:09:52.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ce324e-6b9a-4c6b-b491-3ce029bbb729 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 526a77f7-ebb7-4b3d-8e3d-37cad5a44b08 2026-06-12 08:09:53.224 7 INFO neutron.db.l3_db [None req-46ce324e-6b9a-4c6b-b491-3ce029bbb729 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Floating IP c91df3b1-62b8-4cde-8f8b-83e776c2b98d disassociated (deleted). External IP: 10.96.250.214, port: 69203cbd-f46f-4645-b0a5-be55b2c41415. [pid: 7|app: 0|req: 1656/3197] 10.0.0.18 () {32 vars in 731 bytes} [Fri Jun 12 08:09:52 2026] DELETE /v2.0/floatingips/c91df3b1-62b8-4cde-8f8b-83e776c2b98d => generated 0 bytes in 1000 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:09:53.519 8 INFO neutron.api.v2.resource [None req-8aa0ed6a-624c-47b7-b0f1-85757aaf99f4 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3198] 10.0.0.18 () {32 vars in 728 bytes} [Fri Jun 12 08:09:53 2026] GET /v2.0/floatingips/c91df3b1-62b8-4cde-8f8b-83e776c2b98d => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:09:53.530 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2c7534e-16e2-4539-9789-3cef9c0ba932'] response: {'name': 'network-changed', 'server_uuid': 'e7c14b35-01ea-41f0-91ae-5a55915103c5', 'tag': '69203cbd-f46f-4645-b0a5-be55b2c41415', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1657/3199] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:09:53 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1196 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3200] 10.0.0.75 () {34 vars in 1039 bytes} [Fri Jun 12 08:09:53 2026] GET /v2.0/security-groups?id=c988d19d-9d17-417e-bc07-f85e284d7fbc&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3201] 199.204.45.19 () {34 vars in 1079 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/ports?tenant_id=506500619d884b9ba323ff0eef07a48c&device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3202] 199.204.45.19 () {34 vars in 985 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/networks?id=5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3203] 199.204.45.19 () {34 vars in 1055 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.84&port_id=69203cbd-f46f-4645-b0a5-be55b2c41415 => 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: 1545/3204] 199.204.45.19 () {34 vars in 1103 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A190&port_id=69203cbd-f46f-4645-b0a5-be55b2c41415 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3205] 199.204.45.19 () {34 vars in 1063 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/subnets?id=d3212337-1825-44aa-9068-981994aec19f&id=10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 1409 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3206] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3207] 199.204.45.19 () {34 vars in 1051 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/ports?network_id=5be2f05a-954d-4554-941c-b1fa84b4cf0b&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3208] 199.204.45.19 () {34 vars in 1011 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?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: 1662/3209] 199.204.45.19 () {34 vars in 1111 bytes} [Fri Jun 12 08:09:54 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3212] 199.204.45.19 () {34 vars in 993 bytes} [Fri Jun 12 08:09:56 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 1196 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-12 08:09:56.288 8 INFO neutron_taas.services.taas.taas_plugin [req-ee63f9ba-639f-4a85-8465-7391f125a9e6 req-9f2e64f3-43d2-4bcc-8d58-a1e20ae08aa5 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 69203cbd-f46f-4645-b0a5-be55b2c41415 2026-06-12 08:09:56.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee63f9ba-639f-4a85-8465-7391f125a9e6 req-9f2e64f3-43d2-4bcc-8d58-a1e20ae08aa5 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 69203cbd-f46f-4645-b0a5-be55b2c41415 [pid: 8|app: 0|req: 1549/3213] 199.204.45.19 () {36 vars in 996 bytes} [Fri Jun 12 08:09:56 2026] DELETE /v2.0/ports/69203cbd-f46f-4645-b0a5-be55b2c41415 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:09:56.501 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e06a7af7-7f2b-4c5d-8cbd-6cd9636fcb2f'] response: {'server_uuid': 'e7c14b35-01ea-41f0-91ae-5a55915103c5', 'name': 'network-vif-deleted', 'tag': '69203cbd-f46f-4645-b0a5-be55b2c41415', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1665/3214] 10.0.0.75 () {34 vars in 989 bytes} [Fri Jun 12 08:09:58 2026] GET /v2.0/ports?device_id=e7c14b35-01ea-41f0-91ae-5a55915103c5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3215] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:03 2026] DELETE /v2.0/security-group-rules/d66f5fe8-3a8d-4f3a-b5c5-e6b2f329c457 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.048 7 INFO neutron.api.v2.resource [None req-1b4ddf37-b478-4a81-a15b-0ce6129e06c9 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3216] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/d66f5fe8-3a8d-4f3a-b5c5-e6b2f329c457 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3217] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/a3ae5e3e-559b-4d7f-8859-5a19cdb78fac => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.130 7 INFO neutron.api.v2.resource [None req-7d0ffaa1-09bc-4f31-a225-c164cecd0a46 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3218] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/a3ae5e3e-559b-4d7f-8859-5a19cdb78fac => 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: 1552/3219] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/d001e540-9972-4352-a35a-e8215e21efe2 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.268 7 INFO neutron.api.v2.resource [None req-9c9bd468-b2b6-4df9-ad97-24c0e3912218 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3220] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/d001e540-9972-4352-a35a-e8215e21efe2 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3221] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/03086a57-25e5-4343-a3f2-ecca682c1150 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.357 7 INFO neutron.api.v2.resource [None req-5e4ff103-04b5-48b1-8d14-500672d57cfb 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3222] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/03086a57-25e5-4343-a3f2-ecca682c1150 => 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: 1554/3223] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/aec32160-be22-4c9c-a233-a2d4e95bd1ca => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.439 7 INFO neutron.api.v2.resource [None req-00064a99-5ea1-4fef-bf1c-137bd67f3e47 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3224] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/aec32160-be22-4c9c-a233-a2d4e95bd1ca => 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: 1555/3225] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/c9da2c8b-7ad1-4a2b-85d5-2a18cf378d87 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.526 7 INFO neutron.api.v2.resource [None req-a20107f9-970b-462d-b40d-93a722304e11 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3226] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/c9da2c8b-7ad1-4a2b-85d5-2a18cf378d87 => 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: 1556/3227] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/65e97621-f500-4693-80e7-0e414a87ad9c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.613 7 INFO neutron.api.v2.resource [None req-a5eb04e7-c12f-4d09-8660-8896655add5a 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1672/3228] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/65e97621-f500-4693-80e7-0e414a87ad9c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3229] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/51576413-77fe-4396-9751-afe9726d1fb5 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.707 7 INFO neutron.api.v2.resource [None req-51c58f00-1e00-4f3a-a655-4fd1e12c8fae 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1673/3230] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/51576413-77fe-4396-9751-afe9726d1fb5 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3231] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/a18f2f68-f198-4c38-9a55-4f1693c6f8f1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.800 7 INFO neutron.api.v2.resource [None req-a9f10353-049b-4bab-a998-372b4d0b723e 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1674/3232] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/a18f2f68-f198-4c38-9a55-4f1693c6f8f1 => 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: 1559/3233] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/1c8e8baf-f052-4999-be31-f9af27104242 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.883 7 INFO neutron.api.v2.resource [None req-3821083c-69f1-4613-8e4e-04eefbba2f6f 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1675/3234] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/1c8e8baf-f052-4999-be31-f9af27104242 => 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: 1560/3235] 10.0.0.18 () {32 vars in 749 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-group-rules/e34580c2-7c2d-4abc-a043-8c6d6e2317e9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:04.962 7 INFO neutron.api.v2.resource [None req-b63dd66c-48ad-4c47-aa49-98a260fcf3cf 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1676/3236] 10.0.0.18 () {32 vars in 746 bytes} [Fri Jun 12 08:10:04 2026] GET /v2.0/security-group-rules/e34580c2-7c2d-4abc-a043-8c6d6e2317e9 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3237] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:04 2026] DELETE /v2.0/security-groups/c988d19d-9d17-417e-bc07-f85e284d7fbc => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:05.086 7 INFO neutron.api.v2.resource [None req-aae316a2-9f95-4ed3-adcc-cabcc69758de 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3238] 10.0.0.18 () {32 vars in 736 bytes} [Fri Jun 12 08:10:05 2026] GET /v2.0/security-groups/c988d19d-9d17-417e-bc07-f85e284d7fbc => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:05.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-915ad524-6dd4-4eca-bb06-16522465624b 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 576b7d08-6b34-4cf4-ba67-70c7759be5ba 2026-06-12 08:10:05.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-915ad524-6dd4-4eca-bb06-16522465624b 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 576b7d08-6b34-4cf4-ba67-70c7759be5ba [pid: 8|app: 0|req: 1562/3239] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:10:05 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/remove_router_interface => generated 309 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:10:06.372 7 INFO neutron.api.v2.resource [None req-381458ae-4451-49c6-a6b5-04ac62497471 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3240] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:10:06 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:06.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d4a81cf-8ca2-40ee-8e66-435df157255e 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: b341e2bc-3811-42fb-8058-8a3ae92bae0b 2026-06-12 08:10:06.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d4a81cf-8ca2-40ee-8e66-435df157255e 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: b341e2bc-3811-42fb-8058-8a3ae92bae0b [pid: 8|app: 0|req: 1563/3241] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:10:06 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:10:07.628 7 INFO neutron.api.v2.resource [None req-8a4e230a-19a8-4526-a73d-5e2ee793fc9c 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3242] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:10:07 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/remove_router_interface => generated 198 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:08.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6a9fbc2-4eb5-4139-8879-e96e4bb91de9 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: bd7d20c5-b1b1-4d6f-807f-72f3761cf6da 2026-06-12 08:10:08.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6a9fbc2-4eb5-4139-8879-e96e4bb91de9 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: bd7d20c5-b1b1-4d6f-807f-72f3761cf6da [pid: 8|app: 0|req: 1564/3243] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:10:07 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-12 08:10:08.752 7 INFO neutron.api.v2.resource [None req-7c0ec9aa-86b2-44fd-b068-052fb0e22278 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3244] 10.0.0.18 () {34 vars in 788 bytes} [Fri Jun 12 08:10:08 2026] PUT /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0/remove_router_interface => generated 198 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:08.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-b299f174-57ec-4282-971a-982ebf3e9fd8 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 38ba60b7-c2fe-4f9d-a52c-fb4af29ba954 2026-06-12 08:10:08.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b299f174-57ec-4282-971a-982ebf3e9fd8 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 38ba60b7-c2fe-4f9d-a52c-fb4af29ba954 2026-06-12 08:10:09.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-b299f174-57ec-4282-971a-982ebf3e9fd8 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 0d7d7f6e-e80f-44df-8418-5108076d2ceb 2026-06-12 08:10:09.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b299f174-57ec-4282-971a-982ebf3e9fd8 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 0d7d7f6e-e80f-44df-8418-5108076d2ceb 2026-06-12 08:10:09.660 8 INFO neutron.db.l3_hamode_db [None req-b299f174-57ec-4282-971a-982ebf3e9fd8 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] HA network 31f41e99-a96b-4a2e-bd85-e7862f3609cc was deleted as no HA routers are present in tenant 506500619d884b9ba323ff0eef07a48c. [pid: 8|app: 0|req: 1565/3245] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:10:08 2026] DELETE /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-12 08:10:09.673 8 INFO neutron.services.segments.plugin [-] Segment cdb9cb7d-dc77-4e95-939c-49a56a1970bd resource provider aggregate not found 2026-06-12 08:10:09.678 8 INFO neutron.services.segments.plugin [-] Segment cdb9cb7d-dc77-4e95-939c-49a56a1970bd resource provider aggregate not found 2026-06-12 08:10:09.691 8 INFO neutron.services.segments.plugin [-] Segment cdb9cb7d-dc77-4e95-939c-49a56a1970bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdb9cb7d-dc77-4e95-939c-49a56a1970bd found for delete ", "request_id": "req-e79b1c2b-d3d4-4832-b7d3-bb58d0a831ef"}]} 2026-06-12 08:10:09.694 8 INFO neutron.services.segments.plugin [-] Segment cdb9cb7d-dc77-4e95-939c-49a56a1970bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdb9cb7d-dc77-4e95-939c-49a56a1970bd found for delete ", "request_id": "req-fe44a3ea-5e2c-43fb-8115-7d1315d8bcab"}]} 2026-06-12 08:10:09.697 7 INFO neutron.api.v2.resource [None req-1b9c4996-074b-455b-b769-f29d3d38e6ca 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1681/3246] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:10:09 2026] GET /v2.0/routers/6d75a614-1997-4fbf-87d0-60d04894b9c0 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3247] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:10:09 2026] DELETE /v2.0/subnets/52fe06a1-2e93-4d18-b655-c3e21a5e30ac => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:09.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adac4f8d-c7f0-4934-b278-4119b4d4fb5b 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3248] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:10:09 2026] GET /v2.0/subnets/52fe06a1-2e93-4d18-b655-c3e21a5e30ac => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3249] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:10:09 2026] DELETE /v2.0/subnets/7e992935-5b94-49ea-97de-4e72c045f747 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:10.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-edd2898a-dcf4-4b74-bbcf-e2af6f642a98 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3250] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:10:10 2026] GET /v2.0/subnets/7e992935-5b94-49ea-97de-4e72c045f747 => generated 136 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:10.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f328bfb-d485-4d16-903e-e175073c1750 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: 1583a434-2856-44dd-b7e2-f2829719292f 2026-06-12 08:10:10.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f328bfb-d485-4d16-903e-e175073c1750 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: 1583a434-2856-44dd-b7e2-f2829719292f [pid: 8|app: 0|req: 1568/3251] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:10:10 2026] DELETE /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:10.389 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bac726a-c0fa-4479-a70a-bcf80c73a19c 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1684/3252] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:10:10 2026] GET /v2.0/networks/bbe52121-e2bc-4eb4-adf8-7e346f6dc522 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3253] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:10:10 2026] DELETE /v2.0/subnets/10d73d59-b69f-4f3c-9be9-eb8660a4a533 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:10.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef93c166-e66b-4843-8275-5c5850e9e779 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3254] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:10:10 2026] GET /v2.0/subnets/10d73d59-b69f-4f3c-9be9-eb8660a4a533 => 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: 1570/3255] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:10:10 2026] DELETE /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:10.744 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c701130-826a-4d6a-945e-edd576c608dd 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1686/3256] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:10:10 2026] GET /v2.0/subnets/d3212337-1825-44aa-9068-981994aec19f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:10.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-059061fd-1c69-43d0-acb5-8161008ae60a 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: e4cbbecf-c521-4003-9af6-6403b74bc839 2026-06-12 08:10:10.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-059061fd-1c69-43d0-acb5-8161008ae60a 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: e4cbbecf-c521-4003-9af6-6403b74bc839 [pid: 8|app: 0|req: 1571/3259] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:10:10 2026] DELETE /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:11.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c3c344d-6c48-4245-9cf0-839125994686 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1689/3260] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:10:11 2026] GET /v2.0/networks/5be2f05a-954d-4554-941c-b1fa84b4cf0b => generated 138 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3261] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:10:11 2026] DELETE /v2.0/subnets/e7e37bed-0cb4-47f1-acd0-e9f57581fd84 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:11.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a31f122-52b4-46dd-956c-883afb7e3e3a 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1690/3262] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:10:11 2026] GET /v2.0/subnets/e7e37bed-0cb4-47f1-acd0-e9f57581fd84 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3263] 10.0.0.18 () {32 vars in 723 bytes} [Fri Jun 12 08:10:11 2026] DELETE /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:11.476 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fb69d3d-efd0-43eb-afa6-daa4acc77417 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1691/3264] 10.0.0.18 () {32 vars in 720 bytes} [Fri Jun 12 08:10:11 2026] GET /v2.0/subnets/da9f6c81-b05c-4e96-bacb-e886d4267079 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:11.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5397d27-8a9d-4ca0-b3d4-18ee79bc7e7e 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] TaaS: Handle Delete Port: bd2067b4-f872-4674-a67c-2041ae65eab5 2026-06-12 08:10:11.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5397d27-8a9d-4ca0-b3d4-18ee79bc7e7e 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] Tap Mirror: Handle Delete Port: bd2067b4-f872-4674-a67c-2041ae65eab5 2026-06-12 08:10:11.715 8 INFO neutron.services.segments.plugin [-] Segment 03cf351c-9c87-445a-87e1-41313045a1c2 resource provider aggregate not found 2026-06-12 08:10:11.723 8 INFO neutron.services.segments.plugin [-] Segment 03cf351c-9c87-445a-87e1-41313045a1c2 resource provider aggregate not found 2026-06-12 08:10:11.734 8 INFO neutron.services.segments.plugin [-] Segment 03cf351c-9c87-445a-87e1-41313045a1c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03cf351c-9c87-445a-87e1-41313045a1c2 found for delete ", "request_id": "req-06902a27-fd39-42c8-bdcb-af3dd8a59669"}]} 2026-06-12 08:10:11.738 8 INFO neutron.services.segments.plugin [-] Segment 03cf351c-9c87-445a-87e1-41313045a1c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03cf351c-9c87-445a-87e1-41313045a1c2 found for delete ", "request_id": "req-b7e63d2f-2761-4677-b91e-10e0bbf9e76a"}]} 2026-06-12 08:10:11.752 8 INFO neutron.services.segments.plugin [-] Segment dfb488d3-383c-4adf-8ab1-f75abc1ed879 resource provider aggregate not found 2026-06-12 08:10:11.760 8 INFO neutron.services.segments.plugin [-] Segment dfb488d3-383c-4adf-8ab1-f75abc1ed879 resource provider aggregate not found 2026-06-12 08:10:11.778 8 INFO neutron.services.segments.plugin [-] Segment dfb488d3-383c-4adf-8ab1-f75abc1ed879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb488d3-383c-4adf-8ab1-f75abc1ed879 found for delete ", "request_id": "req-8b83f606-1422-42ba-8124-7f726779a3b1"}]} 2026-06-12 08:10:11.782 8 INFO neutron.services.segments.plugin [-] Segment dfb488d3-383c-4adf-8ab1-f75abc1ed879 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb488d3-383c-4adf-8ab1-f75abc1ed879 found for delete ", "request_id": "req-ee5f563c-22fd-4570-ad42-99e6777eece1"}]} [pid: 8|app: 0|req: 1574/3265] 10.0.0.18 () {32 vars in 725 bytes} [Fri Jun 12 08:10:11 2026] DELETE /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-12 08:10:11.834 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7aabe5a9-dd9c-40cf-bc76-9808b3983e42 0b5906b8faa547fda8b99379e295403c 506500619d884b9ba323ff0eef07a48c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1692/3266] 10.0.0.18 () {32 vars in 722 bytes} [Fri Jun 12 08:10:11 2026] GET /v2.0/networks/41254e40-7356-462a-9d35-c3247996f29c => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-12 08:10:13.802 8 INFO neutron.services.segments.plugin [-] Segment f55b7ac1-1f08-44bb-8b2d-dd8675d51fce resource provider aggregate not found 2026-06-12 08:10:13.810 8 INFO neutron.services.segments.plugin [-] Segment f55b7ac1-1f08-44bb-8b2d-dd8675d51fce resource provider aggregate not found 2026-06-12 08:10:13.822 8 INFO neutron.services.segments.plugin [-] Segment f55b7ac1-1f08-44bb-8b2d-dd8675d51fce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55b7ac1-1f08-44bb-8b2d-dd8675d51fce found for delete ", "request_id": "req-35879d99-a262-4874-be18-05f0d59ec3b4"}]} 2026-06-12 08:10:13.828 8 INFO neutron.services.segments.plugin [-] Segment f55b7ac1-1f08-44bb-8b2d-dd8675d51fce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55b7ac1-1f08-44bb-8b2d-dd8675d51fce found for delete ", "request_id": "req-c8a79373-f10e-432b-a6b9-a34b7c30c1a9"}]} [pid: 8|app: 0|req: 1575/3267] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:10:13 2026] GET /v2.0/security-groups?tenant_id=7d908055ab8640198de8ee629c5343a7&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3268] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:13 2026] DELETE /v2.0/security-groups/246fd4ab-8356-461b-b946-b7b5f478003e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3269] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:10:14 2026] GET /v2.0/security-groups?tenant_id=018d26e7b1864f929f0554a338e65f69&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3270] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:14 2026] DELETE /v2.0/security-groups/bfc9a4bc-61d9-42f0-92e3-46b01a5e3985 => 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: 1577/3271] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:10:14 2026] GET /v2.0/security-groups?tenant_id=766644038df640a6b34edb10a75cd3f4&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3272] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:14 2026] DELETE /v2.0/security-groups/d7e4db37-f336-484a-8307-bb0963e545a4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3273] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:10:14 2026] GET /v2.0/security-groups?tenant_id=0af7c2077b1c4fce89436933129778be&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3274] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:15 2026] DELETE /v2.0/security-groups/633db3ab-956d-4166-9574-b56193df4897 => 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: 1579/3275] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:10:15 2026] GET /v2.0/security-groups?tenant_id=eb3c316c233e4f1d9fd5d9a10a0d7190&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3276] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:15 2026] DELETE /v2.0/security-groups/ebebf40a-ad78-4f82-bcec-4bf0ff4517f4 => 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: 1580/3277] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:10:15 2026] GET /v2.0/security-groups?tenant_id=506500619d884b9ba323ff0eef07a48c&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3278] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:15 2026] DELETE /v2.0/security-groups/e67502cc-2326-4073-9c67-337fad479608 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3279] 10.0.0.18 () {32 vars in 773 bytes} [Fri Jun 12 08:10:15 2026] GET /v2.0/security-groups?tenant_id=54d49e8237094000b70ce084584983dc&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3280] 10.0.0.18 () {32 vars in 739 bytes} [Fri Jun 12 08:10:16 2026] DELETE /v2.0/security-groups/8bb6b3f0-9f0a-4447-bfc1-38b18cbdf93b => 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: 1582/3281] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:10:18 2026] GET /v2.0/networks => generated 2168 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3282] 10.0.0.18 () {32 vars in 654 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/floatingips => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3283] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3284] 10.0.0.18 () {32 vars in 642 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/ports => generated 4721 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3285] 10.0.0.18 () {32 vars in 646 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3286] 10.0.0.18 () {32 vars in 648 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/networks => generated 2168 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3287] 10.0.0.18 () {32 vars in 662 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3288] 10.0.0.18 () {32 vars in 654 bytes} [Fri Jun 12 08:10:19 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)