+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jun 4 16:37:11 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-69c74f4694-6857q 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, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f31bfad0668 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)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-04 16:37:15.362 8 INFO neutron.common.config [-] Logging enabled! 2026-06-04 16:37:15.362 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev16 2026-06-04 16:37:15.426 7 INFO neutron.common.config [-] Logging enabled! 2026-06-04 16:37:15.426 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev16 2026-06-04 16:37:16.351 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 16:37:16.433 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-04 16:37:17.736 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 16:37:17.740 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 16:37:17.743 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 16:37:17.744 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 16:37:17.744 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 16:37:17.745 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 16:37:17.745 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 16:37:17.753 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 16:37:17.753 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 16:37:17.753 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 16:37:17.775 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 16:37:17.776 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 16:37:17.776 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 16:37:17.779 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 16:37:17.782 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-04 16:37:17.786 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-04 16:37:17.787 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-04 16:37:17.787 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-04 16:37:17.787 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-04 16:37:17.787 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 16:37:17.795 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 16:37:17.795 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-04 16:37:17.795 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 16:37:17.817 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-04 16:37:17.818 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-04 16:37:17.818 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-04 16:37:17.826 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 16:37:17.826 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 16:37:17.826 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 16:37:17.826 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 16:37:17.867 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-04 16:37:17.867 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-04 16:37:17.867 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-04 16:37:17.867 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-04 16:37:18.113 8 INFO neutron.plugins.ml2.managers [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] Initializing driver for type 'vlan' 2026-06-04 16:37:18.153 7 INFO neutron.plugins.ml2.managers [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] Initializing driver for type 'vlan' 2026-06-04 16:37:18.381 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] VlanTypeDriver initialization complete 2026-06-04 16:37:18.381 8 INFO neutron.plugins.ml2.managers [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 16:37:18.381 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 16:37:18.395 8 INFO neutron.plugins.ml2.managers [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 16:37:18.395 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 16:37:18.395 8 INFO neutron.plugins.ml2.managers [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] Initializing extension driver 'port_security' 2026-06-04 16:37:18.395 8 INFO neutron.plugins.ml2.extensions.port_security [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 16:37:18.395 8 INFO neutron.plugins.ml2.managers [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] Initializing extension driver 'qos' 2026-06-04 16:37:18.395 8 INFO neutron.plugins.ml2.managers [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 16:37:18.396 8 INFO neutron.plugins.ml2.managers [None req-029539a3-0817-4b2d-963f-591219febf90 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 16:37:18.409 8 INFO neutron.quota [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded quota_driver: . 2026-06-04 16:37:18.410 8 INFO neutron.plugins.ml2.plugin [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 16:37:18.410 8 INFO neutron.plugins.ml2.managers [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 16:37:18.410 8 INFO neutron.plugins.ml2.managers [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 16:37:18.410 8 INFO neutron.plugins.ml2.managers [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 16:37:18.410 8 INFO neutron.extensions.vlantransparent [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Disabled vlantransparent extension. 2026-06-04 16:37:18.411 8 INFO neutron.extensions.qinq [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 16:37:18.411 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: qos 2026-06-04 16:37:18.423 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: router 2026-06-04 16:37:18.424 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] VlanTypeDriver initialization complete 2026-06-04 16:37:18.425 7 INFO neutron.plugins.ml2.managers [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] Initializing driver for type 'vxlan' 2026-06-04 16:37:18.425 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-04 16:37:18.438 7 INFO neutron.plugins.ml2.managers [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-04 16:37:18.438 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-04 16:37:18.438 7 INFO neutron.plugins.ml2.managers [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] Initializing extension driver 'port_security' 2026-06-04 16:37:18.438 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-04 16:37:18.438 7 INFO neutron.plugins.ml2.managers [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] Initializing extension driver 'qos' 2026-06-04 16:37:18.438 7 INFO neutron.plugins.ml2.managers [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-04 16:37:18.438 7 INFO neutron.plugins.ml2.managers [None req-b324bad3-b40b-4bb0-9e6c-00989672900d - - - - - -] Initializing mechanism driver 'l2population' 2026-06-04 16:37:18.450 7 INFO neutron.quota [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded quota_driver: . 2026-06-04 16:37:18.450 7 INFO neutron.plugins.ml2.plugin [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Modular L2 Plugin initialization complete 2026-06-04 16:37:18.450 7 INFO neutron.plugins.ml2.managers [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-04 16:37:18.450 7 INFO neutron.plugins.ml2.managers [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-04 16:37:18.451 7 INFO neutron.plugins.ml2.managers [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Got port-security extension from driver 'port_security' 2026-06-04 16:37:18.451 7 INFO neutron.extensions.vlantransparent [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Disabled vlantransparent extension. 2026-06-04 16:37:18.451 7 INFO neutron.extensions.qinq [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Disabled VLAN QinQ extension. 2026-06-04 16:37:18.451 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: qos 2026-06-04 16:37:18.463 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: router 2026-06-04 16:37:18.468 8 INFO neutron.services.service_base [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 16:37:18.468 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: segments 2026-06-04 16:37:18.508 7 INFO neutron.services.service_base [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-04 16:37:18.508 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: segments 2026-06-04 16:37:18.566 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: trunk 2026-06-04 16:37:18.580 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: vpnaas 2026-06-04 16:37:18.603 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: trunk 2026-06-04 16:37:18.617 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: vpnaas 2026-06-04 16:37:18.621 8 WARNING stevedore.named [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 16:37:18.621 8 WARNING stevedore.named [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 16:37:18.655 7 WARNING stevedore.named [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-04 16:37:18.655 7 WARNING stevedore.named [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 16:37:18.699 8 INFO neutron_vpnaas.services.vpn.plugin [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 16:37:18.700 8 INFO neutron.common.utils [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 16:37:18.700 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: taas 2026-06-04 16:37:18.719 7 INFO neutron_vpnaas.services.vpn.plugin [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-04 16:37:18.720 7 INFO neutron.common.utils [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-04 16:37:18.720 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: taas 2026-06-04 16:37:18.731 8 WARNING stevedore.named [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 16:37:18.742 7 WARNING stevedore.named [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 16:37:18.763 8 INFO neutron_taas.services.taas.taas_plugin [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 16:37:18.763 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: tapmirror 2026-06-04 16:37:18.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-04 16:37:18.769 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: tapmirror 2026-06-04 16:37:18.777 8 WARNING stevedore.named [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 16:37:18.778 7 WARNING stevedore.named [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-04 16:37:18.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 16:37:18.815 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: auto_allocate 2026-06-04 16:37:18.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-04 16:37:18.815 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: auto_allocate 2026-06-04 16:37:18.821 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: tag 2026-06-04 16:37:18.823 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: tag 2026-06-04 16:37:18.828 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: timestamp 2026-06-04 16:37:18.831 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: timestamp 2026-06-04 16:37:18.831 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 16:37:18.834 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: network_ip_availability 2026-06-04 16:37:18.835 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: flavors 2026-06-04 16:37:18.837 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: flavors 2026-06-04 16:37:18.839 8 INFO neutron.manager [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loading Plugin: revisions 2026-06-04 16:37:18.841 7 INFO neutron.manager [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loading Plugin: revisions 2026-06-04 16:37:18.842 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Initializing extension manager. 2026-06-04 16:37:18.844 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: address-group 2026-06-04 16:37:18.844 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Initializing extension manager. 2026-06-04 16:37:18.845 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: address-scope 2026-06-04 16:37:18.845 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 16:37:18.845 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: address-group 2026-06-04 16:37:18.847 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: address-scope 2026-06-04 16:37:18.847 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: agent 2026-06-04 16:37:18.848 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-04 16:37:18.848 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 16:37:18.848 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: agent 2026-06-04 16:37:18.849 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 16:37:18.849 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: agent-resources-synced 2026-06-04 16:37:18.849 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 16:37:18.850 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: allowed-address-pairs 2026-06-04 16:37:18.850 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: availability_zone 2026-06-04 16:37:18.851 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 16:37:18.851 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: auto-allocated-topology 2026-06-04 16:37:18.851 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 16:37:18.852 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: default-subnetpools 2026-06-04 16:37:18.852 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: availability_zone 2026-06-04 16:37:18.852 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: availability_zone_filter 2026-06-04 16:37:18.853 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-04 16:37:18.853 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 16:37:18.853 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: default-subnetpools 2026-06-04 16:37:18.854 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: dns-integration 2026-06-04 16:37:18.854 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 16:37:18.855 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 16:37:18.855 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-04 16:37:18.855 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: dvr 2026-06-04 16:37:18.855 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: dns-integration 2026-06-04 16:37:18.856 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: dns-domain-ports 2026-06-04 16:37:18.856 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 16:37:18.856 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-04 16:37:18.856 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 16:37:18.857 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 16:37:18.857 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 16:37:18.857 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: dvr 2026-06-04 16:37:18.858 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-04 16:37:18.858 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: external-net 2026-06-04 16:37:18.858 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: empty-string-filtering 2026-06-04 16:37:18.858 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 16:37:18.859 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 16:37:18.859 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: extraroute 2026-06-04 16:37:18.859 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-04 16:37:18.860 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 16:37:18.860 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: external-net 2026-06-04 16:37:18.860 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 16:37:18.860 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-04 16:37:18.861 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 16:37:18.861 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: extraroute 2026-06-04 16:37:18.861 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 16:37:18.861 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: extraroute-atomic 2026-06-04 16:37:18.862 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 16:37:18.862 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-04 16:37:18.862 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: fip-port-details 2026-06-04 16:37:18.862 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-04 16:37:18.863 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-04 16:37:18.863 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: flavors 2026-06-04 16:37:18.863 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-04 16:37:18.864 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: fip-port-details 2026-06-04 16:37:18.864 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 16:37:18.865 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: flavors 2026-06-04 16:37:18.865 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: floatingip-pools 2026-06-04 16:37:18.866 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: ip_allocation 2026-06-04 16:37:18.866 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-04 16:37:18.866 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 16:37:18.866 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: floatingip-pools 2026-06-04 16:37:18.867 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: l2_adjacency 2026-06-04 16:37:18.867 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: ip_allocation 2026-06-04 16:37:18.867 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: ip-substring-filtering 2026-06-04 16:37:18.868 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: router 2026-06-04 16:37:18.868 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: l2_adjacency 2026-06-04 16:37:18.869 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: router 2026-06-04 16:37:18.869 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 16:37:18.870 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 16:37:18.871 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 16:37:18.871 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-04 16:37:18.871 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 16:37:18.871 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-04 16:37:18.872 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: l3-ha 2026-06-04 16:37:18.872 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-04 16:37:18.872 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 16:37:18.872 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: ext-gw-mode 2026-06-04 16:37:18.873 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 16:37:18.873 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: l3-ha 2026-06-04 16:37:18.873 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: l3-flavors 2026-06-04 16:37:18.873 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-04 16:37:18.874 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-04 16:37:18.874 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 16:37:18.874 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: l3-flavors 2026-06-04 16:37:18.874 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 16:37:18.875 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-04 16:37:18.875 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-04 16:37:18.877 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 16:37:18.878 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-04 16:37:18.878 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 16:37:18.879 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-04 16:37:18.879 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 16:37:18.880 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-04 16:37:18.880 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 16:37:18.881 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 16:37:18.881 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-04 16:37:18.881 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: multi-provider 2026-06-04 16:37:18.881 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-04 16:37:18.882 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: net-mtu 2026-06-04 16:37:18.882 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: multi-provider 2026-06-04 16:37:18.882 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 16:37:18.882 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: net-mtu 2026-06-04 16:37:18.883 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: network_availability_zone 2026-06-04 16:37:18.883 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: net-mtu-writable 2026-06-04 16:37:18.883 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: network_ha 2026-06-04 16:37:18.884 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: network_availability_zone 2026-06-04 16:37:18.884 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: network-ip-availability 2026-06-04 16:37:18.884 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: network_ha 2026-06-04 16:37:18.885 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: network-ip-availability 2026-06-04 16:37:18.885 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 16:37:18.885 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: pagination 2026-06-04 16:37:18.886 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-04 16:37:18.886 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-device-profile 2026-06-04 16:37:18.886 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: pagination 2026-06-04 16:37:18.886 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 16:37:18.887 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-device-profile 2026-06-04 16:37:18.887 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 16:37:18.887 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-04 16:37:18.888 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 16:37:18.888 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-04 16:37:18.888 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-mac-override 2026-06-04 16:37:18.888 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-04 16:37:18.889 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 16:37:18.889 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-mac-override 2026-06-04 16:37:18.889 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 16:37:18.889 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-04 16:37:18.889 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 16:37:18.890 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-resource-request 2026-06-04 16:37:18.890 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-04 16:37:18.890 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 16:37:18.891 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-04 16:37:18.891 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 16:37:18.891 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-resource-request 2026-06-04 16:37:18.891 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: binding 2026-06-04 16:37:18.892 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-resource-request-groups 2026-06-04 16:37:18.892 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-04 16:37:18.892 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: binding-extended 2026-06-04 16:37:18.893 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: binding 2026-06-04 16:37:18.893 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-security 2026-06-04 16:37:18.893 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: project-id 2026-06-04 16:37:18.893 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: binding-extended 2026-06-04 16:37:18.894 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: provider 2026-06-04 16:37:18.894 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-security 2026-06-04 16:37:18.894 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: project-id 2026-06-04 16:37:18.894 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 16:37:18.895 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: provider 2026-06-04 16:37:18.895 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-04 16:37:18.897 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos 2026-06-04 16:37:18.897 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos 2026-06-04 16:37:18.898 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-04 16:37:18.898 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-04 16:37:18.898 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 16:37:18.899 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-04 16:37:18.899 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-default 2026-06-04 16:37:18.899 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-default 2026-06-04 16:37:18.899 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-fip 2026-06-04 16:37:18.900 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-fip 2026-06-04 16:37:18.900 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 16:37:18.900 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-04 16:37:18.900 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 16:37:18.901 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-gateway-ip 2026-06-04 16:37:18.901 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 16:37:18.901 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-port-network-policy 2026-06-04 16:37:18.901 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 16:37:18.902 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-pps-minimum 2026-06-04 16:37:18.902 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 16:37:18.902 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-04 16:37:18.903 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-pps 2026-06-04 16:37:18.903 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-pps 2026-06-04 16:37:18.903 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 16:37:18.904 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-rule-type-details 2026-06-04 16:37:18.904 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 16:37:18.904 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-04 16:37:18.904 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 16:37:18.905 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: qos-rules-alias 2026-06-04 16:37:18.905 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: quota-check-limit 2026-06-04 16:37:18.905 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: quota-check-limit 2026-06-04 16:37:18.905 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 16:37:18.906 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: quota-check-limit-default 2026-06-04 16:37:18.908 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: quotas 2026-06-04 16:37:18.908 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: quotas 2026-06-04 16:37:18.909 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: quota_details 2026-06-04 16:37:18.909 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: quota_details 2026-06-04 16:37:18.910 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: rbac-policies 2026-06-04 16:37:18.910 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: rbac-policies 2026-06-04 16:37:18.911 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: rbac-address-group 2026-06-04 16:37:18.911 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: rbac-address-group 2026-06-04 16:37:18.912 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 16:37:18.912 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: rbac-address-scope 2026-06-04 16:37:18.912 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 16:37:18.912 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: rbac-security-groups 2026-06-04 16:37:18.912 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 16:37:18.913 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: rbac-subnetpool 2026-06-04 16:37:18.913 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: revision-if-match 2026-06-04 16:37:18.913 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: revision-if-match 2026-06-04 16:37:18.914 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 16:37:18.914 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: standard-attr-revisions 2026-06-04 16:37:18.914 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: router_availability_zone 2026-06-04 16:37:18.915 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: router_availability_zone 2026-06-04 16:37:18.915 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 16:37:18.915 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-04 16:37:18.916 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 16:37:18.917 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: security-groups-default-rules 2026-06-04 16:37:18.917 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 16:37:18.917 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-04 16:37:18.917 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 16:37:18.918 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-04 16:37:18.918 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 16:37:18.918 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-04 16:37:18.918 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 16:37:18.919 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-04 16:37:18.919 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 16:37:18.919 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-04 16:37:18.924 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: security-group 2026-06-04 16:37:18.924 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: security-group 2026-06-04 16:37:18.925 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: segment 2026-06-04 16:37:18.925 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: segment 2026-06-04 16:37:18.925 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 16:37:18.925 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-04 16:37:18.926 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: service-type 2026-06-04 16:37:18.926 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: service-type 2026-06-04 16:37:18.926 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: sorting 2026-06-04 16:37:18.927 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: sorting 2026-06-04 16:37:18.927 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 16:37:18.927 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: standard-attr-segment 2026-06-04 16:37:18.927 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: standard-attr-description 2026-06-04 16:37:18.928 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: standard-attr-description 2026-06-04 16:37:18.928 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: stateful-security-group 2026-06-04 16:37:18.928 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: stateful-security-group 2026-06-04 16:37:18.928 7 WARNING neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 16:37:18.929 8 WARNING neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-04 16:37:18.929 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 16:37:18.929 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-04 16:37:18.929 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: subnet-external-network 2026-06-04 16:37:18.930 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: subnet-external-network 2026-06-04 16:37:18.930 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: subnet_onboard 2026-06-04 16:37:18.930 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: subnet_onboard 2026-06-04 16:37:18.930 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 16:37:18.931 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-04 16:37:18.931 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: subnet-service-types 2026-06-04 16:37:18.931 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: subnet-service-types 2026-06-04 16:37:18.932 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: subnet_allocation 2026-06-04 16:37:18.932 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: subnet_allocation 2026-06-04 16:37:18.932 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 16:37:18.933 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-04 16:37:18.933 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: tag-creation 2026-06-04 16:37:18.933 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: tag-creation 2026-06-04 16:37:18.933 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 16:37:18.933 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-04 16:37:18.939 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 16:37:18.939 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 16:37:18.940 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: trunk 2026-06-04 16:37:18.941 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: trunk-details 2026-06-04 16:37:18.941 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: standard-attr-tag 2026-06-04 16:37:18.941 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 16:37:18.942 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 16:37:18.942 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-04 16:37:18.942 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 16:37:18.942 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: trunk 2026-06-04 16:37:18.943 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 16:37:18.943 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: trunk-details 2026-06-04 16:37:18.943 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-04 16:37:18.944 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-04 16:37:18.945 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-04 16:37:18.945 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 16:37:18.945 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 16:37:18.946 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-04 16:37:18.946 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: vpn-flavors 2026-06-04 16:37:18.948 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: vpnaas 2026-06-04 16:37:18.948 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-04 16:37:18.949 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-04 16:37:18.949 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: taas 2026-06-04 16:37:18.950 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: vpn-flavors 2026-06-04 16:37:18.950 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: tap-mirror 2026-06-04 16:37:18.951 7 INFO neutron.api.extensions [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 16:37:18.951 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: vpnaas 2026-06-04 16:37:18.953 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 16:37:18.954 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 16:37:18.954 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.954 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 16:37:18.954 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: taas 2026-06-04 16:37:18.957 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: tap-mirror 2026-06-04 16:37:18.958 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 16:37:18.958 8 INFO neutron.api.extensions [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-04 16:37:18.958 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 16:37:18.963 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 16:37:18.963 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 16:37:18.964 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 16:37:18.965 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.965 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] subnetpool is already registered 2026-06-04 16:37:18.965 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.966 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] subnetpool is already registered 2026-06-04 16:37:18.966 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 16:37:18.966 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-04 16:37:18.966 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:18.966 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-04 16:37:18.967 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.967 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-04 16:37:18.967 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:18.967 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 16:37:18.968 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 16:37:18.968 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 16:37:18.968 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:18.968 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] ipsecpolicy is already registered 2026-06-04 16:37:18.969 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:18.969 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] ikepolicy is already registered 2026-06-04 16:37:18.971 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 16:37:18.972 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 16:37:18.973 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 16:37:18.974 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] router is already registered 2026-06-04 16:37:18.974 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 16:37:18.974 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] floatingip is already registered 2026-06-04 16:37:18.978 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 16:37:18.978 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] rbac_policy is already registered 2026-06-04 16:37:18.978 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 16:37:18.979 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] security_group is already registered 2026-06-04 16:37:18.979 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 16:37:18.979 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] security_group_rule is already registered 2026-06-04 16:37:18.979 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 16:37:18.980 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.980 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] subnetpool is already registered 2026-06-04 16:37:18.980 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 16:37:18.980 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.981 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] subnetpool is already registered 2026-06-04 16:37:18.981 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 16:37:18.981 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 16:37:18.981 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] trunk is already registered 2026-06-04 16:37:18.981 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:18.982 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] ikepolicy is already registered 2026-06-04 16:37:18.982 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.982 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] subnetpool is already registered 2026-06-04 16:37:18.982 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:18.982 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] ipsecpolicy is already registered 2026-06-04 16:37:18.982 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:18.983 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 16:37:18.983 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] subnetpool is already registered 2026-06-04 16:37:18.983 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] endpoint_group is already registered 2026-06-04 16:37:18.983 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 16:37:18.983 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 16:37:18.983 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] vpnservice is already registered 2026-06-04 16:37:18.984 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:18.984 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 16:37:18.984 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] ipsec_site_connection is already registered 2026-06-04 16:37:18.984 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:18.984 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:18.984 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] ipsecpolicy is already registered 2026-06-04 16:37:18.984 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 16:37:18.985 7 INFO neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:18.985 7 WARNING neutron.quota.resource_registry [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] ikepolicy is already registered 2026-06-04 16:37:18.985 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 16:37:18.985 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 16:37:18.986 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:18.986 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] ipsecpolicy is already registered 2026-06-04 16:37:18.986 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:18.986 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] ikepolicy is already registered 2026-06-04 16:37:18.993 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-04 16:37:18.993 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] router is already registered 2026-06-04 16:37:18.993 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-04 16:37:18.993 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] floatingip is already registered 2026-06-04 16:37:19.001 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-04 16:37:19.001 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] rbac_policy is already registered 2026-06-04 16:37:19.002 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-04 16:37:19.002 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] security_group is already registered 2026-06-04 16:37:19.003 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-04 16:37:19.003 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] security_group_rule is already registered 2026-06-04 16:37:19.004 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:19.004 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] subnetpool is already registered 2026-06-04 16:37:19.005 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-04 16:37:19.005 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] subnetpool is already registered 2026-06-04 16:37:19.006 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-04 16:37:19.006 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] trunk is already registered 2026-06-04 16:37:19.006 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:19.007 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] ikepolicy is already registered 2026-06-04 16:37:19.007 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:19.008 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] ipsecpolicy is already registered 2026-06-04 16:37:19.008 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-04 16:37:19.009 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] endpoint_group is already registered 2026-06-04 16:37:19.009 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-04 16:37:19.010 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] vpnservice is already registered 2026-06-04 16:37:19.010 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-04 16:37:19.010 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] ipsec_site_connection is already registered 2026-06-04 16:37:19.011 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-04 16:37:19.011 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] ipsecpolicy is already registered 2026-06-04 16:37:19.012 8 INFO neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-04 16:37:19.012 8 WARNING neutron.quota.resource_registry [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] ikepolicy is already registered 2026-06-04 16:37:19.023 7 WARNING keystonemiddleware._common.config [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 16:37:19.029 7 WARNING oslo_config.cfg [None req-7172f79e-6334-4c68-87df-c20723cad15c - - - - - -] 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 0x7f31bfad0668 pid: 7 (default app) 2026-06-04 16:37:19.051 8 WARNING keystonemiddleware._common.config [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-04 16:37:19.057 8 WARNING oslo_config.cfg [None req-a758ac4a-4510-4309-9ba5-2d9d9aedae08 - - - - - -] 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 0x7f31bfad0668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 16:37:22.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e76d30e7-456c-455c-9351-b6993f6d73e6 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 16:37:21 2026] GET /v2.0/networks/public => generated 108 bytes in 770 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 16:37:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 16:37:23.284 7 WARNING neutron.services.revisions.revision_plugin [None req-96955df8-f045-4ab4-8312-df4a90cabff8 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Could not find related network for resource to bump revision. 2026-06-04 16:37:23.310 7 INFO neutron.db.segments_db [None req-96955df8-f045-4ab4-8312-df4a90cabff8 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 5b5e958f-7383-449f-8be4-0996f785c3b5 of type flat for network 2406a34b-9965-411f-b161-3ecbacb9e5ed 2026-06-04 16:37:23.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96955df8-f045-4ab4-8312-df4a90cabff8 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.129 () {48 vars in 967 bytes} [Thu Jun 4 16:37:22 2026] POST /v2.0/networks => generated 124 bytes in 520 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 16:37:29.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16648074-649e-4cfa-9a02-167ba6624676 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 16:37:29 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 16:37:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 16:37:29.311 7 WARNING neutron.services.revisions.revision_plugin [None req-58fe3725-8838-4f8d-8d83-f79b1cdaf560 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Could not find related network for resource to bump revision. 2026-06-04 16:37:29.326 7 INFO neutron.db.segments_db [None req-58fe3725-8838-4f8d-8d83-f79b1cdaf560 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 017a9521-187f-4c8e-9a95-71edffbd8897 of type flat for network b8a2f6d5-818f-489e-ac9d-acf8e8fa8895 2026-06-04 16:37:29.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58fe3725-8838-4f8d-8d83-f79b1cdaf560 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.129 () {48 vars in 967 bytes} [Thu Jun 4 16:37:29 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-04 16:37:35.554 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea6d2d5d-3e6d-4047-aa41-4be92217d722 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 16:37:35 2026] GET /v2.0/networks/public => generated 108 bytes in 383 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 16:37:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 16:37:35.818 8 WARNING neutron.services.revisions.revision_plugin [None req-24b98e0f-3a0d-4da7-8cc1-740007bb1fc3 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Could not find related network for resource to bump revision. 2026-06-04 16:37:35.838 8 INFO neutron.db.segments_db [None req-24b98e0f-3a0d-4da7-8cc1-740007bb1fc3 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 676d3387-6f41-4409-8ff5-cd1cac11d6b5 of type flat for network e47b632b-9aa1-41f0-8155-3711abde1316 2026-06-04 16:37:35.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24b98e0f-3a0d-4da7-8cc1-740007bb1fc3 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.129 () {48 vars in 967 bytes} [Thu Jun 4 16:37:35 2026] POST /v2.0/networks => generated 124 bytes in 335 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 16:37:41.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55d07213-5229-4042-9923-79f3ee4ac311 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 16:37:41 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 16:37:41 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-04 16:37:41.864 7 WARNING neutron.services.revisions.revision_plugin [None req-9b0862c2-c35f-432e-bd49-c9e1beb8c2ea 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Could not find related network for resource to bump revision. 2026-06-04 16:37:41.881 7 INFO neutron.db.segments_db [None req-9b0862c2-c35f-432e-bd49-c9e1beb8c2ea 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment d3c265c6-a480-46cb-85c4-78ef2ff9bd3d of type flat for network d8bc51e8-d7c6-4505-b28b-38bec3ad5b7f 2026-06-04 16:37:41.905 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b0862c2-c35f-432e-bd49-c9e1beb8c2ea 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.204.45.129 () {48 vars in 967 bytes} [Thu Jun 4 16:37:41 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 16:37:47.820 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8324b361-1bcb-4f27-8941-ab98f7ee991a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 16:37:47 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: 8|app: 0|req: 8/19] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 16:37:47 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-04 16:37:48.379 7 WARNING neutron.services.revisions.revision_plugin [None req-c037a255-055d-470c-a14b-f4853243e837 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Could not find related network for resource to bump revision. 2026-06-04 16:37:48.394 7 INFO neutron.db.segments_db [None req-c037a255-055d-470c-a14b-f4853243e837 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment d01614af-0a62-4819-bb8d-68c1e5bd2e36 of type flat for network 4366314b-90a9-4001-937a-4e2d0f8f2bcb 2026-06-04 16:37:48.417 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c037a255-055d-470c-a14b-f4853243e837 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.129 () {48 vars in 967 bytes} [Thu Jun 4 16:37:47 2026] POST /v2.0/networks => generated 124 bytes in 583 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 16:37:54.272 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db713efe-37be-434d-b6fa-1c32be8cbf77 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 16:37:54 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: 13/22] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 16:37:54 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-04 16:37:54.349 8 WARNING neutron.services.revisions.revision_plugin [None req-45e882c6-fed0-46a3-82db-f92d636e28ab 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Could not find related network for resource to bump revision. 2026-06-04 16:37:54.368 8 INFO neutron.db.segments_db [None req-45e882c6-fed0-46a3-82db-f92d636e28ab 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 8be39b33-4e72-434a-a421-6dbcbebb15ca of type flat for network 4e15109b-50dc-43f2-96f4-47e0f43d94f2 [pid: 8|app: 0|req: 10/23] 199.204.45.129 () {48 vars in 967 bytes} [Thu Jun 4 16:37:54 2026] POST /v2.0/networks => generated 706 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 16:37:55.620 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5df2a64-8eca-47bc-bfe2-fce3046eb1ed 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 16:37:55 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: 8|app: 0|req: 11/25] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 16:37:55 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 16:37:55.690 7 INFO neutron.pecan_wsgi.hooks.translation [None req-02dc1a37-4106-4fa6-9296-7e625a6c33fb 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.129 () {44 vars in 1034 bytes} [Thu Jun 4 16:37:55 2026] GET /v2.0/subnets/public-subnet?network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.129 () {44 vars in 1057 bytes} [Thu Jun 4 16:37:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/29] 199.204.45.129 () {48 vars in 965 bytes} [Thu Jun 4 16:37:55 2026] POST /v2.0/subnets => generated 664 bytes in 4557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 16:42:40.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0300d511-cf3f-4a5f-b706-d740261d3950 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.204.45.129 () {44 vars in 937 bytes} [Thu Jun 4 16:42:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.204.45.129 () {44 vars in 959 bytes} [Thu Jun 4 16:42:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 16:42:40.953 8 INFO neutron.db.segments_db [None req-5d6d42bb-8fd7-4170-b0d5-4f0d39c4e3eb 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment d259c3a6-471e-4157-9711-579fad0cb8c1 of type vxlan for network 277cb9e9-33a4-40a5-80f0-23d7e5b95b0f [pid: 8|app: 0|req: 33/68] 199.204.45.129 () {48 vars in 966 bytes} [Thu Jun 4 16:42:40 2026] POST /v2.0/networks => generated 707 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 16:42:41.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb0b4e6c-16ac-4564-8482-3b69062f8741 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.129 () {44 vars in 937 bytes} [Thu Jun 4 16:42:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.129 () {44 vars in 959 bytes} [Thu Jun 4 16:42:41 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-04 16:42:42.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-931f7aae-f27d-46c3-9225-aeae9077dd16 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.204.45.129 () {44 vars in 1036 bytes} [Thu Jun 4 16:42:41 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.129 () {44 vars in 1059 bytes} [Thu Jun 4 16:42:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.129 () {48 vars in 965 bytes} [Thu Jun 4 16:42:42 2026] POST /v2.0/subnets => generated 651 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 16:42:43.343 7 INFO neutron.api.v2.resource [None req-bebdc666-eb07-4d1c-899f-74f367f6b0a5 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.204.45.129 () {44 vars in 971 bytes} [Thu Jun 4 16:42:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.129 () {44 vars in 993 bytes} [Thu Jun 4 16:42:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.129 () {48 vars in 980 bytes} [Thu Jun 4 16:42:43 2026] POST /v2.0/security-groups => generated 1616 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:44 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 1616 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:44 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:44 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => 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: 43/82] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:42:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:45 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:45 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:45 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 2230 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:42:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:46 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:46 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:46 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:42:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:47 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:47 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:47 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 3462 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:42:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:48 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:48 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:48 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:42:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.129 () {44 vars in 987 bytes} [Thu Jun 4 16:42:50 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 732 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 16:42:50.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c99cfdb-9fde-45b5-a5eb-83401d1bf404 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/100] 199.204.45.129 () {44 vars in 1076 bytes} [Thu Jun 4 16:42:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.129 () {44 vars in 1099 bytes} [Thu Jun 4 16:42:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:50 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.129 () {48 vars in 961 bytes} [Thu Jun 4 16:42:50 2026] POST /v2.0/ports => generated 1100 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 16:42:57.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dffd0623-a790-474e-8d9d-1107316a3f2a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.204.45.129 () {44 vars in 979 bytes} [Thu Jun 4 16:42:57 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: 8|app: 0|req: 51/105] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:42:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/108] 199.204.45.129 () {48 vars in 1031 bytes} [Thu Jun 4 16:42:57 2026] PUT /v2.0/ports/c3f67ea1-6d7f-46a9-a966-623436bce8e7 => generated 1249 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.129 () {44 vars in 920 bytes} [Thu Jun 4 16:42:59 2026] GET /v2.0/ports => generated 3730 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 16:43:00.797 7 INFO neutron.api.v2.resource [None req-706c9476-cd40-4056-afcd-98e359122b8f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.129 () {44 vars in 959 bytes} [Thu Jun 4 16:43:00 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.129 () {44 vars in 981 bytes} [Thu Jun 4 16:43:00 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: 7|app: 0|req: 57/112] 199.204.45.129 () {48 vars in 980 bytes} [Thu Jun 4 16:43:00 2026] POST /v2.0/security-groups => generated 1610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:43:01 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 1610 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:43:01 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => 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: 57/115] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:43:01 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:43:02 2026] POST /v2.0/security-group-rules => generated 623 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:43:02 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:43:02 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 2246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:43:02 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 2246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:43:03 2026] POST /v2.0/security-group-rules => generated 627 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/131] 199.204.45.129 () {44 vars in 975 bytes} [Thu Jun 4 16:44:25 2026] GET /v2.0/quotas/dd0a5fadce7e4fc2b85e1c471855308f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/132] 199.204.45.129 () {48 vars in 1027 bytes} [Thu Jun 4 16:44:26 2026] PUT /v2.0/quotas/dd0a5fadce7e4fc2b85e1c471855308f => generated 291 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, ' 2026-06-04 16:46:46.626 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f98ca428-52b3-4bbc-a8b3-1dfa6511a5ed 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/153] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 16:46:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 180 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: 78/154] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 16:46:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 16:46:48.608 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f4809be-f11e-463f-9806-975190bde8dd 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/155] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 16:46:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/156] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 16:46:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 16:54:50.177 7 INFO neutron.api.v2.resource [None req-1cdd8572-80d0-4b56-a384-80d43debca4d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 112/221] 199.204.45.129 () {44 vars in 1074 bytes} [Thu Jun 4 16:54:50 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 139 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.129 () {44 vars in 1097 bytes} [Thu Jun 4 16:54:50 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f1925b387d864303ad7938f264d4f6e3 => generated 23 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.129 () {48 vars in 981 bytes} [Thu Jun 4 16:54:50 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:51 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 1624 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:54:51 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:51 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 1624 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:54:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:52 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 2234 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:54:52 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:52 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:54:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:54 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:54:54 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/234] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:54 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/235] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:54:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/236] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:55 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 16:54:55 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 16:54:55 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/239] 199.204.45.129 () {48 vars in 991 bytes} [Thu Jun 4 16:54:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 199.204.45.129 () {30 vars in 740 bytes} [Thu Jun 4 16:57:10 2026] GET /v2.0/networks?tenant_id=f1925b387d864303ad7938f264d4f6e3&shared=False => generated 15 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 16:57:11.014 7 INFO neutron.db.segments_db [None req-23e2bbb5-472a-4c38-ba1d-6de2b1cc127f 33b913b127584f0fbb09dfb3c3d21d88 f1925b387d864303ad7938f264d4f6e3 - - e39c4133e86f457d89ea6e4beb787a2b e39c4133e86f457d89ea6e4beb787a2b] Added segment 9f081d43-b1cc-49c8-9058-25302ab31cc0 of type vxlan for network 71e47bcc-edaa-47ee-b0bf-6317c63cf045 [pid: 7|app: 0|req: 131/259] 199.204.45.129 () {34 vars in 682 bytes} [Thu Jun 4 16:57:10 2026] POST /v2.0/networks => generated 718 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/260] 199.204.45.129 () {30 vars in 722 bytes} [Thu Jun 4 16:57:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/261] 199.204.45.129 () {30 vars in 633 bytes} [Thu Jun 4 16:57:11 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: 130/262] 199.204.45.129 () {34 vars in 677 bytes} [Thu Jun 4 16:57:11 2026] POST /v2.0/ports => generated 999 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/263] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 16:57:11 2026] GET /v2.0/networks/71e47bcc-edaa-47ee-b0bf-6317c63cf045 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/266] 199.204.45.129 () {30 vars in 722 bytes} [Thu Jun 4 16:57:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/267] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 16:57:13 2026] GET /v2.0/networks/71e47bcc-edaa-47ee-b0bf-6317c63cf045 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/268] 199.204.45.129 () {44 vars in 975 bytes} [Thu Jun 4 16:57:26 2026] GET /v2.0/quotas/f1925b387d864303ad7938f264d4f6e3 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/269] 199.204.45.129 () {48 vars in 1027 bytes} [Thu Jun 4 16:57:26 2026] PUT /v2.0/quotas/f1925b387d864303ad7938f264d4f6e3 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:08:59.413 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b80264ac-dbbb-4bc2-8324-c2774d1f8058 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/364] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 17:08:59 2026] GET /v2.0/networks/public => generated 108 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/365] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 17:08:59 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:09:00.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04561d51-09e1-461e-936c-d868cd69015a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/366] 199.204.45.129 () {44 vars in 927 bytes} [Thu Jun 4 17:09:00 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: 182/367] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 17:09:00 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-04 17:09:00.705 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf5929d6-442b-43d0-be14-265aa03921ad 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/368] 199.204.45.129 () {44 vars in 1034 bytes} [Thu Jun 4 17:09:00 2026] GET /v2.0/subnets/public-subnet?network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/369] 199.204.45.129 () {44 vars in 1057 bytes} [Thu Jun 4 17:09:00 2026] GET /v2.0/subnets?name=public-subnet&network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2 => generated 667 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:09:28.053 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b23a9d9-fe7f-4625-87b8-6c7bf31633a3 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/372] 199.204.45.129 () {44 vars in 937 bytes} [Thu Jun 4 17:09:27 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.129 () {44 vars in 959 bytes} [Thu Jun 4 17:09:28 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:09:29.001 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10175806-3e14-4f0c-8ad1-db549446cd67 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/376] 199.204.45.129 () {44 vars in 937 bytes} [Thu Jun 4 17:09:28 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.129 () {44 vars in 959 bytes} [Thu Jun 4 17:09:29 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:09:29.084 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e29131e-640b-4297-8105-3d66833e997a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/378] 199.204.45.129 () {44 vars in 1036 bytes} [Thu Jun 4 17:09:29 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.129 () {44 vars in 1059 bytes} [Thu Jun 4 17:09:29 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:09:30.165 7 INFO neutron.api.v2.resource [None req-edcf9426-967f-4bd8-b6af-e92d32f025a1 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/380] 199.204.45.129 () {44 vars in 971 bytes} [Thu Jun 4 17:09:30 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.129 () {44 vars in 993 bytes} [Thu Jun 4 17:09:30 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:31 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:31 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:09:31 2026] GET /v2.0/security-group-rules/4a790ec4-4162-47aa-a344-faced76d9870 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:32 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:32 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:09:32 2026] GET /v2.0/security-group-rules/d296627a-cb38-43e3-9920-eb8825d0627f => 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: 196/388] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:33 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:33 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:09:33 2026] GET /v2.0/security-group-rules/bce4740f-7145-416a-a071-4450d152cd9c => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:34 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:34 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:09:34 2026] GET /v2.0/security-group-rules/98a446a0-c9ba-4e6c-814b-4ec3989bd693 => 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: 199/394] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:35 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:35 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:09:35 2026] GET /v2.0/security-group-rules/9567ddce-3687-412c-85d2-5d6ca04e7df5 => 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: 197/397] 199.204.45.129 () {44 vars in 987 bytes} [Thu Jun 4 17:09:36 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:09:36.518 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a412ce7b-a6cb-4d3b-a94f-32aaaf3dcefb 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 201/398] 199.204.45.129 () {44 vars in 1076 bytes} [Thu Jun 4 17:09:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 199.204.45.129 () {44 vars in 1099 bytes} [Thu Jun 4 17:09:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:36 2026] GET /v2.0/security-groups/f19a3188-25bd-49ed-891f-95fa41a39371 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:09:43.776 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81b996f8-8dff-40d5-a00a-e5c6fd3aa86e 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/403] 199.204.45.129 () {44 vars in 979 bytes} [Thu Jun 4 17:09:43 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: 200/404] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/405] 199.204.45.129 () {44 vars in 920 bytes} [Thu Jun 4 17:09:45 2026] GET /v2.0/ports => generated 4725 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:09:46.552 8 INFO neutron.api.v2.resource [None req-b4625cc7-eae8-46f2-94d0-257277e74dc5 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/406] 199.204.45.129 () {44 vars in 959 bytes} [Thu Jun 4 17:09:46 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/407] 199.204.45.129 () {44 vars in 981 bytes} [Thu Jun 4 17:09:46 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/408] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:47 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/409] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:47 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/410] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:09:47 2026] GET /v2.0/security-group-rules/fbf97c2a-681f-4084-961e-4b73ad173dd8 => generated 623 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/411] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:48 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/412] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:09:48 2026] GET /v2.0/security-groups/51988509-24d3-4912-a8af-70b0b1152d51 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:09:48 2026] GET /v2.0/security-group-rules/2693a50b-2767-4e49-974b-86c2b891a9f2 => generated 627 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/416] 199.204.45.129 () {44 vars in 975 bytes} [Thu Jun 4 17:10:00 2026] GET /v2.0/quotas/dd0a5fadce7e4fc2b85e1c471855308f => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:10:54.326 8 INFO neutron.api.v2.resource [None req-8b06fefd-0528-4dc4-8f58-05a1b063d2ca 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 210/423] 199.204.45.129 () {44 vars in 1074 bytes} [Thu Jun 4 17:10:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/424] 199.204.45.129 () {44 vars in 1097 bytes} [Thu Jun 4 17:10:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=f1925b387d864303ad7938f264d4f6e3 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/425] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 17:10:55 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => 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/426] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:10:55 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/427] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:10:55 2026] GET /v2.0/security-group-rules/7ab980df-d9e4-4f6b-aee4-11aa9e4e7e31 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 17:10:56 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:10:56 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:10:56 2026] GET /v2.0/security-group-rules/ae5c6fae-9704-46a9-9056-fceec57ac7f7 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 17:10:57 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:10:57 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:10:57 2026] GET /v2.0/security-group-rules/019ebeca-4bc0-4a36-977b-5fdcad7030c9 => 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: 220/436] 199.204.45.129 () {44 vars in 1088 bytes} [Thu Jun 4 17:10:58 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20?project_id=f1925b387d864303ad7938f264d4f6e3 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 199.204.45.129 () {44 vars in 1001 bytes} [Thu Jun 4 17:10:58 2026] GET /v2.0/security-groups/11a827cd-e0b9-4835-9db7-d82b12385b20 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 199.204.45.129 () {44 vars in 1011 bytes} [Thu Jun 4 17:10:58 2026] GET /v2.0/security-group-rules/cabbb9e2-ecc6-49a0-aafe-b892a0df8f37 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 199.204.45.129 () {44 vars in 975 bytes} [Thu Jun 4 17:11:05 2026] GET /v2.0/quotas/f1925b387d864303ad7938f264d4f6e3 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 199.204.45.129 () {44 vars in 949 bytes} [Thu Jun 4 17:11:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/453] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:12:39 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: 226/454] 10.0.0.84 () {32 vars in 654 bytes} [Thu Jun 4 17:12:40 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/455] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:12:40 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/456] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:12:40 2026] GET /v2.0/ports => generated 4725 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/457] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:12:40 2026] GET /v2.0/subnets => generated 1308 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/458] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:12:41 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/459] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:12:41 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/460] 10.0.0.84 () {32 vars in 654 bytes} [Thu Jun 4 17:12:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:12:52.108 8 INFO neutron.db.segments_db [None req-78e9c12f-b862-47b1-8c77-e586e271952c 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment f74d0b78-0b81-400d-8439-bdcf8c420470 of type vxlan for network 2cac61e3-20ca-45dc-b5d0-861c3d7710e8 [pid: 8|app: 0|req: 231/463] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:12:51 2026] POST /v2.0/networks => generated 752 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:12:52.347 7 INFO neutron.db.segments_db [None req-3827d049-eec1-4835-b539-dd624101322b 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 3fbfa3ce-9c24-4572-84ac-a6e1ecabd936 of type vxlan for network cb319f32-f23f-4efb-8d6f-88a1c45164c1 [pid: 7|app: 0|req: 233/464] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:12:52 2026] POST /v2.0/networks => generated 749 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:12:52 2026] POST /v2.0/subnets => generated 699 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:12:52.499 8 INFO neutron.db.segments_db [None req-c5338c68-a6ca-475c-b215-214730402c34 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment ed264739-3133-45db-ab03-ced1d48ec297 of type vxlan for network 26fdb53f-97f1-41ca-a2bf-e786842baaa9 [pid: 7|app: 0|req: 234/466] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:12:52 2026] POST /v2.0/subnets => generated 696 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:12:52.675 7 INFO neutron.db.segments_db [None req-b4208756-ddfb-405f-b621-deeb9eca598d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 739bbc45-c8a7-4c1d-a707-faa25d508d9b of type vxlan for network afb13559-940b-4495-ac0e-278bf933eeaf 2026-06-04 17:12:52.740 8 INFO neutron.db.l3_hamode_db [None req-c5338c68-a6ca-475c-b215-214730402c34 55c6ca1cc1a24d2e9f886f81f540c5df f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:12:52.899 7 INFO neutron.db.l3_hamode_db [None req-b4208756-ddfb-405f-b621-deeb9eca598d 55c6ca1cc1a24d2e9f886f81f540c5df 07ed9f455c7a42708499299625afdecb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:12:53.712 8 INFO neutron.db.l3_hamode_db [None req-c5338c68-a6ca-475c-b215-214730402c34 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:12:53.811 7 INFO neutron.db.l3_hamode_db [None req-b4208756-ddfb-405f-b621-deeb9eca598d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 233/467] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:12:52 2026] POST /v2.0/routers => generated 739 bytes in 2440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:12:52 2026] POST /v2.0/routers => generated 736 bytes in 2439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:12:54 2026] GET /v2.0/security-groups?tenant_id=5c2e307297c640a68493fef73cd856e4&name=default => generated 2921 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:12:55 2026] GET /v2.0/security-groups?tenant_id=76860344e4fb4b68b149152aceceaecf&name=default => generated 2921 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:12:55 2026] PUT /v2.0/routers/51dec051-afa1-4088-b6d3-b1e8c4587bdc/add_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/472] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:12:56 2026] DELETE /v2.0/security-groups/1d7f0637-5c58-4126-9c19-9d84e51bcce3 => 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: 235/473] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:12:55 2026] PUT /v2.0/routers/44395920-fae4-407e-af67-e71404ab175d/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:12:56 2026] DELETE /v2.0/security-groups/3d150da1-ab14-423b-84c7-31156c2265eb => 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: 236/475] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:12:56 2026] GET /v2.0/security-groups?tenant_id=5bd37221b64a49f58f5bc546241b50fd&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:12:56 2026] DELETE /v2.0/security-groups/ba0e63e0-d758-4e19-b652-c0548689005c => 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: 237/477] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:12:56 2026] POST /v2.0/security-groups => generated 1659 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/478] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:12:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/479] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:12:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.109 () {38 vars in 971 bytes} [Thu Jun 4 17:12:57 2026] POST /v2.0/security-groups => generated 1685 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:12:57 2026] POST /v2.0/floatingips => generated 552 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/482] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/security-groups/6a0ec2ec-427c-4b79-b983-3afd7acc4058 => generated 1685 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.109 () {34 vars in 1098 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--850169603&fields=id&tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:12:58.308 7 INFO neutron.db.segments_db [None req-8ecb6060-0622-4284-9ad0-870780912a2f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment d4b3ffee-5075-4b45-b7f3-4dc84b7223ac of type vxlan for network dbb462c8-a440-48ce-8ef7-6b78baba33c2 [pid: 8|app: 0|req: 244/486] 10.0.0.109 () {38 vars in 981 bytes} [Thu Jun 4 17:12:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/487] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:12:58 2026] POST /v2.0/networks => generated 744 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/488] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 684 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/489] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:12:58 2026] POST /v2.0/subnets => generated 691 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/quotas/f7e4908c8a8e41a1b9bc8bb46cbadbee => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/491] 10.0.0.109 () {38 vars in 971 bytes} [Thu Jun 4 17:12:58 2026] POST /v2.0/security-groups => generated 1684 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 17:12:58.600 7 INFO neutron.db.segments_db [None req-b6e3e433-a2b7-41b2-a6f7-6d4a9a5a712f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 79eeee96-a123-4b40-946c-6cc3ae90ae96 of type vxlan for network 84e259fe-ec44-4f0d-a54d-aaba37359784 [pid: 8|app: 0|req: 247/492] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/493] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/security-groups/0540160f-8e2a-4540-8a7e-3776b716b39a => generated 1684 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/494] 10.0.0.109 () {38 vars in 981 bytes} [Thu Jun 4 17:12:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:12:58.834 7 INFO neutron.db.l3_hamode_db [None req-b6e3e433-a2b7-41b2-a6f7-6d4a9a5a712f 55c6ca1cc1a24d2e9f886f81f540c5df a33f7fd9107444498b6fbaf0273a9325 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/495] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/security-groups/0540160f-8e2a-4540-8a7e-3776b716b39a => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/496] 10.0.0.109 () {38 vars in 981 bytes} [Thu Jun 4 17:12:58 2026] POST /v2.0/security-group-rules => generated 619 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/497] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:12:58 2026] GET /v2.0/security-groups/0540160f-8e2a-4540-8a7e-3776b716b39a => generated 2939 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/498] 10.0.0.109 () {34 vars in 1001 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/security-group-rules/548694ea-cb0f-4c68-aea1-724522484256 => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/499] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/security-groups/0540160f-8e2a-4540-8a7e-3776b716b39a => generated 2939 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/500] 10.0.0.109 () {34 vars in 907 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/extensions => generated 21537 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/501] 10.0.0.109 () {36 vars in 1023 bytes} [Thu Jun 4 17:12:59 2026] DELETE /v2.0/security-group-rules/548694ea-cb0f-4c68-aea1-724522484256 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/502] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/503] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/security-groups/0540160f-8e2a-4540-8a7e-3776b716b39a => generated 2309 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/504] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/505] 10.0.0.109 () {36 vars in 1013 bytes} [Thu Jun 4 17:12:59 2026] DELETE /v2.0/security-groups/0540160f-8e2a-4540-8a7e-3776b716b39a => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/506] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/security-groups/6a0ec2ec-427c-4b79-b983-3afd7acc4058 => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/507] 10.0.0.109 () {36 vars in 1013 bytes} [Thu Jun 4 17:12:59 2026] DELETE /v2.0/security-groups/6a0ec2ec-427c-4b79-b983-3afd7acc4058 => 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: 263/508] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:12:59 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:12:59.657 7 INFO neutron.db.l3_hamode_db [None req-b6e3e433-a2b7-41b2-a6f7-6d4a9a5a712f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:12:59.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-459a6d28-3046-4c74-8d70-dae43242d883 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 29da9f22-2073-4580-ae50-a7d0feb160f8 2026-06-04 17:12:59.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-459a6d28-3046-4c74-8d70-dae43242d883 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 29da9f22-2073-4580-ae50-a7d0feb160f8 [pid: 7|app: 0|req: 246/509] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:12:58 2026] POST /v2.0/routers => generated 731 bytes in 1960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/510] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:12:59 2026] PUT /v2.0/routers/51dec051-afa1-4088-b6d3-b1e8c4587bdc/remove_router_interface => generated 309 bytes in 1463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/511] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:01 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => 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: 266/512] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:01 2026] GET /v2.0/security-groups?tenant_id=4436bcaea55242a2a7d1a144b8e8d2fa&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:01.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-84d6d222-8895-412d-8627-35267f1c2f50 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 0545f1c4-be80-410d-8c9a-b96a752edf4d 2026-06-04 17:13:01.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84d6d222-8895-412d-8627-35267f1c2f50 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 0545f1c4-be80-410d-8c9a-b96a752edf4d [pid: 7|app: 0|req: 247/513] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:00 2026] PUT /v2.0/routers/59168bd4-363d-44ba-87a1-485226058921/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/514] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:01 2026] DELETE /v2.0/security-groups/a317400c-d95b-4720-abe4-48da542be725 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:01.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-84d6d222-8895-412d-8627-35267f1c2f50 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 31ef4356-2b9f-4456-81db-7ea1028fae20 2026-06-04 17:13:01.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84d6d222-8895-412d-8627-35267f1c2f50 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 31ef4356-2b9f-4456-81db-7ea1028fae20 2026-06-04 17:13:01.873 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-84d6d222-8895-412d-8627-35267f1c2f50 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 249/515] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:01 2026] GET /v2.0/security-groups?tenant_id=e03a1873e8df4c0e9f1be9f63d0fd42d&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: 250/516] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:02 2026] DELETE /v2.0/security-groups/eb8e0ac8-76a3-47d7-a65b-158fc084a6e4 => 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: 251/517] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:02 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:02.375 8 INFO neutron.db.l3_hamode_db [None req-84d6d222-8895-412d-8627-35267f1c2f50 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network afb13559-940b-4495-ac0e-278bf933eeaf was deleted as no HA routers are present in tenant 07ed9f455c7a42708499299625afdecb. [pid: 8|app: 0|req: 267/518] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:01 2026] DELETE /v2.0/routers/51dec051-afa1-4088-b6d3-b1e8c4587bdc => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/519] 10.0.0.109 () {38 vars in 971 bytes} [Thu Jun 4 17:13:02 2026] POST /v2.0/security-groups => generated 1680 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/520] 10.0.0.109 () {38 vars in 971 bytes} [Thu Jun 4 17:13:02 2026] POST /v2.0/security-groups => generated 1682 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/521] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:02 2026] DELETE /v2.0/subnets/b4158fef-3337-4ff5-acaf-6836096ecdc1 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:02.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfc74314-b070-467a-af6c-2b5c3e79b6c6 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 42967663-178e-45bd-80e5-bdaefd03c6bd 2026-06-04 17:13:02.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfc74314-b070-467a-af6c-2b5c3e79b6c6 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 42967663-178e-45bd-80e5-bdaefd03c6bd [pid: 8|app: 0|req: 269/522] 10.0.0.109 () {38 vars in 971 bytes} [Thu Jun 4 17:13:02 2026] POST /v2.0/security-groups => generated 1680 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/523] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:13:02 2026] GET /v2.0/security-groups?tenant_id=a33f7fd9107444498b6fbaf0273a9325 => generated 7907 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/524] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:02 2026] GET /v2.0/security-groups/6cbb64bd-cc3d-4966-810e-6ed517e604c6 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:02.849 8 INFO neutron.services.segments.plugin [-] Segment 739bbc45-c8a7-4c1d-a707-faa25d508d9b resource provider aggregate not found 2026-06-04 17:13:02.871 8 INFO neutron.services.segments.plugin [-] Segment 739bbc45-c8a7-4c1d-a707-faa25d508d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 739bbc45-c8a7-4c1d-a707-faa25d508d9b found for delete ", "request_id": "req-0cf59e77-5e28-443c-8880-877a7798af13"}]} 2026-06-04 17:13:02.887 8 INFO neutron.services.segments.plugin [-] Segment 739bbc45-c8a7-4c1d-a707-faa25d508d9b resource provider aggregate not found [pid: 8|app: 0|req: 272/525] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:02 2026] GET /v2.0/security-groups/6cbb64bd-cc3d-4966-810e-6ed517e604c6 => generated 2922 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:02.913 8 INFO neutron.services.segments.plugin [-] Segment 739bbc45-c8a7-4c1d-a707-faa25d508d9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 739bbc45-c8a7-4c1d-a707-faa25d508d9b found for delete ", "request_id": "req-0e2d71cc-890f-4323-9e60-1668fd8867d3"}]} [pid: 7|app: 0|req: 254/526] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:02 2026] DELETE /v2.0/networks/cb319f32-f23f-4efb-8d6f-88a1c45164c1 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/527] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:02 2026] GET /v2.0/security-groups/da0ebc97-73ce-484f-a9fd-1a57b4665770 => generated 1680 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/528] 10.0.0.109 () {36 vars in 1013 bytes} [Thu Jun 4 17:13:02 2026] DELETE /v2.0/security-groups/da0ebc97-73ce-484f-a9fd-1a57b4665770 => 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: 274/529] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups?tenant_id=07ed9f455c7a42708499299625afdecb&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:03.092 8 INFO neutron.api.v2.resource [req-ed56ba4e-1678-4cca-8fce-c03c2f5b1db8 req-a92966d1-fb12-4b10-bc88-017333f67333 d75967c28a1d43c088b64e5e727af1b7 a33f7fd9107444498b6fbaf0273a9325 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/530] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/da0ebc97-73ce-484f-a9fd-1a57b4665770 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/531] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/8180aae9-d128-405d-b384-4e7fc8816a1e => generated 1682 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/532] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:03 2026] DELETE /v2.0/security-groups/24218253-a812-4022-afcf-6dc744240df6 => 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: 257/533] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => 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: 277/534] 10.0.0.109 () {36 vars in 1013 bytes} [Thu Jun 4 17:13:03 2026] DELETE /v2.0/security-groups/8180aae9-d128-405d-b384-4e7fc8816a1e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:03.300 7 INFO neutron.api.v2.resource [req-f4154d98-310f-4bec-be6c-c76d472ab4aa req-85ff40ff-0df8-40de-a718-fc2ddc47e7fa d75967c28a1d43c088b64e5e727af1b7 a33f7fd9107444498b6fbaf0273a9325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/535] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/8180aae9-d128-405d-b384-4e7fc8816a1e => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/536] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/ad189e05-4932-4038-904e-1d3847ea6a57 => generated 1680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/537] 10.0.0.109 () {36 vars in 1013 bytes} [Thu Jun 4 17:13:03 2026] DELETE /v2.0/security-groups/ad189e05-4932-4038-904e-1d3847ea6a57 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:03.477 8 INFO neutron.api.v2.resource [req-7a7e7f11-36c0-4315-81c2-0c4669f19af3 req-67f55570-2fcc-4fb6-b774-58b7f7eaf7a9 d75967c28a1d43c088b64e5e727af1b7 a33f7fd9107444498b6fbaf0273a9325 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 279/538] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/ad189e05-4932-4038-904e-1d3847ea6a57 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:03.531 7 INFO neutron.services.segments.plugin [-] Segment 3fbfa3ce-9c24-4572-84ac-a6e1ecabd936 resource provider aggregate not found [pid: 7|app: 0|req: 260/539] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups?tenant_id=a33f7fd9107444498b6fbaf0273a9325 => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:03.563 7 INFO neutron.services.segments.plugin [-] Segment 3fbfa3ce-9c24-4572-84ac-a6e1ecabd936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fbfa3ce-9c24-4572-84ac-a6e1ecabd936 found for delete ", "request_id": "req-6a131067-664c-4c0a-8e01-efe05a8b86aa"}]} 2026-06-04 17:13:03.574 7 INFO neutron.services.segments.plugin [-] Segment 3fbfa3ce-9c24-4572-84ac-a6e1ecabd936 resource provider aggregate not found 2026-06-04 17:13:03.588 7 INFO neutron.services.segments.plugin [-] Segment 3fbfa3ce-9c24-4572-84ac-a6e1ecabd936 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fbfa3ce-9c24-4572-84ac-a6e1ecabd936 found for delete ", "request_id": "req-12257c89-4d9a-4b41-9f8c-4bdab262a140"}]} [pid: 8|app: 0|req: 280/540] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/6cbb64bd-cc3d-4966-810e-6ed517e604c6 => generated 2922 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/541] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/6cbb64bd-cc3d-4966-810e-6ed517e604c6 => generated 2922 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:03.677 8 INFO neutron.api.v2.resource [req-050464c6-af53-4e7a-aaea-747bef631b34 req-9c03397f-5512-42eb-bfd4-7b410d919d84 d75967c28a1d43c088b64e5e727af1b7 a33f7fd9107444498b6fbaf0273a9325 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 281/542] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/ad189e05-4932-4038-904e-1d3847ea6a57 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:03.709 7 INFO neutron.api.v2.resource [req-e57a970f-3687-4c5c-ad14-6a9701a098bc req-029a23b8-f7ae-43f9-bc53-f778633e8e03 d75967c28a1d43c088b64e5e727af1b7 a33f7fd9107444498b6fbaf0273a9325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/543] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/8180aae9-d128-405d-b384-4e7fc8816a1e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:03.759 8 INFO neutron.api.v2.resource [req-2345718e-aef0-47c0-8a1c-7c0f0a89fe12 req-11baf2b3-4aa3-414c-81db-c2b99ad49081 d75967c28a1d43c088b64e5e727af1b7 a33f7fd9107444498b6fbaf0273a9325 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 282/544] 10.0.0.109 () {34 vars in 991 bytes} [Thu Jun 4 17:13:03 2026] GET /v2.0/security-groups/da0ebc97-73ce-484f-a9fd-1a57b4665770 => generated 146 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/545] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:04 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:04.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-d87c158e-8309-4c9c-bebe-00a1f1234eb3 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: bcda63dc-ec0e-4f79-bc01-9ac8949e4eb9 2026-06-04 17:13:04.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d87c158e-8309-4c9c-bebe-00a1f1234eb3 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: bcda63dc-ec0e-4f79-bc01-9ac8949e4eb9 [pid: 8|app: 0|req: 284/546] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:04 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 684 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/547] 199.204.45.129 () {34 vars in 911 bytes} [Thu Jun 4 17:13:04 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: 286/548] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:13:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee => generated 180 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/549] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:03 2026] PUT /v2.0/routers/59168bd4-363d-44ba-87a1-485226058921/remove_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:05.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-de3be514-1444-4f4f-a84d-1e09f4dc78bf 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 5efde1ca-755d-4bf0-bf95-77c0c060b436 2026-06-04 17:13:05.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3be514-1444-4f4f-a84d-1e09f4dc78bf 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 5efde1ca-755d-4bf0-bf95-77c0c060b436 [pid: 8|app: 0|req: 287/550] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:13:04 2026] POST /v2.0/ports => generated 954 bytes in 418 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-04 17:13:05.481 8 INFO neutron.db.segments_db [None req-cb041679-7835-4848-9a5f-f6be75985f4f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 018e46cf-22ea-4420-bc34-3c467989a29e of type vxlan for network 6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319 2026-06-04 17:13:05.489 7 INFO neutron_taas.services.taas.taas_plugin [None req-de3be514-1444-4f4f-a84d-1e09f4dc78bf 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: f1d04891-1379-4ffd-80bc-31a4844a8d13 2026-06-04 17:13:05.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3be514-1444-4f4f-a84d-1e09f4dc78bf 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: f1d04891-1379-4ffd-80bc-31a4844a8d13 [pid: 8|app: 0|req: 288/551] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:13:05 2026] POST /v2.0/networks => generated 744 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:05.616 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-de3be514-1444-4f4f-a84d-1e09f4dc78bf 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - 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 124, 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 124, 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 58, 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 40, 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 340, 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 2241, 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 645, 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 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 289/552] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:05 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/553] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:05 2026] POST /v2.0/subnets => generated 691 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:05.931 7 INFO neutron.services.segments.plugin [-] Segment 79eeee96-a123-4b40-946c-6cc3ae90ae96 resource provider aggregate not found 2026-06-04 17:13:05.939 7 INFO neutron.services.segments.plugin [-] Segment 79eeee96-a123-4b40-946c-6cc3ae90ae96 resource provider aggregate not found [pid: 8|app: 0|req: 291/554] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:05 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:05.956 7 INFO neutron.services.segments.plugin [-] Segment 79eeee96-a123-4b40-946c-6cc3ae90ae96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79eeee96-a123-4b40-946c-6cc3ae90ae96 found for delete ", "request_id": "req-e915580c-0948-4145-b43c-4d57d88efb5f"}]} 2026-06-04 17:13:05.966 7 INFO neutron.services.segments.plugin [-] Segment 79eeee96-a123-4b40-946c-6cc3ae90ae96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79eeee96-a123-4b40-946c-6cc3ae90ae96 found for delete ", "request_id": "req-5653b9a1-a513-4a8f-9089-af15c3a40429"}]} 2026-06-04 17:13:05.979 7 INFO neutron.db.l3_hamode_db [None req-de3be514-1444-4f4f-a84d-1e09f4dc78bf 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network 84e259fe-ec44-4f0d-a54d-aaba37359784 was deleted as no HA routers are present in tenant a33f7fd9107444498b6fbaf0273a9325. [pid: 7|app: 0|req: 264/555] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:04 2026] DELETE /v2.0/routers/59168bd4-363d-44ba-87a1-485226058921 => generated 0 bytes in 1012 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:06.055 7 INFO neutron.db.segments_db [None req-a86b3a65-5c93-4640-852d-8613fd352d28 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 6ef55787-af66-451b-8971-3644e7e0de15 of type vxlan for network e5109475-020f-47b6-b593-f9cdca208351 2026-06-04 17:13:06.395 7 INFO neutron.db.l3_hamode_db [None req-a86b3a65-5c93-4640-852d-8613fd352d28 55c6ca1cc1a24d2e9f886f81f540c5df 409ec274252e4c1eabf8dca780c20853 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 292/556] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:13:05 2026] PUT /v2.0/ports/ac764f08-643a-49bc-908c-0536c25a654a => generated 1235 bytes in 578 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: 293/557] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:06 2026] DELETE /v2.0/subnets/43815767-6e05-4975-97f5-ea4c9b216ddf => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:06.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-30bf85b6-1b2e-410f-b357-59c627b5ce9f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: abd6602e-9abf-4ca1-a640-26fda0aeb4e4 2026-06-04 17:13:06.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30bf85b6-1b2e-410f-b357-59c627b5ce9f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: abd6602e-9abf-4ca1-a640-26fda0aeb4e4 2026-06-04 17:13:07.063 8 INFO neutron.services.segments.plugin [-] Segment d4b3ffee-5075-4b45-b7f3-4dc84b7223ac resource provider aggregate not found 2026-06-04 17:13:07.067 8 INFO neutron.services.segments.plugin [-] Segment d4b3ffee-5075-4b45-b7f3-4dc84b7223ac resource provider aggregate not found 2026-06-04 17:13:07.088 8 INFO neutron.services.segments.plugin [-] Segment d4b3ffee-5075-4b45-b7f3-4dc84b7223ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b3ffee-5075-4b45-b7f3-4dc84b7223ac found for delete ", "request_id": "req-57af9d15-7e03-4120-b406-b1f627d88f46"}]} 2026-06-04 17:13:07.090 8 INFO neutron.services.segments.plugin [-] Segment d4b3ffee-5075-4b45-b7f3-4dc84b7223ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4b3ffee-5075-4b45-b7f3-4dc84b7223ac found for delete ", "request_id": "req-67acdb13-61d5-4fb0-a324-8258eb4bbc49"}]} [pid: 8|app: 0|req: 294/558] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:06 2026] DELETE /v2.0/networks/dbb462c8-a440-48ce-8ef7-6b78baba33c2 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:07.126 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10c973da-65f0-4635-98d2-8522ae9764ce'] response: {'name': 'network-changed', 'server_uuid': 'bf649597-742b-47e1-a7d6-ae6dc97559e0', 'tag': 'ac764f08-643a-49bc-908c-0536c25a654a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 295/559] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/560] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:07.239 7 INFO neutron.db.l3_hamode_db [None req-a86b3a65-5c93-4640-852d-8613fd352d28 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 297/561] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/562] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/security-groups?tenant_id=a33f7fd9107444498b6fbaf0273a9325&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: 299/563] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/564] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:07 2026] DELETE /v2.0/security-groups/6cbb64bd-cc3d-4966-810e-6ed517e604c6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/565] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/subnets?id=68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/566] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/ports?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/567] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/568] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:07 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 265/569] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:05 2026] POST /v2.0/routers => generated 731 bytes in 2294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/570] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:08 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/571] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:08 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/572] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:08 2026] GET /v2.0/security-groups?tenant_id=b92d49b5efcc4a0d94c60127316eb22a&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/573] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:08 2026] DELETE /v2.0/security-groups/bf981685-b59e-473c-8bd9-254b2308e256 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/574] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/575] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/security-groups?tenant_id=90a50692ca584ff6b3dedc9cee8f4aa7&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/576] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/577] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:09 2026] DELETE /v2.0/security-groups/bc31450e-d95c-48c2-a09a-ec94626b68fb => 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: 313/578] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac764f08-643a-49bc-908c-0536c25a654a => 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/579] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/subnets?id=68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/580] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/581] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/ports?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/582] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/583] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:08 2026] PUT /v2.0/routers/4c6b79c5-1a8c-47af-97a8-508b5f096a83/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/584] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 267/585] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:09 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:10.022 8 INFO neutron.db.segments_db [None req-c4b59491-3564-47b6-99b0-b2dcb8f01451 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment b768e26e-f0f9-4107-b825-6e17f16d92b2 of type vxlan for network e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31 [pid: 8|app: 0|req: 319/586] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:13:09 2026] POST /v2.0/networks => generated 737 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/587] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:13:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/588] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:10 2026] POST /v2.0/subnets => generated 684 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:10.359 8 INFO neutron.db.segments_db [None req-552d0b31-09e6-4b13-8f64-4c5662e39cf2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment eb140a0b-84e3-40d3-92be-e5d163d5db45 of type vxlan for network c63ce03b-3d49-46c1-9c07-1d22219ec85b [pid: 7|app: 0|req: 269/589] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:13:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/590] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:13:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:10.620 8 INFO neutron.db.l3_hamode_db [None req-552d0b31-09e6-4b13-8f64-4c5662e39cf2 55c6ca1cc1a24d2e9f886f81f540c5df 27f236358b4742caa39c47a6dc6bac25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/591] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:13:10 2026] POST /v2.0/floatingips => generated 552 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/592] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:11 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:11.288 8 INFO neutron.db.l3_hamode_db [None req-552d0b31-09e6-4b13-8f64-4c5662e39cf2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 273/593] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:11 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/594] 10.0.0.109 () {34 vars in 1100 bytes} [Thu Jun 4 17:13:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1209220153&fields=id&tenant_id=409ec274252e4c1eabf8dca780c20853 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/595] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:11 2026] GET /v2.0/security-groups?tenant_id=c54024d86537498db8eb0bc524f67099&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/596] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:10 2026] POST /v2.0/routers => generated 724 bytes in 1691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/597] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:13:11 2026] GET /v2.0/networks?id=6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/598] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:12 2026] DELETE /v2.0/security-groups/1ef66ae6-2f89-4025-9a77-51ff753f7ed5 => 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: 323/599] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:13:12 2026] GET /v2.0/quotas/409ec274252e4c1eabf8dca780c20853 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/600] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:13:12 2026] GET /v2.0/ports?tenant_id=409ec274252e4c1eabf8dca780c20853&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/601] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:12 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/602] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:12 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&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: 327/603] 10.0.0.109 () {34 vars in 907 bytes} [Thu Jun 4 17:13:12 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/604] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:13:12 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/605] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:13:12 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/606] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:13 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/609] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:12 2026] PUT /v2.0/routers/63c48092-2b78-4716-9950-3d2347ec9c3d/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/610] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:13 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/611] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:13 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/612] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:13:13 2026] POST /v2.0/security-groups => generated 1659 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/613] 10.0.0.84 () {32 vars in 652 bytes} [Thu Jun 4 17:13:13 2026] GET /v2.0/extensions => generated 21537 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/614] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => 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: 281/615] 10.0.0.84 () {32 vars in 680 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/616] 10.0.0.84 () {32 vars in 680 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/617] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/618] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:13:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/619] 10.0.0.84 () {32 vars in 664 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/agent => generated 153 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/620] 10.0.0.84 () {32 vars in 698 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/621] 10.0.0.84 () {32 vars in 696 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/622] 10.0.0.84 () {32 vars in 700 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/623] 10.0.0.84 () {32 vars in 688 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/624] 10.0.0.84 () {32 vars in 702 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/625] 10.0.0.84 () {32 vars in 692 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/626] 10.0.0.84 () {32 vars in 694 bytes} [Thu Jun 4 17:13:14 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: 292/627] 10.0.0.84 () {32 vars in 684 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/628] 10.0.0.84 () {32 vars in 686 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/629] 10.0.0.84 () {32 vars in 660 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/630] 10.0.0.84 () {32 vars in 698 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/631] 10.0.0.84 () {32 vars in 678 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/632] 10.0.0.84 () {32 vars in 682 bytes} [Thu Jun 4 17:13:14 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: 8|app: 0|req: 336/633] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:13:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/634] 10.0.0.84 () {32 vars in 674 bytes} [Thu Jun 4 17:13:14 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: 299/635] 10.0.0.84 () {32 vars in 688 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/636] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/637] 10.0.0.84 () {32 vars in 686 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/638] 10.0.0.84 () {32 vars in 668 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/639] 10.0.0.84 () {32 vars in 686 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/640] 10.0.0.84 () {32 vars in 680 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/641] 10.0.0.84 () {32 vars in 698 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/642] 10.0.0.84 () {32 vars in 678 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/643] 10.0.0.84 () {32 vars in 666 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/644] 10.0.0.84 () {32 vars in 676 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/645] 10.0.0.84 () {32 vars in 664 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/l3-ha => 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: 310/646] 10.0.0.84 () {32 vars in 674 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/l3-flavors => 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: 311/647] 10.0.0.84 () {32 vars in 712 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/648] 10.0.0.84 () {32 vars in 690 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/649] 10.0.0.84 () {32 vars in 682 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/650] 10.0.0.84 () {32 vars in 668 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/651] 10.0.0.84 () {32 vars in 686 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/652] 10.0.0.84 () {32 vars in 704 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/653] 10.0.0.84 () {32 vars in 674 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/654] 10.0.0.84 () {32 vars in 700 bytes} [Thu Jun 4 17:13:14 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: 319/655] 10.0.0.84 () {32 vars in 674 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/656] 10.0.0.84 () {32 vars in 692 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/657] 10.0.0.84 () {32 vars in 688 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/658] 10.0.0.84 () {32 vars in 708 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/659] 10.0.0.84 () {32 vars in 704 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/660] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/661] 10.0.0.84 () {32 vars in 696 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/662] 10.0.0.84 () {32 vars in 710 bytes} [Thu Jun 4 17:13:14 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: 327/663] 10.0.0.84 () {32 vars in 668 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/664] 10.0.0.84 () {32 vars in 686 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/665] 10.0.0.84 () {32 vars in 680 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/666] 10.0.0.84 () {32 vars in 674 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/667] 10.0.0.84 () {32 vars in 670 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/668] 10.0.0.84 () {32 vars in 660 bytes} [Thu Jun 4 17:13:14 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: 333/669] 10.0.0.84 () {32 vars in 698 bytes} [Thu Jun 4 17:13:14 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: 334/670] 10.0.0.84 () {32 vars in 698 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/671] 10.0.0.84 () {32 vars in 676 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/672] 10.0.0.84 () {32 vars in 668 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/673] 10.0.0.84 () {32 vars in 682 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/674] 10.0.0.84 () {32 vars in 700 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/675] 10.0.0.84 () {32 vars in 684 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/676] 10.0.0.84 () {32 vars in 706 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/677] 10.0.0.84 () {32 vars in 668 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/678] 10.0.0.84 () {32 vars in 696 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/679] 10.0.0.84 () {32 vars in 694 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/680] 10.0.0.84 () {32 vars in 684 bytes} [Thu Jun 4 17:13:14 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: 345/681] 10.0.0.84 () {32 vars in 688 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/682] 10.0.0.84 () {32 vars in 704 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/683] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => 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: 348/684] 10.0.0.84 () {32 vars in 666 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/685] 10.0.0.84 () {32 vars in 680 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/686] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/687] 10.0.0.84 () {32 vars in 680 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/688] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:13:14 2026] POST /v2.0/floatingips => generated 552 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/689] 10.0.0.84 () {32 vars in 690 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/690] 10.0.0.84 () {32 vars in 690 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/691] 10.0.0.84 () {32 vars in 694 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/692] 10.0.0.84 () {32 vars in 684 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/693] 10.0.0.84 () {32 vars in 688 bytes} [Thu Jun 4 17:13:14 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/694] 10.0.0.84 () {32 vars in 700 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/695] 10.0.0.84 () {32 vars in 702 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/696] 10.0.0.84 () {32 vars in 712 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/697] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/698] 10.0.0.84 () {32 vars in 714 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/699] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/700] 10.0.0.84 () {32 vars in 740 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/701] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/702] 10.0.0.84 () {32 vars in 682 bytes} [Thu Jun 4 17:13:15 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: 359/703] 10.0.0.84 () {32 vars in 668 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/704] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:13:15 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: 360/705] 10.0.0.84 () {32 vars in 678 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/706] 10.0.0.84 () {32 vars in 668 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/707] 10.0.0.84 () {32 vars in 696 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/708] 10.0.0.84 () {32 vars in 704 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/709] 10.0.0.84 () {32 vars in 700 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/710] 10.0.0.84 () {32 vars in 700 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/711] 10.0.0.84 () {32 vars in 682 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/712] 10.0.0.84 () {32 vars in 704 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/713] 10.0.0.84 () {32 vars in 694 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/714] 10.0.0.84 () {32 vars in 688 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/715] 10.0.0.84 () {32 vars in 696 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/716] 10.0.0.84 () {32 vars in 678 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/717] 10.0.0.84 () {32 vars in 688 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/718] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => 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: 368/719] 10.0.0.84 () {32 vars in 700 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/720] 10.0.0.84 () {32 vars in 664 bytes} [Thu Jun 4 17:13:15 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: 7|app: 0|req: 369/721] 10.0.0.84 () {32 vars in 680 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/722] 10.0.0.84 () {32 vars in 676 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/723] 10.0.0.84 () {32 vars in 692 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/724] 10.0.0.84 () {32 vars in 676 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/725] 10.0.0.84 () {32 vars in 666 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/726] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/727] 10.0.0.84 () {32 vars in 674 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/728] 10.0.0.84 () {32 vars in 686 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/729] 10.0.0.109 () {34 vars in 1098 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--331027597&fields=id&tenant_id=27f236358b4742caa39c47a6dc6bac25 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/730] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/networks?id=e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/731] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/quotas/27f236358b4742caa39c47a6dc6bac25 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/732] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/ports?tenant_id=27f236358b4742caa39c47a6dc6bac25&fields=id => generated 57 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/733] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/networks/e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/734] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/networks/e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31?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: 376/735] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 377/736] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/737] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:16 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&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: 360/738] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:15 2026] GET /v2.0/security-groups?tenant_id=1b5e3fcc408540ce9c1cdf50ee9487b6&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/739] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:16 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/740] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:16 2026] DELETE /v2.0/security-groups/01ce4071-7dcd-4618-b32a-4f94d111aa98 => 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: 380/741] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:16 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/742] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:16 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:17.017 8 INFO neutron.db.l3_db [None req-0e15a5a4-186d-4231-8cc9-7c1068a3441f 9360a58a0573442b9c6168c518eed7a6 f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] Floating IP 6315c263-017d-4a8a-bf42-21eee7daf77f associated. External IP: 10.96.250.216, port: ac764f08-643a-49bc-908c-0536c25a654a. [pid: 7|app: 0|req: 382/744] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:17 2026] GET /v2.0/networks?id=6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319 => generated 676 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/744] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:13:16 2026] PUT /v2.0/floatingips/6315c263-017d-4a8a-bf42-21eee7daf77f => generated 855 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/745] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:17 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => 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: 363/746] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:13:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=409ec274252e4c1eabf8dca780c20853 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:17.495 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb682bdd-9ea6-40c9-afe5-511858ab1d85'] response: {'name': 'network-changed', 'server_uuid': 'bf649597-742b-47e1-a7d6-ae6dc97559e0', 'tag': 'ac764f08-643a-49bc-908c-0536c25a654a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 384/747] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:17 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/748] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:17 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&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: 364/749] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:13:17 2026] POST /v2.0/ports => generated 954 bytes in 415 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: 365/750] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:17 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 366/751] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/752] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/753] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:13:17 2026] PUT /v2.0/ports/5304da90-c78c-4e28-b187-371e574ca8b4 => generated 1235 bytes in 423 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-04 17:13:18.408 8 INFO neutron.db.segments_db [None req-63cb3dfd-7436-4a39-9ae8-666bb65542e5 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Added segment 2357803b-524d-4430-9dcd-d60b37f40cfc of type vxlan for network f95ec08a-6ff9-4b66-a490-eaed8b2b8e31 [pid: 7|app: 0|req: 387/754] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 858 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/755] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/subnets?id=68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/756] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:18 2026] POST /v2.0/networks => generated 650 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/757] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/ports?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/758] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/759] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/760] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/761] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:18 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 390/762] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:18 2026] POST /v2.0/subnets => generated 627 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:18.820 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3896c497-cd77-4847-990d-9a08bc86537d'] response: {'name': 'network-changed', 'server_uuid': 'e1ab144a-d384-43f2-b00d-7e2cb5f90ed9', 'tag': '5304da90-c78c-4e28-b187-371e574ca8b4', 'status': 'completed', 'code': 200} 2026-06-04 17:13:18.882 8 INFO neutron.db.segments_db [None req-12a650d2-42f5-4b78-999b-57f6ebefdce5 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Added segment 8797bdc4-0b7a-469c-a1e4-02fb9475a6dc of type vxlan for network 79d6421b-0bd1-46f4-b1f9-42e3cea0daec [pid: 7|app: 0|req: 391/763] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:19.153 8 INFO neutron.db.l3_hamode_db [None req-12a650d2-42f5-4b78-999b-57f6ebefdce5 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 392/764] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/ports?tenant_id=409ec274252e4c1eabf8dca780c20853&device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 1238 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/765] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5304da90-c78c-4e28-b187-371e574ca8b4 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/766] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/subnets?id=8c4f4220-0679-4c6f-a330-a41e67cc8df5 => generated 694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/767] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/ports?network_id=6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/768] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?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: 397/769] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?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-04 17:13:20.068 8 INFO neutron.db.l3_hamode_db [None req-12a650d2-42f5-4b78-999b-57f6ebefdce5 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 398/770] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:19 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 969 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/771] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:20 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&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: 400/772] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:20 2026] GET /v2.0/networks?id=e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31 => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/773] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:20 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 402/774] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:13:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27f236358b4742caa39c47a6dc6bac25 => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/775] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:13:20 2026] POST /v2.0/ports => generated 958 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 373/776] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:18 2026] POST /v2.0/routers => generated 694 bytes in 2082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/777] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:20 2026] GET /v2.0/ports?tenant_id=409ec274252e4c1eabf8dca780c20853&device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/778] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:13:20 2026] PUT /v2.0/ports/eebba25d-a3c9-48f8-a37a-118f8eb95281 => generated 1239 bytes in 382 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-04 17:13:21.092 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5b30232-dca2-4cb1-b62c-fcee7a97667f'] response: {'name': 'network-changed', 'server_uuid': '951c7609-1823-4e5b-b001-1a74377782ef', 'tag': 'eebba25d-a3c9-48f8-a37a-118f8eb95281', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 405/779] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/networks?id=6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319 => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/780] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5304da90-c78c-4e28-b187-371e574ca8b4 => 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: 407/781] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/subnets?id=8c4f4220-0679-4c6f-a330-a41e67cc8df5 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/782] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/ports?network_id=6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/783] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/784] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/785] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/786] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/787] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/788] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/789] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/ports?tenant_id=27f236358b4742caa39c47a6dc6bac25&device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/790] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/networks?tenant_id=27f236358b4742caa39c47a6dc6bac25&shared=False => generated 765 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/791] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:13:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/792] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:20 2026] PUT /v2.0/routers/bb029db1-4342-4cf8-bc5e-a88a27a6032e/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/793] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/794] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/795] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/796] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&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: 418/797] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:22 2026] POST /v2.0/ports => generated 955 bytes in 370 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: 419/798] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/ports?tenant_id=27f236358b4742caa39c47a6dc6bac25&device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/799] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=eebba25d-a3c9-48f8-a37a-118f8eb95281 => 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: 421/800] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/subnets?id=0f65cf61-e2f5-4616-8c98-f0cc0a2fd879 => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/801] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/ports?network_id=e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31&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: 423/802] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/networks/e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31?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: 380/803] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:22 2026] POST /v2.0/ports => generated 953 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/804] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:22 2026] GET /v2.0/networks/e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 425/805] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:23 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/806] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:23 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/807] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:23 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/808] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:23 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:23.832 8 INFO neutron.db.l3_db [None req-6afd64bd-2393-4773-8e5d-a5686d2b302d a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Floating IP 749c01a6-0d52-46a0-b415-9db8244c618e associated. External IP: 10.96.250.203, port: 20a6ed87-d6aa-4a0e-84fa-99ca3eb486da. [pid: 8|app: 0|req: 381/809] 10.0.0.84 () {34 vars in 676 bytes} [Thu Jun 4 17:13:23 2026] POST /v2.0/floatingips => generated 840 bytes in 1168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:24.373 7 INFO neutron.db.l3_db [None req-67e368c4-dc44-4d02-b341-abae8d1f3584 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Floating IP 749c01a6-0d52-46a0-b415-9db8244c618e disassociated. External IP: 10.96.250.203, port: 20a6ed87-d6aa-4a0e-84fa-99ca3eb486da. [pid: 7|app: 0|req: 429/810] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:13:24 2026] PUT /v2.0/floatingips/749c01a6-0d52-46a0-b415-9db8244c618e => generated 552 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/811] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:24 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => 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: 431/812] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:24 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:24.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-deca52c8-ac1a-4682-9150-551887b8d540 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] TaaS: Handle Delete Port: 117beb00-8d25-4ac2-a122-8134a2cb9e59 2026-06-04 17:13:24.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deca52c8-ac1a-4682-9150-551887b8d540 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Tap Mirror: Handle Delete Port: 117beb00-8d25-4ac2-a122-8134a2cb9e59 [pid: 7|app: 0|req: 432/813] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:24 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/814] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:24 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&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: 434/815] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:24 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/816] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:13:24 2026] DELETE /v2.0/floatingips/749c01a6-0d52-46a0-b415-9db8244c618e => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:25.394 7 INFO neutron.db.l3_db [None req-eb9d59b4-3c66-4b24-b21d-89143f532a2f e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] Floating IP a4a98128-db70-4913-8eea-92b36aab4f95 associated. External IP: 10.96.250.211, port: 5304da90-c78c-4e28-b187-371e574ca8b4. [pid: 7|app: 0|req: 435/817] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:13:24 2026] PUT /v2.0/floatingips/a4a98128-db70-4913-8eea-92b36aab4f95 => generated 855 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:25.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c67bd357-aada-44ea-9c12-45220affe1d8'] response: {'name': 'network-changed', 'server_uuid': 'e1ab144a-d384-43f2-b00d-7e2cb5f90ed9', 'tag': '5304da90-c78c-4e28-b187-371e574ca8b4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 436/818] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:25 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:25.814 8 INFO neutron.db.l3_db [None req-81c8a562-3ca6-40b7-bd52-0e0147b2cc61 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Floating IP d64ce970-e9d9-4716-aa81-4bf43ce2ca76 associated. External IP: 10.96.250.202, port: 9c61668a-d4f6-4221-a007-5d65d830ec8f. [pid: 7|app: 0|req: 437/819] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:25 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/820] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:25 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/821] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&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: 383/822] 10.0.0.84 () {34 vars in 676 bytes} [Thu Jun 4 17:13:25 2026] POST /v2.0/floatingips => generated 842 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/823] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/floatingips/d64ce970-e9d9-4716-aa81-4bf43ce2ca76 => generated 842 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/824] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/825] 10.0.0.84 () {32 vars in 654 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/floatingips => generated 845 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/826] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/827] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/ports?tenant_id=409ec274252e4c1eabf8dca780c20853&device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/828] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/networks?id=6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319 => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/829] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5304da90-c78c-4e28-b187-371e574ca8b4 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/830] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/subnets?id=8c4f4220-0679-4c6f-a330-a41e67cc8df5 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/831] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/ports?network_id=6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/832] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?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: 391/833] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:26 2026] GET /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:26.710 7 INFO neutron.db.l3_db [None req-7df4ef95-55fe-41cd-a927-19f398a1fd06 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Floating IP d64ce970-e9d9-4716-aa81-4bf43ce2ca76 associated. External IP: 10.96.250.202, port: 9c61668a-d4f6-4221-a007-5d65d830ec8f. [pid: 8|app: 0|req: 392/834] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:27 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 393/835] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:27 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&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: 394/836] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:27 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/837] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:27 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/838] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:13:26 2026] PUT /v2.0/floatingips/d64ce970-e9d9-4716-aa81-4bf43ce2ca76 => generated 840 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:27.509 8 INFO neutron.db.l3_db [None req-0f711097-d23b-4cba-a040-64fc204591ba a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Floating IP d64ce970-e9d9-4716-aa81-4bf43ce2ca76 disassociated. External IP: 10.96.250.202, port: 20a6ed87-d6aa-4a0e-84fa-99ca3eb486da. [pid: 8|app: 0|req: 396/839] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:13:27 2026] PUT /v2.0/floatingips/d64ce970-e9d9-4716-aa81-4bf43ce2ca76 => generated 552 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:27.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b5b0cb2-3174-4bbe-92a2-46778d773ba6 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] TaaS: Handle Delete Port: 8445f590-2c75-4253-95ac-cc3aafdf6a8b 2026-06-04 17:13:27.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b5b0cb2-3174-4bbe-92a2-46778d773ba6 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Tap Mirror: Handle Delete Port: 8445f590-2c75-4253-95ac-cc3aafdf6a8b [pid: 7|app: 0|req: 444/842] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:13:27 2026] DELETE /v2.0/floatingips/d64ce970-e9d9-4716-aa81-4bf43ce2ca76 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:28.215 8 INFO neutron.api.v2.resource [None req-b3d28964-5775-441a-951e-83570482cc2e a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 399/843] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:13:28 2026] DELETE /v2.0/floatingips/d64ce970-e9d9-4716-aa81-4bf43ce2ca76 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/844] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:28 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:28.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fafb666-d8a1-4f3d-bc37-7c20d472406f a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] TaaS: Handle Delete Port: 20a6ed87-d6aa-4a0e-84fa-99ca3eb486da 2026-06-04 17:13:28.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fafb666-d8a1-4f3d-bc37-7c20d472406f a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Tap Mirror: Handle Delete Port: 20a6ed87-d6aa-4a0e-84fa-99ca3eb486da [pid: 8|app: 0|req: 401/845] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:28 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&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: 402/846] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:28 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/847] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:28 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/848] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:28 2026] GET /v2.0/security-groups?id=5d9c7953-3304-4083-bb06-50fd582545be&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/849] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:28 2026] DELETE /v2.0/ports/20a6ed87-d6aa-4a0e-84fa-99ca3eb486da => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:28.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-14b48d9c-1ace-4aca-9489-c255fea75706 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] TaaS: Handle Delete Port: 9c61668a-d4f6-4221-a007-5d65d830ec8f 2026-06-04 17:13:28.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14b48d9c-1ace-4aca-9489-c255fea75706 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Tap Mirror: Handle Delete Port: 9c61668a-d4f6-4221-a007-5d65d830ec8f 2026-06-04 17:13:28.916 8 INFO neutron.db.l3_db [None req-f273dd32-2f48-4d85-a241-e2d210b20108 1fc5ce01257a4b9d849cced3ab5e29ab 27f236358b4742caa39c47a6dc6bac25 - - default default] Floating IP 91f2522b-a9ba-4ca7-b214-582bb0903c23 associated. External IP: 10.96.250.219, port: eebba25d-a3c9-48f8-a37a-118f8eb95281. [pid: 7|app: 0|req: 446/850] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:28 2026] DELETE /v2.0/ports/9c61668a-d4f6-4221-a007-5d65d830ec8f => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/851] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:13:28 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/852] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:13:28 2026] GET /v2.0/ports?device_id=bb029db1-4342-4cf8-bc5e-a88a27a6032e => generated 958 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:29.169 7 INFO neutron_taas.services.taas.taas_plugin [req-974b50de-9590-4539-b8b1-9200feb5924d req-d736529b-24f1-4a98-ad85-bfe60434235c e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] TaaS: Handle Delete Port: 5304da90-c78c-4e28-b187-371e574ca8b4 2026-06-04 17:13:29.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-974b50de-9590-4539-b8b1-9200feb5924d req-d736529b-24f1-4a98-ad85-bfe60434235c e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] Tap Mirror: Handle Delete Port: 5304da90-c78c-4e28-b187-371e574ca8b4 [pid: 8|app: 0|req: 405/853] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:13:28 2026] PUT /v2.0/floatingips/91f2522b-a9ba-4ca7-b214-582bb0903c23 => generated 856 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:29.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e6b89e9-f639-4503-8e72-63e792cccad9'] response: {'name': 'network-changed', 'server_uuid': '951c7609-1823-4e5b-b001-1a74377782ef', 'tag': 'eebba25d-a3c9-48f8-a37a-118f8eb95281', 'status': 'completed', 'code': 200} 2026-06-04 17:13:29.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fbda584-0d02-4940-921e-70895e188572 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] TaaS: Handle Delete Port: b64cce40-49b5-4bd7-9b1d-0eea0c253056 2026-06-04 17:13:29.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fbda584-0d02-4940-921e-70895e188572 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Tap Mirror: Handle Delete Port: b64cce40-49b5-4bd7-9b1d-0eea0c253056 2026-06-04 17:13:29.907 7 INFO neutron_taas.services.taas.taas_plugin [req-974b50de-9590-4539-b8b1-9200feb5924d req-d736529b-24f1-4a98-ad85-bfe60434235c e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] TaaS: Handle Delete Port: 5304da90-c78c-4e28-b187-371e574ca8b4 2026-06-04 17:13:29.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-974b50de-9590-4539-b8b1-9200feb5924d req-d736529b-24f1-4a98-ad85-bfe60434235c e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] Tap Mirror: Handle Delete Port: 5304da90-c78c-4e28-b187-371e574ca8b4 2026-06-04 17:13:30.068 7 INFO neutron.db.l3_db [req-974b50de-9590-4539-b8b1-9200feb5924d req-d736529b-24f1-4a98-ad85-bfe60434235c e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] Floating IP a4a98128-db70-4913-8eea-92b36aab4f95 disassociated. External IP: 10.96.250.211, port: 5304da90-c78c-4e28-b187-371e574ca8b4. [pid: 8|app: 0|req: 406/854] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:29 2026] PUT /v2.0/routers/bb029db1-4342-4cf8-bc5e-a88a27a6032e/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/855] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 408/856] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => 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: 409/857] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/ports?tenant_id=27f236358b4742caa39c47a6dc6bac25&device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:30.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-dea7b7f0-ea42-4a0e-b233-aabce0727080 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] TaaS: Handle Delete Port: 33e78ef2-5bad-4e23-80e2-8d4589e5c8c6 2026-06-04 17:13:30.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dea7b7f0-ea42-4a0e-b233-aabce0727080 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Tap Mirror: Handle Delete Port: 33e78ef2-5bad-4e23-80e2-8d4589e5c8c6 [pid: 7|app: 0|req: 449/858] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:13:29 2026] DELETE /v2.0/ports/5304da90-c78c-4e28-b187-371e574ca8b4 => generated 0 bytes in 1400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/859] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:30.489 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-49b73239-fdfd-4c1b-8911-b998360a7212'] response: {'server_uuid': 'e1ab144a-d384-43f2-b00d-7e2cb5f90ed9', 'name': 'network-vif-deleted', 'tag': '5304da90-c78c-4e28-b187-371e574ca8b4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 451/860] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/networks?id=e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31 => generated 765 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/861] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=eebba25d-a3c9-48f8-a37a-118f8eb95281 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/862] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/subnets?id=0f65cf61-e2f5-4616-8c98-f0cc0a2fd879 => generated 687 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/863] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/ports?network_id=e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/864] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/networks/e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31?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: 456/865] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/networks/e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31?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) 2026-06-04 17:13:30.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-dea7b7f0-ea42-4a0e-b233-aabce0727080 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] TaaS: Handle Delete Port: ac88fb4b-0eba-44a3-ad44-86b123a86c17 2026-06-04 17:13:30.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dea7b7f0-ea42-4a0e-b233-aabce0727080 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] Tap Mirror: Handle Delete Port: ac88fb4b-0eba-44a3-ad44-86b123a86c17 [pid: 7|app: 0|req: 457/866] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 458/867] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:30 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:31.056 8 INFO neutron.services.segments.plugin [-] Segment 8797bdc4-0b7a-469c-a1e4-02fb9475a6dc resource provider aggregate not found 2026-06-04 17:13:31.057 8 INFO neutron.services.segments.plugin [-] Segment 8797bdc4-0b7a-469c-a1e4-02fb9475a6dc resource provider aggregate not found 2026-06-04 17:13:31.070 8 INFO neutron.db.l3_hamode_db [None req-dea7b7f0-ea42-4a0e-b233-aabce0727080 a1c7ee27a9604fb8a3090dcbc269ea8f 174c065f492b426eb8f2fa8d7f730e88 - - default default] HA network 79d6421b-0bd1-46f4-b1f9-42e3cea0daec was deleted as no HA routers are present in tenant 174c065f492b426eb8f2fa8d7f730e88. 2026-06-04 17:13:31.074 8 INFO neutron.services.segments.plugin [-] Segment 8797bdc4-0b7a-469c-a1e4-02fb9475a6dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8797bdc4-0b7a-469c-a1e4-02fb9475a6dc found for delete ", "request_id": "req-467cf475-9297-4cc4-86ac-f4126c8e33b9"}]} 2026-06-04 17:13:31.076 8 INFO neutron.services.segments.plugin [-] Segment 8797bdc4-0b7a-469c-a1e4-02fb9475a6dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8797bdc4-0b7a-469c-a1e4-02fb9475a6dc found for delete ", "request_id": "req-50d65e81-3698-4c3c-802b-ff8560fa0780"}]} [pid: 8|app: 0|req: 410/868] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:30 2026] DELETE /v2.0/routers/bb029db1-4342-4cf8-bc5e-a88a27a6032e => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/869] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:31 2026] DELETE /v2.0/subnets/fc3b6c0c-6fbc-449f-8617-15b1fe722c74 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/870] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:31 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => 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: 411/871] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:31 2026] DELETE /v2.0/networks/f95ec08a-6ff9-4b66-a490-eaed8b2b8e31 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/872] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:31 2026] GET /v2.0/security-groups?tenant_id=174c065f492b426eb8f2fa8d7f730e88&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/873] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:31 2026] DELETE /v2.0/security-groups/7d3e684e-2ff3-4b53-8867-ae8acdd52a9b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/874] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:31 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/875] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:32 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&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: 463/876] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:13:32 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1240 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/877] 10.0.0.112 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:32 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/878] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:32 2026] GET /v2.0/ports?device_id=e1ab144a-d384-43f2-b00d-7e2cb5f90ed9 => generated 12 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:33.097 8 INFO neutron.services.segments.plugin [-] Segment 2357803b-524d-4430-9dcd-d60b37f40cfc resource provider aggregate not found 2026-06-04 17:13:33.101 8 INFO neutron.services.segments.plugin [-] Segment 2357803b-524d-4430-9dcd-d60b37f40cfc resource provider aggregate not found 2026-06-04 17:13:33.112 8 INFO neutron.services.segments.plugin [-] Segment 2357803b-524d-4430-9dcd-d60b37f40cfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2357803b-524d-4430-9dcd-d60b37f40cfc found for delete ", "request_id": "req-3acd2f7b-440a-4fee-b8d0-cbc26d339b0d"}]} 2026-06-04 17:13:33.117 8 INFO neutron.services.segments.plugin [-] Segment 2357803b-524d-4430-9dcd-d60b37f40cfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2357803b-524d-4430-9dcd-d60b37f40cfc found for delete ", "request_id": "req-f3364a9f-21ac-4dd1-8bfa-aeb783311f6f"}]} [pid: 7|app: 0|req: 465/879] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:33 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 415/880] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:33 2026] GET /v2.0/security-groups?id=8fad4765-05a4-4497-9a9f-6669c7de592c&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: 466/881] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:13:33 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:33.406 8 INFO neutron_taas.services.taas.taas_plugin [req-52055cd3-27d1-4669-b438-9a05219a2023 req-88a38d72-f25b-45b5-8bb9-af865d3cc891 1fc5ce01257a4b9d849cced3ab5e29ab 27f236358b4742caa39c47a6dc6bac25 - - default default] TaaS: Handle Delete Port: eebba25d-a3c9-48f8-a37a-118f8eb95281 2026-06-04 17:13:33.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-52055cd3-27d1-4669-b438-9a05219a2023 req-88a38d72-f25b-45b5-8bb9-af865d3cc891 1fc5ce01257a4b9d849cced3ab5e29ab 27f236358b4742caa39c47a6dc6bac25 - - default default] Tap Mirror: Handle Delete Port: eebba25d-a3c9-48f8-a37a-118f8eb95281 2026-06-04 17:13:33.570 8 INFO neutron.db.l3_db [req-52055cd3-27d1-4669-b438-9a05219a2023 req-88a38d72-f25b-45b5-8bb9-af865d3cc891 1fc5ce01257a4b9d849cced3ab5e29ab 27f236358b4742caa39c47a6dc6bac25 - - default default] Floating IP 91f2522b-a9ba-4ca7-b214-582bb0903c23 disassociated. External IP: 10.96.250.219, port: eebba25d-a3c9-48f8-a37a-118f8eb95281. [pid: 8|app: 0|req: 416/882] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:13:33 2026] DELETE /v2.0/ports/eebba25d-a3c9-48f8-a37a-118f8eb95281 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:33.909 7 INFO neutron.db.segments_db [None req-941aabea-f538-4ea2-a272-185846246857 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] Added segment df0d18c0-be71-4cb7-907a-818f3b11df5f of type vxlan for network 900ccd5a-6a6d-4174-a6bc-6da041d15eb8 2026-06-04 17:13:33.935 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90642f83-0d86-4955-85fd-d3aabe780518'] response: {'server_uuid': '951c7609-1823-4e5b-b001-1a74377782ef', 'name': 'network-vif-deleted', 'tag': 'eebba25d-a3c9-48f8-a37a-118f8eb95281', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 467/883] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:33 2026] POST /v2.0/networks => generated 648 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/884] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:33 2026] DELETE /v2.0/security-groups/5d9c7953-3304-4083-bb06-50fd582545be => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:34.067 8 INFO neutron.api.v2.resource [None req-0bba1680-372d-4207-b061-a483ecac346f e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/885] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:13:34 2026] GET /v2.0/security-groups/5d9c7953-3304-4083-bb06-50fd582545be => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:34.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb1ecf9b-dea9-4d29-b475-7d0dc15815cb e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] TaaS: Handle Delete Port: 73b332f8-6cff-4c59-8aa0-1c8ce27ab1c6 2026-06-04 17:13:34.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb1ecf9b-dea9-4d29-b475-7d0dc15815cb e4a64c86f0124c0aa837292b1d7d0714 409ec274252e4c1eabf8dca780c20853 - - default default] Tap Mirror: Handle Delete Port: 73b332f8-6cff-4c59-8aa0-1c8ce27ab1c6 [pid: 7|app: 0|req: 468/886] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:34 2026] POST /v2.0/ports => generated 779 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: 7|app: 0|req: 469/887] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:34 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 419/888] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:13:34 2026] DELETE /v2.0/floatingips/a4a98128-db70-4913-8eea-92b36aab4f95 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:34.407 7 INFO neutron.db.segments_db [None req-3b1763a1-83c5-4484-ba6e-63872c413798 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] Added segment 2d09fd62-ab91-4721-835c-3d4204e82985 of type vxlan for network 2a010e4f-7240-48ad-a1a8-f29b2b1794a6 [pid: 7|app: 0|req: 470/889] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:34 2026] POST /v2.0/networks => generated 636 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:34.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-64f4cc6a-670e-45fe-98be-45fea1378835 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 127a3275-2019-4f7c-b1ac-e2eee5d62fce 2026-06-04 17:13:34.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64f4cc6a-670e-45fe-98be-45fea1378835 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 127a3275-2019-4f7c-b1ac-e2eee5d62fce [pid: 7|app: 0|req: 471/890] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:34 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/891] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:34 2026] PUT /v2.0/routers/4c6b79c5-1a8c-47af-97a8-508b5f096a83/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/892] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:34 2026] POST /v2.0/ports => generated 966 bytes in 659 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: 473/893] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:35 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:35.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbd3bfc2-c9d4-470e-9041-39e76e435998 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] TaaS: Handle Delete Port: 82749810-58db-43af-b4c8-65baf70ff36d 2026-06-04 17:13:35.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbd3bfc2-c9d4-470e-9041-39e76e435998 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] Tap Mirror: Handle Delete Port: 82749810-58db-43af-b4c8-65baf70ff36d 2026-06-04 17:13:35.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-3691f9c6-add7-4211-acb2-359cf73e4831 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 7518fdbc-1acf-4e4e-b861-415bb8cfc8b2 2026-06-04 17:13:35.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3691f9c6-add7-4211-acb2-359cf73e4831 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 7518fdbc-1acf-4e4e-b861-415bb8cfc8b2 [pid: 7|app: 0|req: 474/894] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:35 2026] DELETE /v2.0/ports/82749810-58db-43af-b4c8-65baf70ff36d => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:35.690 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8610810a-113b-46a8-bb10-73c65f914464 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/895] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:35 2026] DELETE /v2.0/ports/82749810-58db-43af-b4c8-65baf70ff36d => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:35.709 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b085eb99-578b-44af-9a92-8b9066b65fc1 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 476/896] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:35 2026] GET /v2.0/ports/82749810-58db-43af-b4c8-65baf70ff36d => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:35.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-3691f9c6-add7-4211-acb2-359cf73e4831 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 2e6a3f70-89af-4f04-b7b6-bcfa4465fb08 2026-06-04 17:13:35.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3691f9c6-add7-4211-acb2-359cf73e4831 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 2e6a3f70-89af-4f04-b7b6-bcfa4465fb08 [pid: 7|app: 0|req: 477/897] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:35 2026] DELETE /v2.0/subnets/50a5241d-ceb9-4d3d-a333-9ba5c3a9deeb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:36.000 7 INFO neutron.services.segments.plugin [-] Segment 2d09fd62-ab91-4721-835c-3d4204e82985 resource provider aggregate not found 2026-06-04 17:13:36.002 7 INFO neutron.services.segments.plugin [-] Segment 2d09fd62-ab91-4721-835c-3d4204e82985 resource provider aggregate not found 2026-06-04 17:13:36.026 7 INFO neutron.services.segments.plugin [-] Segment 2d09fd62-ab91-4721-835c-3d4204e82985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d09fd62-ab91-4721-835c-3d4204e82985 found for delete ", "request_id": "req-71989872-5ffa-48c5-9a36-c9a55d685149"}]} 2026-06-04 17:13:36.028 7 INFO neutron.services.segments.plugin [-] Segment 2d09fd62-ab91-4721-835c-3d4204e82985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d09fd62-ab91-4721-835c-3d4204e82985 found for delete ", "request_id": "req-4935fcfa-3392-48b6-9fb5-94f9c098ec69"}]} [pid: 7|app: 0|req: 478/898] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:35 2026] DELETE /v2.0/networks/2a010e4f-7240-48ad-a1a8-f29b2b1794a6 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:36.099 8 INFO neutron.services.segments.plugin [-] Segment 6ef55787-af66-451b-8971-3644e7e0de15 resource provider aggregate not found 2026-06-04 17:13:36.108 7 INFO neutron.db.segments_db [None req-33ae620f-1633-4101-8b91-2cb8ace6ff22 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] Added segment e020df66-a513-45ba-99b2-0e3bb47f2974 of type vxlan for network 8d8d648d-f200-459e-b500-dab7cba13af8 2026-06-04 17:13:36.109 8 INFO neutron.services.segments.plugin [-] Segment 6ef55787-af66-451b-8971-3644e7e0de15 resource provider aggregate not found 2026-06-04 17:13:36.122 8 INFO neutron.services.segments.plugin [-] Segment 6ef55787-af66-451b-8971-3644e7e0de15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ef55787-af66-451b-8971-3644e7e0de15 found for delete ", "request_id": "req-904ebbbf-d5da-4dc6-9a65-ce906c89496a"}]} 2026-06-04 17:13:36.127 8 INFO neutron.services.segments.plugin [-] Segment 6ef55787-af66-451b-8971-3644e7e0de15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ef55787-af66-451b-8971-3644e7e0de15 found for delete ", "request_id": "req-9351d14c-978e-4c35-9d4d-64c15530e0f0"}]} 2026-06-04 17:13:36.133 8 INFO neutron.db.l3_hamode_db [None req-3691f9c6-add7-4211-acb2-359cf73e4831 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network e5109475-020f-47b6-b593-f9cdca208351 was deleted as no HA routers are present in tenant 409ec274252e4c1eabf8dca780c20853. [pid: 8|app: 0|req: 421/899] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:35 2026] DELETE /v2.0/routers/4c6b79c5-1a8c-47af-97a8-508b5f096a83 => generated 0 bytes in 776 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/900] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:36 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/901] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:36 2026] DELETE /v2.0/subnets/8c4f4220-0679-4c6f-a330-a41e67cc8df5 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:36.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-77bc5d24-2d7e-4a91-a643-2bc2441c754a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: f0fbcd4e-de60-4e39-be7a-e60037aef8c3 2026-06-04 17:13:36.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77bc5d24-2d7e-4a91-a643-2bc2441c754a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: f0fbcd4e-de60-4e39-be7a-e60037aef8c3 [pid: 7|app: 0|req: 480/902] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:36 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/903] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:36 2026] DELETE /v2.0/networks/6dc9ef45-ec1f-4c28-b0a5-5d0eabe88319 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/904] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:36 2026] GET /v2.0/ports?device_id=951c7609-1823-4e5b-b001-1a74377782ef => 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: 481/905] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:36 2026] POST /v2.0/ports => generated 928 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/906] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:36 2026] GET /v2.0/security-groups?tenant_id=409ec274252e4c1eabf8dca780c20853&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:36.823 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2913df6-9f62-4ab1-b941-97c8b064668b 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] TaaS: Handle Delete Port: cdae3c14-e66c-434f-bc76-0b332949b9b9 2026-06-04 17:13:36.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2913df6-9f62-4ab1-b941-97c8b064668b 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] Tap Mirror: Handle Delete Port: cdae3c14-e66c-434f-bc76-0b332949b9b9 [pid: 7|app: 0|req: 483/907] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:36 2026] DELETE /v2.0/security-groups/44cba77e-cf2b-4256-8655-d465fe25905e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/908] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:36 2026] DELETE /v2.0/ports/cdae3c14-e66c-434f-bc76-0b332949b9b9 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:36.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-141328aa-520a-4e04-a174-35fe1c1cbfa6 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/909] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:36 2026] GET /v2.0/ports/cdae3c14-e66c-434f-bc76-0b332949b9b9 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/910] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:36 2026] DELETE /v2.0/subnets/e4d67f6d-fad7-4d5d-9cd0-dfe9bf60d763 => 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: 485/911] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:37 2026] DELETE /v2.0/networks/8d8d648d-f200-459e-b500-dab7cba13af8 => 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: 427/912] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:37 2026] POST /v2.0/ports => generated 779 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 486/913] 10.0.0.84 () {34 vars in 736 bytes} [Thu Jun 4 17:13:37 2026] PUT /v2.0/ports/7226b376-2e49-47bd-b7df-158957830224 => generated 752 bytes in 180 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: 428/914] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:37 2026] DELETE /v2.0/security-groups/8fad4765-05a4-4497-9a9f-6669c7de592c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:37.794 8 INFO neutron.api.v2.resource [None req-f26115bf-fb77-403a-ac40-00d262bdc5ec 1fc5ce01257a4b9d849cced3ab5e29ab 27f236358b4742caa39c47a6dc6bac25 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 429/915] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:13:37 2026] GET /v2.0/security-groups/8fad4765-05a4-4497-9a9f-6669c7de592c => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:37.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd8ef4a0-ed67-448d-b9dc-633a853af7fa 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] TaaS: Handle Delete Port: 7226b376-2e49-47bd-b7df-158957830224 2026-06-04 17:13:37.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd8ef4a0-ed67-448d-b9dc-633a853af7fa 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] Tap Mirror: Handle Delete Port: 7226b376-2e49-47bd-b7df-158957830224 2026-06-04 17:13:37.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a4ac83a-5759-4a96-8d38-ffca110c68a5 1fc5ce01257a4b9d849cced3ab5e29ab 27f236358b4742caa39c47a6dc6bac25 - - default default] TaaS: Handle Delete Port: 64395893-96aa-4364-9c67-0c74da90cd2d 2026-06-04 17:13:37.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a4ac83a-5759-4a96-8d38-ffca110c68a5 1fc5ce01257a4b9d849cced3ab5e29ab 27f236358b4742caa39c47a6dc6bac25 - - default default] Tap Mirror: Handle Delete Port: 64395893-96aa-4364-9c67-0c74da90cd2d [pid: 7|app: 0|req: 487/916] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:37 2026] DELETE /v2.0/ports/7226b376-2e49-47bd-b7df-158957830224 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/917] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:13:37 2026] GET /v2.0/ports => generated 782 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:38.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcba27df-873d-4117-a59f-4149d07d01f3 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 489/918] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:38 2026] GET /v2.0/ports/7226b376-2e49-47bd-b7df-158957830224 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:38.053 7 INFO neutron.services.segments.plugin [-] Segment e020df66-a513-45ba-99b2-0e3bb47f2974 resource provider aggregate not found 2026-06-04 17:13:38.057 7 INFO neutron.services.segments.plugin [-] Segment e020df66-a513-45ba-99b2-0e3bb47f2974 resource provider aggregate not found [pid: 8|app: 0|req: 430/919] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:13:37 2026] DELETE /v2.0/floatingips/91f2522b-a9ba-4ca7-b214-582bb0903c23 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/920] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:13:38 2026] GET /v2.0/ports => generated 782 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:38.088 7 INFO neutron.services.segments.plugin [-] Segment e020df66-a513-45ba-99b2-0e3bb47f2974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e020df66-a513-45ba-99b2-0e3bb47f2974 found for delete ", "request_id": "req-2195bc6a-7aff-4c46-91a2-f340435cf8a7"}]} 2026-06-04 17:13:38.089 7 INFO neutron.services.segments.plugin [-] Segment e020df66-a513-45ba-99b2-0e3bb47f2974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e020df66-a513-45ba-99b2-0e3bb47f2974 found for delete ", "request_id": "req-f4ac95e8-5040-440d-851c-5b6228db6042"}]} [pid: 7|app: 0|req: 491/921] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:38 2026] GET /v2.0/ports/76b5e802-2120-4cc7-9777-0071023cc870 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:38.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e90006cc-388c-4f50-a9a6-72f30ef39b99 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/922] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:38 2026] DELETE /v2.0/ports/cdae3c14-e66c-434f-bc76-0b332949b9b9 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:38.144 8 INFO neutron.services.segments.plugin [-] Segment 018e46cf-22ea-4420-bc34-3c467989a29e resource provider aggregate not found 2026-06-04 17:13:38.152 8 INFO neutron.services.segments.plugin [-] Segment 018e46cf-22ea-4420-bc34-3c467989a29e resource provider aggregate not found 2026-06-04 17:13:38.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c173ad0b-4218-4d82-900b-0e6230474b3f 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/923] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:38 2026] DELETE /v2.0/subnets/e4d67f6d-fad7-4d5d-9cd0-dfe9bf60d763 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:38.165 8 INFO neutron.services.segments.plugin [-] Segment 018e46cf-22ea-4420-bc34-3c467989a29e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018e46cf-22ea-4420-bc34-3c467989a29e found for delete ", "request_id": "req-615ae65f-fffb-40b3-96ad-5b2e04a3bdff"}]} 2026-06-04 17:13:38.177 8 INFO neutron.services.segments.plugin [-] Segment 018e46cf-22ea-4420-bc34-3c467989a29e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018e46cf-22ea-4420-bc34-3c467989a29e found for delete ", "request_id": "req-05e4d63e-1add-48c6-87db-63481b094e17"}]} 2026-06-04 17:13:38.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-557bf896-daed-47f0-80cf-b540bfb328c3 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 494/924] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:38 2026] DELETE /v2.0/subnets/50a5241d-ceb9-4d3d-a333-9ba5c3a9deeb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:38.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e5ddb77-706f-42e9-bcfe-53c123880bb7 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] TaaS: Handle Delete Port: 76b5e802-2120-4cc7-9777-0071023cc870 2026-06-04 17:13:38.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e5ddb77-706f-42e9-bcfe-53c123880bb7 71d0125edb384555b5e996f0188dd38e 4fa948433d5d463392b4651a482e0437 - - default default] Tap Mirror: Handle Delete Port: 76b5e802-2120-4cc7-9777-0071023cc870 [pid: 7|app: 0|req: 495/925] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:38 2026] DELETE /v2.0/ports/76b5e802-2120-4cc7-9777-0071023cc870 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:38.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6503272-fb5d-4cf1-b7b3-3a3855fd1c0b 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 2053d1d5-9c8b-451a-bba0-2dc0b314a4d9 2026-06-04 17:13:38.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6503272-fb5d-4cf1-b7b3-3a3855fd1c0b 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 2053d1d5-9c8b-451a-bba0-2dc0b314a4d9 [pid: 7|app: 0|req: 496/926] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:38 2026] DELETE /v2.0/networks/900ccd5a-6a6d-4174-a6bc-6da041d15eb8 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/927] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:38 2026] PUT /v2.0/routers/63c48092-2b78-4716-9950-3d2347ec9c3d/remove_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: 497/928] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:39 2026] GET /v2.0/security-groups?tenant_id=4fa948433d5d463392b4651a482e0437&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:39.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-96cc9a9a-87a6-4fe2-8432-92f93f1ffe7d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 230710e3-627d-44d9-b8a5-4b2b3c6e0ba1 2026-06-04 17:13:39.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96cc9a9a-87a6-4fe2-8432-92f93f1ffe7d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 230710e3-627d-44d9-b8a5-4b2b3c6e0ba1 [pid: 7|app: 0|req: 498/929] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:39 2026] DELETE /v2.0/security-groups/1048b7d4-7506-4a45-9963-43d14ad0e6b5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:39.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-96cc9a9a-87a6-4fe2-8432-92f93f1ffe7d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 76ab38df-70d7-4b28-8d90-f1891f09e24c 2026-06-04 17:13:39.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96cc9a9a-87a6-4fe2-8432-92f93f1ffe7d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 76ab38df-70d7-4b28-8d90-f1891f09e24c 2026-06-04 17:13:39.867 8 INFO neutron.db.l3_hamode_db [None req-96cc9a9a-87a6-4fe2-8432-92f93f1ffe7d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network c63ce03b-3d49-46c1-9c07-1d22219ec85b was deleted as no HA routers are present in tenant 27f236358b4742caa39c47a6dc6bac25. [pid: 8|app: 0|req: 432/930] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:39 2026] DELETE /v2.0/routers/63c48092-2b78-4716-9950-3d2347ec9c3d => generated 0 bytes in 809 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/931] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:39 2026] GET /v2.0/security-groups?tenant_id=76d97f1fee1f4a4a94ea5475a6ae0991&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/932] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:39 2026] DELETE /v2.0/security-groups/c98a3805-7545-454b-887b-ef2ca4c19c42 => 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: 433/933] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:39 2026] DELETE /v2.0/subnets/0f65cf61-e2f5-4616-8c98-f0cc0a2fd879 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:40.117 7 INFO neutron.services.segments.plugin [-] Segment df0d18c0-be71-4cb7-907a-818f3b11df5f resource provider aggregate not found 2026-06-04 17:13:40.138 7 INFO neutron.services.segments.plugin [-] Segment df0d18c0-be71-4cb7-907a-818f3b11df5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df0d18c0-be71-4cb7-907a-818f3b11df5f found for delete ", "request_id": "req-e05b394f-b478-43a2-bac1-53e222b23d16"}]} 2026-06-04 17:13:40.143 7 INFO neutron.services.segments.plugin [-] Segment df0d18c0-be71-4cb7-907a-818f3b11df5f resource provider aggregate not found 2026-06-04 17:13:40.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-6995e9d8-d1f2-42e3-bb94-7f3d3ba9f133 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 85483c59-5b01-44a8-824a-6542b960a777 2026-06-04 17:13:40.166 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6995e9d8-d1f2-42e3-bb94-7f3d3ba9f133 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 85483c59-5b01-44a8-824a-6542b960a777 2026-06-04 17:13:40.171 7 INFO neutron.services.segments.plugin [-] Segment df0d18c0-be71-4cb7-907a-818f3b11df5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df0d18c0-be71-4cb7-907a-818f3b11df5f found for delete ", "request_id": "req-6d6d43d9-8a5d-488a-a122-b634ea1bfda0"}]} 2026-06-04 17:13:40.185 8 INFO neutron.services.segments.plugin [-] Segment eb140a0b-84e3-40d3-92be-e5d163d5db45 resource provider aggregate not found 2026-06-04 17:13:40.207 8 INFO neutron.services.segments.plugin [-] Segment eb140a0b-84e3-40d3-92be-e5d163d5db45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb140a0b-84e3-40d3-92be-e5d163d5db45 found for delete ", "request_id": "req-0a97e0c4-9b65-4495-b039-5ad8a6bd5a44"}]} 2026-06-04 17:13:40.208 8 INFO neutron.services.segments.plugin [-] Segment eb140a0b-84e3-40d3-92be-e5d163d5db45 resource provider aggregate not found 2026-06-04 17:13:40.226 8 INFO neutron.services.segments.plugin [-] Segment eb140a0b-84e3-40d3-92be-e5d163d5db45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb140a0b-84e3-40d3-92be-e5d163d5db45 found for delete ", "request_id": "req-ff53c19c-2c25-490e-99a7-130d06ee8ee6"}]} [pid: 7|app: 0|req: 501/934] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:40 2026] DELETE /v2.0/networks/e2e9f6bc-f641-4ebe-bcbd-bd0b31367e31 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/935] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:40 2026] GET /v2.0/security-groups?tenant_id=27f236358b4742caa39c47a6dc6bac25&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: 502/936] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:40 2026] DELETE /v2.0/security-groups/1793e8a4-4b3d-4e77-9a80-f5444af3abd7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:41.420 8 INFO neutron.db.segments_db [None req-1cfe7690-d502-4a59-b167-79d94d70d24f 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment c628962a-47d2-49ef-9245-9009f8050997 of type vxlan for network 164aabce-76f9-4867-b24a-8ae430ea9e8e [pid: 8|app: 0|req: 435/937] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:41 2026] POST /v2.0/networks => generated 634 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:41.591 7 INFO neutron.db.segments_db [None req-c435d2c1-db34-48cf-8349-d50478096e18 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment 4ea31d42-753e-4818-8f6d-6812d9b44489 of type vxlan for network 41b02e15-d065-406c-ac5f-aad72b293721 [pid: 7|app: 0|req: 503/938] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:41 2026] POST /v2.0/networks => generated 632 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/939] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:41 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:42.161 7 INFO neutron.services.segments.plugin [-] Segment b768e26e-f0f9-4107-b825-6e17f16d92b2 resource provider aggregate not found 2026-06-04 17:13:42.179 7 INFO neutron.services.segments.plugin [-] Segment b768e26e-f0f9-4107-b825-6e17f16d92b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b768e26e-f0f9-4107-b825-6e17f16d92b2 found for delete ", "request_id": "req-7eedd102-afe2-45cc-99a4-7ee437abb13e"}]} 2026-06-04 17:13:42.187 7 INFO neutron.services.segments.plugin [-] Segment b768e26e-f0f9-4107-b825-6e17f16d92b2 resource provider aggregate not found 2026-06-04 17:13:42.214 7 INFO neutron.services.segments.plugin [-] Segment b768e26e-f0f9-4107-b825-6e17f16d92b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b768e26e-f0f9-4107-b825-6e17f16d92b2 found for delete ", "request_id": "req-ca185f2d-4f61-4918-a0a2-894a210322d2"}]} [pid: 7|app: 0|req: 504/940] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:41 2026] POST /v2.0/subnets => generated 655 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:42.265 8 INFO neutron.db.segments_db [None req-a78879c5-f7f9-4c39-adc1-9a92f9b00ac2 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment 73ea8e9d-430f-4d33-bcda-27f76935afb8 of type vxlan for network f7298b23-e720-4230-996f-92a40adc70dc 2026-06-04 17:13:42.530 8 INFO neutron.db.l3_hamode_db [None req-a78879c5-f7f9-4c39-adc1-9a92f9b00ac2 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:13:42.620 7 INFO neutron.db.segments_db [None req-2f48fe24-31fd-43db-812e-2dd1306d4a42 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 49ba60b7-5db9-44b9-92bb-4e4cba6de88f of type vxlan for network fc60aa34-7e2a-4fbf-aad0-7bd91056c370 2026-06-04 17:13:42.663 8 INFO neutron.db.l3_hamode_db [None req-a78879c5-f7f9-4c39-adc1-9a92f9b00ac2 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 505/941] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:13:42 2026] POST /v2.0/networks => generated 743 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/942] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:42 2026] POST /v2.0/subnets => generated 690 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:42.962 7 INFO neutron.db.segments_db [None req-d063f5f6-9fe7-47dd-8bed-fcbffc8e9832 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment e0577f8c-278a-4a10-8cf1-98d77b7a7e33 of type vxlan for network 11392cf3-a033-46b4-ba42-6b014890b23d 2026-06-04 17:13:43.218 7 INFO neutron.db.l3_hamode_db [None req-d063f5f6-9fe7-47dd-8bed-fcbffc8e9832 55c6ca1cc1a24d2e9f886f81f540c5df 1044bbcec1c0445ea8d1321d592f3970 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 437/943] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:42 2026] POST /v2.0/routers => generated 510 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:44.015 7 INFO neutron.db.l3_hamode_db [None req-d063f5f6-9fe7-47dd-8bed-fcbffc8e9832 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 440/946] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:43 2026] PUT /v2.0/routers/190df17e-5d3f-4b84-8534-65f2f068deb1/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/947] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:44 2026] GET /v2.0/ports/24fa7a7b-3a96-4ab4-b3e0-7a6a124c088b => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/948] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:42 2026] POST /v2.0/routers => generated 730 bytes in 1884 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/949] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:44 2026] PUT /v2.0/routers/190df17e-5d3f-4b84-8534-65f2f068deb1/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/950] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:45 2026] GET /v2.0/ports/d25655e6-df4e-4e60-bf93-c3d633d638d3 => generated 967 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/951] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:44 2026] PUT /v2.0/routers/9f007f94-fd34-491a-a814-3553e1170595/add_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:46.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-e727ac6d-3e53-4971-b2db-442421561102 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: d25655e6-df4e-4e60-bf93-c3d633d638d3 2026-06-04 17:13:46.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e727ac6d-3e53-4971-b2db-442421561102 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: d25655e6-df4e-4e60-bf93-c3d633d638d3 [pid: 7|app: 0|req: 509/952] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:46 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => 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: 510/953] 10.0.0.109 () {34 vars in 971 bytes} [Thu Jun 4 17:13:46 2026] GET /v2.0/ports/ac764f08-643a-49bc-908c-0536c25a654a => generated 968 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/954] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:45 2026] PUT /v2.0/routers/190df17e-5d3f-4b84-8534-65f2f068deb1/remove_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/955] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:46 2026] GET /v2.0/security-groups?tenant_id=f71a293385e344de8a334ef12cb17849&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:46.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-1eabf236-73a3-42ef-8b71-0a8b6c1ae3ab 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 24fa7a7b-3a96-4ab4-b3e0-7a6a124c088b 2026-06-04 17:13:46.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1eabf236-73a3-42ef-8b71-0a8b6c1ae3ab 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 24fa7a7b-3a96-4ab4-b3e0-7a6a124c088b [pid: 8|app: 0|req: 446/956] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:13:46 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: 447/957] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:46 2026] DELETE /v2.0/security-groups/54d974a4-d4b9-40fb-a0de-8b025ad523f3 => 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: 448/958] 199.204.45.129 () {34 vars in 1000 bytes} [Thu Jun 4 17:13:47 2026] GET /v2.0/subnets?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/959] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:13:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/960] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:46 2026] PUT /v2.0/routers/190df17e-5d3f-4b84-8534-65f2f068deb1/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/961] 199.204.45.129 () {34 vars in 1146 bytes} [Thu Jun 4 17:13:47 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0&device_owner=compute%3Anova&network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/962] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:47 2026] GET /v2.0/security-groups?tenant_id=093ab5408d1e4683b38937ddd91ba653&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/963] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:13:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/964] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:13:47 2026] GET /v2.0/ports?device_id=190df17e-5d3f-4b84-8534-65f2f068deb1 => 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: 514/965] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:47 2026] DELETE /v2.0/security-groups/bef9d5cc-4c13-4f1f-924b-fe97cc46f007 => 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: 452/966] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:13:47 2026] PUT /v2.0/ports/ac764f08-643a-49bc-908c-0536c25a654a => generated 1149 bytes in 387 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-04 17:13:47.904 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07b2a949-97d4-46b6-bfc8-b71bd83f8150'] response: {'name': 'network-changed', 'server_uuid': 'bf649597-742b-47e1-a7d6-ae6dc97559e0', 'tag': 'ac764f08-643a-49bc-908c-0536c25a654a', 'status': 'completed', 'code': 200} 2026-06-04 17:13:48.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-88e72b8a-cd62-4e3d-a6e8-86955d62e0fa 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 8e1abf19-3d2d-4d43-bd47-5c7751a7e9e3 2026-06-04 17:13:48.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88e72b8a-cd62-4e3d-a6e8-86955d62e0fa 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 8e1abf19-3d2d-4d43-bd47-5c7751a7e9e3 [pid: 7|app: 0|req: 515/967] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:13:47 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/968] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1421 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:48.433 8 INFO neutron.services.segments.plugin [-] Segment 73ea8e9d-430f-4d33-bcda-27f76935afb8 resource provider aggregate not found 2026-06-04 17:13:48.443 8 INFO neutron.services.segments.plugin [-] Segment 73ea8e9d-430f-4d33-bcda-27f76935afb8 resource provider aggregate not found 2026-06-04 17:13:48.459 8 INFO neutron.services.segments.plugin [-] Segment 73ea8e9d-430f-4d33-bcda-27f76935afb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ea8e9d-430f-4d33-bcda-27f76935afb8 found for delete ", "request_id": "req-af4d4859-d10f-4275-b728-2b9974ec7229"}]} [pid: 7|app: 0|req: 517/969] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:48.460 8 INFO neutron.services.segments.plugin [-] Segment 73ea8e9d-430f-4d33-bcda-27f76935afb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ea8e9d-430f-4d33-bcda-27f76935afb8 found for delete ", "request_id": "req-aa607af6-f694-4a0e-9c15-7476ab741c58"}]} 2026-06-04 17:13:48.482 8 INFO neutron.db.l3_hamode_db [None req-88e72b8a-cd62-4e3d-a6e8-86955d62e0fa 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] HA network f7298b23-e720-4230-996f-92a40adc70dc was deleted as no HA routers are present in tenant 5c32d7f4d88f4f8190b8c7208a2f6fe3. [pid: 8|app: 0|req: 453/970] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:47 2026] DELETE /v2.0/routers/190df17e-5d3f-4b84-8534-65f2f068deb1 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/971] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/972] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/973] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/subnets?id=68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/974] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/ports?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8&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: 522/975] 10.0.0.109 () {34 vars in 1098 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--138855227&fields=id&tenant_id=1044bbcec1c0445ea8d1321d592f3970 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/976] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:48 2026] DELETE /v2.0/subnets/5e07899f-0102-43fc-b1f2-119bab258110 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/977] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/978] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/networks?id=fc60aa34-7e2a-4fbf-aad0-7bd91056c370 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/979] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 526/980] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/quotas/1044bbcec1c0445ea8d1321d592f3970 => 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: 455/981] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:48 2026] DELETE /v2.0/subnets/70d270e0-c57e-480d-8e32-9623ea81d110 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/982] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/ports?tenant_id=1044bbcec1c0445ea8d1321d592f3970&fields=id => generated 57 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/983] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?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: 456/984] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:48 2026] DELETE /v2.0/networks/41b02e15-d065-406c-ac5f-aad72b293721 => 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: 529/985] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:13:48 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?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) 2026-06-04 17:13:49.074 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7054c24-7bf1-4d1e-9574-36fff088ce64 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 0d6ded41-3efe-4a81-93fb-104780c46408 2026-06-04 17:13:49.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7054c24-7bf1-4d1e-9574-36fff088ce64 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 0d6ded41-3efe-4a81-93fb-104780c46408 [pid: 7|app: 0|req: 530/986] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/987] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:48 2026] DELETE /v2.0/networks/164aabce-76f9-4867-b24a-8ae430ea9e8e => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:49.347 7 INFO neutron.db.segments_db [None req-bfb09593-757c-40cb-b51d-42baf0dbbc15 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment f0f45025-9f0f-49ab-bd65-f338f6e2d9c5 of type vxlan for network dd8477ac-0de9-4c1d-820c-97326901e426 [pid: 7|app: 0|req: 531/988] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:49 2026] POST /v2.0/networks => generated 633 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/989] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1152 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/990] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/991] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:49 2026] POST /v2.0/subnets => generated 646 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:49.811 7 INFO neutron.db.segments_db [None req-ccb08d4e-5ce0-4a91-ae6b-eeaff311d20e 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment 01ff72d7-42b6-4dcc-a5be-81a09fedeb46 of type vxlan for network 6f95ccc6-495b-4975-bcfb-944f214aa7bd [pid: 8|app: 0|req: 459/992] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/993] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/994] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/995] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/996] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/subnets?id=68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/997] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:49 2026] GET /v2.0/ports?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:50.095 7 INFO neutron.db.l3_hamode_db [None req-ccb08d4e-5ce0-4a91-ae6b-eeaff311d20e 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 465/998] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:50 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:50.209 7 INFO neutron.db.l3_hamode_db [None req-ccb08d4e-5ce0-4a91-ae6b-eeaff311d20e 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 466/999] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:50 2026] GET /v2.0/security-groups?tenant_id=eb1d7284fc7846f9b0769539b5ddfd37&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1000] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:50 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 468/1001] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:50 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:50.486 8 INFO neutron.services.segments.plugin [-] Segment 4ea31d42-753e-4818-8f6d-6812d9b44489 resource provider aggregate not found 2026-06-04 17:13:50.492 8 INFO neutron.services.segments.plugin [-] Segment 4ea31d42-753e-4818-8f6d-6812d9b44489 resource provider aggregate not found 2026-06-04 17:13:50.508 8 INFO neutron.services.segments.plugin [-] Segment 4ea31d42-753e-4818-8f6d-6812d9b44489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea31d42-753e-4818-8f6d-6812d9b44489 found for delete ", "request_id": "req-e94a4725-7c26-4375-af82-9a964e91a3f3"}]} 2026-06-04 17:13:50.523 8 INFO neutron.services.segments.plugin [-] Segment 4ea31d42-753e-4818-8f6d-6812d9b44489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea31d42-753e-4818-8f6d-6812d9b44489 found for delete ", "request_id": "req-f1a69674-b7d0-4690-898e-8c8ceb71d6ef"}]} 2026-06-04 17:13:50.526 8 INFO neutron.services.segments.plugin [-] Segment c628962a-47d2-49ef-9245-9009f8050997 resource provider aggregate not found 2026-06-04 17:13:50.562 8 INFO neutron.services.segments.plugin [-] Segment c628962a-47d2-49ef-9245-9009f8050997 resource provider aggregate not found 2026-06-04 17:13:50.573 8 INFO neutron.services.segments.plugin [-] Segment c628962a-47d2-49ef-9245-9009f8050997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c628962a-47d2-49ef-9245-9009f8050997 found for delete ", "request_id": "req-d2ca198d-1489-45d7-ad0f-f1a5debb82b1"}]} 2026-06-04 17:13:50.587 8 INFO neutron.services.segments.plugin [-] Segment c628962a-47d2-49ef-9245-9009f8050997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c628962a-47d2-49ef-9245-9009f8050997 found for delete ", "request_id": "req-8e177e2b-7261-400e-8f93-de42eb44fe42"}]} [pid: 8|app: 0|req: 469/1002] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:50 2026] DELETE /v2.0/security-groups/1e44f5c1-7cb8-4dfe-b418-c95ba17d2cc6 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1003] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:49 2026] POST /v2.0/routers => generated 510 bytes in 1050 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1004] 199.204.45.129 () {34 vars in 1120 bytes} [Thu Jun 4 17:13:50 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1005] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:50 2026] POST /v2.0/ports => generated 964 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 536/1006] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:13:51 2026] PUT /v2.0/ports/ac764f08-643a-49bc-908c-0536c25a654a => generated 968 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:51.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b483d72e-35e1-4f7c-be2d-134206348d84'] response: {'name': 'network-changed', 'server_uuid': 'bf649597-742b-47e1-a7d6-ae6dc97559e0', 'tag': 'ac764f08-643a-49bc-908c-0536c25a654a', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 537/1007] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:51 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 538/1008] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:51 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1009] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:51 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1010] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1011] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/subnets?id=68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1012] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/ports?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8&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: 543/1013] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 544/1014] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 471/1015] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:51 2026] PUT /v2.0/routers/bc9b3f2f-4225-4b4e-90b5-b604672a8b3f/add_router_interface => generated 309 bytes in 1133 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: 472/1016] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/ports/69ca3e14-086b-47fb-8ff2-c81050a4528e => generated 1038 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:52.576 7 INFO neutron.db.segments_db [None req-afd007df-1344-46d6-8c19-50ebaa58794d 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Added segment 804f511a-c6be-40c7-89cf-68bfc93cc9ad of type vxlan for network f60d9870-9054-495c-92ff-a083fad0afb4 2026-06-04 17:13:52.638 7 INFO neutron.db.segments_db [None req-afd007df-1344-46d6-8c19-50ebaa58794d 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Added segment 2ef2605a-8b3a-4fca-b625-f9bbae126970 of type vxlan for network 00c00a28-7f51-41bc-813a-6ffc1dd6951c 2026-06-04 17:13:52.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-b56a2cae-7d60-4a81-a417-66e87023cda3 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 69ca3e14-086b-47fb-8ff2-c81050a4528e 2026-06-04 17:13:52.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b56a2cae-7d60-4a81-a417-66e87023cda3 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 69ca3e14-086b-47fb-8ff2-c81050a4528e [pid: 7|app: 0|req: 545/1017] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:52 2026] POST /v2.0/networks => generated 1245 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1018] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 547/1019] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:13:52 2026] GET /v2.0/networks => generated 1844 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:52.976 7 INFO neutron.services.segments.plugin [-] Segment 804f511a-c6be-40c7-89cf-68bfc93cc9ad resource provider aggregate not found 2026-06-04 17:13:52.983 7 INFO neutron.services.segments.plugin [-] Segment 804f511a-c6be-40c7-89cf-68bfc93cc9ad resource provider aggregate not found 2026-06-04 17:13:53.001 7 INFO neutron.services.segments.plugin [-] Segment 804f511a-c6be-40c7-89cf-68bfc93cc9ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 804f511a-c6be-40c7-89cf-68bfc93cc9ad found for delete ", "request_id": "req-144b76c6-bfa9-45e0-bed8-563aa3b42e23"}]} 2026-06-04 17:13:53.003 7 INFO neutron.services.segments.plugin [-] Segment 804f511a-c6be-40c7-89cf-68bfc93cc9ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 804f511a-c6be-40c7-89cf-68bfc93cc9ad found for delete ", "request_id": "req-5adacfce-b74d-420d-8063-01ae028f75de"}]} [pid: 7|app: 0|req: 548/1020] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:52 2026] DELETE /v2.0/networks/f60d9870-9054-495c-92ff-a083fad0afb4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1021] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:53 2026] DELETE /v2.0/networks/00c00a28-7f51-41bc-813a-6ffc1dd6951c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1022] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1023] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/networks => generated 651 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1024] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:53.313 7 INFO neutron.db.segments_db [None req-2b2644e6-d227-4cbc-9ba5-eb6ecb5c90e8 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Added segment e7fb5130-ea95-4771-af71-15ffa32f5969 of type vxlan for network 2c2dffe4-9a0b-4d75-98d5-bf89b4177682 [pid: 7|app: 0|req: 553/1025] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:53 2026] POST /v2.0/networks => generated 654 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1026] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/ports?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1027] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:52 2026] PUT /v2.0/routers/bc9b3f2f-4225-4b4e-90b5-b604672a8b3f/remove_router_interface => generated 309 bytes in 1143 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: 474/1028] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/networks?id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:53.543 7 INFO neutron.db.segments_db [None req-3c471523-2959-4cca-9aee-1d7ce3c2506f 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Added segment 7213adce-4fe9-4a45-86de-0888672e1a7c of type vxlan for network 00d0c40c-3e24-4282-8bb2-8e956bd9d389 [pid: 7|app: 0|req: 555/1029] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:53 2026] POST /v2.0/networks => generated 654 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:53.653 8 INFO neutron.api.v2.resource [None req-4ab60aa9-55b3-4adf-9230-2035cb7c694f 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 475/1030] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:53 2026] PUT /v2.0/routers/bc9b3f2f-4225-4b4e-90b5-b604672a8b3f/remove_router_interface => generated 197 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1031] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ac764f08-643a-49bc-908c-0536c25a654a => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1032] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/networks?id=fc60aa34-7e2a-4fbf-aad0-7bd91056c370 => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1033] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/ports?device_id=bc9b3f2f-4225-4b4e-90b5-b604672a8b3f => 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: 559/1034] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/subnets?id=68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1035] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:13:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1044bbcec1c0445ea8d1321d592f3970 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:53.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d278015-1c7d-4545-b796-ae535a1f8651 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 7a8208d9-e1c7-4705-ac46-337d86b409b3 2026-06-04 17:13:53.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d278015-1c7d-4545-b796-ae535a1f8651 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 7a8208d9-e1c7-4705-ac46-337d86b409b3 [pid: 8|app: 0|req: 476/1036] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:13:53 2026] POST /v2.0/ports => generated 1506 bytes in 599 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: 477/1037] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:54 2026] GET /v2.0/ports?network_id=2cac61e3-20ca-45dc-b5d0-861c3d7710e8&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:13:54.296 7 INFO neutron.db.l3_hamode_db [None req-9d278015-1c7d-4545-b796-ae535a1f8651 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] HA network 6f95ccc6-495b-4975-bcfb-944f214aa7bd was deleted as no HA routers are present in tenant 5c32d7f4d88f4f8190b8c7208a2f6fe3. [pid: 7|app: 0|req: 561/1038] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:53 2026] DELETE /v2.0/routers/bc9b3f2f-4225-4b4e-90b5-b604672a8b3f => generated 0 bytes in 506 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1039] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:54 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 563/1040] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:13:54 2026] GET /v2.0/ports => generated 1506 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1041] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:54 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?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: 565/1042] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:54 2026] DELETE /v2.0/subnets/e674f2bf-c745-4da5-8573-83c933f1e602 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1043] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:54 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => 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: 478/1044] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:13:54 2026] POST /v2.0/ports => generated 958 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:13:54.674 7 INFO neutron_taas.services.taas.taas_plugin [None req-31ec5ebb-5465-4398-994f-624f8497299e 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] TaaS: Handle Delete Port: bec6fb0c-6b43-4727-a2d8-ba7cc0d044c3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04 17:13:54.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31ec5ebb-5465-4398-994f-624f8497299e 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Tap Mirror: Handle Delete Port: bec6fb0c-6b43-4727-a2d8-ba7cc0d044c3 [pid: 8|app: 0|req: 479/1045] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:54 2026] GET /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1046] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:54 2026] DELETE /v2.0/ports/bec6fb0c-6b43-4727-a2d8-ba7cc0d044c3 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1047] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:54 2026] GET /v2.0/security-groups?id=bbca500e-ccfd-4634-9f64-d5f3d5a11a35&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:54.819 8 INFO neutron.services.segments.plugin [-] Segment f0f45025-9f0f-49ab-bd65-f338f6e2d9c5 resource provider aggregate not found 2026-06-04 17:13:54.820 8 INFO neutron.services.segments.plugin [-] Segment f0f45025-9f0f-49ab-bd65-f338f6e2d9c5 resource provider aggregate not found 2026-06-04 17:13:54.843 8 INFO neutron.services.segments.plugin [-] Segment f0f45025-9f0f-49ab-bd65-f338f6e2d9c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f45025-9f0f-49ab-bd65-f338f6e2d9c5 found for delete ", "request_id": "req-09a78c93-c228-483f-ab76-c8941fffd7d0"}]} 2026-06-04 17:13:54.848 8 INFO neutron.services.segments.plugin [-] Segment f0f45025-9f0f-49ab-bd65-f338f6e2d9c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f45025-9f0f-49ab-bd65-f338f6e2d9c5 found for delete ", "request_id": "req-c998b3e9-21d9-4b78-9f9e-6b155b545e04"}]} [pid: 8|app: 0|req: 480/1048] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:54 2026] DELETE /v2.0/networks/dd8477ac-0de9-4c1d-820c-97326901e426 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:54.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-d78b17ac-3596-4219-9e11-eddca3686981 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] TaaS: Handle Delete Port: 8bd8f725-b2e0-438f-ae84-5ebfb541c458 2026-06-04 17:13:54.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d78b17ac-3596-4219-9e11-eddca3686981 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Tap Mirror: Handle Delete Port: 8bd8f725-b2e0-438f-ae84-5ebfb541c458 2026-06-04 17:13:55.023 7 INFO neutron.services.segments.plugin [-] Segment 2ef2605a-8b3a-4fca-b625-f9bbae126970 resource provider aggregate not found 2026-06-04 17:13:55.029 7 INFO neutron.services.segments.plugin [-] Segment 2ef2605a-8b3a-4fca-b625-f9bbae126970 resource provider aggregate not found 2026-06-04 17:13:55.049 7 INFO neutron.services.segments.plugin [-] Segment 2ef2605a-8b3a-4fca-b625-f9bbae126970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ef2605a-8b3a-4fca-b625-f9bbae126970 found for delete ", "request_id": "req-31449c2a-faa3-41b0-bf98-95966dd555ec"}]} 2026-06-04 17:13:55.053 7 INFO neutron.services.segments.plugin [-] Segment 2ef2605a-8b3a-4fca-b625-f9bbae126970 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ef2605a-8b3a-4fca-b625-f9bbae126970 found for delete ", "request_id": "req-18791e6c-ce09-400a-ac80-78e4e2a4def5"}]} [pid: 8|app: 0|req: 481/1049] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:13:54 2026] DELETE /v2.0/ports/8bd8f725-b2e0-438f-ae84-5ebfb541c458 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:55.069 7 INFO neutron.services.segments.plugin [-] Segment 01ff72d7-42b6-4dcc-a5be-81a09fedeb46 resource provider aggregate not found 2026-06-04 17:13:55.074 7 INFO neutron.services.segments.plugin [-] Segment 01ff72d7-42b6-4dcc-a5be-81a09fedeb46 resource provider aggregate not found 2026-06-04 17:13:55.088 7 INFO neutron.services.segments.plugin [-] Segment 01ff72d7-42b6-4dcc-a5be-81a09fedeb46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ff72d7-42b6-4dcc-a5be-81a09fedeb46 found for delete ", "request_id": "req-81696770-a5de-485e-859e-40cb3ba1989e"}]} 2026-06-04 17:13:55.091 7 INFO neutron.services.segments.plugin [-] Segment 01ff72d7-42b6-4dcc-a5be-81a09fedeb46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ff72d7-42b6-4dcc-a5be-81a09fedeb46 found for delete ", "request_id": "req-056de5fb-eb0d-41fb-9b56-b350011383f7"}]} 2026-06-04 17:13:55.105 8 INFO neutron.db.segments_db [None req-d3dcda67-086e-45df-be3a-7edc73fccedd 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment a11dca9f-e67e-4f79-870c-aed11c901561 of type vxlan for network 19443628-bf1d-438b-80ed-7f45bcc3171b [pid: 8|app: 0|req: 482/1050] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:55 2026] POST /v2.0/networks => generated 634 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1051] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:13:55 2026] GET /v2.0/ports => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1052] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:13:54 2026] PUT /v2.0/ports/6eab4f96-eca9-453c-b2c9-468c24cdaa50 => generated 1239 bytes in 454 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-04 17:13:55.280 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c46c561e-fe31-44a6-810a-3c15e9c16b7c'] response: {'name': 'network-changed', 'server_uuid': '45090717-b1a7-4233-9340-08305493fa55', 'tag': '6eab4f96-eca9-453c-b2c9-468c24cdaa50', 'status': 'completed', 'code': 200} 2026-06-04 17:13:55.297 7 INFO neutron.db.segments_db [None req-72138e5a-f053-4125-9ea0-fbf4bdb24c00 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Added segment dc9eb721-11fd-49a1-a48d-10c90e062142 of type vxlan for network a9b96c4d-55e0-4409-b1af-7f47b49dfc8a [pid: 7|app: 0|req: 570/1053] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:55 2026] POST /v2.0/networks => generated 653 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1054] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:55 2026] POST /v2.0/subnets => generated 646 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1055] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:55 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:55.505 8 INFO neutron.db.segments_db [None req-104ecf4e-7906-4324-b82d-7966abed98f2 0285ade5461b41e589ade736ce8c1835 502f062ee3ab4266afbf6c3b0ce20fda - - default default] Added segment fec8900b-ac5c-4eac-b121-43779f99e655 of type vxlan for network 81be28da-e625-4755-8d92-52bab543c040 2026-06-04 17:13:55.515 7 INFO neutron.db.segments_db [None req-b4c228f2-e806-4bb6-ad95-6833d2bc271a 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment f7acd7dd-f753-4303-8d1e-84806657dfe5 of type vxlan for network 6e0c1059-4106-4520-a7dc-8f3f7bb9d32b [pid: 8|app: 0|req: 485/1056] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:13:55 2026] POST /v2.0/networks => generated 654 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1057] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:55 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 487/1058] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:13:55 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:55.825 8 INFO neutron_taas.services.taas.taas_plugin [req-589dca83-ce18-4dff-91b6-8424d6ce5ad3 req-70b4fe23-551e-4217-8a68-47e0993025ff 9360a58a0573442b9c6168c518eed7a6 f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] TaaS: Handle Delete Port: ac764f08-643a-49bc-908c-0536c25a654a 2026-06-04 17:13:55.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-589dca83-ce18-4dff-91b6-8424d6ce5ad3 req-70b4fe23-551e-4217-8a68-47e0993025ff 9360a58a0573442b9c6168c518eed7a6 f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] Tap Mirror: Handle Delete Port: ac764f08-643a-49bc-908c-0536c25a654a 2026-06-04 17:13:55.829 7 INFO neutron.db.l3_hamode_db [None req-b4c228f2-e806-4bb6-ad95-6833d2bc271a 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:13:55.912 8 INFO neutron.db.l3_db [req-589dca83-ce18-4dff-91b6-8424d6ce5ad3 req-70b4fe23-551e-4217-8a68-47e0993025ff 9360a58a0573442b9c6168c518eed7a6 f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] Floating IP 6315c263-017d-4a8a-bf42-21eee7daf77f disassociated. External IP: 10.96.250.216, port: ac764f08-643a-49bc-908c-0536c25a654a. 2026-06-04 17:13:55.950 7 INFO neutron.db.l3_hamode_db [None req-b4c228f2-e806-4bb6-ad95-6833d2bc271a 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 488/1059] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:13:55 2026] DELETE /v2.0/ports/ac764f08-643a-49bc-908c-0536c25a654a => generated 0 bytes in 543 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:56.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d620eee-d6fe-48e4-a414-2e18005636c2'] response: {'server_uuid': 'bf649597-742b-47e1-a7d6-ae6dc97559e0', 'name': 'network-vif-deleted', 'tag': 'ac764f08-643a-49bc-908c-0536c25a654a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 489/1060] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:56 2026] GET /v2.0/ports?tenant_id=1044bbcec1c0445ea8d1321d592f3970&device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1061] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:56 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => 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: 572/1062] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:55 2026] POST /v2.0/routers => generated 511 bytes in 1072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1063] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:13:56 2026] GET /v2.0/networks?tenant_id=1044bbcec1c0445ea8d1321d592f3970&shared=False => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1064] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:56 2026] POST /v2.0/subnets => generated 1323 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1065] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:13:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1066] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:56 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1067] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:13:56 2026] GET /v2.0/subnets => generated 1959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1068] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:56 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 496/1069] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:56 2026] DELETE /v2.0/subnets/965c270b-4f37-41b3-be8c-33895dfb2bd8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1070] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:56 2026] DELETE /v2.0/subnets/7832842b-19f1-48e2-a17b-70d7b4e108a6 => 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: 498/1071] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:13:57.257 8 INFO neutron.services.segments.plugin [-] Segment fec8900b-ac5c-4eac-b121-43779f99e655 resource provider aggregate not found 2026-06-04 17:13:57.252 8 INFO neutron.services.segments.plugin [-] Segment fec8900b-ac5c-4eac-b121-43779f99e655 resource provider aggregate not found 2026-06-04 17:13:57.278 8 INFO neutron.services.segments.plugin [-] Segment fec8900b-ac5c-4eac-b121-43779f99e655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec8900b-ac5c-4eac-b121-43779f99e655 found for delete ", "request_id": "req-9e02520f-97fd-418c-bc2c-19d1adca02df"}]} 2026-06-04 17:13:57.287 8 INFO neutron.services.segments.plugin [-] Segment fec8900b-ac5c-4eac-b121-43779f99e655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fec8900b-ac5c-4eac-b121-43779f99e655 found for delete ", "request_id": "req-7fbc7bae-a283-4de0-bd7f-0a8756f90d9e"}]} [pid: 8|app: 0|req: 499/1072] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:57 2026] DELETE /v2.0/networks/81be28da-e625-4755-8d92-52bab543c040 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1073] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:57 2026] DELETE /v2.0/networks/a9b96c4d-55e0-4409-b1af-7f47b49dfc8a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1074] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => 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: 502/1075] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:57 2026] DELETE /v2.0/networks/00d0c40c-3e24-4282-8bb2-8e956bd9d389 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1076] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:13:56 2026] PUT /v2.0/routers/20dea4bd-fce2-426e-b96b-fc050f54dd64/add_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1077] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/ports/ccc7c264-b4a4-475d-aab0-505078532438 => generated 959 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1078] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:57 2026] DELETE /v2.0/networks/2c2dffe4-9a0b-4d75-98d5-bf89b4177682 => 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: 504/1079] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/ports?tenant_id=1044bbcec1c0445ea8d1321d592f3970&device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1080] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6eab4f96-eca9-453c-b2c9-468c24cdaa50 => 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: 506/1081] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/subnets?id=55b94d7c-24c8-4e26-b81d-2bb6920f65aa => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1082] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/ports?network_id=fc60aa34-7e2a-4fbf-aad0-7bd91056c370&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1083] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:57.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-e55f60a3-9608-4f33-8ad9-97236bf9cf7b 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: ccc7c264-b4a4-475d-aab0-505078532438 2026-06-04 17:13:57.904 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e55f60a3-9608-4f33-8ad9-97236bf9cf7b 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: ccc7c264-b4a4-475d-aab0-505078532438 [pid: 8|app: 0|req: 509/1084] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 973 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1085] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?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: 511/1086] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:57 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 512/1087] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:13:58 2026] GET /v2.0/security-groups?tenant_id=502f062ee3ab4266afbf6c3b0ce20fda&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: 576/1090] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:13:57 2026] PUT /v2.0/routers/20dea4bd-fce2-426e-b96b-fc050f54dd64/remove_router_interface => generated 309 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1091] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:58 2026] DELETE /v2.0/security-groups/f5f9b186-7873-4a2a-89fb-a2977b2f9e4c => 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: 577/1092] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:13:58 2026] GET /v2.0/ports?device_id=20dea4bd-fce2-426e-b96b-fc050f54dd64 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:58.473 8 INFO neutron_taas.services.taas.taas_plugin [None req-92c9adb6-d166-425e-89ce-21bacfb15c51 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 1b0ec9ab-2264-4514-802d-e0f97dc6e51a 2026-06-04 17:13:58.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92c9adb6-d166-425e-89ce-21bacfb15c51 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 1b0ec9ab-2264-4514-802d-e0f97dc6e51a [pid: 7|app: 0|req: 578/1093] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:58 2026] GET /v2.0/ports?device_id=bf649597-742b-47e1-a7d6-ae6dc97559e0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:13:58.748 8 INFO neutron.db.l3_hamode_db [None req-92c9adb6-d166-425e-89ce-21bacfb15c51 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] HA network 6e0c1059-4106-4520-a7dc-8f3f7bb9d32b was deleted as no HA routers are present in tenant 5c32d7f4d88f4f8190b8c7208a2f6fe3. [pid: 8|app: 0|req: 516/1094] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:58 2026] DELETE /v2.0/routers/20dea4bd-fce2-426e-b96b-fc050f54dd64 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1095] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:13:58 2026] DELETE /v2.0/subnets/df078236-eee0-475f-8d2b-99f1c5f88a05 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:59.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a5c36bd-d906-4e68-bf0a-cfd4fc14fd63 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 06a1c099-36b4-4be4-aad8-8cacda08a689 2026-06-04 17:13:59.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a5c36bd-d906-4e68-bf0a-cfd4fc14fd63 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 06a1c099-36b4-4be4-aad8-8cacda08a689 [pid: 7|app: 0|req: 580/1096] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:13:59 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 581/1097] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:13:59 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1098] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:13:58 2026] DELETE /v2.0/networks/19443628-bf1d-438b-80ed-7f45bcc3171b => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:13:59.297 8 INFO neutron.services.segments.plugin [-] Segment dc9eb721-11fd-49a1-a48d-10c90e062142 resource provider aggregate not found 2026-06-04 17:13:59.304 8 INFO neutron.services.segments.plugin [-] Segment dc9eb721-11fd-49a1-a48d-10c90e062142 resource provider aggregate not found 2026-06-04 17:13:59.313 8 INFO neutron.services.segments.plugin [-] Segment dc9eb721-11fd-49a1-a48d-10c90e062142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc9eb721-11fd-49a1-a48d-10c90e062142 found for delete ", "request_id": "req-0b3bcca5-fd9a-4d19-98b9-b12d016f0eaa"}]} 2026-06-04 17:13:59.317 7 INFO neutron.db.segments_db [None req-9d8909b7-9db2-4e12-9c71-8fd40b540a34 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Added segment 7b0bbae1-0828-4e82-8734-319149330f3d of type vxlan for network 9c9c5d31-e984-42ba-bf33-e1695d68f622 2026-06-04 17:13:59.320 8 INFO neutron.services.segments.plugin [-] Segment dc9eb721-11fd-49a1-a48d-10c90e062142 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc9eb721-11fd-49a1-a48d-10c90e062142 found for delete ", "request_id": "req-78442b5b-82b4-4c3a-8615-8c1b0d57fe69"}]} 2026-06-04 17:13:59.325 8 INFO neutron.services.segments.plugin [-] Segment 7213adce-4fe9-4a45-86de-0888672e1a7c resource provider aggregate not found 2026-06-04 17:13:59.334 8 INFO neutron.services.segments.plugin [-] Segment 7213adce-4fe9-4a45-86de-0888672e1a7c resource provider aggregate not found 2026-06-04 17:13:59.337 8 INFO neutron.services.segments.plugin [-] Segment 7213adce-4fe9-4a45-86de-0888672e1a7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7213adce-4fe9-4a45-86de-0888672e1a7c found for delete ", "request_id": "req-a96cb075-562d-4050-93d8-aa596c8a0457"}]} 2026-06-04 17:13:59.350 8 INFO neutron.services.segments.plugin [-] Segment e7fb5130-ea95-4771-af71-15ffa32f5969 resource provider aggregate not found 2026-06-04 17:13:59.355 8 INFO neutron.services.segments.plugin [-] Segment 7213adce-4fe9-4a45-86de-0888672e1a7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7213adce-4fe9-4a45-86de-0888672e1a7c found for delete ", "request_id": "req-f526d40c-f969-443a-92b5-a5afc350cae2"}]} 2026-06-04 17:13:59.369 8 INFO neutron.services.segments.plugin [-] Segment e7fb5130-ea95-4771-af71-15ffa32f5969 resource provider aggregate not found 2026-06-04 17:13:59.372 8 INFO neutron.services.segments.plugin [-] Segment e7fb5130-ea95-4771-af71-15ffa32f5969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7fb5130-ea95-4771-af71-15ffa32f5969 found for delete ", "request_id": "req-d7bb2d22-36f2-4030-8d53-0882857f8aeb"}]} 2026-06-04 17:13:59.385 8 INFO neutron.services.segments.plugin [-] Segment e7fb5130-ea95-4771-af71-15ffa32f5969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7fb5130-ea95-4771-af71-15ffa32f5969 found for delete ", "request_id": "req-336d37bd-cc90-41cb-952e-82436baed940"}]} 2026-06-04 17:13:59.390 8 INFO neutron.services.segments.plugin [-] Segment f7acd7dd-f753-4303-8d1e-84806657dfe5 resource provider aggregate not found 2026-06-04 17:13:59.403 8 INFO neutron.services.segments.plugin [-] Segment f7acd7dd-f753-4303-8d1e-84806657dfe5 resource provider aggregate not found 2026-06-04 17:13:59.407 8 INFO neutron.services.segments.plugin [-] Segment f7acd7dd-f753-4303-8d1e-84806657dfe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7acd7dd-f753-4303-8d1e-84806657dfe5 found for delete ", "request_id": "req-0dc68a3b-8bc5-442c-9f84-2cde5fb4caac"}]} 2026-06-04 17:13:59.420 8 INFO neutron.services.segments.plugin [-] Segment f7acd7dd-f753-4303-8d1e-84806657dfe5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7acd7dd-f753-4303-8d1e-84806657dfe5 found for delete ", "request_id": "req-bac3bb6f-c12d-460b-9f2d-73acd592193e"}]} 2026-06-04 17:13:59.424 8 INFO neutron.services.segments.plugin [-] Segment a11dca9f-e67e-4f79-870c-aed11c901561 resource provider aggregate not found 2026-06-04 17:13:59.441 8 INFO neutron.services.segments.plugin [-] Segment a11dca9f-e67e-4f79-870c-aed11c901561 resource provider aggregate not found 2026-06-04 17:13:59.450 8 INFO neutron.services.segments.plugin [-] Segment a11dca9f-e67e-4f79-870c-aed11c901561 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11dca9f-e67e-4f79-870c-aed11c901561 found for delete ", "request_id": "req-3231cb18-0766-4691-a901-f7be739eab67"}]} 2026-06-04 17:13:59.459 8 INFO neutron.services.segments.plugin [-] Segment a11dca9f-e67e-4f79-870c-aed11c901561 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a11dca9f-e67e-4f79-870c-aed11c901561 found for delete ", "request_id": "req-edbbb1b4-256f-437d-9482-0d2d51b4ff21"}]} 2026-06-04 17:13:59.562 7 INFO neutron.db.l3_hamode_db [None req-9d8909b7-9db2-4e12-9c71-8fd40b540a34 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 518/1099] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:13:59 2026] DELETE /v2.0/security-groups/bbca500e-ccfd-4634-9f64-d5f3d5a11a35 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:13:59.663 8 INFO neutron.api.v2.resource [None req-ed669c55-4966-49cd-b658-28953477d356 9360a58a0573442b9c6168c518eed7a6 f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/1100] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:13:59 2026] GET /v2.0/security-groups/bbca500e-ccfd-4634-9f64-d5f3d5a11a35 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:13:59.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-398654e2-05b0-4dfe-b9f7-9b16f6c7b927 9360a58a0573442b9c6168c518eed7a6 f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] TaaS: Handle Delete Port: e95b2717-c8d4-47f1-9f44-c31f7b63aa2a 2026-06-04 17:13:59.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-398654e2-05b0-4dfe-b9f7-9b16f6c7b927 9360a58a0573442b9c6168c518eed7a6 f7e4908c8a8e41a1b9bc8bb46cbadbee - - default default] Tap Mirror: Handle Delete Port: e95b2717-c8d4-47f1-9f44-c31f7b63aa2a [pid: 8|app: 0|req: 520/1101] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:13:59 2026] DELETE /v2.0/floatingips/6315c263-017d-4a8a-bf42-21eee7daf77f => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:00.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a3fbcd7-25b2-4eb0-ad59-a20b86c95806 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: b5b34625-47ce-468c-8ff0-f968acfc143c 2026-06-04 17:14:00.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a3fbcd7-25b2-4eb0-ad59-a20b86c95806 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: b5b34625-47ce-468c-8ff0-f968acfc143c 2026-06-04 17:14:00.733 7 INFO neutron.db.l3_hamode_db [None req-9d8909b7-9db2-4e12-9c71-8fd40b540a34 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 521/1102] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:14:00 2026] PUT /v2.0/routers/44395920-fae4-407e-af67-e71404ab175d/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:01.313 8 INFO neutron.db.segments_db [None req-c015a970-c823-4a58-866b-6f0e26051617 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Added segment 56127b17-a6ac-4795-b065-fa423e54d182 of type vxlan for network fb69ea79-2e9b-4be0-bf37-f25258c1972e 2026-06-04 17:14:01.357 8 INFO neutron.db.segments_db [None req-c015a970-c823-4a58-866b-6f0e26051617 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Added segment 6c3c2e41-a532-4faa-9d16-8b6efc82847e of type vxlan for network 308fc54a-4c4b-437f-82d8-77bfdba5e658 [pid: 8|app: 0|req: 522/1103] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:01 2026] POST /v2.0/networks => generated 1245 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1104] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:01 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1105] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:13:59 2026] POST /v2.0/routers => generated 692 bytes in 2379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1106] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:14:01 2026] GET /v2.0/networks => generated 1844 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:01.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4cc0fa1-0d13-4287-bb64-cb6a0b69f3ee 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 51a2f4b9-da96-4371-9653-639eaf87091a 2026-06-04 17:14:01.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4cc0fa1-0d13-4287-bb64-cb6a0b69f3ee 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 51a2f4b9-da96-4371-9653-639eaf87091a [pid: 7|app: 0|req: 584/1107] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:01 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 585/1108] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:01 2026] GET /v2.0/routers/7ca3e09f-233e-4a3b-a9db-512ebad54c94 => generated 698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:01.858 7 INFO neutron.services.segments.plugin [-] Segment 56127b17-a6ac-4795-b065-fa423e54d182 resource provider aggregate not found 2026-06-04 17:14:01.862 7 INFO neutron.services.segments.plugin [-] Segment 56127b17-a6ac-4795-b065-fa423e54d182 resource provider aggregate not found [pid: 7|app: 0|req: 586/1109] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:01 2026] DELETE /v2.0/networks/fb69ea79-2e9b-4be0-bf37-f25258c1972e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:01.882 7 INFO neutron.services.segments.plugin [-] Segment 56127b17-a6ac-4795-b065-fa423e54d182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56127b17-a6ac-4795-b065-fa423e54d182 found for delete ", "request_id": "req-5c4f73f4-7eb6-42b8-884d-a0d13bbffd31"}]} 2026-06-04 17:14:01.883 7 INFO neutron.services.segments.plugin [-] Segment 56127b17-a6ac-4795-b065-fa423e54d182 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56127b17-a6ac-4795-b065-fa423e54d182 found for delete ", "request_id": "req-a73bdbc9-3a02-4e01-bd01-6115f6b53db8"}]} 2026-06-04 17:14:01.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4cc0fa1-0d13-4287-bb64-cb6a0b69f3ee 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 66ef4880-ba22-4907-85fd-f7405d00a045 2026-06-04 17:14:01.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4cc0fa1-0d13-4287-bb64-cb6a0b69f3ee 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 66ef4880-ba22-4907-85fd-f7405d00a045 [pid: 7|app: 0|req: 587/1110] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:14:01 2026] GET /v2.0/routers => generated 701 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1111] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:01 2026] DELETE /v2.0/networks/308fc54a-4c4b-437f-82d8-77bfdba5e658 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:02.316 8 INFO neutron.services.segments.plugin [-] Segment ed264739-3133-45db-ab03-ced1d48ec297 resource provider aggregate not found 2026-06-04 17:14:02.322 8 INFO neutron.services.segments.plugin [-] Segment ed264739-3133-45db-ab03-ced1d48ec297 resource provider aggregate not found 2026-06-04 17:14:02.339 8 INFO neutron.services.segments.plugin [-] Segment ed264739-3133-45db-ab03-ced1d48ec297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed264739-3133-45db-ab03-ced1d48ec297 found for delete ", "request_id": "req-e7df09e4-d9de-4128-a54f-17f96b2ead1f"}]} 2026-06-04 17:14:02.345 8 INFO neutron.db.l3_hamode_db [None req-c4cc0fa1-0d13-4287-bb64-cb6a0b69f3ee 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network 26fdb53f-97f1-41ca-a2bf-e786842baaa9 was deleted as no HA routers are present in tenant f7e4908c8a8e41a1b9bc8bb46cbadbee. 2026-06-04 17:14:02.346 8 INFO neutron.services.segments.plugin [-] Segment ed264739-3133-45db-ab03-ced1d48ec297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed264739-3133-45db-ab03-ced1d48ec297 found for delete ", "request_id": "req-382dd97c-ff6e-4744-8cb4-f345450594e7"}]} [pid: 8|app: 0|req: 524/1112] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:01 2026] DELETE /v2.0/routers/44395920-fae4-407e-af67-e71404ab175d => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1113] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:14:02 2026] GET /v2.0/networks => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1114] 10.0.0.84 () {34 vars in 740 bytes} [Thu Jun 4 17:14:02 2026] PUT /v2.0/routers/7ca3e09f-233e-4a3b-a9db-512ebad54c94 => generated 705 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1115] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:02 2026] DELETE /v2.0/subnets/68783c5f-cca3-46f4-a1df-fd6be5f2e6cf => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:02.621 7 INFO neutron.db.segments_db [None req-4ef0d17f-f2c6-48cb-a1d9-32d23c400ef8 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Added segment 78f75b98-e8a5-434a-ade5-fd832cd0bc13 of type vxlan for network 26d8935a-1b9c-4128-b13c-950d328dfe0c [pid: 8|app: 0|req: 527/1116] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:02 2026] GET /v2.0/routers/7ca3e09f-233e-4a3b-a9db-512ebad54c94 => generated 705 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1117] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:02 2026] POST /v2.0/networks => generated 649 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1118] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:02 2026] GET /v2.0/ports?device_id=7ca3e09f-233e-4a3b-a9db-512ebad54c94 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:02.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6a51ede-3a01-438b-bbd9-2b60f11af340 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 0820e11f-a595-426c-a112-9aeaa4bfbe51 2026-06-04 17:14:02.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6a51ede-3a01-438b-bbd9-2b60f11af340 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 0820e11f-a595-426c-a112-9aeaa4bfbe51 2026-06-04 17:14:02.794 7 INFO neutron.db.segments_db [None req-a7618c9e-453b-42c3-8126-c511233717d4 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Added segment 48e57827-5246-4d41-a802-06ca9392d98b of type vxlan for network 0847bb81-f1a5-4899-9108-3f4f18e7d951 [pid: 7|app: 0|req: 592/1119] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:02 2026] POST /v2.0/networks => generated 650 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1120] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:02 2026] DELETE /v2.0/networks/2cac61e3-20ca-45dc-b5d0-861c3d7710e8 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1121] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:02 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:03.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-0de619ec-7615-4fe0-8ec8-24f733add259 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: a2c47086-9f85-4987-b114-f9cf69aaaee7 2026-06-04 17:14:03.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de619ec-7615-4fe0-8ec8-24f733add259 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: a2c47086-9f85-4987-b114-f9cf69aaaee7 2026-06-04 17:14:03.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-0de619ec-7615-4fe0-8ec8-24f733add259 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] TaaS: Handle Delete Port: 37b45232-4e60-40b2-8d0c-9eee8e5c398c 2026-06-04 17:14:03.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de619ec-7615-4fe0-8ec8-24f733add259 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] Tap Mirror: Handle Delete Port: 37b45232-4e60-40b2-8d0c-9eee8e5c398c [pid: 8|app: 0|req: 530/1122] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:14:02 2026] POST /v2.0/ports => generated 1505 bytes in 601 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: 531/1123] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:03 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 532/1124] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:03 2026] GET /v2.0/security-groups?tenant_id=f7e4908c8a8e41a1b9bc8bb46cbadbee&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1125] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:14:03 2026] GET /v2.0/ports => generated 1505 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:03.709 7 INFO neutron.db.l3_hamode_db [None req-0de619ec-7615-4fe0-8ec8-24f733add259 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] HA network 9c9c5d31-e984-42ba-bf33-e1695d68f622 was deleted as no HA routers are present in tenant 5c32d7f4d88f4f8190b8c7208a2f6fe3. [pid: 7|app: 0|req: 593/1126] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:02 2026] DELETE /v2.0/routers/7ca3e09f-233e-4a3b-a9db-512ebad54c94 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1127] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:03 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1128] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:03 2026] DELETE /v2.0/security-groups/c57e509f-f685-4785-893f-3e376f65ef8b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1129] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:03 2026] GET /v2.0/ports?device_id=7ca3e09f-233e-4a3b-a9db-512ebad54c94 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:03.907 7 INFO neutron.services.segments.plugin [-] Segment 6c3c2e41-a532-4faa-9d16-8b6efc82847e resource provider aggregate not found 2026-06-04 17:14:03.921 7 INFO neutron.services.segments.plugin [-] Segment 6c3c2e41-a532-4faa-9d16-8b6efc82847e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c3c2e41-a532-4faa-9d16-8b6efc82847e found for delete ", "request_id": "req-373308e1-cb4b-4d09-b897-573c702f4bb5"}]} 2026-06-04 17:14:03.924 7 INFO neutron.services.segments.plugin [-] Segment 6c3c2e41-a532-4faa-9d16-8b6efc82847e resource provider aggregate not found 2026-06-04 17:14:03.941 7 INFO neutron.services.segments.plugin [-] Segment 7b0bbae1-0828-4e82-8734-319149330f3d resource provider aggregate not found 2026-06-04 17:14:03.949 7 INFO neutron.services.segments.plugin [-] Segment 6c3c2e41-a532-4faa-9d16-8b6efc82847e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c3c2e41-a532-4faa-9d16-8b6efc82847e found for delete ", "request_id": "req-c5483922-b44e-48e5-ab32-e8ed1ad69bcc"}]} 2026-06-04 17:14:03.970 7 INFO neutron.services.segments.plugin [-] Segment 7b0bbae1-0828-4e82-8734-319149330f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0bbae1-0828-4e82-8734-319149330f3d found for delete ", "request_id": "req-0a35783e-f367-418d-a44d-24c5e856d231"}]} 2026-06-04 17:14:03.983 7 INFO neutron.services.segments.plugin [-] Segment 7b0bbae1-0828-4e82-8734-319149330f3d resource provider aggregate not found 2026-06-04 17:14:03.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-c67df036-9521-4f0d-b942-df9f82eebdd4 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] TaaS: Handle Delete Port: 7d8a2e42-9ee3-470e-8ec7-9626416af750 2026-06-04 17:14:03.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c67df036-9521-4f0d-b942-df9f82eebdd4 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Tap Mirror: Handle Delete Port: 7d8a2e42-9ee3-470e-8ec7-9626416af750 2026-06-04 17:14:04.017 7 INFO neutron.services.segments.plugin [-] Segment 7b0bbae1-0828-4e82-8734-319149330f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0bbae1-0828-4e82-8734-319149330f3d found for delete ", "request_id": "req-5b2f4673-5ece-4cee-97c8-de11ce1d3edb"}]} [pid: 7|app: 0|req: 595/1130] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:03 2026] DELETE /v2.0/ports/7d8a2e42-9ee3-470e-8ec7-9626416af750 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:04.092 7 INFO neutron.api.v2.resource [None req-e212833d-f1fe-4098-82dc-b83e6b7561c5 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1131] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/routers/7ca3e09f-233e-4a3b-a9db-512ebad54c94 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:04.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-657d840f-1c68-418c-ab45-584f7841e892 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] TaaS: Handle Delete Port: 6bbc333b-eaa4-4d6f-9718-d586cb61d7ef 2026-06-04 17:14:04.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-657d840f-1c68-418c-ab45-584f7841e892 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Tap Mirror: Handle Delete Port: 6bbc333b-eaa4-4d6f-9718-d586cb61d7ef 2026-06-04 17:14:04.223 8 INFO neutron.db.l3_db [None req-36b8f845-385b-47db-804a-a966cf14a0f7 c339b3dbb83d4969a6ea239ecec26e2c 1044bbcec1c0445ea8d1321d592f3970 - - default default] Floating IP 18e9af82-c6d2-43a8-b823-5caf2aff8735 associated. External IP: 10.96.250.214, port: 6eab4f96-eca9-453c-b2c9-468c24cdaa50. [pid: 7|app: 0|req: 597/1132] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/ports/6bbc333b-eaa4-4d6f-9718-d586cb61d7ef => 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: 598/1133] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:04 2026] GET /v2.0/ports?device_id=20dea4bd-fce2-426e-b96b-fc050f54dd64 => 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: 599/1134] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:14:04 2026] GET /v2.0/ports => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:04.317 7 INFO neutron.api.v2.resource [None req-4e7040e4-c189-451b-b8f2-073ba360bc3e 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1135] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/routers/20dea4bd-fce2-426e-b96b-fc050f54dd64 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:04.364 8 INFO neutron.services.segments.plugin [-] Segment f74d0b78-0b81-400d-8439-bdcf8c420470 resource provider aggregate not found 2026-06-04 17:14:04.370 7 INFO neutron.db.segments_db [None req-61613123-5b0c-44c6-8c4a-f076ed049dc3 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Added segment ae1347aa-def1-4066-92a1-3fd5e771041e of type vxlan for network e26c2759-4e19-460f-9c67-2458892607a1 2026-06-04 17:14:04.376 8 INFO neutron.services.segments.plugin [-] Segment f74d0b78-0b81-400d-8439-bdcf8c420470 resource provider aggregate not found 2026-06-04 17:14:04.383 8 INFO neutron.services.segments.plugin [-] Segment f74d0b78-0b81-400d-8439-bdcf8c420470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f74d0b78-0b81-400d-8439-bdcf8c420470 found for delete ", "request_id": "req-80a86888-85d4-44f9-a789-8e095d95075b"}]} 2026-06-04 17:14:04.405 8 INFO neutron.services.segments.plugin [-] Segment f74d0b78-0b81-400d-8439-bdcf8c420470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f74d0b78-0b81-400d-8439-bdcf8c420470 found for delete ", "request_id": "req-c326661f-906f-4379-8fe7-9107214334cf"}]} [pid: 7|app: 0|req: 601/1136] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:04 2026] POST /v2.0/networks => generated 649 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:04.462 7 INFO neutron.pecan_wsgi.hooks.translation [None req-898028d3-53d2-48f9-8407-e331dff84012 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 602/1137] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/subnets/df078236-eee0-475f-8d2b-99f1c5f88a05 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:04.510 7 INFO neutron.db.segments_db [None req-a60f99f3-0001-4fc2-aa42-fb182d25d9d4 696ffe2fad65431d92cd8e2b8864ba6d 9cbd37366b3f4d728f1469a41ad39739 - - default default] Added segment dd443b02-ed63-4333-acd1-99b280f6af7c of type vxlan for network da3fa9f4-2bc7-4721-a2f6-8eb03154ae28 [pid: 8|app: 0|req: 536/1138] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:14:03 2026] PUT /v2.0/floatingips/18e9af82-c6d2-43a8-b823-5caf2aff8735 => generated 856 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1139] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:04 2026] POST /v2.0/networks => generated 650 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1140] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:04 2026] GET /v2.0/ports?device_id=bc9b3f2f-4225-4b4e-90b5-b604672a8b3f => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:04.604 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da60f6b8-2985-4ed3-a2b2-b0ac577f195e'] response: {'name': 'network-changed', 'server_uuid': '45090717-b1a7-4233-9340-08305493fa55', 'tag': '6eab4f96-eca9-453c-b2c9-468c24cdaa50', 'status': 'completed', 'code': 200} 2026-06-04 17:14:04.625 7 INFO neutron.api.v2.resource [None req-8c254c14-c8c0-4bab-ad81-915232f0b9b1 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 604/1141] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/routers/bc9b3f2f-4225-4b4e-90b5-b604672a8b3f => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:04.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec286383-8803-4c14-bee6-7f807c13c933 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 605/1142] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/subnets/e674f2bf-c745-4da5-8573-83c933f1e602 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1143] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:04 2026] GET /v2.0/ports?device_id=190df17e-5d3f-4b84-8534-65f2f068deb1 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:04.708 7 INFO neutron.api.v2.resource [None req-70f167ff-4560-48f7-b0dc-94ef8d12881f 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1144] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/routers/190df17e-5d3f-4b84-8534-65f2f068deb1 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:04.726 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d578ba6b-c681-4eec-be88-3345574c2dc2 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1145] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/subnets/5e07899f-0102-43fc-b1f2-119bab258110 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:04.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82e6829c-a0d2-4236-b5a6-1eebb58441df 7cab0109698f40918c587ca8e9bae4c8 5c32d7f4d88f4f8190b8c7208a2f6fe3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1146] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:04 2026] DELETE /v2.0/subnets/70d270e0-c57e-480d-8e32-9623ea81d110 => 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: 538/1147] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:04 2026] POST /v2.0/subnets => generated 1273 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1148] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/ports?tenant_id=1044bbcec1c0445ea8d1321d592f3970&device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 610/1149] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/subnets => generated 1909 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1150] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/networks?id=fc60aa34-7e2a-4fbf-aad0-7bd91056c370 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1151] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6eab4f96-eca9-453c-b2c9-468c24cdaa50 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1152] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:05 2026] DELETE /v2.0/subnets/ba843b4e-bd0e-4000-99be-c5bc0ef6eab0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1153] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/subnets?id=55b94d7c-24c8-4e26-b81d-2bb6920f65aa => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1154] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:05 2026] DELETE /v2.0/subnets/8deef37a-05b5-4b19-b253-757e722a781e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1155] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/ports?network_id=fc60aa34-7e2a-4fbf-aad0-7bd91056c370&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: 616/1156] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1157] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/security-groups?tenant_id=5c32d7f4d88f4f8190b8c7208a2f6fe3&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: 617/1158] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1159] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:05 2026] DELETE /v2.0/security-groups/e0ad9290-7946-4e0a-802e-d51686ce8556 => 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: 619/1160] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:14:05 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?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: 542/1161] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:05 2026] DELETE /v2.0/networks/da3fa9f4-2bc7-4721-a2f6-8eb03154ae28 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1162] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:05 2026] DELETE /v2.0/networks/e26c2759-4e19-460f-9c67-2458892607a1 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:05.844 7 INFO neutron.db.segments_db [None req-199d322b-f5cd-44c5-a1a1-665da4e56704 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment e625f4f0-a132-4b23-bb76-dc6270ccd7a8 of type vxlan for network 02533c4d-13eb-4aa3-a504-bcee0cb8c0a8 [pid: 8|app: 0|req: 544/1163] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:05 2026] DELETE /v2.0/networks/0847bb81-f1a5-4899-9108-3f4f18e7d951 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1164] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:14:05 2026] POST /v2.0/networks => generated 746 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1165] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:05 2026] DELETE /v2.0/networks/26d8935a-1b9c-4128-b13c-950d328dfe0c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1166] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:05 2026] POST /v2.0/subnets => generated 693 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:06.174 8 INFO neutron.db.segments_db [None req-90f02233-ebc5-4952-8279-6b4132c5fdd5 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 33544077-49fd-43ea-8d4b-7649ac8e7885 of type vxlan for network 327cb087-8cc6-4fc0-b5c6-6121bfae7d46 2026-06-04 17:14:06.411 8 INFO neutron.services.segments.plugin [-] Segment dd443b02-ed63-4333-acd1-99b280f6af7c resource provider aggregate not found 2026-06-04 17:14:06.427 8 INFO neutron.services.segments.plugin [-] Segment dd443b02-ed63-4333-acd1-99b280f6af7c resource provider aggregate not found 2026-06-04 17:14:06.431 8 INFO neutron.services.segments.plugin [-] Segment dd443b02-ed63-4333-acd1-99b280f6af7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd443b02-ed63-4333-acd1-99b280f6af7c found for delete ", "request_id": "req-8a800084-513c-4da0-8c74-cfd48ef8dcc3"}]} 2026-06-04 17:14:06.449 8 INFO neutron.services.segments.plugin [-] Segment ae1347aa-def1-4066-92a1-3fd5e771041e resource provider aggregate not found 2026-06-04 17:14:06.454 8 INFO neutron.services.segments.plugin [-] Segment dd443b02-ed63-4333-acd1-99b280f6af7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd443b02-ed63-4333-acd1-99b280f6af7c found for delete ", "request_id": "req-c5c7e04f-31a4-43ea-aaf3-2cde6a9b27c9"}]} 2026-06-04 17:14:06.471 8 INFO neutron.services.segments.plugin [-] Segment ae1347aa-def1-4066-92a1-3fd5e771041e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae1347aa-def1-4066-92a1-3fd5e771041e found for delete ", "request_id": "req-541a8427-a9ac-4135-96d6-1f4c5babbcf4"}]} 2026-06-04 17:14:06.476 8 INFO neutron.services.segments.plugin [-] Segment ae1347aa-def1-4066-92a1-3fd5e771041e resource provider aggregate not found 2026-06-04 17:14:06.493 8 INFO neutron.services.segments.plugin [-] Segment ae1347aa-def1-4066-92a1-3fd5e771041e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae1347aa-def1-4066-92a1-3fd5e771041e found for delete ", "request_id": "req-f0755648-6576-4807-9428-ed5dc2b00670"}]} 2026-06-04 17:14:06.497 8 INFO neutron.services.segments.plugin [-] Segment 48e57827-5246-4d41-a802-06ca9392d98b resource provider aggregate not found 2026-06-04 17:14:06.509 8 INFO neutron.services.segments.plugin [-] Segment 48e57827-5246-4d41-a802-06ca9392d98b resource provider aggregate not found 2026-06-04 17:14:06.520 8 INFO neutron.db.l3_hamode_db [None req-90f02233-ebc5-4952-8279-6b4132c5fdd5 55c6ca1cc1a24d2e9f886f81f540c5df 8fa5bd38596e430f8d69d4b402e5534c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:06.522 8 INFO neutron.services.segments.plugin [-] Segment 48e57827-5246-4d41-a802-06ca9392d98b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48e57827-5246-4d41-a802-06ca9392d98b found for delete ", "request_id": "req-fc53e77e-aeb1-4deb-993c-ced6d254c0d8"}]} 2026-06-04 17:14:06.527 8 INFO neutron.services.segments.plugin [-] Segment 48e57827-5246-4d41-a802-06ca9392d98b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48e57827-5246-4d41-a802-06ca9392d98b found for delete ", "request_id": "req-2380a51f-9100-4c42-ad36-ec50cd909578"}]} 2026-06-04 17:14:06.549 8 INFO neutron.services.segments.plugin [-] Segment 78f75b98-e8a5-434a-ade5-fd832cd0bc13 resource provider aggregate not found 2026-06-04 17:14:06.552 8 INFO neutron.services.segments.plugin [-] Segment 78f75b98-e8a5-434a-ade5-fd832cd0bc13 resource provider aggregate not found 2026-06-04 17:14:06.569 8 INFO neutron.services.segments.plugin [-] Segment 78f75b98-e8a5-434a-ade5-fd832cd0bc13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78f75b98-e8a5-434a-ade5-fd832cd0bc13 found for delete ", "request_id": "req-254732c7-da99-48ba-9eb9-7a16feab6ef2"}]} 2026-06-04 17:14:06.574 8 INFO neutron.services.segments.plugin [-] Segment 78f75b98-e8a5-434a-ade5-fd832cd0bc13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78f75b98-e8a5-434a-ade5-fd832cd0bc13 found for delete ", "request_id": "req-fa777c0d-a3e9-4323-9b93-51a53754a00c"}]} [pid: 7|app: 0|req: 622/1167] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:06 2026] GET /v2.0/security-groups?tenant_id=9cbd37366b3f4d728f1469a41ad39739&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1168] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:06 2026] DELETE /v2.0/security-groups/9340e505-4d17-4bb6-9e30-338cd411cba6 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:07.250 8 INFO neutron.db.l3_hamode_db [None req-90f02233-ebc5-4952-8279-6b4132c5fdd5 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:07.632 7 INFO neutron.db.segments_db [None req-a3f39cbe-2bae-4254-a006-43fd4819417e 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment 4b1f4d48-4155-4634-ac64-ed9e053a807f of type vxlan for network df62431a-d24e-42ce-9ce3-adec0ae88222 [pid: 7|app: 0|req: 624/1169] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:07 2026] POST /v2.0/networks => generated 630 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:07.784 7 INFO neutron.db.segments_db [None req-a1c4c6a7-52bc-436b-8767-79c128cda8bf 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment 59b006a1-f68b-4353-bb56-9a5a020c5ef4 of type vxlan for network 91492e56-9411-4caa-aa64-ab8b4390f4e0 [pid: 7|app: 0|req: 625/1170] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:07 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1171] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:06 2026] POST /v2.0/routers => generated 733 bytes in 2013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1172] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:07 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1173] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:08 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:08.438 7 INFO neutron.db.segments_db [None req-fa98affb-9890-4d67-91fd-1e83e13d6c85 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment f674606d-0088-4773-aaf8-d7aec0636ef5 of type vxlan for network ff613e23-f742-4f4c-a7c7-7ceb8b2c33bc 2026-06-04 17:14:08.705 7 INFO neutron.db.l3_hamode_db [None req-fa98affb-9890-4d67-91fd-1e83e13d6c85 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:08.821 7 INFO neutron.db.l3_hamode_db [None req-fa98affb-9890-4d67-91fd-1e83e13d6c85 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 547/1174] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:14:08 2026] PUT /v2.0/routers/dee5efca-5653-4e1c-9e0a-cd8184c8fe07/add_router_interface => generated 309 bytes in 1179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1175] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:08 2026] POST /v2.0/routers => generated 506 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:09.696 8 INFO neutron.db.segments_db [None req-3e9f023d-0138-4b95-b41c-a3ee99311e5c 00937ac1da6b40bc8051dbc583040f3f 6af127584707432fb2cc582933c5ae85 - - default default] Added segment af15c8a3-2abe-4016-ab2f-0d4dd5fbe639 of type vxlan for network cf9152c5-7866-484c-82ff-420ce1db68fe [pid: 8|app: 0|req: 548/1176] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:09 2026] POST /v2.0/networks => generated 643 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1177] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:09 2026] POST /v2.0/subnets => generated 641 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1178] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:14:10 2026] POST /v2.0/security-groups => generated 1661 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 17:14:10.326 8 INFO neutron.db.segments_db [None req-96216c6b-6239-411a-befc-ce18618ec2e9 00937ac1da6b40bc8051dbc583040f3f 6af127584707432fb2cc582933c5ae85 - - default default] Added segment dc7f16e8-532a-4da4-9bb6-95a865bea36e of type vxlan for network 65a289f0-feb9-4cca-901f-e296f5ddc5c3 [pid: 8|app: 0|req: 551/1179] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:10 2026] POST /v2.0/networks => generated 644 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1180] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:14:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1181] 10.0.0.84 () {34 vars in 742 bytes} [Thu Jun 4 17:14:10 2026] PUT /v2.0/networks/65a289f0-feb9-4cca-901f-e296f5ddc5c3 => generated 592 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1182] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:14:09 2026] PUT /v2.0/routers/007e3112-fe11-43a2-9e60-bea54c39c3f4/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1183] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:14:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1184] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:10 2026] GET /v2.0/ports/bb7ad67b-3a7a-430c-adec-110ef378a5bf => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1185] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:10 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1186] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:14:10 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: 557/1187] 10.0.0.84 () {34 vars in 740 bytes} [Thu Jun 4 17:14:11 2026] PUT /v2.0/subnets/77966ba4-9301-4697-bb85-2559f1af761e => generated 636 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:11.612 8 INFO neutron.services.segments.plugin [-] Segment dc7f16e8-532a-4da4-9bb6-95a865bea36e resource provider aggregate not found 2026-06-04 17:14:11.616 8 INFO neutron.services.segments.plugin [-] Segment dc7f16e8-532a-4da4-9bb6-95a865bea36e resource provider aggregate not found 2026-06-04 17:14:11.647 8 INFO neutron.services.segments.plugin [-] Segment dc7f16e8-532a-4da4-9bb6-95a865bea36e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc7f16e8-532a-4da4-9bb6-95a865bea36e found for delete ", "request_id": "req-c075f541-c91d-4892-8bef-cc357962b20a"}]} 2026-06-04 17:14:11.647 8 INFO neutron.services.segments.plugin [-] Segment dc7f16e8-532a-4da4-9bb6-95a865bea36e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc7f16e8-532a-4da4-9bb6-95a865bea36e found for delete ", "request_id": "req-de8744f1-8677-4c5c-a6f2-b593da2bbbbf"}]} [pid: 8|app: 0|req: 558/1188] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:11 2026] DELETE /v2.0/networks/65a289f0-feb9-4cca-901f-e296f5ddc5c3 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:11.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63009eda-8c76-475e-9710-4083a302fe8f 00937ac1da6b40bc8051dbc583040f3f 6af127584707432fb2cc582933c5ae85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 559/1189] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:11 2026] DELETE /v2.0/networks/65a289f0-feb9-4cca-901f-e296f5ddc5c3 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1190] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:14:11 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1191] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:14:11 2026] GET /v2.0/subnets?network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1192] 10.0.0.84 () {32 vars in 652 bytes} [Thu Jun 4 17:14:11 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1193] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:14:11 2026] GET /v2.0/networks => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1194] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:14:11 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1195] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:14:11 2026] GET /v2.0/networks/cf9152c5-7866-484c-82ff-420ce1db68fe => generated 668 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1196] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:11 2026] GET /v2.0/subnets/36e8aa93-7146-479e-b872-42296809e259 => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:12.001 8 INFO neutron.pecan_wsgi.hooks.translation [None req-baf8d212-5722-400c-9ba2-aa1ee8535ff6 00937ac1da6b40bc8051dbc583040f3f 6af127584707432fb2cc582933c5ae85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 567/1197] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:11 2026] DELETE /v2.0/subnets/77966ba4-9301-4697-bb85-2559f1af761e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:12.017 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a0561dd-f25b-4570-a8c6-f2ba8f3b7f88 00937ac1da6b40bc8051dbc583040f3f 6af127584707432fb2cc582933c5ae85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1198] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:12 2026] DELETE /v2.0/networks/65a289f0-feb9-4cca-901f-e296f5ddc5c3 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1199] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:14:10 2026] PUT /v2.0/routers/007e3112-fe11-43a2-9e60-bea54c39c3f4/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1200] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:12 2026] DELETE /v2.0/subnets/36e8aa93-7146-479e-b872-42296809e259 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1201] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:12 2026] GET /v2.0/ports/2212b327-f467-48d4-bada-67afd2a8c8d9 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1202] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:12 2026] DELETE /v2.0/networks/cf9152c5-7866-484c-82ff-420ce1db68fe => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:12.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc3c8992-28fa-4db6-86de-f63905bb5494 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 2212b327-f467-48d4-bada-67afd2a8c8d9 2026-06-04 17:14:12.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc3c8992-28fa-4db6-86de-f63905bb5494 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 2212b327-f467-48d4-bada-67afd2a8c8d9 [pid: 8|app: 0|req: 571/1203] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:12 2026] GET /v2.0/security-groups?tenant_id=6af127584707432fb2cc582933c5ae85&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1204] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:14:12 2026] PUT /v2.0/routers/007e3112-fe11-43a2-9e60-bea54c39c3f4/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1205] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:12 2026] DELETE /v2.0/security-groups/679a7047-764e-4ea6-8776-d8cef2e9a96e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:13.315 7 INFO neutron_taas.services.taas.taas_plugin [None req-283ca85a-09fb-43ae-b47e-989560985cf2 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: bb7ad67b-3a7a-430c-adec-110ef378a5bf 2026-06-04 17:14:13.317 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-283ca85a-09fb-43ae-b47e-989560985cf2 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: bb7ad67b-3a7a-430c-adec-110ef378a5bf 2026-06-04 17:14:13.671 8 INFO neutron.services.segments.plugin [-] Segment af15c8a3-2abe-4016-ab2f-0d4dd5fbe639 resource provider aggregate not found 2026-06-04 17:14:13.687 8 INFO neutron.services.segments.plugin [-] Segment af15c8a3-2abe-4016-ab2f-0d4dd5fbe639 resource provider aggregate not found 2026-06-04 17:14:13.687 8 INFO neutron.services.segments.plugin [-] Segment af15c8a3-2abe-4016-ab2f-0d4dd5fbe639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af15c8a3-2abe-4016-ab2f-0d4dd5fbe639 found for delete ", "request_id": "req-2e26f17b-192d-4db2-88d9-1bf0b6e933b4"}]} 2026-06-04 17:14:13.707 8 INFO neutron.services.segments.plugin [-] Segment af15c8a3-2abe-4016-ab2f-0d4dd5fbe639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af15c8a3-2abe-4016-ab2f-0d4dd5fbe639 found for delete ", "request_id": "req-cc28d84c-e609-48f7-9bd7-267d97992ab7"}]} [pid: 7|app: 0|req: 634/1208] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:14:13 2026] PUT /v2.0/routers/007e3112-fe11-43a2-9e60-bea54c39c3f4/remove_router_interface => generated 309 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1209] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:13 2026] GET /v2.0/ports?device_id=007e3112-fe11-43a2-9e60-bea54c39c3f4 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:13.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a02ccc3-9309-4986-8a61-90d10a7d173c 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 674ec234-fde7-446d-926f-b916596a331e 2026-06-04 17:14:13.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a02ccc3-9309-4986-8a61-90d10a7d173c 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 674ec234-fde7-446d-926f-b916596a331e 2026-06-04 17:14:14.336 7 INFO neutron.services.segments.plugin [-] Segment f674606d-0088-4773-aaf8-d7aec0636ef5 resource provider aggregate not found 2026-06-04 17:14:14.341 7 INFO neutron.services.segments.plugin [-] Segment f674606d-0088-4773-aaf8-d7aec0636ef5 resource provider aggregate not found 2026-06-04 17:14:14.355 7 INFO neutron.db.l3_hamode_db [None req-1a02ccc3-9309-4986-8a61-90d10a7d173c 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] HA network ff613e23-f742-4f4c-a7c7-7ceb8b2c33bc was deleted as no HA routers are present in tenant 2281beab3a9146feae861c749b8e2511. [pid: 7|app: 0|req: 635/1210] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:13 2026] DELETE /v2.0/routers/007e3112-fe11-43a2-9e60-bea54c39c3f4 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:14.362 7 INFO neutron.services.segments.plugin [-] Segment f674606d-0088-4773-aaf8-d7aec0636ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f674606d-0088-4773-aaf8-d7aec0636ef5 found for delete ", "request_id": "req-946b4335-6915-47f8-b937-7c5780fc0909"}]} 2026-06-04 17:14:14.364 7 INFO neutron.services.segments.plugin [-] Segment f674606d-0088-4773-aaf8-d7aec0636ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f674606d-0088-4773-aaf8-d7aec0636ef5 found for delete ", "request_id": "req-7532a896-8b41-4b22-a1c6-183b45667529"}]} [pid: 8|app: 0|req: 576/1211] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:14 2026] DELETE /v2.0/subnets/ee4b45a5-eefe-4fca-9c35-73dfcef3fc24 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1212] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:14 2026] DELETE /v2.0/subnets/7d71ee72-9112-4839-878b-70bc335b461f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1213] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:14 2026] DELETE /v2.0/networks/91492e56-9411-4caa-aa64-ab8b4390f4e0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:14.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c74bf37-56cd-4b17-8ad1-4a8d0cbfe032 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 9e73e95c-b0c7-4b30-96af-e03aacdfc2f5 2026-06-04 17:14:14.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c74bf37-56cd-4b17-8ad1-4a8d0cbfe032 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 9e73e95c-b0c7-4b30-96af-e03aacdfc2f5 [pid: 7|app: 0|req: 637/1214] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:14 2026] DELETE /v2.0/networks/df62431a-d24e-42ce-9ce3-adec0ae88222 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:15.178 7 INFO neutron.db.segments_db [None req-9702b366-5123-4f07-9c2d-e60d9a226521 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment 384e9192-7939-4b88-9b47-3fc61ba653e6 of type vxlan for network cab3aac5-1078-4264-8102-7f283a29f477 2026-06-04 17:14:15.206 8 INFO neutron.db.segments_db [None req-423de010-2938-42a5-a5c9-d720b177c0d5 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] Added segment 58e24e39-65bb-4288-9a89-1a0462748751 of type vxlan for network 5e749d53-da6e-4460-b13d-14f87b1aa70b [pid: 7|app: 0|req: 638/1215] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:15 2026] POST /v2.0/networks => generated 629 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1216] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:14 2026] POST /v2.0/networks => generated 645 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1217] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:15 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1218] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:14:15 2026] POST /v2.0/ports => generated 774 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, ' 2026-06-04 17:14:15.602 7 INFO neutron.db.segments_db [None req-46953976-ed9b-431b-a4d2-62c2a78f1c76 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment b8a7d5c0-aabe-4139-9325-7af5050545a1 of type vxlan for network d28cfe34-e6c3-4878-b6f5-7bb362a369f1 2026-06-04 17:14:15.650 8 INFO neutron.db.segments_db [None req-7a310de2-5bdf-4bb3-b88e-2b9af78f3388 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] Added segment d0ca3e19-07fd-449a-8088-56b76348fb36 of type vxlan for network 2193307a-b88f-43b1-bf1a-7b80cbead0e5 2026-06-04 17:14:15.714 8 INFO neutron.services.segments.plugin [-] Segment 59b006a1-f68b-4353-bb56-9a5a020c5ef4 resource provider aggregate not found 2026-06-04 17:14:15.730 8 INFO neutron.services.segments.plugin [-] Segment 59b006a1-f68b-4353-bb56-9a5a020c5ef4 resource provider aggregate not found 2026-06-04 17:14:15.736 8 INFO neutron.services.segments.plugin [-] Segment 59b006a1-f68b-4353-bb56-9a5a020c5ef4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b006a1-f68b-4353-bb56-9a5a020c5ef4 found for delete ", "request_id": "req-7e0971a2-e40a-4dde-95ac-7c1d78850e45"}]} [pid: 8|app: 0|req: 580/1219] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:15 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:15.750 8 INFO neutron.services.segments.plugin [-] Segment 59b006a1-f68b-4353-bb56-9a5a020c5ef4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b006a1-f68b-4353-bb56-9a5a020c5ef4 found for delete ", "request_id": "req-6c886125-2ae6-43e8-8d08-a21cb9a0ab0c"}]} 2026-06-04 17:14:15.813 7 INFO neutron.db.l3_hamode_db [None req-46953976-ed9b-431b-a4d2-62c2a78f1c76 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:15.904 7 INFO neutron.db.l3_hamode_db [None req-46953976-ed9b-431b-a4d2-62c2a78f1c76 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 581/1220] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:15 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:16.379 7 INFO neutron.services.segments.plugin [-] Segment 4b1f4d48-4155-4634-ac64-ed9e053a807f resource provider aggregate not found 2026-06-04 17:14:16.383 7 INFO neutron.services.segments.plugin [-] Segment 4b1f4d48-4155-4634-ac64-ed9e053a807f resource provider aggregate not found [pid: 8|app: 0|req: 582/1221] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:14:15 2026] POST /v2.0/ports => generated 949 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:14:16.402 7 INFO neutron.services.segments.plugin [-] Segment 4b1f4d48-4155-4634-ac64-ed9e053a807f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b1f4d48-4155-4634-ac64-ed9e053a807f found for delete ", "request_id": "req-f65639af-4b42-4d91-ba0c-d7b6dea5429b"}]} 2026-06-04 17:14:16.402 7 INFO neutron.services.segments.plugin [-] Segment 4b1f4d48-4155-4634-ac64-ed9e053a807f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b1f4d48-4155-4634-ac64-ed9e053a807f found for delete ", "request_id": "req-748cd7ff-6d49-4084-9218-72b9f52ea9c4"}]} [pid: 8|app: 0|req: 583/1222] 10.0.0.109 () {34 vars in 1100 bytes} [Thu Jun 4 17:14:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1880671898&fields=id&tenant_id=8fa5bd38596e430f8d69d4b402e5534c => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:16.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2f9b7b3-fa0d-4380-8d5a-ff0a30e55ce0 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] TaaS: Handle Delete Port: f22f0e63-19f0-493f-811c-4936575b5edc 2026-06-04 17:14:16.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2f9b7b3-fa0d-4380-8d5a-ff0a30e55ce0 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] Tap Mirror: Handle Delete Port: f22f0e63-19f0-493f-811c-4936575b5edc [pid: 7|app: 0|req: 640/1223] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:15 2026] POST /v2.0/routers => generated 507 bytes in 997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1224] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:14:16 2026] GET /v2.0/networks?id=02533c4d-13eb-4aa3-a504-bcee0cb8c0a8 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1225] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:16 2026] DELETE /v2.0/ports/f22f0e63-19f0-493f-811c-4936575b5edc => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1226] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:14:16 2026] GET /v2.0/quotas/8fa5bd38596e430f8d69d4b402e5534c => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:16.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dad4c680-d340-431f-b798-2b9a1627aa71 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 586/1227] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:16 2026] DELETE /v2.0/ports/f22f0e63-19f0-493f-811c-4936575b5edc => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1228] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:14:16 2026] GET /v2.0/ports?tenant_id=8fa5bd38596e430f8d69d4b402e5534c&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:16.788 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0bff52a-05eb-4c9d-b98e-93e998e6e9a7 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 588/1229] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:16 2026] GET /v2.0/ports/f22f0e63-19f0-493f-811c-4936575b5edc => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1230] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:14:16 2026] GET /v2.0/networks/02533c4d-13eb-4aa3-a504-bcee0cb8c0a8?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: 642/1231] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:14:16 2026] POST /v2.0/ports => generated 947 bytes in 328 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: 590/1232] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:16 2026] DELETE /v2.0/subnets/1506e2fd-a219-4639-8b57-fc00639627cb => 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: 643/1233] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:14:16 2026] GET /v2.0/networks/02533c4d-13eb-4aa3-a504-bcee0cb8c0a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1234] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:16 2026] DELETE /v2.0/networks/2193307a-b88f-43b1-bf1a-7b80cbead0e5 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:17.253 7 INFO neutron.db.segments_db [None req-84e5ee18-8375-4109-9f42-05b290767b32 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] Added segment 0393c348-e390-4b6b-a481-b0182aa3bd07 of type vxlan for network 424307d9-76bf-404a-ad36-9c9dc18e48dc [pid: 7|app: 0|req: 645/1235] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:17 2026] POST /v2.0/networks => generated 631 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1236] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:17 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 647/1237] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:17 2026] POST /v2.0/subnets => generated 626 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1238] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:14:17 2026] POST /v2.0/ports => generated 916 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:17.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-01b5a163-71f2-4407-a7af-9f915005de87 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] TaaS: Handle Delete Port: 3b0a4974-7955-4753-875d-f92b7b737d51 2026-06-04 17:14:17.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01b5a163-71f2-4407-a7af-9f915005de87 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] Tap Mirror: Handle Delete Port: 3b0a4974-7955-4753-875d-f92b7b737d51 [pid: 8|app: 0|req: 591/1239] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:14:16 2026] PUT /v2.0/routers/3f50a72e-bd4a-4b08-a64e-fae454f58066/add_router_interface => generated 309 bytes in 1052 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: 592/1240] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:18 2026] GET /v2.0/ports/5f1dc083-ed21-411c-b3c2-842d6843ab7a => generated 1021 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1241] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:17 2026] DELETE /v2.0/ports/3b0a4974-7955-4753-875d-f92b7b737d51 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:18.137 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee259a98-7ebc-419c-820a-173317d7d865 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1242] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:18 2026] GET /v2.0/ports/3b0a4974-7955-4753-875d-f92b7b737d51 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1243] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:18 2026] DELETE /v2.0/subnets/bc4971b0-d45b-4f82-8542-0d683a7ca717 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:18.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-777d2a61-1558-49e4-aeb3-48cc73148eeb 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 5f1dc083-ed21-411c-b3c2-842d6843ab7a 2026-06-04 17:14:18.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-777d2a61-1558-49e4-aeb3-48cc73148eeb 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 5f1dc083-ed21-411c-b3c2-842d6843ab7a [pid: 7|app: 0|req: 652/1244] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:18 2026] DELETE /v2.0/networks/424307d9-76bf-404a-ad36-9c9dc18e48dc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:18.420 7 INFO neutron.services.segments.plugin [-] Segment d0ca3e19-07fd-449a-8088-56b76348fb36 resource provider aggregate not found 2026-06-04 17:14:18.423 7 INFO neutron.services.segments.plugin [-] Segment d0ca3e19-07fd-449a-8088-56b76348fb36 resource provider aggregate not found 2026-06-04 17:14:18.441 7 INFO neutron.services.segments.plugin [-] Segment d0ca3e19-07fd-449a-8088-56b76348fb36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ca3e19-07fd-449a-8088-56b76348fb36 found for delete ", "request_id": "req-9b49976a-6f9d-4e5b-9395-7bac2de00c63"}]} 2026-06-04 17:14:18.446 7 INFO neutron.services.segments.plugin [-] Segment d0ca3e19-07fd-449a-8088-56b76348fb36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0ca3e19-07fd-449a-8088-56b76348fb36 found for delete ", "request_id": "req-13d92278-3e21-410b-8121-aacc94835a72"}]} 2026-06-04 17:14:18.468 7 INFO neutron.services.segments.plugin [-] Segment 0393c348-e390-4b6b-a481-b0182aa3bd07 resource provider aggregate not found 2026-06-04 17:14:18.471 7 INFO neutron.services.segments.plugin [-] Segment 0393c348-e390-4b6b-a481-b0182aa3bd07 resource provider aggregate not found 2026-06-04 17:14:18.497 7 INFO neutron.services.segments.plugin [-] Segment 0393c348-e390-4b6b-a481-b0182aa3bd07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0393c348-e390-4b6b-a481-b0182aa3bd07 found for delete ", "request_id": "req-0ca33ed4-d525-4209-84cf-7049a85410c6"}]} 2026-06-04 17:14:18.500 7 INFO neutron.services.segments.plugin [-] Segment 0393c348-e390-4b6b-a481-b0182aa3bd07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0393c348-e390-4b6b-a481-b0182aa3bd07 found for delete ", "request_id": "req-68324964-3069-43c4-acb7-90e788c734aa"}]} [pid: 7|app: 0|req: 653/1245] 10.0.0.84 () {34 vars in 664 bytes} [Thu Jun 4 17:14:18 2026] POST /v2.0/ports => generated 775 bytes in 272 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: 654/1246] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:18 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 593/1247] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:14:18 2026] PUT /v2.0/routers/3f50a72e-bd4a-4b08-a64e-fae454f58066/remove_router_interface => generated 309 bytes in 735 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: 655/1248] 10.0.0.84 () {34 vars in 736 bytes} [Thu Jun 4 17:14:18 2026] PUT /v2.0/ports/eeaeba7a-fc73-41d4-a4fc-b9aec66f6c84 => generated 752 bytes in 153 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-04 17:14:18.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-c757f621-1e8c-4b30-8813-13e826e60aae 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] TaaS: Handle Delete Port: eeaeba7a-fc73-41d4-a4fc-b9aec66f6c84 2026-06-04 17:14:18.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c757f621-1e8c-4b30-8813-13e826e60aae 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] Tap Mirror: Handle Delete Port: eeaeba7a-fc73-41d4-a4fc-b9aec66f6c84 2026-06-04 17:14:18.934 8 INFO neutron.api.v2.resource [None req-b79d3038-20f1-4ec9-94d8-8797489e1a2a 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 594/1249] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:14:18 2026] PUT /v2.0/routers/3f50a72e-bd4a-4b08-a64e-fae454f58066/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1250] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:18 2026] GET /v2.0/ports?device_id=3f50a72e-bd4a-4b08-a64e-fae454f58066 => 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: 656/1251] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:18 2026] DELETE /v2.0/ports/eeaeba7a-fc73-41d4-a4fc-b9aec66f6c84 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1252] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:14:19 2026] GET /v2.0/ports => generated 777 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:19.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d97307df-1970-4611-972f-8d54fe3cd0ee 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 658/1253] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:19 2026] GET /v2.0/ports/eeaeba7a-fc73-41d4-a4fc-b9aec66f6c84 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1254] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:14:19 2026] GET /v2.0/ports => generated 777 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:19.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0dfda6a-171d-4ead-bcd1-700bc74e2765 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 44ef0ce7-e1b4-45bc-94ea-a802a1c359c5 2026-06-04 17:14:19.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0dfda6a-171d-4ead-bcd1-700bc74e2765 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 44ef0ce7-e1b4-45bc-94ea-a802a1c359c5 [pid: 7|app: 0|req: 660/1255] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:19 2026] GET /v2.0/ports/d56a0236-e580-4ab6-b7fd-334429f40d45 => generated 774 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:19.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07fe9ae8-b279-47ef-a9db-37ddce4124bd 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1256] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:19 2026] DELETE /v2.0/ports/3b0a4974-7955-4753-875d-f92b7b737d51 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:19.205 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a162efbe-3df0-42a1-8536-027152985a42 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1257] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:19 2026] DELETE /v2.0/subnets/bc4971b0-d45b-4f82-8542-0d683a7ca717 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:19.221 7 INFO neutron.pecan_wsgi.hooks.translation [None req-217d4392-01f3-4e7f-88ad-078779879e4d 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 663/1258] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:19 2026] DELETE /v2.0/subnets/1506e2fd-a219-4639-8b57-fc00639627cb => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:19.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-40134e6b-a371-4fbd-b2a6-b93d19ecc585 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] TaaS: Handle Delete Port: d56a0236-e580-4ab6-b7fd-334429f40d45 2026-06-04 17:14:19.319 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40134e6b-a371-4fbd-b2a6-b93d19ecc585 0fed6c837f114655bd5634a44cb04d2a aaeb2bc21d754972a78c519d82923727 - - default default] Tap Mirror: Handle Delete Port: d56a0236-e580-4ab6-b7fd-334429f40d45 [pid: 7|app: 0|req: 664/1259] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:14:19 2026] DELETE /v2.0/ports/d56a0236-e580-4ab6-b7fd-334429f40d45 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:19.472 8 INFO neutron.services.segments.plugin [-] Segment b8a7d5c0-aabe-4139-9325-7af5050545a1 resource provider aggregate not found 2026-06-04 17:14:19.476 8 INFO neutron.services.segments.plugin [-] Segment b8a7d5c0-aabe-4139-9325-7af5050545a1 resource provider aggregate not found 2026-06-04 17:14:19.490 8 INFO neutron.services.segments.plugin [-] Segment b8a7d5c0-aabe-4139-9325-7af5050545a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a7d5c0-aabe-4139-9325-7af5050545a1 found for delete ", "request_id": "req-422c75a0-58a6-43e7-ad84-a6238013a67b"}]} 2026-06-04 17:14:19.493 8 INFO neutron.db.l3_hamode_db [None req-b0dfda6a-171d-4ead-bcd1-700bc74e2765 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] HA network d28cfe34-e6c3-4878-b6f5-7bb362a369f1 was deleted as no HA routers are present in tenant 2281beab3a9146feae861c749b8e2511. 2026-06-04 17:14:19.498 8 INFO neutron.services.segments.plugin [-] Segment b8a7d5c0-aabe-4139-9325-7af5050545a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a7d5c0-aabe-4139-9325-7af5050545a1 found for delete ", "request_id": "req-d04abbd6-f790-472a-958c-e51a70c6db20"}]} [pid: 8|app: 0|req: 596/1260] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:18 2026] DELETE /v2.0/routers/3f50a72e-bd4a-4b08-a64e-fae454f58066 => generated 0 bytes in 539 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1261] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:19 2026] DELETE /v2.0/networks/5e749d53-da6e-4460-b13d-14f87b1aa70b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1262] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:19 2026] DELETE /v2.0/subnets/94c1bace-ff86-44f2-9c8c-78d7c1c454ca => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1263] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:19 2026] DELETE /v2.0/networks/cab3aac5-1078-4264-8102-7f283a29f477 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1264] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:19 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:19.823 7 INFO neutron.db.segments_db [None req-bba58af6-aa7f-4c1f-9d9d-f3418505bd52 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment 29211d95-ecc2-406e-abac-53df25c69c6e of type vxlan for network 294f0a04-a2c1-4641-955d-f529870e3bb8 [pid: 7|app: 0|req: 667/1265] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:14:19 2026] POST /v2.0/networks => generated 629 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1266] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:19 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) [pid: 7|app: 0|req: 668/1267] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:20 2026] GET /v2.0/security-groups?tenant_id=aaeb2bc21d754972a78c519d82923727&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:20.195 8 INFO neutron.db.segments_db [None req-bdbc4112-2861-4fe4-b8af-e896c6e6248c 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment 8455ec24-5cde-4457-b321-163db6d26df9 of type vxlan for network 9e1b2ee4-b464-4f54-8c75-29e820c4b66a [pid: 7|app: 0|req: 669/1268] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:20 2026] DELETE /v2.0/security-groups/55377f19-b310-4968-a673-597e74916dd1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:20.400 8 INFO neutron.db.l3_hamode_db [None req-bdbc4112-2861-4fe4-b8af-e896c6e6248c 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:20.519 8 INFO neutron.db.l3_hamode_db [None req-bdbc4112-2861-4fe4-b8af-e896c6e6248c 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:20.520 7 INFO neutron.services.segments.plugin [-] Segment 58e24e39-65bb-4288-9a89-1a0462748751 resource provider aggregate not found 2026-06-04 17:14:20.523 7 INFO neutron.services.segments.plugin [-] Segment 58e24e39-65bb-4288-9a89-1a0462748751 resource provider aggregate not found 2026-06-04 17:14:20.545 7 INFO neutron.services.segments.plugin [-] Segment 58e24e39-65bb-4288-9a89-1a0462748751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e24e39-65bb-4288-9a89-1a0462748751 found for delete ", "request_id": "req-0b65e9d8-b549-4d24-9f42-e996358447c4"}]} 2026-06-04 17:14:20.550 7 INFO neutron.services.segments.plugin [-] Segment 58e24e39-65bb-4288-9a89-1a0462748751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e24e39-65bb-4288-9a89-1a0462748751 found for delete ", "request_id": "req-73641b1f-5917-4580-a436-0efc98fc44e9"}]} 2026-06-04 17:14:20.564 7 INFO neutron.services.segments.plugin [-] Segment 384e9192-7939-4b88-9b47-3fc61ba653e6 resource provider aggregate not found 2026-06-04 17:14:20.566 7 INFO neutron.services.segments.plugin [-] Segment 384e9192-7939-4b88-9b47-3fc61ba653e6 resource provider aggregate not found 2026-06-04 17:14:20.583 7 INFO neutron.services.segments.plugin [-] Segment 384e9192-7939-4b88-9b47-3fc61ba653e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384e9192-7939-4b88-9b47-3fc61ba653e6 found for delete ", "request_id": "req-d1c7560f-ae25-483e-946f-80c65311e879"}]} 2026-06-04 17:14:20.589 7 INFO neutron.services.segments.plugin [-] Segment 384e9192-7939-4b88-9b47-3fc61ba653e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384e9192-7939-4b88-9b47-3fc61ba653e6 found for delete ", "request_id": "req-369bff73-63cb-4447-ae08-14dc0e84885f"}]} [pid: 7|app: 0|req: 670/1269] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:20 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 600/1270] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:20 2026] POST /v2.0/routers => generated 507 bytes in 1340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1271] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:14:21 2026] GET /v2.0/networks?id=02533c4d-13eb-4aa3-a504-bcee0cb8c0a8 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1272] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:14:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8fa5bd38596e430f8d69d4b402e5534c => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1273] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:14:21 2026] POST /v2.0/ports => generated 958 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: 604/1274] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:21 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1275] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:14:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1276] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:14:22 2026] PUT /v2.0/ports/8f5e6718-6940-4821-9d16-536823f212cc => generated 1239 bytes in 300 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: 671/1277] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:14:21 2026] PUT /v2.0/routers/6330c4ba-35fc-4f61-903a-9535ee30f3b3/add_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1278] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:22 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:22.665 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db5ff1f5-0d57-4ec7-9bca-5b01e2984ad9'] response: {'name': 'network-changed', 'server_uuid': '0c44861c-2d71-48a9-9a70-b312b934d748', 'tag': '8f5e6718-6940-4821-9d16-536823f212cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 672/1279] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:14:22 2026] GET /v2.0/security-groups => generated 4529 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1280] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:14:22 2026] GET /v2.0/ports/df68653d-fd4a-4503-8844-58e8554bb2f2 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1281] 10.0.0.84 () {34 vars in 757 bytes} [Thu Jun 4 17:14:22 2026] PUT /v2.0/security-groups/7ac50aa1-5683-4652-a6fa-452c1f35889c => generated 1663 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1282] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:14:22 2026] GET /v2.0/security-groups/7ac50aa1-5683-4652-a6fa-452c1f35889c => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1283] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:22 2026] DELETE /v2.0/security-groups/7ac50aa1-5683-4652-a6fa-452c1f35889c => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1284] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:14:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:22.918 7 INFO neutron.api.v2.resource [None req-79382aa4-2f7a-4b4b-8d9b-3453c1f5a82b d7befbcec5ab4d1eb96af56b6f0e4cea 1f8822c8f566472dac4b9f8d7c4f3c1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 677/1285] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:22 2026] DELETE /v2.0/security-groups/7ac50aa1-5683-4652-a6fa-452c1f35889c => 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: 678/1286] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:14:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 17:14:23.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f955f85-3a60-453d-84e7-c7b4b60ce3b5 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: df68653d-fd4a-4503-8844-58e8554bb2f2 2026-06-04 17:14:23.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f955f85-3a60-453d-84e7-c7b4b60ce3b5 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: df68653d-fd4a-4503-8844-58e8554bb2f2 [pid: 7|app: 0|req: 679/1287] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:14:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1288] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/ports?tenant_id=8fa5bd38596e430f8d69d4b402e5534c&device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1289] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/security-group-rules/efb66eed-5164-4a3f-a0ea-59a766e3c38c => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1290] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/networks?tenant_id=8fa5bd38596e430f8d69d4b402e5534c&shared=False => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1291] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1292] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1293] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:14:23 2026] DELETE /v2.0/security-group-rules/efb66eed-5164-4a3f-a0ea-59a766e3c38c => 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: 686/1294] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:14:23 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: 8|app: 0|req: 609/1295] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:14:22 2026] PUT /v2.0/routers/6330c4ba-35fc-4f61-903a-9535ee30f3b3/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1296] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/ports?device_id=6330c4ba-35fc-4f61-903a-9535ee30f3b3 => 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: 687/1297] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:14:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1298] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/security-group-rules/e4fd7196-1beb-45bd-8483-67232df39d4f => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1299] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:23.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fb16793-e5de-41c0-b757-88b2373722f5 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 6d9d25e1-ddaf-42c4-86a2-6ee3d6a1aac4 2026-06-04 17:14:23.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fb16793-e5de-41c0-b757-88b2373722f5 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 6d9d25e1-ddaf-42c4-86a2-6ee3d6a1aac4 [pid: 7|app: 0|req: 690/1300] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:23 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:24.125 8 INFO neutron.services.segments.plugin [-] Segment 8455ec24-5cde-4457-b321-163db6d26df9 resource provider aggregate not found 2026-06-04 17:14:24.132 8 INFO neutron.services.segments.plugin [-] Segment 8455ec24-5cde-4457-b321-163db6d26df9 resource provider aggregate not found 2026-06-04 17:14:24.141 8 INFO neutron.services.segments.plugin [-] Segment 8455ec24-5cde-4457-b321-163db6d26df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8455ec24-5cde-4457-b321-163db6d26df9 found for delete ", "request_id": "req-0463454d-2227-4af8-9489-c3a4c0c7b048"}]} 2026-06-04 17:14:24.154 8 INFO neutron.services.segments.plugin [-] Segment 8455ec24-5cde-4457-b321-163db6d26df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8455ec24-5cde-4457-b321-163db6d26df9 found for delete ", "request_id": "req-42eb7d1d-239f-4082-86ff-be9a0ff11fc4"}]} 2026-06-04 17:14:24.159 8 INFO neutron.db.l3_hamode_db [None req-1fb16793-e5de-41c0-b757-88b2373722f5 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] HA network 9e1b2ee4-b464-4f54-8c75-29e820c4b66a was deleted as no HA routers are present in tenant 2281beab3a9146feae861c749b8e2511. [pid: 8|app: 0|req: 611/1301] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:23 2026] DELETE /v2.0/routers/6330c4ba-35fc-4f61-903a-9535ee30f3b3 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1302] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1303] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:14:23 2026] DELETE /v2.0/security-group-rules/e4fd7196-1beb-45bd-8483-67232df39d4f => generated 0 bytes in 427 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1304] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:24 2026] DELETE /v2.0/subnets/50ab42b0-41f6-440d-b012-23df6fcb7a5f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1305] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:24.395 7 INFO neutron.db.securitygroups_db [None req-d7aec459-7e7e-4476-8560-2205d82dedb6 d7befbcec5ab4d1eb96af56b6f0e4cea 1f8822c8f566472dac4b9f8d7c4f3c1f - - default default] Project 1f8822c8f566472dac4b9f8d7c4f3c1f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-04 17:14:24.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-996f1bd1-c6d5-4422-ae24-e90af7bf5f9d 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 875e516a-f776-46b5-8244-746b0a0a62e7 2026-06-04 17:14:24.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-996f1bd1-c6d5-4422-ae24-e90af7bf5f9d 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 875e516a-f776-46b5-8244-746b0a0a62e7 [pid: 7|app: 0|req: 693/1306] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:14:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1307] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/ports?tenant_id=8fa5bd38596e430f8d69d4b402e5534c&device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1308] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/security-group-rules/7c45c81f-99c2-4707-a150-914ee4c7b05e => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1309] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=8f5e6718-6940-4821-9d16-536823f212cc => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1310] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:24 2026] DELETE /v2.0/networks/294f0a04-a2c1-4641-955d-f529870e3bb8 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1311] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1312] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/subnets?id=0c6f0d09-c75b-45d4-a114-8c0e709f6d66 => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:24.657 7 INFO neutron.db.segments_db [None req-ba58d5af-5d68-46f0-a07f-ba0e1d138b6d 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Added segment 849d2a14-8dfc-43ea-8dbb-29d780da9c5d of type vxlan for network f0cee205-ca46-4b8f-9db3-6dab00e830ed [pid: 8|app: 0|req: 616/1313] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:14:24 2026] DELETE /v2.0/security-group-rules/7c45c81f-99c2-4707-a150-914ee4c7b05e => 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: 617/1314] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/ports?network_id=02533c4d-13eb-4aa3-a504-bcee0cb8c0a8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1315] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1316] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/networks/02533c4d-13eb-4aa3-a504-bcee0cb8c0a8?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:24.901 7 INFO neutron.db.l3_hamode_db [None req-ba58d5af-5d68-46f0-a07f-ba0e1d138b6d 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 620/1317] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:24 2026] DELETE /v2.0/security-groups/274acbde-b8f5-492a-b9f3-b25a55b64377 => 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: 621/1318] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:14:24 2026] GET /v2.0/networks/02533c4d-13eb-4aa3-a504-bcee0cb8c0a8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1319] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:14:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1320] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:14:25 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: 8|app: 0|req: 624/1321] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:25 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 625/1322] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:25 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&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: 626/1323] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:25 2026] GET /v2.0/security-groups?tenant_id=1f8822c8f566472dac4b9f8d7c4f3c1f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:25.628 7 INFO neutron.db.l3_hamode_db [None req-ba58d5af-5d68-46f0-a07f-ba0e1d138b6d 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 627/1324] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:25 2026] DELETE /v2.0/security-groups/413453dd-1ac4-4236-949d-d710ab7ce608 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:26.159 8 INFO neutron.services.segments.plugin [-] Segment 29211d95-ecc2-406e-abac-53df25c69c6e resource provider aggregate not found 2026-06-04 17:14:26.175 8 INFO neutron.services.segments.plugin [-] Segment 29211d95-ecc2-406e-abac-53df25c69c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29211d95-ecc2-406e-abac-53df25c69c6e found for delete ", "request_id": "req-74e162e1-cd95-4f73-a789-e3d3b2e4c4e3"}]} 2026-06-04 17:14:26.179 8 INFO neutron.services.segments.plugin [-] Segment 29211d95-ecc2-406e-abac-53df25c69c6e resource provider aggregate not found 2026-06-04 17:14:26.191 8 INFO neutron.services.segments.plugin [-] Segment 29211d95-ecc2-406e-abac-53df25c69c6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29211d95-ecc2-406e-abac-53df25c69c6e found for delete ", "request_id": "req-a155944c-1c3c-445c-8ca8-62301ab7c684"}]} [pid: 8|app: 0|req: 628/1325] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:26 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1326] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:26 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&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: 698/1327] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:24 2026] POST /v2.0/routers => generated 688 bytes in 1933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1328] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:26 2026] GET /v2.0/routers/6c24a232-eed8-48ee-b262-42fc17486047 => generated 694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1329] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:14:26 2026] GET /v2.0/routers => generated 697 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1330] 10.0.0.84 () {34 vars in 740 bytes} [Thu Jun 4 17:14:26 2026] PUT /v2.0/routers/6c24a232-eed8-48ee-b262-42fc17486047 => generated 701 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1331] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:27 2026] GET /v2.0/routers/6c24a232-eed8-48ee-b262-42fc17486047 => generated 701 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1332] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:27 2026] GET /v2.0/ports?device_id=6c24a232-eed8-48ee-b262-42fc17486047 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:27.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-aebe16fc-9e57-4d7e-91d1-928e74f609b9 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 17bd091a-d096-4c70-bdbc-d3c2d329eebf 2026-06-04 17:14:27.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aebe16fc-9e57-4d7e-91d1-928e74f609b9 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 17bd091a-d096-4c70-bdbc-d3c2d329eebf 2026-06-04 17:14:27.540 7 INFO neutron_taas.services.taas.taas_plugin [None req-aebe16fc-9e57-4d7e-91d1-928e74f609b9 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] TaaS: Handle Delete Port: 2941f880-bbd7-4889-a107-9bb8c2d669d3 2026-06-04 17:14:27.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aebe16fc-9e57-4d7e-91d1-928e74f609b9 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] Tap Mirror: Handle Delete Port: 2941f880-bbd7-4889-a107-9bb8c2d669d3 [pid: 8|app: 0|req: 633/1333] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:27 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1334] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:27 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&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-04 17:14:27.901 7 INFO neutron.services.segments.plugin [-] Segment 849d2a14-8dfc-43ea-8dbb-29d780da9c5d resource provider aggregate not found 2026-06-04 17:14:27.910 7 INFO neutron.services.segments.plugin [-] Segment 849d2a14-8dfc-43ea-8dbb-29d780da9c5d resource provider aggregate not found 2026-06-04 17:14:27.919 7 INFO neutron.services.segments.plugin [-] Segment 849d2a14-8dfc-43ea-8dbb-29d780da9c5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 849d2a14-8dfc-43ea-8dbb-29d780da9c5d found for delete ", "request_id": "req-2f5ebde4-5d67-446d-bce7-350ac57bfb22"}]} 2026-06-04 17:14:27.928 7 INFO neutron.services.segments.plugin [-] Segment 849d2a14-8dfc-43ea-8dbb-29d780da9c5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 849d2a14-8dfc-43ea-8dbb-29d780da9c5d found for delete ", "request_id": "req-aa91fec2-1750-495c-b654-895f5988a9bd"}]} 2026-06-04 17:14:27.939 7 INFO neutron.db.l3_hamode_db [None req-aebe16fc-9e57-4d7e-91d1-928e74f609b9 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] HA network f0cee205-ca46-4b8f-9db3-6dab00e830ed was deleted as no HA routers are present in tenant 2281beab3a9146feae861c749b8e2511. [pid: 7|app: 0|req: 701/1335] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:27 2026] DELETE /v2.0/routers/6c24a232-eed8-48ee-b262-42fc17486047 => generated 0 bytes in 778 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1336] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:27 2026] GET /v2.0/ports?device_id=6c24a232-eed8-48ee-b262-42fc17486047 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:28.011 7 INFO neutron.api.v2.resource [None req-c12306ef-2bc5-415f-9d2c-321e0639fa3c 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 702/1337] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:27 2026] DELETE /v2.0/routers/6c24a232-eed8-48ee-b262-42fc17486047 => 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: 636/1338] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:28 2026] GET /v2.0/ports?device_id=6330c4ba-35fc-4f61-903a-9535ee30f3b3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:28.062 7 INFO neutron.api.v2.resource [None req-aa0185b9-600c-4205-af91-f3232fd74e77 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1339] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:28 2026] DELETE /v2.0/routers/6330c4ba-35fc-4f61-903a-9535ee30f3b3 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:28.079 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6dbc7f1a-029c-4d0d-b92b-e8805838e061 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 637/1340] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:28 2026] DELETE /v2.0/subnets/50ab42b0-41f6-440d-b012-23df6fcb7a5f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1341] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:28 2026] GET /v2.0/ports?device_id=3f50a72e-bd4a-4b08-a64e-fae454f58066 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:28.137 8 INFO neutron.api.v2.resource [None req-59f51b9d-9d14-49ff-baca-eeabc8c73118 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 638/1342] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:28 2026] DELETE /v2.0/routers/3f50a72e-bd4a-4b08-a64e-fae454f58066 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:28.156 7 INFO neutron.pecan_wsgi.hooks.translation [None req-804fca1e-7aa5-46e1-ac3b-fdcb611948b6 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 705/1343] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:28 2026] DELETE /v2.0/subnets/94c1bace-ff86-44f2-9c8c-78d7c1c454ca => 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: 639/1346] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:28 2026] GET /v2.0/ports?device_id=007e3112-fe11-43a2-9e60-bea54c39c3f4 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:28.211 7 INFO neutron.api.v2.resource [None req-dfe4fc30-e44f-427f-a131-a3d025a28ee5 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1347] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:28 2026] DELETE /v2.0/routers/007e3112-fe11-43a2-9e60-bea54c39c3f4 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:28.229 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0814da12-4e06-4317-8f19-0f0a073d5ec6 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1348] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:28 2026] DELETE /v2.0/subnets/ee4b45a5-eefe-4fca-9c35-73dfcef3fc24 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:28.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3a665b7-0ca7-4009-a5e9-fb2c3d026dbe 32ae78095d2e4ab3a0f3cfefaf8acb37 2281beab3a9146feae861c749b8e2511 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1349] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:28 2026] DELETE /v2.0/subnets/7d71ee72-9112-4839-878b-70bc335b461f => 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: 641/1350] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:28 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1351] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:28 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1352] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:28 2026] GET /v2.0/security-groups?tenant_id=2281beab3a9146feae861c749b8e2511&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1353] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:29 2026] DELETE /v2.0/security-groups/621a06b9-fb88-4e85-a1f3-30233f67f428 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1354] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:29 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1355] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:29 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1356] 10.0.0.84 () {32 vars in 622 bytes} [Thu Jun 4 17:14:30 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1357] 10.0.0.84 () {32 vars in 632 bytes} [Thu Jun 4 17:14:30 2026] GET /v2.0/ => generated 632 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1358] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:31 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1359] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:31 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1360] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:31 2026] GET /v2.0/security-groups?tenant_id=b126114abdd845e8bf4abde70384801e&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1361] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:31 2026] DELETE /v2.0/security-groups/02d5fb71-8b68-4de4-910b-37e71b09f45d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1362] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:32 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 648/1363] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:32 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&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: 716/1364] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:33 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1365] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:33 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1366] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:33 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:33.947 8 INFO neutron.db.l3_db [None req-d1fb356a-dda6-42fb-b5ee-b6bb3712f9e0 56888f5d8128474ca1aebd93b5ad8dd8 8fa5bd38596e430f8d69d4b402e5534c - - default default] Floating IP c087e53e-48b2-4a1d-8b7a-ccc4e983f5f4 associated. External IP: 10.96.250.208, port: 8f5e6718-6940-4821-9d16-536823f212cc. [pid: 8|app: 0|req: 650/1367] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:14:33 2026] PUT /v2.0/floatingips/c087e53e-48b2-4a1d-8b7a-ccc4e983f5f4 => generated 856 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:34.378 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2985b67-e0ed-42f6-851c-7e1396d60438'] response: {'name': 'network-changed', 'server_uuid': '0c44861c-2d71-48a9-9a70-b312b934d748', 'tag': '8f5e6718-6940-4821-9d16-536823f212cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 718/1368] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:34 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1369] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:34 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1370] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:34 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1371] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:34 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&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: 720/1372] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:14:34 2026] GET /v2.0/ports?tenant_id=8fa5bd38596e430f8d69d4b402e5534c&device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1373] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:14:34 2026] GET /v2.0/networks?id=02533c4d-13eb-4aa3-a504-bcee0cb8c0a8 => generated 774 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1374] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=8f5e6718-6940-4821-9d16-536823f212cc => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1375] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/subnets?id=0c6f0d09-c75b-45d4-a114-8c0e709f6d66 => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1376] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/ports?network_id=02533c4d-13eb-4aa3-a504-bcee0cb8c0a8&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: 655/1377] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/networks/02533c4d-13eb-4aa3-a504-bcee0cb8c0a8?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1378] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/networks/02533c4d-13eb-4aa3-a504-bcee0cb8c0a8?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: 656/1379] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/security-groups?tenant_id=ece24cdfc7504a81b1d773ee6e9dca33&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1380] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1381] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:35 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&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: 657/1382] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:35 2026] DELETE /v2.0/security-groups/83a8a09d-b740-423b-afa2-ca4bc8f09b99 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1383] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:37 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1384] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:36 2026] GET /v2.0/security-groups?tenant_id=e9a5327300e943d098fc52cd960f8d73&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1385] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:37 2026] GET /v2.0/security-groups?id=cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1386] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:14:37 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 660/1387] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:37 2026] DELETE /v2.0/security-groups/76f3eaba-b77f-4fad-ab4d-d5231bcfc965 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:37.314 7 INFO neutron_taas.services.taas.taas_plugin [req-c8aefb88-6881-4f09-a3c4-e9367a56a236 req-6ba5e4b2-568d-430c-8cb2-b7e322ea911f 56888f5d8128474ca1aebd93b5ad8dd8 8fa5bd38596e430f8d69d4b402e5534c - - default default] TaaS: Handle Delete Port: 8f5e6718-6940-4821-9d16-536823f212cc 2026-06-04 17:14:37.319 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8aefb88-6881-4f09-a3c4-e9367a56a236 req-6ba5e4b2-568d-430c-8cb2-b7e322ea911f 56888f5d8128474ca1aebd93b5ad8dd8 8fa5bd38596e430f8d69d4b402e5534c - - default default] Tap Mirror: Handle Delete Port: 8f5e6718-6940-4821-9d16-536823f212cc 2026-06-04 17:14:37.452 7 INFO neutron.db.l3_db [req-c8aefb88-6881-4f09-a3c4-e9367a56a236 req-6ba5e4b2-568d-430c-8cb2-b7e322ea911f 56888f5d8128474ca1aebd93b5ad8dd8 8fa5bd38596e430f8d69d4b402e5534c - - default default] Floating IP c087e53e-48b2-4a1d-8b7a-ccc4e983f5f4 disassociated. External IP: 10.96.250.208, port: 8f5e6718-6940-4821-9d16-536823f212cc. [pid: 8|app: 0|req: 661/1388] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:37 2026] GET /v2.0/security-groups?tenant_id=0d2211096fd54eecb42dac17a6c931d4&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1389] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:37 2026] DELETE /v2.0/security-groups/9f4e211e-a147-4ef3-80fc-4aad5fd13618 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1390] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:14:37 2026] DELETE /v2.0/ports/8f5e6718-6940-4821-9d16-536823f212cc => generated 0 bytes in 598 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:37.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ba80a83-0dab-4c6e-ac4b-d752e9f811ab'] response: {'server_uuid': '0c44861c-2d71-48a9-9a70-b312b934d748', 'name': 'network-vif-deleted', 'tag': '8f5e6718-6940-4821-9d16-536823f212cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 663/1391] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:38 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 729/1392] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:39 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 664/1393] 10.0.0.84 () {34 vars in 677 bytes} [Thu Jun 4 17:14:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1394] 10.0.0.84 () {34 vars in 677 bytes} [Thu Jun 4 17:14:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1395] 10.0.0.84 () {34 vars in 677 bytes} [Thu Jun 4 17:14:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1396] 10.0.0.84 () {34 vars in 677 bytes} [Thu Jun 4 17:14:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1397] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:40 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 732/1398] 10.0.0.84 () {34 vars in 677 bytes} [Thu Jun 4 17:14:40 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: 667/1399] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:14:40 2026] PUT /v2.0/policies/e4cf9baf-19f3-4887-9349-4cc88c4dd4d7/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1400] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:14:40 2026] PUT /v2.0/policies/e9ccebca-4d03-4184-98bf-e81e66e966f0/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1401] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:14:40 2026] PUT /v2.0/policies/a5c49949-a12c-4d80-a8d9-eb2d737bc2d1/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1402] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:14:40 2026] PUT /v2.0/policies/5dbdd424-0a7d-4e0c-8e81-807ab2712058/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1403] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/security-groups?tenant_id=370743a806c34a5b84e3a2a64e1369aa&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1404] 10.0.0.84 () {32 vars in 673 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1405] 10.0.0.84 () {32 vars in 687 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1406] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:41 2026] DELETE /v2.0/security-groups/097b668c-9c8d-4dbb-af6a-1ca21063ab6a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1407] 10.0.0.84 () {32 vars in 683 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1408] 10.0.0.84 () {32 vars in 695 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1409] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 672/1410] 10.0.0.84 () {32 vars in 681 bytes} [Thu Jun 4 17:14:41 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: 7|app: 0|req: 739/1411] 10.0.0.112 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1412] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/ports?device_id=0c44861c-2d71-48a9-9a70-b312b934d748 => 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: 673/1413] 10.0.0.84 () {32 vars in 695 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1414] 10.0.0.84 () {32 vars in 691 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1415] 10.0.0.84 () {32 vars in 703 bytes} [Thu Jun 4 17:14:41 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1416] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:14:41 2026] DELETE /v2.0/qos/policies/e4cf9baf-19f3-4887-9349-4cc88c4dd4d7 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1417] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:14:41 2026] DELETE /v2.0/qos/policies/e9ccebca-4d03-4184-98bf-e81e66e966f0 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1418] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:14:41 2026] DELETE /v2.0/qos/policies/a5c49949-a12c-4d80-a8d9-eb2d737bc2d1 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1419] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:14:41 2026] DELETE /v2.0/qos/policies/5dbdd424-0a7d-4e0c-8e81-807ab2712058 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1420] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:14:41 2026] DELETE /v2.0/qos/policies/9df92e2b-8280-4a23-96e7-c8aba497a83e => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1421] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:42 2026] DELETE /v2.0/security-groups/cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:42.720 8 INFO neutron.api.v2.resource [None req-f36076bc-4b16-4afb-a012-1a9be65b45cd 56888f5d8128474ca1aebd93b5ad8dd8 8fa5bd38596e430f8d69d4b402e5534c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1422] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:14:42 2026] GET /v2.0/security-groups/cfbb6c1e-8e65-4ebf-95c1-0ab4fa8f3be0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:14:42.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-be4bff76-efff-41b3-baa5-52ec7b258929 56888f5d8128474ca1aebd93b5ad8dd8 8fa5bd38596e430f8d69d4b402e5534c - - default default] TaaS: Handle Delete Port: a892035a-9529-4b95-ab33-d89422d590f0 2026-06-04 17:14:42.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be4bff76-efff-41b3-baa5-52ec7b258929 56888f5d8128474ca1aebd93b5ad8dd8 8fa5bd38596e430f8d69d4b402e5534c - - default default] Tap Mirror: Handle Delete Port: a892035a-9529-4b95-ab33-d89422d590f0 [pid: 8|app: 0|req: 679/1423] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:14:42 2026] DELETE /v2.0/floatingips/c087e53e-48b2-4a1d-8b7a-ccc4e983f5f4 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1424] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:42 2026] GET /v2.0/security-groups?tenant_id=77a93de2635f41a3a1fd847ac438b625&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1425] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:43 2026] DELETE /v2.0/security-groups/39bf9dcf-ea9e-4c6e-a629-d4cb1b315abe => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1428] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:43 2026] GET /v2.0/security-groups?tenant_id=ce8fd0f03b4a484cba2ff7a2e2c72a31&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:43.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff2b575d-935d-46b8-9045-0235382aa5aa 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 7b183d10-06d3-4af1-8181-49051c163969 2026-06-04 17:14:43.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff2b575d-935d-46b8-9045-0235382aa5aa 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 7b183d10-06d3-4af1-8181-49051c163969 [pid: 7|app: 0|req: 750/1429] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:43 2026] DELETE /v2.0/security-groups/de1a8098-6859-48a3-9a4f-acf0a91dd817 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1430] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:43 2026] GET /v2.0/security-groups?tenant_id=4dc36bddf4e24d81a9414f1a295f662c&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1431] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:43 2026] DELETE /v2.0/security-groups/c3c6101e-a638-440a-9950-a57daa47c011 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1432] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:14:43 2026] PUT /v2.0/routers/dee5efca-5653-4e1c-9e0a-cd8184c8fe07/remove_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:44.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-462b6dec-f035-4f07-8956-50735d900af2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 81b134fe-d865-405a-8b60-1cb69c52bc9c 2026-06-04 17:14:44.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-462b6dec-f035-4f07-8956-50735d900af2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 81b134fe-d865-405a-8b60-1cb69c52bc9c 2026-06-04 17:14:44.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-462b6dec-f035-4f07-8956-50735d900af2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: a215e58d-c081-42ea-8b39-6584878b3ff5 2026-06-04 17:14:44.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-462b6dec-f035-4f07-8956-50735d900af2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: a215e58d-c081-42ea-8b39-6584878b3ff5 2026-06-04 17:14:45.053 7 INFO neutron.services.segments.plugin [-] Segment 33544077-49fd-43ea-8d4b-7649ac8e7885 resource provider aggregate not found 2026-06-04 17:14:45.060 7 INFO neutron.services.segments.plugin [-] Segment 33544077-49fd-43ea-8d4b-7649ac8e7885 resource provider aggregate not found 2026-06-04 17:14:45.084 7 INFO neutron.services.segments.plugin [-] Segment 33544077-49fd-43ea-8d4b-7649ac8e7885 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33544077-49fd-43ea-8d4b-7649ac8e7885 found for delete ", "request_id": "req-76ea8c4b-c572-4711-996c-27340474b04c"}]} 2026-06-04 17:14:45.088 7 INFO neutron.services.segments.plugin [-] Segment 33544077-49fd-43ea-8d4b-7649ac8e7885 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33544077-49fd-43ea-8d4b-7649ac8e7885 found for delete ", "request_id": "req-c0f19260-a66d-4c7c-b3bf-43a42b54ea97"}]} 2026-06-04 17:14:45.092 7 INFO neutron.db.l3_hamode_db [None req-462b6dec-f035-4f07-8956-50735d900af2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network 327cb087-8cc6-4fc0-b5c6-6121bfae7d46 was deleted as no HA routers are present in tenant 8fa5bd38596e430f8d69d4b402e5534c. [pid: 7|app: 0|req: 753/1433] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:44 2026] DELETE /v2.0/routers/dee5efca-5653-4e1c-9e0a-cd8184c8fe07 => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1434] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:45 2026] DELETE /v2.0/subnets/0c6f0d09-c75b-45d4-a114-8c0e709f6d66 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:14:45.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6a72626-786c-4f33-843e-0498058731c0 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 8cdc38d2-7257-46e3-8773-a2c87c47bd94 2026-06-04 17:14:45.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6a72626-786c-4f33-843e-0498058731c0 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 8cdc38d2-7257-46e3-8773-a2c87c47bd94 [pid: 7|app: 0|req: 754/1435] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:14:45 2026] DELETE /v2.0/networks/02533c4d-13eb-4aa3-a504-bcee0cb8c0a8 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1436] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:45 2026] GET /v2.0/security-groups?tenant_id=8fa5bd38596e430f8d69d4b402e5534c&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1437] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:45 2026] DELETE /v2.0/security-groups/a8081679-e08a-4634-8ac6-cd7a56581ff4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:47.108 7 INFO neutron.services.segments.plugin [-] Segment e625f4f0-a132-4b23-bb76-dc6270ccd7a8 resource provider aggregate not found 2026-06-04 17:14:47.111 7 INFO neutron.services.segments.plugin [-] Segment e625f4f0-a132-4b23-bb76-dc6270ccd7a8 resource provider aggregate not found 2026-06-04 17:14:47.130 7 INFO neutron.services.segments.plugin [-] Segment e625f4f0-a132-4b23-bb76-dc6270ccd7a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e625f4f0-a132-4b23-bb76-dc6270ccd7a8 found for delete ", "request_id": "req-621d31c1-49e0-4fc3-b2ac-3c20e915b8a1"}]} 2026-06-04 17:14:47.134 7 INFO neutron.services.segments.plugin [-] Segment e625f4f0-a132-4b23-bb76-dc6270ccd7a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e625f4f0-a132-4b23-bb76-dc6270ccd7a8 found for delete ", "request_id": "req-7e1d08d2-c666-44bd-8aa2-136cd6fd695f"}]} 2026-06-04 17:14:48.613 8 INFO neutron.db.segments_db [None req-52e89b29-a3f0-4b4e-9d20-f1bebf38159f fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Added segment dc1099ac-cbfc-46e9-acaa-a844d5be8a9b of type vxlan for network 8c1e65c8-feb7-4483-b115-9faad9eb0535 2026-06-04 17:14:48.869 8 INFO neutron.db.l3_hamode_db [None req-52e89b29-a3f0-4b4e-9d20-f1bebf38159f fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:49.026 8 INFO neutron.db.l3_hamode_db [None req-52e89b29-a3f0-4b4e-9d20-f1bebf38159f fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 683/1438] 10.0.0.84 () {34 vars in 667 bytes} [Thu Jun 4 17:14:48 2026] POST /v2.0/routers => generated 474 bytes in 1264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:49.683 7 INFO neutron.db.l3_hamode_db [None req-4d37d791-a6cc-4718-8479-8436a4dbd196 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:49.837 7 INFO neutron.db.l3_hamode_db [None req-4d37d791-a6cc-4718-8479-8436a4dbd196 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 756/1439] 10.0.0.84 () {34 vars in 667 bytes} [Thu Jun 4 17:14:49 2026] POST /v2.0/routers => generated 474 bytes in 854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:50.523 7 INFO neutron.db.l3_hamode_db [None req-e1f7c3cb-3de2-408d-92da-95f2553bf625 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 684/1440] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:50 2026] GET /v2.0/security-groups?tenant_id=5feb1481f9684216b8be938cd80665a9&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:14:50.640 7 INFO neutron.db.l3_hamode_db [None req-e1f7c3cb-3de2-408d-92da-95f2553bf625 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 685/1441] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:50 2026] DELETE /v2.0/security-groups/ec37ccc2-e6cf-4145-a914-5d6c1231f949 => 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: 686/1442] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:50 2026] GET /v2.0/security-groups?tenant_id=ca3e2cf6c82c4f9c9b261d160301fdc6&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1443] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:50 2026] DELETE /v2.0/security-groups/4043c73b-b2bd-4566-a887-13ff0b4c5703 => 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: 757/1444] 10.0.0.84 () {34 vars in 667 bytes} [Thu Jun 4 17:14:50 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:51.306 8 INFO neutron.db.l3_hamode_db [None req-32187cab-9a48-4349-8ab7-56f2e9b0e168 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:51.431 8 INFO neutron.db.l3_hamode_db [None req-32187cab-9a48-4349-8ab7-56f2e9b0e168 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 758/1445] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:51 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1446] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:51 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 688/1447] 10.0.0.84 () {34 vars in 667 bytes} [Thu Jun 4 17:14:51 2026] POST /v2.0/routers => generated 474 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:52.001 7 INFO neutron.db.l3_hamode_db [None req-8c337c1b-1790-4781-8849-43ed53cb0b93 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 689/1448] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:51 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1449] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:52 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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-04 17:14:52.107 7 INFO neutron.db.l3_hamode_db [None req-8c337c1b-1790-4781-8849-43ed53cb0b93 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 691/1450] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:52 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1451] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:52 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 760/1452] 10.0.0.84 () {34 vars in 667 bytes} [Thu Jun 4 17:14:51 2026] POST /v2.0/routers => generated 474 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1453] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:14:52 2026] PUT /v2.0/routers/c324ca10-77d8-48eb-a25e-0f8958bcd912/tags => generated 17 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1454] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:14:52 2026] PUT /v2.0/routers/e71d9391-448e-490d-9610-ca3da6c5c91a/tags => generated 25 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1455] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:14:53 2026] PUT /v2.0/routers/89ba88a0-907e-4685-9f64-37afc291dfb7/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1456] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:14:53 2026] PUT /v2.0/routers/8920b18b-a918-49d7-8c21-7967b69ad737/tags => generated 19 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1457] 10.0.0.84 () {32 vars in 663 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1458] 10.0.0.84 () {32 vars in 677 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1459] 10.0.0.84 () {32 vars in 673 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1460] 10.0.0.84 () {32 vars in 685 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1461] 10.0.0.84 () {32 vars in 671 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1462] 10.0.0.84 () {32 vars in 685 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1463] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1464] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 766/1465] 10.0.0.84 () {32 vars in 681 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1466] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1467] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/ports?tenant_id=1044bbcec1c0445ea8d1321d592f3970&device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1468] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/routers/c324ca10-77d8-48eb-a25e-0f8958bcd912 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1469] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:14:53 2026] GET /v2.0/networks?id=fc60aa34-7e2a-4fbf-aad0-7bd91056c370 => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1470] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6eab4f96-eca9-453c-b2c9-468c24cdaa50 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1471] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/subnets?id=55b94d7c-24c8-4e26-b81d-2bb6920f65aa => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1472] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/ports?network_id=fc60aa34-7e2a-4fbf-aad0-7bd91056c370&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: 772/1473] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?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: 773/1474] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1475] 10.0.0.84 () {34 vars in 741 bytes} [Thu Jun 4 17:14:54 2026] PUT /v2.0/routers/c324ca10-77d8-48eb-a25e-0f8958bcd912 => generated 485 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1476] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/ports?device_id=c324ca10-77d8-48eb-a25e-0f8958bcd912 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:54.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-591e7328-ebad-4c61-b027-8735e6c79e92 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] TaaS: Handle Delete Port: 52c2df3c-fd52-45c1-b2ea-6da21d08db51 2026-06-04 17:14:54.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-591e7328-ebad-4c61-b027-8735e6c79e92 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Tap Mirror: Handle Delete Port: 52c2df3c-fd52-45c1-b2ea-6da21d08db51 [pid: 8|app: 0|req: 703/1477] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:54 2026] DELETE /v2.0/routers/c324ca10-77d8-48eb-a25e-0f8958bcd912 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1478] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1479] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:55 2026] GET /v2.0/routers/e71d9391-448e-490d-9610-ca3da6c5c91a => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1480] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:55 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1481] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:54 2026] GET /v2.0/security-groups?tenant_id=b452e1bdc68946a59a88b31839a092df&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1482] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:55 2026] DELETE /v2.0/security-groups/8b05735b-cbd1-481b-8fa8-93c03b0c64b3 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1483] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:55 2026] GET /v2.0/security-groups?tenant_id=47a30d6fcaa04a729bac32b2796f208c&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1484] 10.0.0.84 () {34 vars in 741 bytes} [Thu Jun 4 17:14:55 2026] PUT /v2.0/routers/e71d9391-448e-490d-9610-ca3da6c5c91a => generated 493 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1485] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:55 2026] DELETE /v2.0/security-groups/34cc714f-c3b9-49ee-8fb1-b57ea8227e6f => 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: 709/1486] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:55 2026] GET /v2.0/ports?device_id=e71d9391-448e-490d-9610-ca3da6c5c91a => 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: 778/1487] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:14:55 2026] GET /v2.0/security-groups?tenant_id=0aa1ff9dd94344fe81107278e91c2efd&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1488] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:14:55 2026] DELETE /v2.0/security-groups/71ad43f7-98e7-43d9-8088-8806bcbdfde5 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:55.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4fd90f1-6c5c-4449-b1f7-1d3bb26ac0b1 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] TaaS: Handle Delete Port: 5eebda65-1fb3-4a18-8c8a-2ed2877babc4 2026-06-04 17:14:55.837 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4fd90f1-6c5c-4449-b1f7-1d3bb26ac0b1 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Tap Mirror: Handle Delete Port: 5eebda65-1fb3-4a18-8c8a-2ed2877babc4 [pid: 7|app: 0|req: 780/1489] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:56 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 781/1490] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:56 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 710/1491] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:55 2026] DELETE /v2.0/routers/e71d9391-448e-490d-9610-ca3da6c5c91a => generated 0 bytes in 694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1492] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:56 2026] GET /v2.0/routers/89ba88a0-907e-4685-9f64-37afc291dfb7 => generated 502 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1493] 10.0.0.84 () {34 vars in 741 bytes} [Thu Jun 4 17:14:56 2026] PUT /v2.0/routers/89ba88a0-907e-4685-9f64-37afc291dfb7 => generated 502 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1494] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:56 2026] GET /v2.0/ports?device_id=89ba88a0-907e-4685-9f64-37afc291dfb7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:14:57.172 8 INFO neutron_taas.services.taas.taas_plugin [None req-641badb1-bb73-4eb1-8cc0-4574a1318aff fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] TaaS: Handle Delete Port: a27528f7-aa4a-4cd3-bb84-d45bcf825f9c 2026-06-04 17:14:57.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-641badb1-bb73-4eb1-8cc0-4574a1318aff fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Tap Mirror: Handle Delete Port: a27528f7-aa4a-4cd3-bb84-d45bcf825f9c [pid: 8|app: 0|req: 712/1495] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:56 2026] DELETE /v2.0/routers/89ba88a0-907e-4685-9f64-37afc291dfb7 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1496] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:57 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1497] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:57 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1498] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:57 2026] GET /v2.0/routers/8920b18b-a918-49d7-8c21-7967b69ad737 => generated 487 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:14:57.734 8 INFO neutron.db.segments_db [None req-c3e3f225-09ad-4fb8-8499-fa692463d44b 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment a2855b4b-2ee2-4e11-91c9-5a75c795e332 of type vxlan for network f42c02d6-e2f2-4849-9e12-db7add8ff316 [pid: 8|app: 0|req: 714/1499] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:14:57 2026] POST /v2.0/networks => generated 741 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1500] 10.0.0.84 () {34 vars in 741 bytes} [Thu Jun 4 17:14:57 2026] PUT /v2.0/routers/8920b18b-a918-49d7-8c21-7967b69ad737 => generated 487 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1501] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:57 2026] GET /v2.0/ports?device_id=8920b18b-a918-49d7-8c21-7967b69ad737 => 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: 715/1502] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:57 2026] POST /v2.0/subnets => generated 688 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:14:58.028 8 INFO neutron.db.segments_db [None req-0bd70359-382b-4044-a851-3a6a183cbae4 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment ed474018-0a82-4392-9122-46411ea15e73 of type vxlan for network 2f60df1f-d9b5-4eac-9a15-1e0f54948785 2026-06-04 17:14:58.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-559f4d3b-5a08-4a04-b251-9f96e83220f1 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] TaaS: Handle Delete Port: 23f2ea2b-af27-4eba-8048-8020dbdde859 2026-06-04 17:14:58.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-559f4d3b-5a08-4a04-b251-9f96e83220f1 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Tap Mirror: Handle Delete Port: 23f2ea2b-af27-4eba-8048-8020dbdde859 [pid: 7|app: 0|req: 788/1503] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:57 2026] DELETE /v2.0/routers/8920b18b-a918-49d7-8c21-7967b69ad737 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:14:58.380 8 INFO neutron.db.l3_hamode_db [None req-0bd70359-382b-4044-a851-3a6a183cbae4 55c6ca1cc1a24d2e9f886f81f540c5df 9e11f8a42b134f42bf250f40c546bf8a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 791/1506] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:14:58 2026] GET /v2.0/routers/484c7910-5363-401e-9498-8f6d6f61a49e => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1507] 10.0.0.84 () {34 vars in 741 bytes} [Thu Jun 4 17:14:58 2026] PUT /v2.0/routers/484c7910-5363-401e-9498-8f6d6f61a49e => generated 480 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1508] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:14:58 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1509] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:14:59 2026] GET /v2.0/ports?device_id=484c7910-5363-401e-9498-8f6d6f61a49e => 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: 795/1510] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:14:59 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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-04 17:14:59.226 8 INFO neutron.db.l3_hamode_db [None req-0bd70359-382b-4044-a851-3a6a183cbae4 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:14:59.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-56b5212f-47c7-4100-9c4c-504ebf9631d0 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] TaaS: Handle Delete Port: f54535dc-a7a6-4211-b9fb-fe1cc47100ac 2026-06-04 17:14:59.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56b5212f-47c7-4100-9c4c-504ebf9631d0 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] Tap Mirror: Handle Delete Port: f54535dc-a7a6-4211-b9fb-fe1cc47100ac 2026-06-04 17:14:59.555 7 INFO neutron.services.segments.plugin [-] Segment dc1099ac-cbfc-46e9-acaa-a844d5be8a9b resource provider aggregate not found 2026-06-04 17:14:59.562 7 INFO neutron.services.segments.plugin [-] Segment dc1099ac-cbfc-46e9-acaa-a844d5be8a9b resource provider aggregate not found 2026-06-04 17:14:59.574 7 INFO neutron.services.segments.plugin [-] Segment dc1099ac-cbfc-46e9-acaa-a844d5be8a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1099ac-cbfc-46e9-acaa-a844d5be8a9b found for delete ", "request_id": "req-d9b0a6f4-eea1-4147-98a1-54ef0075f962"}]} 2026-06-04 17:14:59.584 7 INFO neutron.services.segments.plugin [-] Segment dc1099ac-cbfc-46e9-acaa-a844d5be8a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc1099ac-cbfc-46e9-acaa-a844d5be8a9b found for delete ", "request_id": "req-18365b0c-97c5-4725-83b5-c9f6c46f62be"}]} 2026-06-04 17:14:59.591 7 INFO neutron.db.l3_hamode_db [None req-56b5212f-47c7-4100-9c4c-504ebf9631d0 fadf954e1c7d42178bc60e1ad2bb4a42 4698badc4ad349b2a0d245818172b92d - - default default] HA network 8c1e65c8-feb7-4483-b115-9faad9eb0535 was deleted as no HA routers are present in tenant 4698badc4ad349b2a0d245818172b92d. [pid: 7|app: 0|req: 796/1511] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:14:59 2026] DELETE /v2.0/routers/484c7910-5363-401e-9498-8f6d6f61a49e => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1512] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:14:57 2026] POST /v2.0/routers => generated 728 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1513] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:00 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 798/1514] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:00 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 799/1515] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:00 2026] GET /v2.0/security-groups?tenant_id=4698badc4ad349b2a0d245818172b92d&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1516] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:00 2026] DELETE /v2.0/security-groups/e5eda203-c189-44f5-a4c2-e53a0d2cfcde => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1517] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:01 2026] GET /v2.0/security-groups?tenant_id=a22666d09a754a02bdb714570e561e8e&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1518] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:01 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1519] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:15:00 2026] PUT /v2.0/routers/63a47d68-3b87-4129-948a-5670be6437fb/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1520] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:01 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1521] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:01 2026] DELETE /v2.0/security-groups/8ecd244a-3aa8-4207-99a9-743b75a2cfa5 => 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: 719/1522] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:01 2026] GET /v2.0/security-groups?tenant_id=8e37cab0022f4a10aa34c6a88bb7ca55&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1523] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:01 2026] DELETE /v2.0/security-groups/a1c27e08-c642-4919-be0f-47349ba781a7 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1524] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:01 2026] GET /v2.0/security-groups?tenant_id=9fc65bb1422742cea862c138233652bc&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1525] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:02 2026] DELETE /v2.0/security-groups/a28a6633-0add-490d-8fe8-a82933ba2796 => 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: 806/1526] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:02 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1527] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:02 2026] GET /v2.0/security-groups?tenant_id=81f2589a11bb4beda97f83ab4773c599&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1528] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:02 2026] DELETE /v2.0/security-groups/a8e05722-b42e-4b9f-8446-fe2d728328c9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:03.056 8 INFO neutron.db.segments_db [None req-6c056743-84c1-4812-a7d6-d69693b27714 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 8259f0c5-4e8d-40b7-95f0-9fdc9da2c0dd of type vxlan for network a2d1c708-ba45-42e4-a331-8503244d6b4e [pid: 7|app: 0|req: 807/1529] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:02 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&fields=id&fields=name => generated 113 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1530] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:15:02 2026] POST /v2.0/networks => generated 740 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1531] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:15:03 2026] POST /v2.0/subnets => generated 687 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:15:03.517 8 INFO neutron.db.segments_db [None req-ddcb399b-15b6-4293-975b-7df4ac282d69 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment e71fd9fa-af3e-4882-a878-e5dd2f5452cb of type vxlan for network 27981ea6-44de-45d3-8f66-f776aa575b4b 2026-06-04 17:15:03.815 8 INFO neutron.db.l3_hamode_db [None req-ddcb399b-15b6-4293-975b-7df4ac282d69 55c6ca1cc1a24d2e9f886f81f540c5df fe055b66ea69442e8e5ce0c4e83be435 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:15:04.701 8 INFO neutron.db.l3_hamode_db [None req-ddcb399b-15b6-4293-975b-7df4ac282d69 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 724/1532] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:15:03 2026] POST /v2.0/routers => generated 727 bytes in 2268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1533] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:05 2026] GET /v2.0/security-groups?tenant_id=ae0f6d0c65714879acb24f60d5a40c73&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: 810/1534] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:05 2026] DELETE /v2.0/security-groups/c7585c91-e7f3-4120-b689-9c41c5fbdfd9 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:06.858 7 INFO neutron.db.segments_db [None req-a90d7f69-036b-4892-89f0-93823591dc19 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Added segment 8b1ade72-7e8d-4d32-9057-b957adcfa9a8 of type vxlan for network dd8a6f4a-20f8-463c-a7ac-22e55b545397 [pid: 8|app: 0|req: 725/1535] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:15:05 2026] PUT /v2.0/routers/133cd48f-6c21-41e2-9c83-f7ae8fad8e67/add_router_interface => generated 309 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1536] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:06 2026] POST /v2.0/networks => generated 630 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1537] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:15:06 2026] POST /v2.0/ports => generated 743 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1538] 10.0.0.84 () {34 vars in 665 bytes} [Thu Jun 4 17:15:07 2026] POST /v2.0/trunks => generated 407 bytes in 296 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-04 17:15:07.683 8 INFO neutron.db.segments_db [None req-4a1a5aac-5c8c-409a-ab43-7719df283579 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Added segment caa59f5d-3ec0-4f5f-8f08-4457baec9b87 of type vxlan for network 17ac25be-40e5-4229-86ee-d57a6b022bd1 [pid: 8|app: 0|req: 727/1539] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:07 2026] POST /v2.0/networks => generated 631 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1540] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:15:07 2026] POST /v2.0/security-groups => generated 1675 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1541] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1542] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1543] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:15:07 2026] POST /v2.0/ports => generated 743 bytes in 427 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: 816/1544] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1545] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1546] 10.0.0.84 () {34 vars in 665 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/trunks => generated 407 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:15:08.516 7 INFO neutron.db.securitygroups_db [None req-a9e938be-0db0-4776-96bb-d40ce7bb0d5f 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] Project 9e11f8a42b134f42bf250f40c546bf8a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-04 17:15:08.541 8 INFO neutron.db.segments_db [None req-8cca6afe-521a-4ab7-97a0-7cd14920837f a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Added segment 6fa08524-fe97-4139-8cd5-4a4a5975e75e of type vxlan for network 416c66f7-c38d-4c7d-8882-1a1fcbcc0d75 [pid: 7|app: 0|req: 818/1547] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1548] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:15:08.662 7 INFO neutron.db.securitygroups_db [None req-16c29790-4765-401b-8aaf-9e44c724d4b3 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] Project 9e11f8a42b134f42bf250f40c546bf8a 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: 819/1549] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/security-group-rules => generated 606 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1550] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:15:08 2026] POST /v2.0/ports => generated 743 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: 820/1551] 10.0.0.84 () {34 vars in 665 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/trunks => generated 407 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1552] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/security-groups => generated 1661 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-04 17:15:09.345 7 INFO neutron.db.segments_db [None req-ab94af68-f3d0-44b3-a290-b2773033680f a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Added segment c4810101-ebe7-4d6e-9bad-2c43fb20a03f of type vxlan for network f1f1238c-4634-4d16-bcd4-8b353f7e0eac [pid: 8|app: 0|req: 733/1553] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1554] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1555] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1556] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/ports => generated 743 bytes in 391 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: 823/1557] 10.0.0.84 () {34 vars in 665 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:15:10.088 7 INFO neutron.db.segments_db [None req-69de51de-de89-44e6-bb1e-176bb1917de9 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Added segment 4565a39f-46d5-4a22-a150-c831582bc22a of type vxlan for network 93375182-3cf9-48bc-9b48-5ff81d209b12 [pid: 8|app: 0|req: 735/1558] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:15:09 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1559] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:10 2026] POST /v2.0/networks => generated 632 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1560] 10.0.0.109 () {34 vars in 1100 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1173898078&fields=id&tenant_id=9e11f8a42b134f42bf250f40c546bf8a => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1561] 10.0.0.109 () {34 vars in 1100 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1581585455&fields=id&tenant_id=9e11f8a42b134f42bf250f40c546bf8a => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1562] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/networks?id=f42c02d6-e2f2-4849-9e12-db7add8ff316 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1563] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/quotas/9e11f8a42b134f42bf250f40c546bf8a => 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: 829/1564] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/ports?tenant_id=9e11f8a42b134f42bf250f40c546bf8a&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1565] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/networks/f42c02d6-e2f2-4849-9e12-db7add8ff316?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1566] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:15:10 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 831/1567] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/networks/f42c02d6-e2f2-4849-9e12-db7add8ff316?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1568] 10.0.0.84 () {34 vars in 665 bytes} [Thu Jun 4 17:15:10 2026] POST /v2.0/trunks => generated 407 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1569] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => 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: 738/1570] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:15:10 2026] PUT /v2.0/trunks/5a5541a4-6e91-4eca-8680-e326811a923f/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1571] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:15:10 2026] PUT /v2.0/trunks/ee50fefa-8ae8-4a12-b2cb-eda239227ab7/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: 739/1572] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:15:10 2026] PUT /v2.0/trunks/a4c588e2-25d2-4d4f-b4db-72074635cd3b/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: 834/1573] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:15:10 2026] PUT /v2.0/trunks/231d7d30-eb2c-40b5-9295-a351c755f1c8/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1574] 10.0.0.84 () {32 vars in 661 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1575] 10.0.0.84 () {32 vars in 675 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1576] 10.0.0.84 () {32 vars in 671 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1577] 10.0.0.84 () {32 vars in 683 bytes} [Thu Jun 4 17:15:10 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1578] 10.0.0.84 () {32 vars in 669 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1579] 10.0.0.84 () {32 vars in 683 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1580] 10.0.0.84 () {32 vars in 679 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1581] 10.0.0.84 () {32 vars in 691 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1582] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks/5a5541a4-6e91-4eca-8680-e326811a923f => 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: 839/1583] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/ports/25ca5f01-7ec7-4802-b1a0-f8562874417a => generated 826 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1584] 10.0.0.84 () {32 vars in 721 bytes} [Thu Jun 4 17:15:11 2026] DELETE /v2.0/trunks/5a5541a4-6e91-4eca-8680-e326811a923f => 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: 840/1585] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks/ee50fefa-8ae8-4a12-b2cb-eda239227ab7 => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1586] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/ports/7f131578-5628-4a8b-87b8-fc46a743fcea => generated 826 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1587] 10.0.0.84 () {32 vars in 721 bytes} [Thu Jun 4 17:15:11 2026] DELETE /v2.0/trunks/ee50fefa-8ae8-4a12-b2cb-eda239227ab7 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1588] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks/a4c588e2-25d2-4d4f-b4db-72074635cd3b => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1589] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/ports/e12bd210-6a6d-4ab4-b082-f6b55577a5c4 => generated 826 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1590] 10.0.0.84 () {32 vars in 721 bytes} [Thu Jun 4 17:15:11 2026] DELETE /v2.0/trunks/a4c588e2-25d2-4d4f-b4db-72074635cd3b => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1591] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks/231d7d30-eb2c-40b5-9295-a351c755f1c8 => generated 414 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1592] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/ports/28495cad-a9c4-4f41-8460-a78fdfeb7563 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1593] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/security-groups?tenant_id=5fbafc6419d34531a9e2a2c124497dfb&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1594] 10.0.0.84 () {32 vars in 721 bytes} [Thu Jun 4 17:15:11 2026] DELETE /v2.0/trunks/231d7d30-eb2c-40b5-9295-a351c755f1c8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1595] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/trunks/a9415d61-38e8-498e-91fe-842a63bd0f8c => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1596] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:11 2026] DELETE /v2.0/security-groups/ff03070d-da3f-49d8-9b67-eae3e49c8ade => 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: 755/1597] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/ports/a5a855c0-faef-40db-bb04-6b6b2b3761bb => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1598] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:11 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => 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: 756/1599] 10.0.0.84 () {32 vars in 721 bytes} [Thu Jun 4 17:15:11 2026] DELETE /v2.0/trunks/a9415d61-38e8-498e-91fe-842a63bd0f8c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:12.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d5638c5-c9ac-44d4-ba61-3d193ca2b427 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] TaaS: Handle Delete Port: 25ca5f01-7ec7-4802-b1a0-f8562874417a 2026-06-04 17:15:12.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d5638c5-c9ac-44d4-ba61-3d193ca2b427 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Tap Mirror: Handle Delete Port: 25ca5f01-7ec7-4802-b1a0-f8562874417a [pid: 7|app: 0|req: 844/1600] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:15:11 2026] DELETE /v2.0/ports/25ca5f01-7ec7-4802-b1a0-f8562874417a => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:12.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-da494b47-0dc2-4c9a-a05f-415b1c44808d a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] TaaS: Handle Delete Port: 7f131578-5628-4a8b-87b8-fc46a743fcea 2026-06-04 17:15:12.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da494b47-0dc2-4c9a-a05f-415b1c44808d a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Tap Mirror: Handle Delete Port: 7f131578-5628-4a8b-87b8-fc46a743fcea [pid: 8|app: 0|req: 757/1601] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:15:12 2026] DELETE /v2.0/ports/7f131578-5628-4a8b-87b8-fc46a743fcea => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:12.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-77b8375c-ff0d-4915-9448-e422df7278a1 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] TaaS: Handle Delete Port: e12bd210-6a6d-4ab4-b082-f6b55577a5c4 2026-06-04 17:15:12.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77b8375c-ff0d-4915-9448-e422df7278a1 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Tap Mirror: Handle Delete Port: e12bd210-6a6d-4ab4-b082-f6b55577a5c4 [pid: 7|app: 0|req: 845/1602] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:15:12 2026] DELETE /v2.0/ports/e12bd210-6a6d-4ab4-b082-f6b55577a5c4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:12.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b2d508c-914c-4004-8b1f-a1f0134f383c a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] TaaS: Handle Delete Port: 28495cad-a9c4-4f41-8460-a78fdfeb7563 2026-06-04 17:15:12.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b2d508c-914c-4004-8b1f-a1f0134f383c a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Tap Mirror: Handle Delete Port: 28495cad-a9c4-4f41-8460-a78fdfeb7563 [pid: 8|app: 0|req: 758/1603] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:15:12 2026] DELETE /v2.0/ports/28495cad-a9c4-4f41-8460-a78fdfeb7563 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:12.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dfebc3d-8e1a-4a22-b89c-acb321357328 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] TaaS: Handle Delete Port: a5a855c0-faef-40db-bb04-6b6b2b3761bb 2026-06-04 17:15:12.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dfebc3d-8e1a-4a22-b89c-acb321357328 a75ef778ec8c4c1998f681d8fb4498f9 0b30860ea0964bd4bf294bc6b27439ef - - default default] Tap Mirror: Handle Delete Port: a5a855c0-faef-40db-bb04-6b6b2b3761bb [pid: 7|app: 0|req: 846/1604] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:15:12 2026] DELETE /v2.0/ports/a5a855c0-faef-40db-bb04-6b6b2b3761bb => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1605] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:12 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:13.023 8 INFO neutron.services.segments.plugin [-] Segment 8b1ade72-7e8d-4d32-9057-b957adcfa9a8 resource provider aggregate not found 2026-06-04 17:15:13.030 8 INFO neutron.services.segments.plugin [-] Segment 8b1ade72-7e8d-4d32-9057-b957adcfa9a8 resource provider aggregate not found [pid: 7|app: 0|req: 848/1606] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:15:12 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:13.045 8 INFO neutron.services.segments.plugin [-] Segment 8b1ade72-7e8d-4d32-9057-b957adcfa9a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b1ade72-7e8d-4d32-9057-b957adcfa9a8 found for delete ", "request_id": "req-ebd7432e-b72f-425c-b4f4-0994b19f2885"}]} 2026-06-04 17:15:13.049 8 INFO neutron.services.segments.plugin [-] Segment 8b1ade72-7e8d-4d32-9057-b957adcfa9a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b1ade72-7e8d-4d32-9057-b957adcfa9a8 found for delete ", "request_id": "req-1f24815c-5d86-47ed-9fa9-0d7774d90502"}]} [pid: 8|app: 0|req: 759/1607] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:12 2026] DELETE /v2.0/networks/dd8a6f4a-20f8-463c-a7ac-22e55b545397 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1608] 10.0.0.112 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:13 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 760/1611] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:13 2026] DELETE /v2.0/networks/17ac25be-40e5-4229-86ee-d57a6b022bd1 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:13.308 7 INFO neutron.services.segments.plugin [-] Segment 6fa08524-fe97-4139-8cd5-4a4a5975e75e resource provider aggregate not found 2026-06-04 17:15:13.315 7 INFO neutron.services.segments.plugin [-] Segment 6fa08524-fe97-4139-8cd5-4a4a5975e75e resource provider aggregate not found 2026-06-04 17:15:13.331 7 INFO neutron.services.segments.plugin [-] Segment 6fa08524-fe97-4139-8cd5-4a4a5975e75e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fa08524-fe97-4139-8cd5-4a4a5975e75e found for delete ", "request_id": "req-b92f1b10-3bbd-417c-9d57-0bded6dc55c6"}]} 2026-06-04 17:15:13.336 7 INFO neutron.services.segments.plugin [-] Segment 6fa08524-fe97-4139-8cd5-4a4a5975e75e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fa08524-fe97-4139-8cd5-4a4a5975e75e found for delete ", "request_id": "req-37bd883d-8f86-4325-bb34-6b7dbdf887ee"}]} [pid: 7|app: 0|req: 852/1612] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:13 2026] DELETE /v2.0/networks/416c66f7-c38d-4c7d-8882-1a1fcbcc0d75 => 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: 761/1613] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:13 2026] DELETE /v2.0/networks/f1f1238c-4634-4d16-bcd4-8b353f7e0eac => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1614] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:13 2026] DELETE /v2.0/networks/93375182-3cf9-48bc-9b48-5ff81d209b12 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1615] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:14 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => 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: 854/1616] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:14 2026] GET /v2.0/security-groups?tenant_id=3547cb40b15c4239893f1ba1fef0320f&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1617] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:14 2026] DELETE /v2.0/security-groups/5570a1f8-602d-4f47-9151-2cc18de7f335 => 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: 855/1618] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:14 2026] GET /v2.0/security-groups?tenant_id=0b30860ea0964bd4bf294bc6b27439ef&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1619] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:14 2026] DELETE /v2.0/security-groups/73df5cc9-3ce9-439e-9bf5-3717471af586 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:15.070 8 INFO neutron.services.segments.plugin [-] Segment caa59f5d-3ec0-4f5f-8f08-4457baec9b87 resource provider aggregate not found 2026-06-04 17:15:15.072 8 INFO neutron.services.segments.plugin [-] Segment caa59f5d-3ec0-4f5f-8f08-4457baec9b87 resource provider aggregate not found 2026-06-04 17:15:15.094 8 INFO neutron.services.segments.plugin [-] Segment caa59f5d-3ec0-4f5f-8f08-4457baec9b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa59f5d-3ec0-4f5f-8f08-4457baec9b87 found for delete ", "request_id": "req-edbaf404-a097-4be3-b4f4-f0abedf08758"}]} 2026-06-04 17:15:15.099 8 INFO neutron.services.segments.plugin [-] Segment caa59f5d-3ec0-4f5f-8f08-4457baec9b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa59f5d-3ec0-4f5f-8f08-4457baec9b87 found for delete ", "request_id": "req-b10745f0-d816-4622-b225-35973efb19f2"}]} 2026-06-04 17:15:15.113 8 INFO neutron.services.segments.plugin [-] Segment c4810101-ebe7-4d6e-9bad-2c43fb20a03f resource provider aggregate not found 2026-06-04 17:15:15.120 8 INFO neutron.services.segments.plugin [-] Segment c4810101-ebe7-4d6e-9bad-2c43fb20a03f resource provider aggregate not found 2026-06-04 17:15:15.134 8 INFO neutron.services.segments.plugin [-] Segment c4810101-ebe7-4d6e-9bad-2c43fb20a03f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4810101-ebe7-4d6e-9bad-2c43fb20a03f found for delete ", "request_id": "req-38d24242-4dcc-4e59-aa26-a186825c4d64"}]} 2026-06-04 17:15:15.135 8 INFO neutron.services.segments.plugin [-] Segment c4810101-ebe7-4d6e-9bad-2c43fb20a03f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4810101-ebe7-4d6e-9bad-2c43fb20a03f found for delete ", "request_id": "req-4e02ae2a-7cf6-4b5e-9db8-eb936f77bd90"}]} [pid: 8|app: 0|req: 765/1620] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:15 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1621] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:15:15 2026] GET /v2.0/networks?id=f42c02d6-e2f2-4849-9e12-db7add8ff316 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1622] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:15:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9e11f8a42b134f42bf250f40c546bf8a => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1623] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:15 2026] GET /v2.0/security-groups?tenant_id=e08cb6fd50864008a51bc9c05106fefb&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:15.353 7 INFO neutron.services.segments.plugin [-] Segment 4565a39f-46d5-4a22-a150-c831582bc22a resource provider aggregate not found 2026-06-04 17:15:15.358 7 INFO neutron.services.segments.plugin [-] Segment 4565a39f-46d5-4a22-a150-c831582bc22a resource provider aggregate not found 2026-06-04 17:15:15.373 7 INFO neutron.services.segments.plugin [-] Segment 4565a39f-46d5-4a22-a150-c831582bc22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4565a39f-46d5-4a22-a150-c831582bc22a found for delete ", "request_id": "req-a21a628d-f546-4397-965b-420b4b4d49ed"}]} 2026-06-04 17:15:15.376 7 INFO neutron.services.segments.plugin [-] Segment 4565a39f-46d5-4a22-a150-c831582bc22a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4565a39f-46d5-4a22-a150-c831582bc22a found for delete ", "request_id": "req-ea73f8bb-e92f-401e-89f4-cb4dd57a5f19"}]} [pid: 7|app: 0|req: 858/1624] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:15 2026] DELETE /v2.0/security-groups/e4e38ae0-cf93-4694-8b5c-6efdf34e5632 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1625] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:15:15 2026] POST /v2.0/ports => generated 997 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1626] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:15:15 2026] PUT /v2.0/ports/1e615d79-1a27-4773-b7ef-611cefe62d7a => generated 1278 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:16.131 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ae88093-55f0-47ec-9f85-7baae250b1f1'] response: {'name': 'network-changed', 'server_uuid': '876421af-2dee-47c0-8d63-a88913b03b37', 'tag': '1e615d79-1a27-4773-b7ef-611cefe62d7a', '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: 768/1627] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:16 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 860/1628] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:16 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1629] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:16 2026] GET /v2.0/ports?tenant_id=9e11f8a42b134f42bf250f40c546bf8a&device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1281 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1630] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:15:16 2026] GET /v2.0/networks?tenant_id=9e11f8a42b134f42bf250f40c546bf8a&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1631] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:15:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1632] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:16 2026] GET /v2.0/security-groups?tenant_id=009144b6ac864f87ba4432721c06ade1&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: 864/1633] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:16 2026] DELETE /v2.0/security-groups/7d61161c-82e5-459b-a19d-3d61b0766db1 => 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: 770/1634] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/security-groups?tenant_id=2595ae5f026b4008bfd64d5542b5169a&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1635] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:17 2026] DELETE /v2.0/security-groups/9729b2e9-258c-4d45-9f43-d39ef1f80db4 => 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: 771/1636] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1012 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1637] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1638] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/ports?tenant_id=9e11f8a42b134f42bf250f40c546bf8a&device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1639] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1e615d79-1a27-4773-b7ef-611cefe62d7a => 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: 773/1640] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/subnets?id=8e2dec77-7588-4434-b76b-9bfc858098da => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1641] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/ports?network_id=f42c02d6-e2f2-4849-9e12-db7add8ff316&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1642] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:15:17 2026] GET /v2.0/networks/f42c02d6-e2f2-4849-9e12-db7add8ff316?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: 869/1643] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:15:18 2026] GET /v2.0/networks/f42c02d6-e2f2-4849-9e12-db7add8ff316?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: 775/1644] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:18 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1645] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:18 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:18.971 8 INFO neutron.db.segments_db [None req-d83e0a43-e8cd-4077-8cb1-00dd7e274f1a 1d5b10be54fe44ffbe40a722f355af81 e89a2e7ac2f6422c9e2d3661498f4947 - - default default] Added segment 4b77bd87-ceed-4720-99fd-0aaff94349a2 of type vxlan for network 00d8868e-e4d4-4132-bc41-f9671b6d59ac [pid: 8|app: 0|req: 776/1646] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:18 2026] POST /v2.0/networks => generated 632 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1647] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:15:19 2026] PUT /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1648] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1649] 10.0.0.84 () {34 vars in 763 bytes} [Thu Jun 4 17:15:19 2026] PUT /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1650] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1651] 10.0.0.84 () {34 vars in 759 bytes} [Thu Jun 4 17:15:19 2026] PUT /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1652] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1653] 10.0.0.84 () {34 vars in 781 bytes} [Thu Jun 4 17:15:19 2026] PUT /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1654] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/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: 875/1655] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:15:19 2026] PUT /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1656] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1657] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1658] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1659] 10.0.0.84 () {32 vars in 740 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:19.820 8 INFO neutron.api.v2.resource [None req-63c609db-2425-4000-9a98-6ab246dcc802 1d5b10be54fe44ffbe40a722f355af81 e89a2e7ac2f6422c9e2d3661498f4947 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1660] 10.0.0.84 () {32 vars in 744 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1661] 10.0.0.84 () {32 vars in 743 bytes} [Thu Jun 4 17:15:19 2026] DELETE /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1662] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:19 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:20.005 7 INFO neutron.api.v2.resource [None req-b8764607-592b-4fea-9673-8365ab527475 1d5b10be54fe44ffbe40a722f355af81 e89a2e7ac2f6422c9e2d3661498f4947 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 879/1663] 10.0.0.84 () {32 vars in 747 bytes} [Thu Jun 4 17:15:19 2026] DELETE /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1664] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:15:20 2026] DELETE /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1665] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:20 2026] GET /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:20.248 8 INFO neutron.services.segments.plugin [-] Segment 4b77bd87-ceed-4720-99fd-0aaff94349a2 resource provider aggregate not found 2026-06-04 17:15:20.254 8 INFO neutron.services.segments.plugin [-] Segment 4b77bd87-ceed-4720-99fd-0aaff94349a2 resource provider aggregate not found 2026-06-04 17:15:20.269 8 INFO neutron.services.segments.plugin [-] Segment 4b77bd87-ceed-4720-99fd-0aaff94349a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b77bd87-ceed-4720-99fd-0aaff94349a2 found for delete ", "request_id": "req-4f4631bd-de8b-4abe-a646-3a61753cfa39"}]} [pid: 8|app: 0|req: 786/1666] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:20 2026] DELETE /v2.0/networks/00d8868e-e4d4-4132-bc41-f9671b6d59ac => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:20.274 8 INFO neutron.services.segments.plugin [-] Segment 4b77bd87-ceed-4720-99fd-0aaff94349a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b77bd87-ceed-4720-99fd-0aaff94349a2 found for delete ", "request_id": "req-b963babf-87b4-4e2b-af01-b41c074628ad"}]} [pid: 8|app: 0|req: 787/1667] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:20 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1012 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1668] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:20 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1669] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:20 2026] GET /v2.0/security-groups?tenant_id=e89a2e7ac2f6422c9e2d3661498f4947&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1670] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:20 2026] GET /v2.0/security-groups?tenant_id=ef5cd435b955426c9b9b063b99b2333f&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1671] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:21 2026] DELETE /v2.0/security-groups/92b58ce7-dfe5-4c66-af47-c0ebca33b39d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1672] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:21 2026] DELETE /v2.0/security-groups/46745802-1bbd-4ca7-a41f-c395fe2c6bce => 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: 791/1673] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:15:21 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1281 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1674] 199.204.45.129 () {34 vars in 1124 bytes} [Thu Jun 4 17:15:21 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1675] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:21 2026] GET /v2.0/security-groups?tenant_id=9a8034a4492a4d9aa7fe4bfefb429d52&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1676] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:21 2026] DELETE /v2.0/security-groups/51190521-6c78-4e3c-9846-03442e3dd477 => 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: 884/1677] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:21 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1678] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:22 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1679] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:23 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1680] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:23 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1681] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:23 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1682] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:23 2026] GET /v2.0/security-groups?tenant_id=50c34d01e0d44f1985b0c3f92c07205b&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:23.957 7 INFO neutron.db.l3_db [None req-0c14ca72-b163-4325-b300-a50b45c92107 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] Floating IP 2da0fe49-c1e8-4724-8728-ba573e8ccfe8 associated. External IP: 10.96.250.213, port: 1e615d79-1a27-4773-b7ef-611cefe62d7a. [pid: 8|app: 0|req: 797/1683] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:23 2026] DELETE /v2.0/security-groups/7d20b160-1bb5-4e1e-998a-d0958cbeef84 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1684] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:15:23 2026] PUT /v2.0/floatingips/2da0fe49-c1e8-4724-8728-ba573e8ccfe8 => generated 856 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:24.386 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa3fd98e-a16a-412b-a43f-8c196cbad3ec'] response: {'name': 'network-changed', 'server_uuid': '876421af-2dee-47c0-8d63-a88913b03b37', 'tag': '1e615d79-1a27-4773-b7ef-611cefe62d7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 798/1685] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:24 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1686] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:24 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1687] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:24 2026] GET /v2.0/ports?tenant_id=9e11f8a42b134f42bf250f40c546bf8a&device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1688] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:15:24 2026] GET /v2.0/networks?id=f42c02d6-e2f2-4849-9e12-db7add8ff316 => generated 769 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1689] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:24 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 890/1690] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1e615d79-1a27-4773-b7ef-611cefe62d7a => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1691] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 891/1692] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/subnets?id=8e2dec77-7588-4434-b76b-9bfc858098da => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1693] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/ports?network_id=f42c02d6-e2f2-4849-9e12-db7add8ff316&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: 893/1694] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/networks/f42c02d6-e2f2-4849-9e12-db7add8ff316?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: 894/1695] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/networks/f42c02d6-e2f2-4849-9e12-db7add8ff316?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: 802/1696] 10.0.0.84 () {34 vars in 677 bytes} [Thu Jun 4 17:15:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1697] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:15:25 2026] PUT /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1698] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1699] 10.0.0.84 () {34 vars in 763 bytes} [Thu Jun 4 17:15:25 2026] PUT /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1700] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1701] 10.0.0.84 () {34 vars in 759 bytes} [Thu Jun 4 17:15:25 2026] PUT /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1702] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1703] 10.0.0.84 () {34 vars in 781 bytes} [Thu Jun 4 17:15:25 2026] PUT /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1704] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1705] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:15:25 2026] PUT /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/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: 807/1706] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1707] 10.0.0.84 () {32 vars in 740 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:25.839 8 INFO neutron.api.v2.resource [None req-19caedc3-00a1-41d5-8ae2-582de91b8aee 03c00ee7ec594a5590cc2c757bfd6624 295eaba6cad249b0949fd447b88c2d2d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 808/1708] 10.0.0.84 () {32 vars in 744 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/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: 901/1709] 10.0.0.84 () {32 vars in 743 bytes} [Thu Jun 4 17:15:25 2026] DELETE /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1710] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:25 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:26.016 7 INFO neutron.api.v2.resource [None req-aa9fc07f-e0f1-4ea0-a6f7-037b3f87b76c 03c00ee7ec594a5590cc2c757bfd6624 295eaba6cad249b0949fd447b88c2d2d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 902/1711] 10.0.0.84 () {32 vars in 747 bytes} [Thu Jun 4 17:15:25 2026] DELETE /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1712] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:15:26 2026] DELETE /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/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: 903/1713] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:26 2026] GET /v2.0/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00/tags => 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: 811/1714] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:15:26 2026] DELETE /v2.0/qos/policies/f0ed6dc3-750a-4b4d-a945-5e0f83440b00 => 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: 904/1715] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:26 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1716] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:26 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 905/1717] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:26 2026] GET /v2.0/security-groups?tenant_id=57bd0ad35cd64bf2b73e727e323982cf&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1718] 10.0.0.217 () {30 vars in 650 bytes} [Thu Jun 4 17:15:27 2026] GET /v2.0/extensions => generated 21537 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1719] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:27 2026] DELETE /v2.0/security-groups/f3f0d1f1-c32d-412d-916d-760447f79031 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1720] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:27 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 815/1721] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:27 2026] GET /v2.0/security-groups?id=f16dcd4a-cf0e-46d4-b110-c863ef7f2982&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: 907/1722] 10.0.0.217 () {30 vars in 724 bytes} [Thu Jun 4 17:15:27 2026] GET /v2.0/quotas/76bf456204624fd2a2c36a5cdcf19fae/details => generated 847 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1723] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:15:27 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:27.534 8 INFO neutron_taas.services.taas.taas_plugin [req-3c865ed8-fd35-45e1-9a48-d1e7e281bc07 req-53277a93-1c2c-4f9e-b9fa-ceb12dae78f4 c339b3dbb83d4969a6ea239ecec26e2c 1044bbcec1c0445ea8d1321d592f3970 - - default default] TaaS: Handle Delete Port: 6eab4f96-eca9-453c-b2c9-468c24cdaa50 2026-06-04 17:15:27.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3c865ed8-fd35-45e1-9a48-d1e7e281bc07 req-53277a93-1c2c-4f9e-b9fa-ceb12dae78f4 c339b3dbb83d4969a6ea239ecec26e2c 1044bbcec1c0445ea8d1321d592f3970 - - default default] Tap Mirror: Handle Delete Port: 6eab4f96-eca9-453c-b2c9-468c24cdaa50 [pid: 7|app: 0|req: 908/1724] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:27 2026] GET /v2.0/security-groups?tenant_id=295eaba6cad249b0949fd447b88c2d2d&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1725] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:27 2026] DELETE /v2.0/security-groups/d6affb08-ab1c-42d0-8f38-6bdbaedeb448 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:27.626 8 INFO neutron.db.l3_db [req-3c865ed8-fd35-45e1-9a48-d1e7e281bc07 req-53277a93-1c2c-4f9e-b9fa-ceb12dae78f4 c339b3dbb83d4969a6ea239ecec26e2c 1044bbcec1c0445ea8d1321d592f3970 - - default default] Floating IP 18e9af82-c6d2-43a8-b823-5caf2aff8735 disassociated. External IP: 10.96.250.214, port: 6eab4f96-eca9-453c-b2c9-468c24cdaa50. [pid: 8|app: 0|req: 817/1726] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:15:27 2026] DELETE /v2.0/ports/6eab4f96-eca9-453c-b2c9-468c24cdaa50 => generated 0 bytes in 520 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:28.002 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed91aa07-a7ba-49e5-b317-04b0a85c4d2b'] response: {'server_uuid': '45090717-b1a7-4233-9340-08305493fa55', 'name': 'network-vif-deleted', 'tag': '6eab4f96-eca9-453c-b2c9-468c24cdaa50', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 819/1729] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:28 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 820/1730] 10.0.0.217 () {30 vars in 650 bytes} [Thu Jun 4 17:15:29 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: 911/1731] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:29 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => 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: 821/1732] 10.0.0.217 () {30 vars in 724 bytes} [Thu Jun 4 17:15:29 2026] GET /v2.0/quotas/76bf456204624fd2a2c36a5cdcf19fae/details => generated 847 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1733] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:30 2026] GET /v2.0/ports?device_id=45090717-b1a7-4233-9340-08305493fa55 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:31.150 8 INFO neutron.db.segments_db [None req-3d9eab38-e2d7-4031-abee-dd5db0ae7ce7 08bc6cb3f31648258985883be97b7bf6 26109eb921f4497bb6d6f44b8891e63a - - default default] Added segment 62e21bac-6f60-4e7b-a7f7-d026b84cff53 of type vxlan for network 42cc47e0-ee14-4b14-8e93-8ebbb6745963 [pid: 8|app: 0|req: 822/1734] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:30 2026] POST /v2.0/networks => generated 631 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:15:31.296 7 INFO neutron.db.segments_db [None req-cb81991b-62ff-4c19-8a85-afae047ac3bc 08bc6cb3f31648258985883be97b7bf6 26109eb921f4497bb6d6f44b8891e63a - - default default] Added segment 77a8ebff-bb90-4939-89a1-0a9c7e012b5b of type vxlan for network e20fd4b3-a484-4f65-8f0c-de7ffdc52573 [pid: 7|app: 0|req: 913/1735] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:15:31 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1736] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:15:31 2026] PUT /v2.0/networks/42cc47e0-ee14-4b14-8e93-8ebbb6745963/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1737] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/networks/42cc47e0-ee14-4b14-8e93-8ebbb6745963/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1738] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:15:31 2026] PUT /v2.0/networks/e20fd4b3-a484-4f65-8f0c-de7ffdc52573/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1739] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/networks/e20fd4b3-a484-4f65-8f0c-de7ffdc52573/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: 825/1740] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:15:31 2026] PUT /v2.0/networks/e20fd4b3-a484-4f65-8f0c-de7ffdc52573/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1741] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/networks/e20fd4b3-a484-4f65-8f0c-de7ffdc52573/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1742] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1743] 10.0.0.84 () {32 vars in 732 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/networks/42cc47e0-ee14-4b14-8e93-8ebbb6745963/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1744] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:31.869 7 INFO neutron.services.segments.plugin [-] Segment 62e21bac-6f60-4e7b-a7f7-d026b84cff53 resource provider aggregate not found 2026-06-04 17:15:31.873 7 INFO neutron.services.segments.plugin [-] Segment 62e21bac-6f60-4e7b-a7f7-d026b84cff53 resource provider aggregate not found 2026-06-04 17:15:31.890 7 INFO neutron.services.segments.plugin [-] Segment 62e21bac-6f60-4e7b-a7f7-d026b84cff53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e21bac-6f60-4e7b-a7f7-d026b84cff53 found for delete ", "request_id": "req-a3b2ff3e-1e4b-421f-849c-73aaa4f7f76a"}]} 2026-06-04 17:15:31.893 7 INFO neutron.services.segments.plugin [-] Segment 62e21bac-6f60-4e7b-a7f7-d026b84cff53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e21bac-6f60-4e7b-a7f7-d026b84cff53 found for delete ", "request_id": "req-6599474c-5796-4bf6-826e-25397dba810b"}]} [pid: 7|app: 0|req: 918/1745] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:31 2026] DELETE /v2.0/networks/42cc47e0-ee14-4b14-8e93-8ebbb6745963 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1746] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1283 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1747] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:31 2026] GET /v2.0/security-groups?tenant_id=76bf456204624fd2a2c36a5cdcf19fae&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1748] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:32 2026] DELETE /v2.0/security-groups/f16dcd4a-cf0e-46d4-b110-c863ef7f2982 => 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: 830/1749] 10.0.0.84 () {32 vars in 857 bytes} [Thu Jun 4 17:15:32 2026] GET /v2.0/floatingips?floating_network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2&port_id=1e615d79-1a27-4773-b7ef-611cefe62d7a => generated 861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1750] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:32 2026] DELETE /v2.0/networks/e20fd4b3-a484-4f65-8f0c-de7ffdc52573 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:32.222 7 INFO neutron.api.v2.resource [None req-e61ca226-a08b-4a43-b5ac-c6c3a9ec16a4 c339b3dbb83d4969a6ea239ecec26e2c 1044bbcec1c0445ea8d1321d592f3970 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1751] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:15:32 2026] GET /v2.0/security-groups/f16dcd4a-cf0e-46d4-b110-c863ef7f2982 => 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: 831/1752] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:32 2026] DELETE /v2.0/security-groups/4b6b1481-72a4-49f2-8a77-161a6fcb663d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:32.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2dda306-e679-4446-b7e4-4f03e56749c4 c339b3dbb83d4969a6ea239ecec26e2c 1044bbcec1c0445ea8d1321d592f3970 - - default default] TaaS: Handle Delete Port: 3016677d-94e8-41b4-8e14-7b5613672bd5 2026-06-04 17:15:32.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2dda306-e679-4446-b7e4-4f03e56749c4 c339b3dbb83d4969a6ea239ecec26e2c 1044bbcec1c0445ea8d1321d592f3970 - - default default] Tap Mirror: Handle Delete Port: 3016677d-94e8-41b4-8e14-7b5613672bd5 [pid: 7|app: 0|req: 922/1753] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:15:32 2026] DELETE /v2.0/floatingips/18e9af82-c6d2-43a8-b823-5caf2aff8735 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1754] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:32 2026] GET /v2.0/security-groups?tenant_id=26109eb921f4497bb6d6f44b8891e63a&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:32.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-07d875ae-0f54-4ff6-98a7-6edacfecb629 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 25e375f9-1b44-43c4-8987-c4a19894dccf 2026-06-04 17:15:32.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d875ae-0f54-4ff6-98a7-6edacfecb629 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 25e375f9-1b44-43c4-8987-c4a19894dccf [pid: 7|app: 0|req: 924/1755] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:32 2026] DELETE /v2.0/security-groups/f19acb7d-b038-4608-9662-58d0df6ad443 => 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: 925/1756] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:15:32 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1757] 10.0.0.112 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:32 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1758] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:33 2026] GET /v2.0/security-groups?tenant_id=ae8bc897b86f472ab037c66ca9079c6c&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1759] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:33 2026] DELETE /v2.0/security-groups/8af7fa58-2de1-4040-a7a4-1bfae59fe4c3 => 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: 832/1760] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:15:32 2026] PUT /v2.0/routers/9f007f94-fd34-491a-a814-3553e1170595/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:33.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dbf2c70-e209-41fb-9ba4-8a00829a733c 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 940f2835-c7f5-4431-83d7-8b578568e53c 2026-06-04 17:15:33.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dbf2c70-e209-41fb-9ba4-8a00829a733c 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 940f2835-c7f5-4431-83d7-8b578568e53c 2026-06-04 17:15:33.885 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dbf2c70-e209-41fb-9ba4-8a00829a733c 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: b470b56b-2369-47d1-ab17-5c0f1d4e7c56 2026-06-04 17:15:33.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dbf2c70-e209-41fb-9ba4-8a00829a733c 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: b470b56b-2369-47d1-ab17-5c0f1d4e7c56 2026-06-04 17:15:33.907 7 INFO neutron.services.segments.plugin [-] Segment 77a8ebff-bb90-4939-89a1-0a9c7e012b5b resource provider aggregate not found 2026-06-04 17:15:33.927 7 INFO neutron.services.segments.plugin [-] Segment 77a8ebff-bb90-4939-89a1-0a9c7e012b5b resource provider aggregate not found 2026-06-04 17:15:33.962 7 INFO neutron.services.segments.plugin [-] Segment 77a8ebff-bb90-4939-89a1-0a9c7e012b5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a8ebff-bb90-4939-89a1-0a9c7e012b5b found for delete ", "request_id": "req-14ed5df5-45ed-4cf7-ab3a-4c56f68e4ab5"}]} 2026-06-04 17:15:33.964 7 INFO neutron.services.segments.plugin [-] Segment 77a8ebff-bb90-4939-89a1-0a9c7e012b5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a8ebff-bb90-4939-89a1-0a9c7e012b5b found for delete ", "request_id": "req-98e5ee53-f542-4d61-9814-1a4ea18f2ac4"}]} 2026-06-04 17:15:34.368 7 INFO neutron.db.l3_hamode_db [None req-1dbf2c70-e209-41fb-9ba4-8a00829a733c 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network 11392cf3-a033-46b4-ba42-6b014890b23d was deleted as no HA routers are present in tenant 1044bbcec1c0445ea8d1321d592f3970. [pid: 7|app: 0|req: 929/1761] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:15:33 2026] DELETE /v2.0/routers/9f007f94-fd34-491a-a814-3553e1170595 => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1762] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:15:34 2026] DELETE /v2.0/subnets/55b94d7c-24c8-4e26-b81d-2bb6920f65aa => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:34.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcc30c2f-76f4-400d-b117-2b56b4f9d3f0 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 1cd0f5d8-f083-40c9-9260-79ffc77880f5 2026-06-04 17:15:34.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcc30c2f-76f4-400d-b117-2b56b4f9d3f0 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 1cd0f5d8-f083-40c9-9260-79ffc77880f5 [pid: 7|app: 0|req: 930/1763] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:34 2026] DELETE /v2.0/networks/fc60aa34-7e2a-4fbf-aad0-7bd91056c370 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1764] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:35 2026] GET /v2.0/security-groups?tenant_id=1044bbcec1c0445ea8d1321d592f3970&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1765] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:35 2026] DELETE /v2.0/security-groups/717a2096-b061-4f47-bfb5-d6e9cee87d0f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1766] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:35 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1767] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:35 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:35.734 8 INFO neutron.db.segments_db [None req-9d174744-ccf2-404b-a426-7c267c422b1c befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Added segment 1492ed83-7636-4686-902e-642c126d2aae of type vxlan for network f399327e-3532-4bbf-be16-c14c28d26f05 [pid: 8|app: 0|req: 835/1768] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:15:35 2026] POST /v2.0/networks => generated 633 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:15:35.914 7 INFO neutron.db.segments_db [None req-6491a075-511a-4544-9f0e-af44ba919567 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Added segment 4b636595-31cd-45be-b0c8-75873459daac of type vxlan for network 5d7ef540-1bd8-49d3-b8b0-c80109fcb15b 2026-06-04 17:15:35.981 7 INFO neutron.services.segments.plugin [-] Segment e0577f8c-278a-4a10-8cf1-98d77b7a7e33 resource provider aggregate not found 2026-06-04 17:15:35.990 7 INFO neutron.services.segments.plugin [-] Segment e0577f8c-278a-4a10-8cf1-98d77b7a7e33 resource provider aggregate not found 2026-06-04 17:15:36.005 7 INFO neutron.services.segments.plugin [-] Segment e0577f8c-278a-4a10-8cf1-98d77b7a7e33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0577f8c-278a-4a10-8cf1-98d77b7a7e33 found for delete ", "request_id": "req-c3602ea4-d1b0-4c70-b092-35294f86eaef"}]} 2026-06-04 17:15:36.038 7 INFO neutron.services.segments.plugin [-] Segment e0577f8c-278a-4a10-8cf1-98d77b7a7e33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0577f8c-278a-4a10-8cf1-98d77b7a7e33 found for delete ", "request_id": "req-4cdd9a69-d7e4-4337-bfc1-b57643bf08a2"}]} 2026-06-04 17:15:36.052 7 INFO neutron.services.segments.plugin [-] Segment 49ba60b7-5db9-44b9-92bb-4e4cba6de88f resource provider aggregate not found 2026-06-04 17:15:36.070 7 INFO neutron.services.segments.plugin [-] Segment 49ba60b7-5db9-44b9-92bb-4e4cba6de88f resource provider aggregate not found 2026-06-04 17:15:36.087 7 INFO neutron.services.segments.plugin [-] Segment 49ba60b7-5db9-44b9-92bb-4e4cba6de88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ba60b7-5db9-44b9-92bb-4e4cba6de88f found for delete ", "request_id": "req-b9e530dd-c8b1-4d57-8acf-3986407711bf"}]} 2026-06-04 17:15:36.090 7 INFO neutron.services.segments.plugin [-] Segment 49ba60b7-5db9-44b9-92bb-4e4cba6de88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ba60b7-5db9-44b9-92bb-4e4cba6de88f found for delete ", "request_id": "req-5d5a18fe-4137-4cd2-a9f2-203de023c58a"}]} 2026-06-04 17:15:36.218 7 INFO neutron.db.l3_hamode_db [None req-6491a075-511a-4544-9f0e-af44ba919567 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 836/1769] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:36 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1770] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:36 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:37.034 7 INFO neutron.db.l3_hamode_db [None req-6491a075-511a-4544-9f0e-af44ba919567 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 838/1771] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:37 2026] GET /v2.0/security-groups?tenant_id=2139ddb31d184cd79bc48efca7448feb&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:37.447 8 INFO neutron.db.segments_db [None req-bf87aabb-55bd-422b-9a35-e2232aba504a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment b6e62112-ec96-4dbb-805e-85b865693df5 of type vxlan for network d97c36a3-d1a7-4852-8acd-0e0730f1d01e [pid: 8|app: 0|req: 839/1772] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:15:37 2026] POST /v2.0/networks => generated 746 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1773] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:37 2026] DELETE /v2.0/security-groups/e174b87a-73e0-42fa-b169-a8a72e8d7aa0 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1774] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:15:35 2026] POST /v2.0/routers => generated 695 bytes in 1916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1775] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:15:37 2026] POST /v2.0/subnets => generated 693 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1776] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:37 2026] GET /v2.0/security-groups?tenant_id=374e5c8277f344b6ab70563de9e6dfeb&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:37.956 7 INFO neutron.db.segments_db [None req-662c63f1-bd22-469b-bed6-c00196bbefc2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment ffdd8bd8-1d29-4ce8-92d9-95cae1a40f68 of type vxlan for network da135c93-dcec-40fd-9bcd-be802ac8c204 [pid: 8|app: 0|req: 842/1777] 10.0.0.84 () {32 vars in 775 bytes} [Thu Jun 4 17:15:37 2026] GET /v2.0/subnets?project_id=9a30050cee8d489a8747b4e6326309e2&cidr=10.100.0.0%2F28 => generated 14 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1778] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:37 2026] DELETE /v2.0/security-groups/0f33514a-de2a-42e4-a5e7-1d6f6f628e9a => 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: 844/1779] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:15:38 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1780] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:15:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1781] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:38 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => generated 1014 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:38.225 7 INFO neutron.db.l3_hamode_db [None req-662c63f1-bd22-469b-bed6-c00196bbefc2 55c6ca1cc1a24d2e9f886f81f540c5df 503fef3c925f4b08b5589649908625de - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:15:38.377 8 INFO neutron_taas.services.taas.taas_plugin [req-454f3070-6eb9-47f0-aed5-8e310fabf5ea req-6bdeab69-1325-4302-9ff2-7f38d3c246ed 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] TaaS: Handle Delete Port: 1e615d79-1a27-4773-b7ef-611cefe62d7a 2026-06-04 17:15:38.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-454f3070-6eb9-47f0-aed5-8e310fabf5ea req-6bdeab69-1325-4302-9ff2-7f38d3c246ed 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] Tap Mirror: Handle Delete Port: 1e615d79-1a27-4773-b7ef-611cefe62d7a 2026-06-04 17:15:38.971 8 INFO neutron.db.l3_db [req-454f3070-6eb9-47f0-aed5-8e310fabf5ea req-6bdeab69-1325-4302-9ff2-7f38d3c246ed 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] Floating IP 2da0fe49-c1e8-4724-8728-ba573e8ccfe8 disassociated. External IP: 10.96.250.213, port: 1e615d79-1a27-4773-b7ef-611cefe62d7a. 2026-06-04 17:15:39.025 7 INFO neutron.db.l3_hamode_db [None req-662c63f1-bd22-469b-bed6-c00196bbefc2 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 847/1782] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:15:38 2026] DELETE /v2.0/ports/1e615d79-1a27-4773-b7ef-611cefe62d7a => generated 0 bytes in 1102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1783] 10.0.0.84 () {32 vars in 783 bytes} [Thu Jun 4 17:15:39 2026] GET /v2.0/subnets?network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:39.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b567e942-fdc1-48ff-af9a-fec7847645e3'] response: {'server_uuid': '876421af-2dee-47c0-8d63-a88913b03b37', 'name': 'network-vif-deleted', 'tag': '1e615d79-1a27-4773-b7ef-611cefe62d7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 849/1784] 10.0.0.109 () {34 vars in 1120 bytes} [Thu Jun 4 17:15:39 2026] GET /v2.0/security-groups?id=d310082c-1ac4-42ea-89c8-9d12eed93d27&id=57cc7a73-729d-49a7-91a9-36b4b2684850&fields=id&fields=name => generated 207 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1785] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:15:39 2026] POST /v2.0/subnets => generated 656 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1786] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:15:37 2026] POST /v2.0/routers => generated 733 bytes in 1778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1787] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:15:39 2026] PUT /v2.0/routers/f2ef4bee-0820-40d1-91f8-a1f73b159663/add_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1788] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:40 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => 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: 851/1789] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:15:39 2026] PUT /v2.0/routers/33f261e7-171d-45b8-a398-0d9b6ab903ad/add_router_interface => generated 309 bytes in 1439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1790] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:15:41 2026] GET /v2.0/networks => generated 7963 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1791] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:15:41 2026] GET /v2.0/subnets => generated 6498 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1792] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:15:41 2026] GET /v2.0/routers => generated 2914 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1793] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:15:41 2026] POST /v2.0/security-groups => generated 1671 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1794] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1795] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1796] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1797] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:41 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: 943/1798] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:15:41 2026] GET /v2.0/networks?id=d97c36a3-d1a7-4852-8acd-0e0730f1d01e => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:41.937 8 INFO neutron.db.securitygroups_db [None req-88960b9d-e45e-4da4-b970-b1130fd50fce befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Project 9a30050cee8d489a8747b4e6326309e2 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: 944/1799] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:15:41 2026] GET /v2.0/quotas/503fef3c925f4b08b5589649908625de => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1800] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1801] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/ports?device_id=876421af-2dee-47c0-8d63-a88913b03b37 => 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: 945/1802] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:15:41 2026] GET /v2.0/ports?tenant_id=503fef3c925f4b08b5589649908625de&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:42.084 8 INFO neutron.db.securitygroups_db [None req-6152e88b-558a-43a2-aa80-0cb656d6c7ee befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Project 9a30050cee8d489a8747b4e6326309e2 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: 946/1803] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/networks/d97c36a3-d1a7-4852-8acd-0e0730f1d01e?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: 947/1804] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/networks/d97c36a3-d1a7-4852-8acd-0e0730f1d01e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1805] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:15:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1806] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => 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: 859/1807] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/networks => generated 1298 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1808] 10.0.0.109 () {34 vars in 1096 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-74659285&fields=id&tenant_id=9a30050cee8d489a8747b4e6326309e2 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1809] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/networks?id=f399327e-3532-4bbf-be16-c14c28d26f05 => 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: 950/1810] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/quotas/9a30050cee8d489a8747b4e6326309e2 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1811] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&fields=id => generated 57 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1812] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:15:42 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 862/1813] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:15:43 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1816] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:43 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 865/1817] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:43 2026] DELETE /v2.0/security-groups/d310082c-1ac4-42ea-89c8-9d12eed93d27 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:43.314 7 INFO neutron.api.v2.resource [None req-bcc7a922-c42a-4f75-a184-f2ece44f08c7 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/1818] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:15:43 2026] GET /v2.0/security-groups/d310082c-1ac4-42ea-89c8-9d12eed93d27 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1819] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:43 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:43.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab276d7f-261c-417d-b51c-3c96d8083875 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] TaaS: Handle Delete Port: 73ee5d15-9eca-4680-a85c-4475795087f3 2026-06-04 17:15:43.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab276d7f-261c-417d-b51c-3c96d8083875 7ed86d552950453782d551e686bad950 9e11f8a42b134f42bf250f40c546bf8a - - default default] Tap Mirror: Handle Delete Port: 73ee5d15-9eca-4680-a85c-4475795087f3 [pid: 8|app: 0|req: 866/1820] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:15:43 2026] DELETE /v2.0/floatingips/2da0fe49-c1e8-4724-8728-ba573e8ccfe8 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1821] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:43 2026] DELETE /v2.0/security-groups/57cc7a73-729d-49a7-91a9-36b4b2684850 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:44.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-d27e2e0b-bdcd-4cf5-8502-4b1c7cef186a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 7bf3a6f3-31a5-4df1-92eb-a062d05f0d7f [pid: 7|app: 0|req: 956/1822] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:44 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:44.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d27e2e0b-bdcd-4cf5-8502-4b1c7cef186a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 7bf3a6f3-31a5-4df1-92eb-a062d05f0d7f [pid: 7|app: 0|req: 957/1823] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:44 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => 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: 867/1824] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:15:43 2026] PUT /v2.0/routers/63a47d68-3b87-4129-948a-5670be6437fb/remove_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:45.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-03710ca4-fade-453a-b248-d325abd5defc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 5f4e1e8e-cd32-4ba8-98c1-d43e35798b68 2026-06-04 17:15:45.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03710ca4-fade-453a-b248-d325abd5defc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 5f4e1e8e-cd32-4ba8-98c1-d43e35798b68 [pid: 8|app: 0|req: 868/1825] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:45 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:45.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-03710ca4-fade-453a-b248-d325abd5defc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: d932ae71-c6f4-47f8-91ca-acb590ee8e25 2026-06-04 17:15:45.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03710ca4-fade-453a-b248-d325abd5defc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: d932ae71-c6f4-47f8-91ca-acb590ee8e25 [pid: 8|app: 0|req: 869/1826] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:45 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:45.920 7 INFO neutron.services.segments.plugin [-] Segment ed474018-0a82-4392-9122-46411ea15e73 resource provider aggregate not found 2026-06-04 17:15:45.925 7 INFO neutron.services.segments.plugin [-] Segment ed474018-0a82-4392-9122-46411ea15e73 resource provider aggregate not found 2026-06-04 17:15:45.940 7 INFO neutron.services.segments.plugin [-] Segment ed474018-0a82-4392-9122-46411ea15e73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed474018-0a82-4392-9122-46411ea15e73 found for delete ", "request_id": "req-e37cf006-f986-436c-a745-f07d118cb29e"}]} 2026-06-04 17:15:45.942 7 INFO neutron.services.segments.plugin [-] Segment ed474018-0a82-4392-9122-46411ea15e73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed474018-0a82-4392-9122-46411ea15e73 found for delete ", "request_id": "req-dafacceb-0ce6-4e7b-ba82-5770d657d29a"}]} 2026-06-04 17:15:45.955 7 INFO neutron.db.l3_hamode_db [None req-03710ca4-fade-453a-b248-d325abd5defc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network 2f60df1f-d9b5-4eac-9a15-1e0f54948785 was deleted as no HA routers are present in tenant 9e11f8a42b134f42bf250f40c546bf8a. [pid: 7|app: 0|req: 958/1827] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:15:44 2026] DELETE /v2.0/routers/63a47d68-3b87-4129-948a-5670be6437fb => generated 0 bytes in 1062 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1828] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:15:45 2026] DELETE /v2.0/subnets/8e2dec77-7588-4434-b76b-9bfc858098da => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:46.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-d38fd280-ae5d-4770-a431-e1b0686bf1dc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 14b29ac2-037c-4833-88ee-56b93b6720fe 2026-06-04 17:15:46.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d38fd280-ae5d-4770-a431-e1b0686bf1dc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 14b29ac2-037c-4833-88ee-56b93b6720fe [pid: 8|app: 0|req: 871/1829] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:46 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 959/1830] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:46 2026] DELETE /v2.0/networks/f42c02d6-e2f2-4849-9e12-db7add8ff316 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1831] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:15:46 2026] GET /v2.0/networks?id=d97c36a3-d1a7-4852-8acd-0e0730f1d01e => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:46.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-24d0c9a4-8c76-48d6-94ee-4a56c666a8a5 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 3d6607d7-6fc1-487c-99f6-86abc3e09111 2026-06-04 17:15:46.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24d0c9a4-8c76-48d6-94ee-4a56c666a8a5 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 3d6607d7-6fc1-487c-99f6-86abc3e09111 [pid: 7|app: 0|req: 961/1832] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:15:46 2026] POST /v2.0/ports => generated 954 bytes in 372 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: 962/1833] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:47 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1834] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:15:47 2026] PUT /v2.0/ports/8e49d5a5-653a-48ab-ae61-8c1b74dd75e3 => generated 1235 bytes in 409 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: 964/1835] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:47 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:47.491 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e0b48f6-ece0-4279-9a33-08132630ee92'] response: {'name': 'network-changed', 'server_uuid': '90ed56b4-8aa9-4f4d-9864-44dfbc28510e', 'tag': '8e49d5a5-653a-48ab-ae61-8c1b74dd75e3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 872/1836] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:15:46 2026] PUT /v2.0/routers/133cd48f-6c21-41e2-9c83-f7ae8fad8e67/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1837] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:47 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:47.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea6f2648-754a-4e19-9166-a0d3e2107d74 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: b9c8aa91-19ec-4001-a4a5-a00250518937 2026-06-04 17:15:47.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea6f2648-754a-4e19-9166-a0d3e2107d74 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: b9c8aa91-19ec-4001-a4a5-a00250518937 2026-06-04 17:15:47.974 7 INFO neutron.services.segments.plugin [-] Segment a2855b4b-2ee2-4e11-91c9-5a75c795e332 resource provider aggregate not found 2026-06-04 17:15:47.981 7 INFO neutron.services.segments.plugin [-] Segment a2855b4b-2ee2-4e11-91c9-5a75c795e332 resource provider aggregate not found 2026-06-04 17:15:48.007 7 INFO neutron.services.segments.plugin [-] Segment a2855b4b-2ee2-4e11-91c9-5a75c795e332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2855b4b-2ee2-4e11-91c9-5a75c795e332 found for delete ", "request_id": "req-7a7a1a19-0bb4-4cda-882f-55ac55eb2bca"}]} 2026-06-04 17:15:48.009 7 INFO neutron.services.segments.plugin [-] Segment a2855b4b-2ee2-4e11-91c9-5a75c795e332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2855b4b-2ee2-4e11-91c9-5a75c795e332 found for delete ", "request_id": "req-86f34bd1-8309-4b8c-8ae5-a1c54ce19b87"}]} [pid: 8|app: 0|req: 874/1838] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:47 2026] GET /v2.0/ports?tenant_id=503fef3c925f4b08b5589649908625de&device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:48.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea6f2648-754a-4e19-9166-a0d3e2107d74 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: fd4e0843-d2f1-4c30-8bed-8e4b6ba43263 2026-06-04 17:15:48.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea6f2648-754a-4e19-9166-a0d3e2107d74 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: fd4e0843-d2f1-4c30-8bed-8e4b6ba43263 [pid: 8|app: 0|req: 875/1839] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:15:48 2026] GET /v2.0/networks?tenant_id=503fef3c925f4b08b5589649908625de&shared=False => generated 774 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1840] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:15:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:48.454 7 INFO neutron.db.l3_hamode_db [None req-ea6f2648-754a-4e19-9166-a0d3e2107d74 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network 27981ea6-44de-45d3-8f66-f776aa575b4b was deleted as no HA routers are present in tenant fe055b66ea69442e8e5ce0c4e83be435. [pid: 7|app: 0|req: 965/1841] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:15:47 2026] DELETE /v2.0/routers/133cd48f-6c21-41e2-9c83-f7ae8fad8e67 => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1842] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:48 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1843] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:48 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 877/1844] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:15:48 2026] DELETE /v2.0/subnets/bc711584-e598-4946-b56d-8c0c09b31ea7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1845] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:48 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1846] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:15:48 2026] GET /v2.0/networks?id=f399327e-3532-4bbf-be16-c14c28d26f05 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:48.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8143ee0-78b2-4daf-b0d9-8f8351e41b59 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 1db45e30-a883-4c0f-9ec2-2785cd6a3d38 2026-06-04 17:15:48.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8143ee0-78b2-4daf-b0d9-8f8351e41b59 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 1db45e30-a883-4c0f-9ec2-2785cd6a3d38 [pid: 7|app: 0|req: 970/1847] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:15:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9a30050cee8d489a8747b4e6326309e2 => generated 179 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:48.911 8 INFO neutron.services.segments.plugin [-] Segment 8259f0c5-4e8d-40b7-95f0-9fdc9da2c0dd resource provider aggregate not found 2026-06-04 17:15:48.916 8 INFO neutron.services.segments.plugin [-] Segment 8259f0c5-4e8d-40b7-95f0-9fdc9da2c0dd resource provider aggregate not found 2026-06-04 17:15:48.937 8 INFO neutron.services.segments.plugin [-] Segment 8259f0c5-4e8d-40b7-95f0-9fdc9da2c0dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8259f0c5-4e8d-40b7-95f0-9fdc9da2c0dd found for delete ", "request_id": "req-8dec1e65-b894-4c57-a3d4-0e8e9491cb4b"}]} 2026-06-04 17:15:48.938 8 INFO neutron.services.segments.plugin [-] Segment 8259f0c5-4e8d-40b7-95f0-9fdc9da2c0dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8259f0c5-4e8d-40b7-95f0-9fdc9da2c0dd found for delete ", "request_id": "req-0ba86887-3605-4178-86f6-45808b7c8b4c"}]} [pid: 8|app: 0|req: 878/1848] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:15:48 2026] DELETE /v2.0/networks/a2d1c708-ba45-42e4-a331-8503244d6b4e => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1849] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:15:48 2026] POST /v2.0/ports => generated 958 bytes in 372 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: 879/1850] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/ports?tenant_id=503fef3c925f4b08b5589649908625de&device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1851] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/security-groups?tenant_id=fe055b66ea69442e8e5ce0c4e83be435&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1852] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=8e49d5a5-653a-48ab-ae61-8c1b74dd75e3 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1853] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:49 2026] DELETE /v2.0/security-groups/27a6122f-35bf-4519-ac16-29513e36e4b9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1854] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/subnets?id=1601ea69-dbf7-4f83-b31a-67bff4c365de => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1855] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/ports?network_id=d97c36a3-d1a7-4852-8acd-0e0730f1d01e&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1856] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/networks/d97c36a3-d1a7-4852-8acd-0e0730f1d01e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1857] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/networks/d97c36a3-d1a7-4852-8acd-0e0730f1d01e?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: 887/1858] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/security-groups?tenant_id=9e11f8a42b134f42bf250f40c546bf8a&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1859] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:15:49 2026] PUT /v2.0/ports/694b5169-8d0d-4575-ad14-7451bae0c5d3 => generated 1239 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:49.637 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11c933f5-46c9-420b-affa-8a08c8c56a35'] response: {'name': 'network-changed', 'server_uuid': '8b611e21-943e-43e8-9829-928c5a20f7cf', 'tag': '694b5169-8d0d-4575-ad14-7451bae0c5d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 888/1860] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:15:49 2026] DELETE /v2.0/security-groups/6a9f6ac6-bc88-400e-a395-7b43e6a7f4ec => generated 0 bytes in 92 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: 973/1861] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1862] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1863] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1864] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:49 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:50.031 7 INFO neutron.services.segments.plugin [-] Segment e71fd9fa-af3e-4882-a878-e5dd2f5452cb resource provider aggregate not found 2026-06-04 17:15:50.035 7 INFO neutron.services.segments.plugin [-] Segment e71fd9fa-af3e-4882-a878-e5dd2f5452cb resource provider aggregate not found 2026-06-04 17:15:50.051 7 INFO neutron.services.segments.plugin [-] Segment e71fd9fa-af3e-4882-a878-e5dd2f5452cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e71fd9fa-af3e-4882-a878-e5dd2f5452cb found for delete ", "request_id": "req-901eea21-7365-4178-9da7-9434aa49d97e"}]} 2026-06-04 17:15:50.053 7 INFO neutron.services.segments.plugin [-] Segment e71fd9fa-af3e-4882-a878-e5dd2f5452cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e71fd9fa-af3e-4882-a878-e5dd2f5452cb found for delete ", "request_id": "req-ff9c6fe2-1e64-4b9e-9158-f3837501cf7f"}]} [pid: 8|app: 0|req: 890/1865] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:50 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1866] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:15:50 2026] GET /v2.0/networks?tenant_id=9a30050cee8d489a8747b4e6326309e2&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1867] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:15: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: 977/1868] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:50 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 892/1869] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:50 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1870] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:50 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1871] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:50 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1872] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:51 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1873] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:15:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=694b5169-8d0d-4575-ad14-7451bae0c5d3 => 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: 980/1874] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:15:51 2026] GET /v2.0/subnets?id=e1cf8fed-cb3e-464b-a189-52e29feafd8c => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1875] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:15:51 2026] GET /v2.0/ports?network_id=f399327e-3532-4bbf-be16-c14c28d26f05&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: 981/1876] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:15:51 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 896/1877] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:15:51 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 982/1878] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:52 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1879] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:52 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1880] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:52 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => 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: 898/1881] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:52 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1882] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:53 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1883] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:53 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1884] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:53 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1885] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:53 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1886] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:54 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1887] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:54 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 971 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1888] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:54 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1889] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:54 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1890] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:15:54 2026] POST /v2.0/floatingips => generated 552 bytes in 875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1891] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:15:54 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1892] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:55 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1893] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:55 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1894] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:55 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1895] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:55 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&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: 987/1896] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:15:55 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1897] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:55 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1898] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:56 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&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: 911/1899] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:15:56 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1900] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:56 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 913/1901] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:56 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1902] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:56 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1903] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:56 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1904] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:15:56 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1905] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:15:56 2026] POST /v2.0/floatingips => generated 552 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1906] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:57 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1907] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:15:57 2026] PUT /v2.0/floatingips/a098e404-dec8-48b4-a1fa-19c200c594c2/tags => generated 17 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1908] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:15:57 2026] GET /v2.0/security-groups?id=7510d14d-589c-479e-a4b8-39b0a6fddd21&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-04 17:15:57.807 8 INFO neutron.db.l3_db [None req-40532464-160c-4c47-b04f-e36fc2d28bfd befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Floating IP 7e4d518b-335f-4202-94cf-3fdc17b9b78a associated. External IP: 10.96.250.220, port: 694b5169-8d0d-4575-ad14-7451bae0c5d3. [pid: 7|app: 0|req: 993/1909] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:15:57 2026] PUT /v2.0/floatingips/1663d252-8f3a-4ad2-9640-28c9a8e90865/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1910] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:15:57 2026] PUT /v2.0/floatingips/fadfd790-22a6-4e5c-84fb-f0eb21db533a/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1911] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:15:57 2026] PUT /v2.0/floatingips/c2d93823-a02d-4c97-9cc1-d80b4d69fb51/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1912] 10.0.0.84 () {32 vars in 671 bytes} [Thu Jun 4 17:15:57 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1913] 10.0.0.84 () {32 vars in 685 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1914] 10.0.0.84 () {32 vars in 681 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?tags-any=blue => 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: 999/1915] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1916] 10.0.0.84 () {34 vars in 676 bytes} [Thu Jun 4 17:15:57 2026] POST /v2.0/floatingips => generated 856 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1919] 10.0.0.84 () {32 vars in 679 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:58.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1310060b-51af-474f-b3f0-92df1abf749c'] response: {'name': 'network-changed', 'server_uuid': '8b611e21-943e-43e8-9829-928c5a20f7cf', 'tag': '694b5169-8d0d-4575-ad14-7451bae0c5d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 920/1920] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1921] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1922] 10.0.0.84 () {32 vars in 689 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1923] 10.0.0.84 () {32 vars in 701 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1924] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:15:58.510 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc69525b-6661-4795-9e27-0e983d624d4b 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] TaaS: Handle Delete Port: 47fd6a4c-9931-4a11-8ae2-3c73feeb6581 2026-06-04 17:15:58.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc69525b-6661-4795-9e27-0e983d624d4b 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] Tap Mirror: Handle Delete Port: 47fd6a4c-9931-4a11-8ae2-3c73feeb6581 2026-06-04 17:15:58.627 7 INFO neutron_taas.services.taas.taas_plugin [req-f8bbe036-2ef4-413c-b94d-121d9f658af0 req-f8bdc129-997d-4c79-b164-fbfbb9720369 cba0f35695d044268f6536e3eba65a52 503fef3c925f4b08b5589649908625de - - default default] TaaS: Handle Delete Port: 8e49d5a5-653a-48ab-ae61-8c1b74dd75e3 2026-06-04 17:15:58.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f8bbe036-2ef4-413c-b94d-121d9f658af0 req-f8bdc129-997d-4c79-b164-fbfbb9720369 cba0f35695d044268f6536e3eba65a52 503fef3c925f4b08b5589649908625de - - default default] Tap Mirror: Handle Delete Port: 8e49d5a5-653a-48ab-ae61-8c1b74dd75e3 [pid: 8|app: 0|req: 922/1925] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:15:58 2026] DELETE /v2.0/floatingips/a098e404-dec8-48b4-a1fa-19c200c594c2 => 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: 1004/1926] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:15:58 2026] DELETE /v2.0/ports/8e49d5a5-653a-48ab-ae61-8c1b74dd75e3 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:15:58.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7212dae-c4fb-4fcf-ade6-f25ef069b4cd 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] TaaS: Handle Delete Port: 839443e2-760f-46af-8f46-fb851f5814c4 2026-06-04 17:15:58.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7212dae-c4fb-4fcf-ade6-f25ef069b4cd 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] Tap Mirror: Handle Delete Port: 839443e2-760f-46af-8f46-fb851f5814c4 [pid: 7|app: 0|req: 1005/1927] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:15:58.829 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bebc8f1f-4951-410c-ab31-6b42cfb95d6f'] response: {'server_uuid': '90ed56b4-8aa9-4f4d-9864-44dfbc28510e', 'name': 'network-vif-deleted', 'tag': '8e49d5a5-653a-48ab-ae61-8c1b74dd75e3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1006/1928] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => 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: 1007/1929] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/networks?id=f399327e-3532-4bbf-be16-c14c28d26f05 => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1930] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=694b5169-8d0d-4575-ad14-7451bae0c5d3 => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1931] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:15:58 2026] DELETE /v2.0/floatingips/1663d252-8f3a-4ad2-9640-28c9a8e90865 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1932] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:15:58 2026] GET /v2.0/subnets?id=e1cf8fed-cb3e-464b-a189-52e29feafd8c => 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: 1010/1933] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:15:59 2026] GET /v2.0/ports?network_id=f399327e-3532-4bbf-be16-c14c28d26f05&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: 1011/1934] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:15:59 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:15:59.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6a30ff4-1894-49a7-8c87-759a8fba6366 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] TaaS: Handle Delete Port: d8bf3747-1279-4a34-b6fa-6fea8f423771 2026-06-04 17:15:59.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6a30ff4-1894-49a7-8c87-759a8fba6366 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] Tap Mirror: Handle Delete Port: d8bf3747-1279-4a34-b6fa-6fea8f423771 [pid: 7|app: 0|req: 1012/1935] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:15:59 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 1013/1936] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:15:59 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1937] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:15:59 2026] DELETE /v2.0/floatingips/fadfd790-22a6-4e5c-84fb-f0eb21db533a => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:59.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-58f2e354-3f96-4bf9-9a12-7a0e4500a50f 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] TaaS: Handle Delete Port: 92721069-6b02-4e53-ad6a-436677a756ae 2026-06-04 17:15:59.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58f2e354-3f96-4bf9-9a12-7a0e4500a50f 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] Tap Mirror: Handle Delete Port: 92721069-6b02-4e53-ad6a-436677a756ae [pid: 7|app: 0|req: 1014/1938] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:15:59 2026] DELETE /v2.0/floatingips/c2d93823-a02d-4c97-9cc1-d80b4d69fb51 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:15:59.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-e685d22d-c83a-4ead-bce3-acc008159f70 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] TaaS: Handle Delete Port: 0f5b8cf9-d9ad-41a8-849c-7da20786f349 2026-06-04 17:15:59.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e685d22d-c83a-4ead-bce3-acc008159f70 92f4c093299c4141a4f4ed8cd224cd81 1ca86996e12c42a9b00656e003be1fd7 - - default default] Tap Mirror: Handle Delete Port: 0f5b8cf9-d9ad-41a8-849c-7da20786f349 [pid: 8|app: 0|req: 925/1939] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:15:59 2026] DELETE /v2.0/floatingips/845b5318-b30f-4dbb-9a1d-3530d71868d8 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1940] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:15:59 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1941] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:00 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1942] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:00 2026] GET /v2.0/security-groups?tenant_id=7e31632354da48dda960e8187af06b0c&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1943] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:00 2026] DELETE /v2.0/security-groups/155a8ee2-57ad-469e-9c28-f496ea024461 => 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: 1017/1944] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:01 2026] GET /v2.0/ports?device_id=90ed56b4-8aa9-4f4d-9864-44dfbc28510e => 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: 928/1945] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:01 2026] GET /v2.0/security-groups?tenant_id=1ca86996e12c42a9b00656e003be1fd7&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1946] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:01 2026] DELETE /v2.0/security-groups/f7939ee1-5792-4e9d-bea9-3de7242aee23 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1947] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:01 2026] GET /v2.0/security-groups?tenant_id=0767d39ac7a445418dc08ece9904c794&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1948] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:01 2026] DELETE /v2.0/security-groups/0d419ae3-8196-4bac-b877-5cb489bf484d => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:16:02.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-db9cccf8-aa64-40ca-8c98-a015ff0f3b6a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: ca84b782-5451-4d28-9b9c-f08dd58d3fc9 2026-06-04 17:16:02.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db9cccf8-aa64-40ca-8c98-a015ff0f3b6a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: ca84b782-5451-4d28-9b9c-f08dd58d3fc9 [pid: 8|app: 0|req: 930/1949] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:16:02 2026] PUT /v2.0/routers/f2ef4bee-0820-40d1-91f8-a1f73b159663/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:03.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-e06dd9e6-4276-4851-9b98-f3eace27ec1e 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: b08fee8b-48bf-4d7c-be6e-c98bfb04c818 2026-06-04 17:16:03.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e06dd9e6-4276-4851-9b98-f3eace27ec1e 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: b08fee8b-48bf-4d7c-be6e-c98bfb04c818 2026-06-04 17:16:03.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-e06dd9e6-4276-4851-9b98-f3eace27ec1e 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 5c3fd74e-7876-4c2d-ba2e-14c9f3d81865 2026-06-04 17:16:03.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e06dd9e6-4276-4851-9b98-f3eace27ec1e 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 5c3fd74e-7876-4c2d-ba2e-14c9f3d81865 2026-06-04 17:16:03.809 7 INFO neutron.services.segments.plugin [-] Segment ffdd8bd8-1d29-4ce8-92d9-95cae1a40f68 resource provider aggregate not found 2026-06-04 17:16:03.813 7 INFO neutron.services.segments.plugin [-] Segment ffdd8bd8-1d29-4ce8-92d9-95cae1a40f68 resource provider aggregate not found 2026-06-04 17:16:03.839 7 INFO neutron.services.segments.plugin [-] Segment ffdd8bd8-1d29-4ce8-92d9-95cae1a40f68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffdd8bd8-1d29-4ce8-92d9-95cae1a40f68 found for delete ", "request_id": "req-5f699788-a3b3-472c-82a1-2b7966967fe9"}]} 2026-06-04 17:16:03.840 7 INFO neutron.services.segments.plugin [-] Segment ffdd8bd8-1d29-4ce8-92d9-95cae1a40f68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffdd8bd8-1d29-4ce8-92d9-95cae1a40f68 found for delete ", "request_id": "req-1717ae9d-7229-42b4-8902-fea101995d6d"}]} 2026-06-04 17:16:03.855 7 INFO neutron.db.l3_hamode_db [None req-e06dd9e6-4276-4851-9b98-f3eace27ec1e 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network da135c93-dcec-40fd-9bcd-be802ac8c204 was deleted as no HA routers are present in tenant 503fef3c925f4b08b5589649908625de. [pid: 7|app: 0|req: 1020/1950] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:03 2026] DELETE /v2.0/routers/f2ef4bee-0820-40d1-91f8-a1f73b159663 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1951] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:03 2026] DELETE /v2.0/subnets/1601ea69-dbf7-4f83-b31a-67bff4c365de => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:04.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-65a015ec-020b-4e1d-8fe7-4afe2bc65f60 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: e923e03b-a34a-4c93-a679-8d573d9bb75a 2026-06-04 17:16:04.173 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65a015ec-020b-4e1d-8fe7-4afe2bc65f60 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: e923e03b-a34a-4c93-a679-8d573d9bb75a [pid: 7|app: 0|req: 1021/1952] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:04 2026] DELETE /v2.0/networks/d97c36a3-d1a7-4852-8acd-0e0730f1d01e => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1953] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:04 2026] GET /v2.0/security-groups?tenant_id=503fef3c925f4b08b5589649908625de&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1954] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:04 2026] DELETE /v2.0/security-groups/7510d14d-589c-479e-a4b8-39b0a6fddd21 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:16:05.860 7 INFO neutron.services.segments.plugin [-] Segment b6e62112-ec96-4dbb-805e-85b865693df5 resource provider aggregate not found 2026-06-04 17:16:05.866 7 INFO neutron.services.segments.plugin [-] Segment b6e62112-ec96-4dbb-805e-85b865693df5 resource provider aggregate not found 2026-06-04 17:16:05.873 7 INFO neutron.services.segments.plugin [-] Segment b6e62112-ec96-4dbb-805e-85b865693df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e62112-ec96-4dbb-805e-85b865693df5 found for delete ", "request_id": "req-b4da4eb3-12b8-4d5f-8a87-9840e902abec"}]} 2026-06-04 17:16:05.882 7 INFO neutron.services.segments.plugin [-] Segment b6e62112-ec96-4dbb-805e-85b865693df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e62112-ec96-4dbb-805e-85b865693df5 found for delete ", "request_id": "req-52f702c7-a501-4afe-9f70-85491514dd7c"}]} 2026-06-04 17:16:06.132 8 INFO neutron.db.segments_db [None req-6b73695a-b4b6-41d1-82f1-610f1bc059a0 155c16feab1242dabad163e2950dacb7 63e30ad82375487dbb2409064331efd6 - - default default] Added segment ff3754f3-e214-4eb9-aff0-f02919f2e1c2 of type vxlan for network dc2e87cc-c7fb-415b-9745-1d1015eb302e [pid: 8|app: 0|req: 933/1955] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:05 2026] POST /v2.0/networks => generated 632 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:06.280 7 INFO neutron.db.segments_db [None req-1b792e11-7da0-4529-8ea0-bbc75133a820 155c16feab1242dabad163e2950dacb7 63e30ad82375487dbb2409064331efd6 - - default default] Added segment 82619752-00a5-4326-a90a-68d7c9165a71 of type vxlan for network 22be90aa-0a63-4982-a8ec-8c9cc2b0d1cc [pid: 7|app: 0|req: 1023/1956] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:06 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:06.434 8 INFO neutron.db.segments_db [None req-d89cea15-7941-4e9c-a23a-e822d288e704 155c16feab1242dabad163e2950dacb7 63e30ad82375487dbb2409064331efd6 - - default default] Added segment 379e8359-d2c8-4989-a349-d1860f0bae09 of type vxlan for network cbe0cf6d-0f62-4c15-84c8-a530b3a886dd [pid: 8|app: 0|req: 934/1957] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:06 2026] POST /v2.0/networks => generated 632 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:06.568 7 INFO neutron.db.segments_db [None req-4a44af18-8030-4b34-bf64-7c312eb6e2aa 155c16feab1242dabad163e2950dacb7 63e30ad82375487dbb2409064331efd6 - - default default] Added segment 8efb3288-7980-4233-b9a9-ae2d491d3244 of type vxlan for network cf021270-2dd8-4db7-9c27-f6679ca2b271 [pid: 7|app: 0|req: 1024/1958] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:06 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:06.720 8 INFO neutron.db.segments_db [None req-10a13732-7e40-473c-90b0-1e6f3d84fe06 155c16feab1242dabad163e2950dacb7 63e30ad82375487dbb2409064331efd6 - - default default] Added segment b00af4cc-2891-433f-8a8f-20e765e957a5 of type vxlan for network b4d896ea-7c00-4e8b-9585-0e7f5ec8a2d8 [pid: 8|app: 0|req: 935/1959] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:06 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1960] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:16:06 2026] PUT /v2.0/networks/dc2e87cc-c7fb-415b-9745-1d1015eb302e/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1961] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:16:06 2026] PUT /v2.0/networks/22be90aa-0a63-4982-a8ec-8c9cc2b0d1cc/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1962] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:16:06 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 1244 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1963] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:16:06 2026] PUT /v2.0/networks/cbe0cf6d-0f62-4c15-84c8-a530b3a886dd/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1964] 10.0.0.112 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1965] 10.0.0.84 () {34 vars in 752 bytes} [Thu Jun 4 17:16:07 2026] PUT /v2.0/networks/cf021270-2dd8-4db7-9c27-f6679ca2b271/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1966] 10.0.0.84 () {32 vars in 665 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1967] 10.0.0.84 () {32 vars in 679 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1968] 10.0.0.84 () {32 vars in 675 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1969] 10.0.0.84 () {32 vars in 687 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1970] 10.0.0.84 () {32 vars in 673 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1971] 10.0.0.84 () {32 vars in 687 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1972] 10.0.0.84 () {32 vars in 683 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1973] 10.0.0.84 () {32 vars in 695 bytes} [Thu Jun 4 17:16:07 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:16:07.748 8 INFO neutron.services.segments.plugin [-] Segment ff3754f3-e214-4eb9-aff0-f02919f2e1c2 resource provider aggregate not found 2026-06-04 17:16:07.749 8 INFO neutron.services.segments.plugin [-] Segment ff3754f3-e214-4eb9-aff0-f02919f2e1c2 resource provider aggregate not found [pid: 8|app: 0|req: 942/1974] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:07 2026] DELETE /v2.0/networks/dc2e87cc-c7fb-415b-9745-1d1015eb302e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:07.769 8 INFO neutron.services.segments.plugin [-] Segment ff3754f3-e214-4eb9-aff0-f02919f2e1c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff3754f3-e214-4eb9-aff0-f02919f2e1c2 found for delete ", "request_id": "req-0fa9488e-1ea0-432e-af72-821ed367d0a6"}]} 2026-06-04 17:16:07.774 8 INFO neutron.services.segments.plugin [-] Segment ff3754f3-e214-4eb9-aff0-f02919f2e1c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff3754f3-e214-4eb9-aff0-f02919f2e1c2 found for delete ", "request_id": "req-247e5af6-20bd-4501-a4c5-3b4f0f1b7aef"}]} 2026-06-04 17:16:07.900 7 INFO neutron.services.segments.plugin [-] Segment 82619752-00a5-4326-a90a-68d7c9165a71 resource provider aggregate not found [pid: 7|app: 0|req: 1033/1975] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:07 2026] DELETE /v2.0/networks/22be90aa-0a63-4982-a8ec-8c9cc2b0d1cc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:07.911 7 INFO neutron.services.segments.plugin [-] Segment 82619752-00a5-4326-a90a-68d7c9165a71 resource provider aggregate not found 2026-06-04 17:16:07.925 7 INFO neutron.services.segments.plugin [-] Segment 82619752-00a5-4326-a90a-68d7c9165a71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82619752-00a5-4326-a90a-68d7c9165a71 found for delete ", "request_id": "req-86cdc894-75e8-4932-bf57-d5ee958b3901"}]} 2026-06-04 17:16:07.929 7 INFO neutron.services.segments.plugin [-] Segment 82619752-00a5-4326-a90a-68d7c9165a71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82619752-00a5-4326-a90a-68d7c9165a71 found for delete ", "request_id": "req-1aff87d7-2f85-4793-9243-b70c33459a26"}]} [pid: 8|app: 0|req: 943/1976] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:07 2026] DELETE /v2.0/networks/cbe0cf6d-0f62-4c15-84c8-a530b3a886dd => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1977] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:08 2026] DELETE /v2.0/networks/cf021270-2dd8-4db7-9c27-f6679ca2b271 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1978] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:08 2026] DELETE /v2.0/networks/b4d896ea-7c00-4e8b-9585-0e7f5ec8a2d8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1979] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:09 2026] GET /v2.0/security-groups?tenant_id=63e30ad82375487dbb2409064331efd6&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1980] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:09 2026] DELETE /v2.0/security-groups/c2bca5e6-8f51-4a56-b5e8-883b11608173 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1981] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:09 2026] GET /v2.0/security-groups?tenant_id=42d2a3c15c5248d38bba4acc1a297404&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:16:09.791 8 INFO neutron.services.segments.plugin [-] Segment 379e8359-d2c8-4989-a349-d1860f0bae09 resource provider aggregate not found 2026-06-04 17:16:09.795 8 INFO neutron.services.segments.plugin [-] Segment 379e8359-d2c8-4989-a349-d1860f0bae09 resource provider aggregate not found 2026-06-04 17:16:09.806 8 INFO neutron.services.segments.plugin [-] Segment 379e8359-d2c8-4989-a349-d1860f0bae09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 379e8359-d2c8-4989-a349-d1860f0bae09 found for delete ", "request_id": "req-faf5a2f7-9802-4901-88f6-3598832fd45c"}]} 2026-06-04 17:16:09.812 8 INFO neutron.services.segments.plugin [-] Segment 379e8359-d2c8-4989-a349-d1860f0bae09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 379e8359-d2c8-4989-a349-d1860f0bae09 found for delete ", "request_id": "req-5c24a3c9-2671-411c-8114-8425a230e6bc"}]} 2026-06-04 17:16:09.824 8 INFO neutron.services.segments.plugin [-] Segment b00af4cc-2891-433f-8a8f-20e765e957a5 resource provider aggregate not found 2026-06-04 17:16:09.830 8 INFO neutron.services.segments.plugin [-] Segment b00af4cc-2891-433f-8a8f-20e765e957a5 resource provider aggregate not found 2026-06-04 17:16:09.846 8 INFO neutron.services.segments.plugin [-] Segment b00af4cc-2891-433f-8a8f-20e765e957a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b00af4cc-2891-433f-8a8f-20e765e957a5 found for delete ", "request_id": "req-2032aa42-0978-445e-a430-8e42ba3170ae"}]} 2026-06-04 17:16:09.853 8 INFO neutron.services.segments.plugin [-] Segment b00af4cc-2891-433f-8a8f-20e765e957a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b00af4cc-2891-433f-8a8f-20e765e957a5 found for delete ", "request_id": "req-a234209a-9fdc-4cfd-a4d4-1384018d4bb3"}]} [pid: 8|app: 0|req: 946/1982] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:09 2026] DELETE /v2.0/security-groups/24659de8-8c52-4302-8d48-63ebe4cf04d2 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:16:09.945 7 INFO neutron.services.segments.plugin [-] Segment 8efb3288-7980-4233-b9a9-ae2d491d3244 resource provider aggregate not found 2026-06-04 17:16:09.949 7 INFO neutron.services.segments.plugin [-] Segment 8efb3288-7980-4233-b9a9-ae2d491d3244 resource provider aggregate not found 2026-06-04 17:16:09.964 7 INFO neutron.services.segments.plugin [-] Segment 8efb3288-7980-4233-b9a9-ae2d491d3244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8efb3288-7980-4233-b9a9-ae2d491d3244 found for delete ", "request_id": "req-67143307-ad07-46b3-ac96-d2483cac3b38"}]} 2026-06-04 17:16:09.969 7 INFO neutron.services.segments.plugin [-] Segment 8efb3288-7980-4233-b9a9-ae2d491d3244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8efb3288-7980-4233-b9a9-ae2d491d3244 found for delete ", "request_id": "req-12930cbc-264b-4943-a235-18b3a0a2ca55"}]} [pid: 8|app: 0|req: 947/1983] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:10 2026] GET /v2.0/security-groups?tenant_id=bc4816306ae549e08eade95dd20bf592&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1984] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:10 2026] DELETE /v2.0/security-groups/00cd97fb-316d-4951-a627-e95d092d224d => 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: 1037/1985] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:10 2026] GET /v2.0/security-groups?tenant_id=6f9719dd71364d81a626db9968860c46&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1986] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:10 2026] DELETE /v2.0/security-groups/e3705370-3e88-46a2-8ca4-b4e2d605b897 => 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: 1038/1987] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:10 2026] GET /v2.0/security-groups?tenant_id=20f076502d764495891daee4c8f4d217&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1988] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:10 2026] DELETE /v2.0/security-groups/23f5797b-afe1-4583-982f-0d6b6529e357 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:16:14.767 7 INFO neutron.db.segments_db [None req-122e35cd-22aa-4f7f-b491-9bd599965782 8e6990a039994959a1e717b8647b0631 9714e3efd56849cd81a8de3d93e7a7fb - - default default] Added segment 120c7f0d-bf0a-45a9-a2f1-4feeab927f29 of type vxlan for network bb554a13-9a1a-43fc-81b8-fb9e4d1f7139 [pid: 7|app: 0|req: 1040/1991] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:14 2026] POST /v2.0/networks => generated 631 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1992] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:14 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:15.173 7 INFO neutron.db.segments_db [None req-9ab75aed-3cdb-4472-b7d1-a4fa88a3dca0 8e6990a039994959a1e717b8647b0631 9714e3efd56849cd81a8de3d93e7a7fb - - default default] Added segment e53518e2-6339-49b6-89a5-75924046c35a of type vxlan for network 21f91090-26bd-4c4e-84e0-1a4789b52b94 [pid: 7|app: 0|req: 1041/1993] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:15 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1994] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:15 2026] POST /v2.0/subnets => generated 629 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:15.551 8 INFO neutron.db.segments_db [None req-d9e01b34-27c9-495a-9e1c-8f6d10763b41 8e6990a039994959a1e717b8647b0631 9714e3efd56849cd81a8de3d93e7a7fb - - default default] Added segment 7e3dcf72-ea2d-43d8-960d-1557faf4b630 of type vxlan for network be3184c2-d04d-43c9-adb7-cda6da253a6a [pid: 8|app: 0|req: 954/1995] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:15 2026] POST /v2.0/networks => generated 632 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1996] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:15 2026] GET /v2.0/security-groups?tenant_id=04ed22f142ee491499c9289d2d52b86f&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1997] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:15 2026] DELETE /v2.0/security-groups/26b737db-a494-4b42-aeb1-da8809fa3ee7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1998] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:15 2026] POST /v2.0/subnets => generated 629 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:15.967 7 INFO neutron.db.segments_db [None req-c6a2e3fa-26e2-4b27-8852-b25b9dddffe1 8e6990a039994959a1e717b8647b0631 9714e3efd56849cd81a8de3d93e7a7fb - - default default] Added segment e5da3db0-f2b3-4903-b7e1-2c993940ad46 of type vxlan for network f25b3178-5f3c-46c0-9f39-c382edb71c0f [pid: 7|app: 0|req: 1044/1999] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:15 2026] POST /v2.0/networks => generated 632 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2000] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:15 2026] GET /v2.0/security-groups?tenant_id=c2b7be0014eb4620a55e80a25a68df6a&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2001] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:16 2026] DELETE /v2.0/security-groups/4a6dc6e4-0159-47c2-a248-2120a3f8e66b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2002] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:16 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:16.376 8 INFO neutron.db.segments_db [None req-e517e2ed-e92a-41ed-a95e-59dec03295da 8e6990a039994959a1e717b8647b0631 9714e3efd56849cd81a8de3d93e7a7fb - - default default] Added segment 810c2bc4-c41b-40c7-a2fc-a1f7a886e424 of type vxlan for network 4ed222ce-f178-414a-9704-6b90df2177b1 [pid: 7|app: 0|req: 1046/2003] 10.0.0.84 () {32 vars in 825 bytes} [Thu Jun 4 17:16:16 2026] GET /v2.0/ports?project_id=9a30050cee8d489a8747b4e6326309e2&network_id=f399327e-3532-4bbf-be16-c14c28d26f05 => generated 3695 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2004] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:16 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2005] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:16 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2006] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:16:16 2026] GET /v2.0/subnets?network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2 => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2007] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:16:16 2026] PUT /v2.0/subnets/69f11f7b-767b-4038-a47f-df8afb0054a2/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2008] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:16:16 2026] PUT /v2.0/subnets/0105bcbc-1e33-4581-ba5b-d9be435cf419/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2009] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:16:16 2026] PUT /v2.0/subnets/2842dbc0-9ca3-4c70-8896-ed2c84f63cd8/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2010] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:16:16 2026] PUT /v2.0/subnets/53d7461c-6ada-41aa-b638-f559515d0c41/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2011] 10.0.0.84 () {32 vars in 663 bytes} [Thu Jun 4 17:16:16 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:16:17.021 7 INFO neutron.db.l3_db [None req-ab6138d9-8852-4ac0-87de-58bea720a38e befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Floating IP 7e4d518b-335f-4202-94cf-3fdc17b9b78a disassociated. External IP: 10.96.250.220, port: 694b5169-8d0d-4575-ad14-7451bae0c5d3. [pid: 8|app: 0|req: 963/2012] 10.0.0.84 () {32 vars in 677 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2013] 10.0.0.84 () {32 vars in 673 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2014] 10.0.0.84 () {32 vars in 685 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2015] 10.0.0.84 () {32 vars in 671 bytes} [Thu Jun 4 17:16:17 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: 8|app: 0|req: 967/2016] 10.0.0.84 () {32 vars in 685 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2017] 10.0.0.84 () {32 vars in 681 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2018] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2019] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:16:16 2026] PUT /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 554 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2020] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:17.457 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-20002a91-2323-4694-852b-81bb397dd381'] response: {'name': 'network-changed', 'server_uuid': '8b611e21-943e-43e8-9829-928c5a20f7cf', 'tag': '694b5169-8d0d-4575-ad14-7451bae0c5d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 970/2021] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:17 2026] DELETE /v2.0/subnets/69f11f7b-767b-4038-a47f-df8afb0054a2 => 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: 1052/2022] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:17 2026] DELETE /v2.0/subnets/0105bcbc-1e33-4581-ba5b-d9be435cf419 => 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: 971/2023] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:17 2026] DELETE /v2.0/subnets/2842dbc0-9ca3-4c70-8896-ed2c84f63cd8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2024] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:17 2026] DELETE /v2.0/subnets/53d7461c-6ada-41aa-b638-f559515d0c41 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2025] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:16:17 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2026] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:17 2026] DELETE /v2.0/subnets/795605e4-7846-40df-bfd9-6efeec8f14dc => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:18.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c38a3e5-28ac-4ed1-809c-f91a6444edc5 8e6990a039994959a1e717b8647b0631 9714e3efd56849cd81a8de3d93e7a7fb - - default default] TaaS: Handle Delete Port: dc1ef1c5-7c0f-49ae-9f97-ab8b79e90ce8 2026-06-04 17:16:18.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c38a3e5-28ac-4ed1-809c-f91a6444edc5 8e6990a039994959a1e717b8647b0631 9714e3efd56849cd81a8de3d93e7a7fb - - default default] Tap Mirror: Handle Delete Port: dc1ef1c5-7c0f-49ae-9f97-ab8b79e90ce8 2026-06-04 17:16:18.258 8 INFO neutron.services.segments.plugin [-] Segment 120c7f0d-bf0a-45a9-a2f1-4feeab927f29 resource provider aggregate not found 2026-06-04 17:16:18.264 8 INFO neutron.services.segments.plugin [-] Segment 120c7f0d-bf0a-45a9-a2f1-4feeab927f29 resource provider aggregate not found 2026-06-04 17:16:18.279 8 INFO neutron.services.segments.plugin [-] Segment 120c7f0d-bf0a-45a9-a2f1-4feeab927f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120c7f0d-bf0a-45a9-a2f1-4feeab927f29 found for delete ", "request_id": "req-b0bf0781-7b97-48ae-91f6-709a1b3bc414"}]} 2026-06-04 17:16:18.282 8 INFO neutron.services.segments.plugin [-] Segment 120c7f0d-bf0a-45a9-a2f1-4feeab927f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120c7f0d-bf0a-45a9-a2f1-4feeab927f29 found for delete ", "request_id": "req-64b64c6b-35c7-4d91-b816-0e78052f08f3"}]} [pid: 8|app: 0|req: 973/2027] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:18 2026] DELETE /v2.0/networks/bb554a13-9a1a-43fc-81b8-fb9e4d1f7139 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:18.309 7 INFO neutron.db.segments_db [None req-6bc944b1-d853-4c26-ae4f-5a3d3b24cc30 bdbd7cf1cc9c427da0a6f782a7d6d66c bd8a4ca4a1744dbcb10be979497db060 - - default default] Added segment f9e79df7-ab3a-4103-80cc-bb9731687229 of type vxlan for network 4a8c1399-ca5b-4769-933d-16c272055da4 [pid: 8|app: 0|req: 974/2028] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:16:18 2026] GET /v2.0/networks?id=f399327e-3532-4bbf-be16-c14c28d26f05 => generated 757 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2029] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:18 2026] POST /v2.0/networks => generated 648 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2030] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:16:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=694b5169-8d0d-4575-ad14-7451bae0c5d3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2031] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:18 2026] DELETE /v2.0/networks/21f91090-26bd-4c4e-84e0-1a4789b52b94 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2032] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:16:18 2026] GET /v2.0/subnets?id=e1cf8fed-cb3e-464b-a189-52e29feafd8c => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2033] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:18 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2034] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:16:18 2026] GET /v2.0/ports?network_id=f399327e-3532-4bbf-be16-c14c28d26f05&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2035] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:18 2026] DELETE /v2.0/networks/be3184c2-d04d-43c9-adb7-cda6da253a6a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2036] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:16:18 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 1061/2037] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:16:18 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2038] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:18 2026] DELETE /v2.0/networks/f25b3178-5f3c-46c0-9f39-c382edb71c0f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:18.833 7 INFO neutron.services.segments.plugin [-] Segment 810c2bc4-c41b-40c7-a2fc-a1f7a886e424 resource provider aggregate not found 2026-06-04 17:16:18.839 7 INFO neutron.services.segments.plugin [-] Segment 810c2bc4-c41b-40c7-a2fc-a1f7a886e424 resource provider aggregate not found 2026-06-04 17:16:18.859 7 INFO neutron.services.segments.plugin [-] Segment 810c2bc4-c41b-40c7-a2fc-a1f7a886e424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 810c2bc4-c41b-40c7-a2fc-a1f7a886e424 found for delete ", "request_id": "req-16a6aa44-9d0b-4eb6-80e4-0436fee59ab8"}]} 2026-06-04 17:16:18.869 7 INFO neutron.services.segments.plugin [-] Segment 810c2bc4-c41b-40c7-a2fc-a1f7a886e424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 810c2bc4-c41b-40c7-a2fc-a1f7a886e424 found for delete ", "request_id": "req-50efb0ea-8910-43b8-8cd3-4aaeb6e81feb"}]} [pid: 7|app: 0|req: 1062/2039] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:18 2026] DELETE /v2.0/networks/4ed222ce-f178-414a-9704-6b90df2177b1 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2040] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:18 2026] POST /v2.0/subnets => generated 673 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:19.177 7 INFO neutron.db.segments_db [None req-517060ae-b196-4ea6-b16a-b415e8574fd2 bdbd7cf1cc9c427da0a6f782a7d6d66c bd8a4ca4a1744dbcb10be979497db060 - - default default] Added segment 4ac3eaa8-4745-4de6-ac4e-9a138a0e69af of type vxlan for network 103b2f1b-4772-4fc6-ac03-fb84eb7a6ebc [pid: 7|app: 0|req: 1063/2041] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:16:19 2026] POST /v2.0/networks => generated 645 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2042] 10.0.0.84 () {34 vars in 742 bytes} [Thu Jun 4 17:16:19 2026] PUT /v2.0/networks/103b2f1b-4772-4fc6-ac03-fb84eb7a6ebc => generated 592 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2043] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:19 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 552 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2044] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:19 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2045] 10.0.0.84 () {34 vars in 740 bytes} [Thu Jun 4 17:16:19 2026] PUT /v2.0/subnets/5355fbc0-62a2-4496-bf18-0e6441fbc015 => generated 656 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2046] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:19 2026] DELETE /v2.0/networks/103b2f1b-4772-4fc6-ac03-fb84eb7a6ebc => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:19.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e06f475-b7f5-4ef7-a5a6-b1fb77dec0de bdbd7cf1cc9c427da0a6f782a7d6d66c bd8a4ca4a1744dbcb10be979497db060 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 983/2047] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:19 2026] DELETE /v2.0/networks/103b2f1b-4772-4fc6-ac03-fb84eb7a6ebc => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2048] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:16:19 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2049] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:19 2026] GET /v2.0/security-groups?tenant_id=f8092effec53482fb66298e323ce3e10&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2050] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:16:19 2026] GET /v2.0/subnets?network_id=4e15109b-50dc-43f2-96f4-47e0f43d94f2 => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2051] 10.0.0.84 () {32 vars in 652 bytes} [Thu Jun 4 17:16:20 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2052] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:16:20 2026] GET /v2.0/networks => generated 1313 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2053] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:16:20 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2054] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:20 2026] DELETE /v2.0/security-groups/61019102-5b93-4595-a5df-fb331d585c0a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2055] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:16:20 2026] GET /v2.0/networks/4a8c1399-ca5b-4769-933d-16c272055da4 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2056] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:16:20 2026] GET /v2.0/subnets/3661a222-fdf5-4987-ade9-d0c994b7c4e5 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:20.223 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7dc30e97-6a77-435b-9298-6fe227cfd3b1 bdbd7cf1cc9c427da0a6f782a7d6d66c bd8a4ca4a1744dbcb10be979497db060 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 990/2057] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:20 2026] DELETE /v2.0/subnets/5355fbc0-62a2-4496-bf18-0e6441fbc015 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:16:20.243 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0e8b5f2-6e14-4526-8c45-eca25eaa6013 bdbd7cf1cc9c427da0a6f782a7d6d66c bd8a4ca4a1744dbcb10be979497db060 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1068/2058] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:20 2026] DELETE /v2.0/networks/103b2f1b-4772-4fc6-ac03-fb84eb7a6ebc => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:16:20.306 8 INFO neutron.services.segments.plugin [-] Segment e53518e2-6339-49b6-89a5-75924046c35a resource provider aggregate not found 2026-06-04 17:16:20.309 8 INFO neutron.services.segments.plugin [-] Segment e53518e2-6339-49b6-89a5-75924046c35a resource provider aggregate not found 2026-06-04 17:16:20.326 8 INFO neutron.services.segments.plugin [-] Segment e53518e2-6339-49b6-89a5-75924046c35a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53518e2-6339-49b6-89a5-75924046c35a found for delete ", "request_id": "req-a2bc26a5-196c-4739-bb34-f297058e8c0f"}]} 2026-06-04 17:16:20.333 8 INFO neutron.services.segments.plugin [-] Segment e53518e2-6339-49b6-89a5-75924046c35a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e53518e2-6339-49b6-89a5-75924046c35a found for delete ", "request_id": "req-3fb13a5f-01a7-478c-8178-a2789ce1fcee"}]} 2026-06-04 17:16:20.342 8 INFO neutron.services.segments.plugin [-] Segment 7e3dcf72-ea2d-43d8-960d-1557faf4b630 resource provider aggregate not found 2026-06-04 17:16:20.351 8 INFO neutron.services.segments.plugin [-] Segment 7e3dcf72-ea2d-43d8-960d-1557faf4b630 resource provider aggregate not found 2026-06-04 17:16:20.362 8 INFO neutron.services.segments.plugin [-] Segment 7e3dcf72-ea2d-43d8-960d-1557faf4b630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3dcf72-ea2d-43d8-960d-1557faf4b630 found for delete ", "request_id": "req-8c2072a2-11bd-4dd5-879b-eed876705fef"}]} 2026-06-04 17:16:20.380 8 INFO neutron.services.segments.plugin [-] Segment e5da3db0-f2b3-4903-b7e1-2c993940ad46 resource provider aggregate not found 2026-06-04 17:16:20.386 8 INFO neutron.services.segments.plugin [-] Segment 7e3dcf72-ea2d-43d8-960d-1557faf4b630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e3dcf72-ea2d-43d8-960d-1557faf4b630 found for delete ", "request_id": "req-3beaa75c-bf41-45c9-92d8-ff13d739bad5"}]} 2026-06-04 17:16:20.401 8 INFO neutron.services.segments.plugin [-] Segment e5da3db0-f2b3-4903-b7e1-2c993940ad46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5da3db0-f2b3-4903-b7e1-2c993940ad46 found for delete ", "request_id": "req-6fd1a71e-487e-4cd3-aa96-48dc187967e7"}]} 2026-06-04 17:16:20.407 8 INFO neutron.services.segments.plugin [-] Segment e5da3db0-f2b3-4903-b7e1-2c993940ad46 resource provider aggregate not found 2026-06-04 17:16:20.419 8 INFO neutron.services.segments.plugin [-] Segment 4ac3eaa8-4745-4de6-ac4e-9a138a0e69af resource provider aggregate not found 2026-06-04 17:16:20.423 8 INFO neutron.services.segments.plugin [-] Segment e5da3db0-f2b3-4903-b7e1-2c993940ad46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5da3db0-f2b3-4903-b7e1-2c993940ad46 found for delete ", "request_id": "req-5113e4e3-c180-41ce-9fe1-87c58aac56b5"}]} 2026-06-04 17:16:20.436 8 INFO neutron.services.segments.plugin [-] Segment 4ac3eaa8-4745-4de6-ac4e-9a138a0e69af resource provider aggregate not found 2026-06-04 17:16:20.441 8 INFO neutron.services.segments.plugin [-] Segment 4ac3eaa8-4745-4de6-ac4e-9a138a0e69af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ac3eaa8-4745-4de6-ac4e-9a138a0e69af found for delete ", "request_id": "req-a5573a47-8ffc-4708-8ba4-e407e26362f7"}]} [pid: 7|app: 0|req: 1069/2059] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:20 2026] GET /v2.0/security-groups?tenant_id=87ae2b7edbce4c488552e4d5eab79100&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:16:20.453 8 INFO neutron.services.segments.plugin [-] Segment 4ac3eaa8-4745-4de6-ac4e-9a138a0e69af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ac3eaa8-4745-4de6-ac4e-9a138a0e69af found for delete ", "request_id": "req-0dbff8ab-2641-438e-800b-052da9216273"}]} [pid: 8|app: 0|req: 991/2060] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:16:20 2026] DELETE /v2.0/subnets/3661a222-fdf5-4987-ade9-d0c994b7c4e5 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2061] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:20 2026] DELETE /v2.0/security-groups/bebc677a-cabe-49d5-a26a-6f9bd6fd6e63 => 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: 992/2062] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:16:20 2026] DELETE /v2.0/networks/4a8c1399-ca5b-4769-933d-16c272055da4 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2063] 10.0.0.84 () {34 vars in 684 bytes} [Thu Jun 4 17:16:20 2026] POST /v2.0/security-groups => generated 1675 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2064] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:20 2026] GET /v2.0/security-groups?tenant_id=9714e3efd56849cd81a8de3d93e7a7fb&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2065] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:20 2026] DELETE /v2.0/security-groups/b43016da-0217-4269-b064-c11a7cd55852 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2066] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2067] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2068] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2069] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:21 2026] GET /v2.0/security-groups?tenant_id=bd8a4ca4a1744dbcb10be979497db060&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2070] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:21.500 7 INFO neutron.db.securitygroups_db [None req-b4af7fe6-b898-4a8d-85a4-ce4490ef0158 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Project 9a30050cee8d489a8747b4e6326309e2 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: 997/2071] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:21 2026] DELETE /v2.0/security-groups/f352197f-b9b2-415a-94af-8265852704f6 => 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: 1075/2072] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:21.627 8 INFO neutron.db.securitygroups_db [None req-4d7494aa-4239-4672-a269-f2fdf38145ef befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Project 9a30050cee8d489a8747b4e6326309e2 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: 998/2073] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2074] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/networks => generated 1298 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2075] 10.0.0.109 () {34 vars in 1100 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1241253886&fields=id&tenant_id=9a30050cee8d489a8747b4e6326309e2 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:16:22.457 8 INFO neutron.services.segments.plugin [-] Segment f9e79df7-ab3a-4103-80cc-bb9731687229 resource provider aggregate not found 2026-06-04 17:16:22.468 8 INFO neutron.services.segments.plugin [-] Segment f9e79df7-ab3a-4103-80cc-bb9731687229 resource provider aggregate not found 2026-06-04 17:16:22.472 8 INFO neutron.services.segments.plugin [-] Segment f9e79df7-ab3a-4103-80cc-bb9731687229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9e79df7-ab3a-4103-80cc-bb9731687229 found for delete ", "request_id": "req-f6f4eebe-6aec-4d1d-b09a-683983b8c4ab"}]} [pid: 7|app: 0|req: 1077/2076] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/networks?id=f399327e-3532-4bbf-be16-c14c28d26f05 => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:22.488 8 INFO neutron.services.segments.plugin [-] Segment f9e79df7-ab3a-4103-80cc-bb9731687229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9e79df7-ab3a-4103-80cc-bb9731687229 found for delete ", "request_id": "req-a1ba5ccb-f5f2-4644-ae6c-ee0574078ea8"}]} [pid: 8|app: 0|req: 1000/2077] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/quotas/9a30050cee8d489a8747b4e6326309e2 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2078] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&fields=id => generated 149 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2079] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 1079/2080] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 1002/2081] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:22 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1080/2082] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:16:23 2026] POST /v2.0/security-groups => generated 1625 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2083] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:16:23 2026] GET /v2.0/security-groups => generated 4530 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2084] 10.0.0.84 () {34 vars in 757 bytes} [Thu Jun 4 17:16:23 2026] PUT /v2.0/security-groups/93f97f87-a5a2-49c7-ab83-e6b4370620c0 => generated 1662 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2085] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:16:23 2026] GET /v2.0/security-groups/93f97f87-a5a2-49c7-ab83-e6b4370620c0 => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2086] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:23 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1082/2087] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:23 2026] DELETE /v2.0/security-groups/93f97f87-a5a2-49c7-ab83-e6b4370620c0 => 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: 1006/2088] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:16:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:16:24.022 7 INFO neutron.api.v2.resource [None req-19b36ef7-9e8c-49bf-b014-633344ee408f d1123356f816438a8ebf07b97cb15677 24440cc6ec804b7989d1997dc64d71d2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1083/2089] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:24 2026] DELETE /v2.0/security-groups/93f97f87-a5a2-49c7-ab83-e6b4370620c0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2090] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:16:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2091] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:16:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2092] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:16:24 2026] PUT /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/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: 1086/2093] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/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: 1008/2094] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2095] 10.0.0.84 () {34 vars in 769 bytes} [Thu Jun 4 17:16:24 2026] PUT /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2096] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules/c490fa7d-d198-4f5f-9f87-6f9d465b7228 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2097] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2098] 10.0.0.84 () {34 vars in 765 bytes} [Thu Jun 4 17:16:24 2026] PUT /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2099] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2100] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2101] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:16:24 2026] DELETE /v2.0/security-group-rules/c490fa7d-d198-4f5f-9f87-6f9d465b7228 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2102] 10.0.0.84 () {34 vars in 787 bytes} [Thu Jun 4 17:16:24 2026] PUT /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2103] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/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: 1012/2104] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2105] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:16:24 2026] PUT /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/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: 1094/2106] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2107] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:24 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: 1095/2108] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2109] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules/468b9fbb-48e6-4b8a-9959-2f0f5a4413c1 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:24.649 7 INFO neutron.api.v2.resource [None req-2165acb3-32bc-4dc0-a4fe-3b543ebd0bd7 83e25f6fd2a94f50bd282c2d5501dbf2 60c44f0c22124982b27eb8d4396cb178 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1096/2110] 10.0.0.84 () {32 vars in 750 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2111] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2112] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:16:24 2026] DELETE /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/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: 1016/2113] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:16:24 2026] DELETE /v2.0/security-group-rules/468b9fbb-48e6-4b8a-9959-2f0f5a4413c1 => 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: 1098/2114] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:16:24.764 7 INFO neutron.api.v2.resource [None req-9e41d9ef-1876-4cc2-bbd7-6f3f0e4095bf 83e25f6fd2a94f50bd282c2d5501dbf2 60c44f0c22124982b27eb8d4396cb178 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1099/2115] 10.0.0.84 () {32 vars in 753 bytes} [Thu Jun 4 17:16:24 2026] DELETE /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2116] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2117] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:16:24 2026] DELETE /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2118] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2119] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:16:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2120] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:16:24 2026] DELETE /v2.0/subnetpools/6a7fd838-65ea-4540-89f3-ead5959cd868 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2121] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules/f4f421fb-239d-4edf-b0eb-384a733aa9bd => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2122] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:16:24 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2123] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:25 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1104/2124] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:16:25 2026] DELETE /v2.0/security-group-rules/f4f421fb-239d-4edf-b0eb-384a733aa9bd => 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: 1021/2125] 10.0.0.84 () {32 vars in 672 bytes} [Thu Jun 4 17:16:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2126] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:25 2026] DELETE /v2.0/security-groups/fef558b4-579f-4c8d-89a1-e63f755ed691 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2127] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:16:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2128] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:16:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2129] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:25 2026] GET /v2.0/security-groups?tenant_id=24440cc6ec804b7989d1997dc64d71d2&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2130] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:25 2026] GET /v2.0/security-groups?tenant_id=60c44f0c22124982b27eb8d4396cb178&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2131] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:25 2026] DELETE /v2.0/security-groups/eab7dc54-cbc9-4a6f-9ab6-33916a2a0fed => 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: 1024/2132] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:25 2026] DELETE /v2.0/security-groups/44fdd13e-56a1-491e-b40d-3739e9aafe16 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2133] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:25 2026] GET /v2.0/security-groups?tenant_id=da401837391d4bceb7a8949c948dcee4&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2134] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:26 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1110/2135] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:26 2026] DELETE /v2.0/security-groups/e4a35301-f7f2-4dca-96d0-f6e1cd84c8d4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2136] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:16:27 2026] GET /v2.0/networks?id=f399327e-3532-4bbf-be16-c14c28d26f05 => 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: 1111/2137] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:16:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9a30050cee8d489a8747b4e6326309e2 => generated 272 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2138] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:27 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1112/2139] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:16:27 2026] POST /v2.0/ports => generated 958 bytes in 351 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: 1113/2140] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:16:27 2026] POST /v2.0/subnetpools => generated 548 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2141] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:27 2026] GET /v2.0/subnetpools/42d6d304-fe5e-47b7-9f55-d032dc9d2e46 => generated 548 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2142] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:16:27 2026] PUT /v2.0/subnetpools/42d6d304-fe5e-47b7-9f55-d032dc9d2e46 => generated 500 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2143] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:16:27 2026] DELETE /v2.0/subnetpools/42d6d304-fe5e-47b7-9f55-d032dc9d2e46 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:16:27.893 7 INFO neutron.api.v2.resource [None req-39cdf031-f247-4123-8655-d4b7990d5bf5 f02817e715d54b85a474c3d19fd438a2 33011c211fb64662bd809bb9ce2f2e93 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1117/2144] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:27 2026] GET /v2.0/subnetpools/42d6d304-fe5e-47b7-9f55-d032dc9d2e46 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:16:27.908 7 INFO neutron.api.v2.resource [None req-6fb62b03-bd82-40dc-be95-6882dc3c6796 f02817e715d54b85a474c3d19fd438a2 33011c211fb64662bd809bb9ce2f2e93 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1118/2145] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:16:27 2026] DELETE /v2.0/subnetpools/42d6d304-fe5e-47b7-9f55-d032dc9d2e46 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2146] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:16:27 2026] PUT /v2.0/ports/84d50ebd-2aa0-4cc5-ba25-e151ead25702 => generated 1239 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:16:28.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc10f464-4813-48bf-8456-d4439af0da7a'] response: {'name': 'network-changed', 'server_uuid': '5ed4698f-a167-4c2f-9f2d-fc0ae8892171', 'tag': '84d50ebd-2aa0-4cc5-ba25-e151ead25702', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1120/2149] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:28 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 973 bytes in 85 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: 1030/2150] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:28 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1031/2151] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:16:28 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2152] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:16:28 2026] GET /v2.0/networks?tenant_id=9a30050cee8d489a8747b4e6326309e2&shared=False => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2153] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:28 2026] GET /v2.0/security-groups?tenant_id=33011c211fb64662bd809bb9ce2f2e93&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2154] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:16:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2155] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:28 2026] DELETE /v2.0/security-groups/56f5a3c3-7692-4c8d-9f78-d6e7eef5f792 => 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: 1034/2156] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2157] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1035/2158] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2159] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84d50ebd-2aa0-4cc5-ba25-e151ead25702 => 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: 1036/2160] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/subnets?id=e1cf8fed-cb3e-464b-a189-52e29feafd8c => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2161] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/ports?network_id=f399327e-3532-4bbf-be16-c14c28d26f05&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2162] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 1126/2163] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:16:29 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 1038/2164] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:30 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2165] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:30 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1039/2166] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:31 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1128/2167] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:31 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1040/2168] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:16:32 2026] GET /v2.0/security-groups?tenant_id=6ccf0ef0c42c4501ac6f0d726780b1e5&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2169] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:16:32 2026] DELETE /v2.0/security-groups/2af8b459-a9ce-4467-8983-0d53be341cd4 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2170] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:32 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2171] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:32 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1042/2172] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:34 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2173] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:34 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:34.624 8 INFO neutron.db.segments_db [None req-ef127f17-236c-4240-a3f7-01b57305f941 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment 4533370d-31bc-4c9b-94b2-35f4ba8215b2 of type vxlan for network 3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22 [pid: 8|app: 0|req: 1043/2174] 10.0.0.84 () {34 vars in 670 bytes} [Thu Jun 4 17:16:34 2026] POST /v2.0/networks => generated 740 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2175] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:34 2026] POST /v2.0/subnets => generated 687 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:34.978 8 INFO neutron.db.segments_db [None req-b25261fa-2e97-45f1-a4cc-d302feb9207d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Added segment b51de947-8f01-481d-a240-718a6ecb745f of type vxlan for network b14e9aa2-2b07-4bb0-874d-6e06a8a3f64c 2026-06-04 17:16:35.255 8 INFO neutron.db.l3_hamode_db [None req-b25261fa-2e97-45f1-a4cc-d302feb9207d 55c6ca1cc1a24d2e9f886f81f540c5df 01ff8b20fab44b2586839c8889ced120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1133/2176] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:35 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2177] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:35 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:36.059 8 INFO neutron.db.l3_hamode_db [None req-b25261fa-2e97-45f1-a4cc-d302feb9207d 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1135/2178] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:36 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1136/2179] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:36 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2180] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:36 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2181] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:36 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2182] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:16:36 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2183] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:16:34 2026] POST /v2.0/routers => generated 727 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:16:37.099 7 INFO neutron.db.l3_db [None req-cc3d3066-48ca-4d6c-bc15-e0254960280f befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Floating IP 7e4d518b-335f-4202-94cf-3fdc17b9b78a associated. External IP: 10.96.250.220, port: 84d50ebd-2aa0-4cc5-ba25-e151ead25702. [pid: 7|app: 0|req: 1140/2184] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:16:36 2026] PUT /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 856 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:37.473 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bad6ade8-7515-43b7-8a9c-fd378db670c9'] response: {'name': 'network-changed', 'server_uuid': '5ed4698f-a167-4c2f-9f2d-fc0ae8892171', 'tag': '84d50ebd-2aa0-4cc5-ba25-e151ead25702', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1141/2185] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:37 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2186] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:16:37 2026] GET /v2.0/ports?tenant_id=9a30050cee8d489a8747b4e6326309e2&device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2187] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:16:38 2026] GET /v2.0/networks?id=f399327e-3532-4bbf-be16-c14c28d26f05 => generated 757 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2188] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:16:37 2026] PUT /v2.0/routers/33ae3ef7-727c-4f52-b27e-f556db17e598/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2189] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:16:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=84d50ebd-2aa0-4cc5-ba25-e151ead25702 => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2190] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:16:38 2026] GET /v2.0/subnets?id=e1cf8fed-cb3e-464b-a189-52e29feafd8c => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2191] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:16:38 2026] GET /v2.0/ports?network_id=f399327e-3532-4bbf-be16-c14c28d26f05&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: 1047/2192] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:16:38 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?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: 1146/2193] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:16:38 2026] GET /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2194] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:38 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2195] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:16:39 2026] GET /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2196] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:16:40 2026] GET /v2.0/networks?id=3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22 => generated 672 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2197] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:16:40 2026] GET /v2.0/quotas/01ff8b20fab44b2586839c8889ced120 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2198] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:16:40 2026] GET /v2.0/ports?tenant_id=01ff8b20fab44b2586839c8889ced120&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2199] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:16:40 2026] GET /v2.0/networks/3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2200] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:16:40 2026] GET /v2.0/networks/3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22?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: 1150/2201] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:40 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1052/2202] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:41 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1151/2203] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:42 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1153/2206] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:44 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1054/2207] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:16:45 2026] GET /v2.0/networks?id=3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22 => generated 672 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2208] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:45 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1154/2209] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:16:45 2026] POST /v2.0/ports => generated 954 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2210] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:16:45 2026] PUT /v2.0/ports/11297481-9474-4ab8-96dc-717153ba8eda => generated 1235 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:16:45.952 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1dbd9b5b-5830-4e3e-b180-1b6efe6368f9'] response: {'name': 'network-changed', 'server_uuid': 'eff7981e-d755-48de-8117-1df50db464b8', 'tag': '11297481-9474-4ab8-96dc-717153ba8eda', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1155/2211] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:46 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 969 bytes in 41 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: 1057/2212] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:46 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2213] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:16:46 2026] GET /v2.0/ports?tenant_id=01ff8b20fab44b2586839c8889ced120&device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2214] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:16:46 2026] GET /v2.0/networks?tenant_id=01ff8b20fab44b2586839c8889ced120&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2215] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:16:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2216] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2217] 10.0.0.112 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2218] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2219] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2220] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/ports?tenant_id=01ff8b20fab44b2586839c8889ced120&device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2221] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=11297481-9474-4ab8-96dc-717153ba8eda => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2222] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/subnets?id=62ab1d25-1029-4dbb-adfb-c4c055e78356 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2223] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/ports?network_id=3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22&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: 1063/2224] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/networks/3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22?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: 1162/2225] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:16:47 2026] GET /v2.0/networks/3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2226] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:48 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2227] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:48 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&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: 1065/2228] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:49 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2229] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:49 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2230] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:50 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1165/2231] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:50 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2232] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:52 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2233] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:52 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&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: 1068/2234] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:53 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2235] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:53 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&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: 1069/2236] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:54 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2237] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:54 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2238] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:55 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2239] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:55 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2240] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:56 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2241] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:56 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1072/2242] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:57 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2243] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:57 2026] GET /v2.0/security-groups?id=be9b4c43-25c1-4f65-b7fa-69a1a2009e88&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2244] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:16:57 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:57.311 7 INFO neutron_taas.services.taas.taas_plugin [req-a39d88ef-f38e-4d89-bc41-f52f0ae03e73 req-7312d3c2-2779-442e-bcb0-5aae71b3c28a 70643d5245f24574b7d03cff90257da4 01ff8b20fab44b2586839c8889ced120 - - default default] TaaS: Handle Delete Port: 11297481-9474-4ab8-96dc-717153ba8eda 2026-06-04 17:16:57.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a39d88ef-f38e-4d89-bc41-f52f0ae03e73 req-7312d3c2-2779-442e-bcb0-5aae71b3c28a 70643d5245f24574b7d03cff90257da4 01ff8b20fab44b2586839c8889ced120 - - default default] Tap Mirror: Handle Delete Port: 11297481-9474-4ab8-96dc-717153ba8eda [pid: 7|app: 0|req: 1172/2245] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:16:57 2026] DELETE /v2.0/ports/11297481-9474-4ab8-96dc-717153ba8eda => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:16:57.508 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c895ffa6-ddcd-45bb-9c8c-2b5f2250fc87'] response: {'server_uuid': 'eff7981e-d755-48de-8117-1df50db464b8', 'name': 'network-vif-deleted', 'tag': '11297481-9474-4ab8-96dc-717153ba8eda', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1074/2246] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:58 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1173/2247] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:58 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1175/2250] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:58 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1076/2251] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:59 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2252] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:16:59 2026] GET /v2.0/security-groups?id=59dff80a-e4c1-4255-a0f0-1fed0ab206b3&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: 1077/2253] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:16:59 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1177/2254] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:16:59 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:16:59.759 8 INFO neutron_taas.services.taas.taas_plugin [req-bf1a970c-f0f5-4a81-a1b5-66ab64b7d691 req-272a90d5-c519-49b4-9a7d-158ef001160c befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] TaaS: Handle Delete Port: 84d50ebd-2aa0-4cc5-ba25-e151ead25702 2026-06-04 17:16:59.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bf1a970c-f0f5-4a81-a1b5-66ab64b7d691 req-272a90d5-c519-49b4-9a7d-158ef001160c befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Tap Mirror: Handle Delete Port: 84d50ebd-2aa0-4cc5-ba25-e151ead25702 2026-06-04 17:16:59.909 8 INFO neutron.db.l3_db [req-bf1a970c-f0f5-4a81-a1b5-66ab64b7d691 req-272a90d5-c519-49b4-9a7d-158ef001160c befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Floating IP 7e4d518b-335f-4202-94cf-3fdc17b9b78a disassociated. External IP: 10.96.250.220, port: 84d50ebd-2aa0-4cc5-ba25-e151ead25702. [pid: 7|app: 0|req: 1178/2255] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:00 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1179/2256] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:00 2026] GET /v2.0/ports?device_id=eff7981e-d755-48de-8117-1df50db464b8 => 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: 1078/2257] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:16:59 2026] DELETE /v2.0/ports/84d50ebd-2aa0-4cc5-ba25-e151ead25702 => generated 0 bytes in 1075 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:00.765 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f84069bf-b9e4-4ef7-bda0-a2b247d03a6f'] response: {'server_uuid': '5ed4698f-a167-4c2f-9f2d-fc0ae8892171', 'name': 'network-vif-deleted', 'tag': '84d50ebd-2aa0-4cc5-ba25-e151ead25702', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1180/2258] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:01 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => 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: 1079/2259] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:02 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:17:02.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab70a879-d20c-443e-be67-251c3b1dd9b0 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: eb300c24-c653-4650-ada5-c7122ef6fbd8 2026-06-04 17:17:02.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab70a879-d20c-443e-be67-251c3b1dd9b0 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: eb300c24-c653-4650-ada5-c7122ef6fbd8 [pid: 7|app: 0|req: 1181/2260] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:17:02 2026] PUT /v2.0/routers/33ae3ef7-727c-4f52-b27e-f556db17e598/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2261] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:03 2026] GET /v2.0/ports?device_id=5ed4698f-a167-4c2f-9f2d-fc0ae8892171 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:17:03.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-78bee71e-be97-4601-89d0-f753932424dc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: bbab7ac0-c8f1-4725-8d4f-dae8d9c88868 2026-06-04 17:17:03.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78bee71e-be97-4601-89d0-f753932424dc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: bbab7ac0-c8f1-4725-8d4f-dae8d9c88868 2026-06-04 17:17:04.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-78bee71e-be97-4601-89d0-f753932424dc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: cd96ad9a-5612-4c6b-a691-af20862a7e92 2026-06-04 17:17:04.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78bee71e-be97-4601-89d0-f753932424dc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: cd96ad9a-5612-4c6b-a691-af20862a7e92 2026-06-04 17:17:04.404 8 INFO neutron.services.segments.plugin [-] Segment b51de947-8f01-481d-a240-718a6ecb745f resource provider aggregate not found 2026-06-04 17:17:04.407 8 INFO neutron.services.segments.plugin [-] Segment b51de947-8f01-481d-a240-718a6ecb745f resource provider aggregate not found 2026-06-04 17:17:04.423 8 INFO neutron.services.segments.plugin [-] Segment b51de947-8f01-481d-a240-718a6ecb745f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b51de947-8f01-481d-a240-718a6ecb745f found for delete ", "request_id": "req-19916fb3-9345-4eac-8c60-4431d1e6575e"}]} 2026-06-04 17:17:04.424 8 INFO neutron.services.segments.plugin [-] Segment b51de947-8f01-481d-a240-718a6ecb745f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b51de947-8f01-481d-a240-718a6ecb745f found for delete ", "request_id": "req-59dabc48-f21c-453b-989b-ef5dc5b59841"}]} 2026-06-04 17:17:04.426 8 INFO neutron.db.l3_hamode_db [None req-78bee71e-be97-4601-89d0-f753932424dc 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] HA network b14e9aa2-2b07-4bb0-874d-6e06a8a3f64c was deleted as no HA routers are present in tenant 01ff8b20fab44b2586839c8889ced120. [pid: 8|app: 0|req: 1080/2262] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:17:03 2026] DELETE /v2.0/routers/33ae3ef7-727c-4f52-b27e-f556db17e598 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2263] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:17:04 2026] DELETE /v2.0/subnets/62ab1d25-1029-4dbb-adfb-c4c055e78356 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:04.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1506128-65bd-4d10-a5e1-2411bb0c2175 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 438fff4a-1812-47f9-aa8d-bac82900d567 2026-06-04 17:17:04.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1506128-65bd-4d10-a5e1-2411bb0c2175 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 438fff4a-1812-47f9-aa8d-bac82900d567 [pid: 7|app: 0|req: 1184/2264] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:04 2026] DELETE /v2.0/security-groups/59dff80a-e4c1-4255-a0f0-1fed0ab206b3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2265] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:17:04 2026] DELETE /v2.0/networks/3705bfe4-8e7d-42f1-8ffc-19f82bf1ee22 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:04.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-59734f9b-950c-4d1c-a01e-ad15ecd97666 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] TaaS: Handle Delete Port: f93ca2f4-c425-4cfd-a2d3-1fb36334f7a8 2026-06-04 17:17:04.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59734f9b-950c-4d1c-a01e-ad15ecd97666 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Tap Mirror: Handle Delete Port: f93ca2f4-c425-4cfd-a2d3-1fb36334f7a8 [pid: 8|app: 0|req: 1082/2266] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:05 2026] GET /v2.0/security-groups?tenant_id=01ff8b20fab44b2586839c8889ced120&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2267] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:17:04 2026] DELETE /v2.0/floatingips/7e4d518b-335f-4202-94cf-3fdc17b9b78a => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2268] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:05 2026] DELETE /v2.0/security-groups/be9b4c43-25c1-4f65-b7fa-69a1a2009e88 => 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: 1186/2269] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:05 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2270] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:05 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:17:06.444 8 INFO neutron.services.segments.plugin [-] Segment 4533370d-31bc-4c9b-94b2-35f4ba8215b2 resource provider aggregate not found 2026-06-04 17:17:06.449 8 INFO neutron.services.segments.plugin [-] Segment 4533370d-31bc-4c9b-94b2-35f4ba8215b2 resource provider aggregate not found 2026-06-04 17:17:06.463 8 INFO neutron.services.segments.plugin [-] Segment 4533370d-31bc-4c9b-94b2-35f4ba8215b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4533370d-31bc-4c9b-94b2-35f4ba8215b2 found for delete ", "request_id": "req-5bb1c398-803c-4feb-b8b0-3871c086a300"}]} 2026-06-04 17:17:06.466 8 INFO neutron.services.segments.plugin [-] Segment 4533370d-31bc-4c9b-94b2-35f4ba8215b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4533370d-31bc-4c9b-94b2-35f4ba8215b2 found for delete ", "request_id": "req-a30c4b5c-bb60-4a9f-9cd9-438af827c8ab"}]} [pid: 7|app: 0|req: 1187/2271] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:06 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 1085/2272] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:06 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&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: 7|app: 0|req: 1188/2273] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:07 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 1086/2274] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:07 2026] GET /v2.0/security-groups?id=cea2c71c-7f91-42c4-9c26-0c8175e1dc88&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2275] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:17:07 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:17:07.903 8 INFO neutron_taas.services.taas.taas_plugin [req-ddd1ad98-c115-4c65-9d34-1302b0174495 req-e742231a-7636-468d-9f88-03a797f4dda1 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] TaaS: Handle Delete Port: 694b5169-8d0d-4575-ad14-7451bae0c5d3 2026-06-04 17:17:07.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ddd1ad98-c115-4c65-9d34-1302b0174495 req-e742231a-7636-468d-9f88-03a797f4dda1 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Tap Mirror: Handle Delete Port: 694b5169-8d0d-4575-ad14-7451bae0c5d3 [pid: 8|app: 0|req: 1087/2276] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:17:07 2026] DELETE /v2.0/ports/694b5169-8d0d-4575-ad14-7451bae0c5d3 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:08.129 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05d94739-ae94-441a-aaa9-6db43ef4096e'] response: {'server_uuid': '8b611e21-943e-43e8-9829-928c5a20f7cf', 'name': 'network-vif-deleted', 'tag': '694b5169-8d0d-4575-ad14-7451bae0c5d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1190/2277] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:08 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2278] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:09 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 1191/2279] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:10 2026] GET /v2.0/ports?device_id=8b611e21-943e-43e8-9829-928c5a20f7cf => 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: 1089/2280] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:12 2026] DELETE /v2.0/security-groups/cea2c71c-7f91-42c4-9c26-0c8175e1dc88 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:17:12.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-47238472-b260-48e4-8625-ab4234cb1758 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] TaaS: Handle Delete Port: 011f2ab2-6d46-4b62-b241-62383354dd65 2026-06-04 17:17:12.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47238472-b260-48e4-8625-ab4234cb1758 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Tap Mirror: Handle Delete Port: 011f2ab2-6d46-4b62-b241-62383354dd65 [pid: 7|app: 0|req: 1192/2281] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:17:12 2026] PUT /v2.0/routers/33f261e7-171d-45b8-a398-0d9b6ab903ad/remove_router_interface => generated 309 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2284] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:17:13 2026] DELETE /v2.0/subnets/e1cf8fed-cb3e-464b-a189-52e29feafd8c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:13.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac0c4903-3116-44f9-901b-cccc34a2ae15 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] TaaS: Handle Delete Port: c5bc17ce-85cc-4ebe-a338-0c163d941d42 2026-06-04 17:17:13.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac0c4903-3116-44f9-901b-cccc34a2ae15 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Tap Mirror: Handle Delete Port: c5bc17ce-85cc-4ebe-a338-0c163d941d42 2026-06-04 17:17:13.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac0c4903-3116-44f9-901b-cccc34a2ae15 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] TaaS: Handle Delete Port: 3ba2eb47-daed-4631-8549-81b172ecfda3 2026-06-04 17:17:13.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac0c4903-3116-44f9-901b-cccc34a2ae15 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Tap Mirror: Handle Delete Port: 3ba2eb47-daed-4631-8549-81b172ecfda3 2026-06-04 17:17:14.116 7 INFO neutron.services.segments.plugin [-] Segment 4b636595-31cd-45be-b0c8-75873459daac resource provider aggregate not found 2026-06-04 17:17:14.124 7 INFO neutron.services.segments.plugin [-] Segment 4b636595-31cd-45be-b0c8-75873459daac resource provider aggregate not found 2026-06-04 17:17:14.139 7 INFO neutron.services.segments.plugin [-] Segment 4b636595-31cd-45be-b0c8-75873459daac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b636595-31cd-45be-b0c8-75873459daac found for delete ", "request_id": "req-d3a0a6dc-7104-43b5-8f49-54d82ecf23e2"}]} 2026-06-04 17:17:14.143 7 INFO neutron.services.segments.plugin [-] Segment 4b636595-31cd-45be-b0c8-75873459daac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b636595-31cd-45be-b0c8-75873459daac found for delete ", "request_id": "req-2efc5f0b-0f27-41e4-99c7-a327e26b05e9"}]} 2026-06-04 17:17:14.159 7 INFO neutron.db.l3_hamode_db [None req-ac0c4903-3116-44f9-901b-cccc34a2ae15 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] HA network 5d7ef540-1bd8-49d3-b8b0-c80109fcb15b was deleted as no HA routers are present in tenant 9a30050cee8d489a8747b4e6326309e2. [pid: 7|app: 0|req: 1195/2285] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:17:13 2026] DELETE /v2.0/routers/33f261e7-171d-45b8-a398-0d9b6ab903ad => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:17:14.282 8 INFO neutron.db.segments_db [None req-c7913a00-4233-43de-aacf-f9502985e31b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Added segment 4342ad6b-0d47-48a3-a4b1-b23d022ce5c3 of type vxlan for network e98f9160-7493-4003-8e3c-26ec09041e59 2026-06-04 17:17:14.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5ac115c-cb04-463f-8c02-2b397014cd91 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] TaaS: Handle Delete Port: c6d25e10-0f48-4c34-b2f8-a3ce431c38a8 2026-06-04 17:17:14.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5ac115c-cb04-463f-8c02-2b397014cd91 befd5fd222b14be58a3c675ea213f02a 9a30050cee8d489a8747b4e6326309e2 - - default default] Tap Mirror: Handle Delete Port: c6d25e10-0f48-4c34-b2f8-a3ce431c38a8 [pid: 8|app: 0|req: 1091/2286] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:13 2026] POST /v2.0/networks => generated 639 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2287] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:17:14 2026] DELETE /v2.0/networks/f399327e-3532-4bbf-be16-c14c28d26f05 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2288] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:17:14 2026] POST /v2.0/subnets => generated 658 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2289] 10.0.0.84 () {32 vars in 721 bytes} [Thu Jun 4 17:17:14 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2290] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:17:14 2026] POST /v2.0/subnets => generated 731 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:17:15.058 7 INFO neutron.db.segments_db [None req-f2acd537-11f2-443d-b646-18dae4d2f43b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Added segment bdb5c23c-1ece-48a9-bead-c3cc1ebddc2a of type vxlan for network 800c7c07-1d31-4d7d-8cb8-daf387609f50 [pid: 7|app: 0|req: 1198/2291] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:14 2026] POST /v2.0/networks => generated 638 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2292] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:17:15 2026] POST /v2.0/subnets => generated 656 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2293] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:15 2026] GET /v2.0/security-groups?tenant_id=9bce81a1aac04484a4c07eb3ae5e4b89&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2294] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:17:15 2026] POST /v2.0/subnets => generated 726 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2295] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:15 2026] DELETE /v2.0/security-groups/23f1892b-2a56-42bd-8232-e5fdcc8fabcb => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:17:15.698 8 INFO neutron.db.segments_db [None req-3d395d7c-4510-4dfa-b30e-7efa02fc70e8 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Added segment a4f43b45-8d4d-408f-a751-e9000e81f6ac of type vxlan for network 2ef816f9-8df6-4092-a210-ab08f7d5342d [pid: 7|app: 0|req: 1201/2296] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:15 2026] GET /v2.0/security-groups?tenant_id=9a30050cee8d489a8747b4e6326309e2&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2297] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:15 2026] POST /v2.0/networks => generated 638 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2298] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:15 2026] DELETE /v2.0/security-groups/4c96df95-a66f-41d4-b65a-6e729a3f7aaa => 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: 1097/2299] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:17:15 2026] POST /v2.0/subnets => generated 656 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:17:16.158 7 INFO neutron.services.segments.plugin [-] Segment 1492ed83-7636-4686-902e-642c126d2aae resource provider aggregate not found 2026-06-04 17:17:16.167 7 INFO neutron.services.segments.plugin [-] Segment 1492ed83-7636-4686-902e-642c126d2aae resource provider aggregate not found 2026-06-04 17:17:16.174 7 INFO neutron.services.segments.plugin [-] Segment 1492ed83-7636-4686-902e-642c126d2aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1492ed83-7636-4686-902e-642c126d2aae found for delete ", "request_id": "req-b85b62b1-0943-4617-a819-13c92250e972"}]} 2026-06-04 17:17:16.194 7 INFO neutron.services.segments.plugin [-] Segment 1492ed83-7636-4686-902e-642c126d2aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1492ed83-7636-4686-902e-642c126d2aae found for delete ", "request_id": "req-8c30510f-15e2-448e-8077-8788b46807a7"}]} [pid: 7|app: 0|req: 1203/2300] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:17:16 2026] POST /v2.0/subnets => generated 730 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:17:16.392 8 INFO neutron.db.segments_db [None req-a3a1da12-adc9-428b-a4d7-629393624a25 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Added segment 51d68064-9373-4da1-b1c6-dab7aaa2f930 of type vxlan for network 7f5dfc73-a0a2-4cdb-b701-a8707c649f05 2026-06-04 17:17:16.668 8 INFO neutron.db.l3_hamode_db [None req-a3a1da12-adc9-428b-a4d7-629393624a25 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:17:17.462 8 INFO neutron.db.l3_hamode_db [None req-a3a1da12-adc9-428b-a4d7-629393624a25 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1098/2301] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:17:16 2026] POST /v2.0/routers => generated 684 bytes in 1899 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2302] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:17:18 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:17:20.467 7 INFO neutron.db.segments_db [None req-62eddc5e-47cc-4386-9573-7cf3c0addf8e b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Added segment 8a988ed5-f638-48dc-8d90-5330140b57f3 of type vxlan for network 46e7e14f-4833-452f-9642-57ef5a615e39 [pid: 7|app: 0|req: 1205/2303] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:20 2026] POST /v2.0/networks => generated 630 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2304] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:17:20 2026] POST /v2.0/ports => generated 743 bytes in 402 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: 1099/2305] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:17:19 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/add_router_interface => generated 309 bytes in 1525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:17:21.101 7 INFO neutron.db.segments_db [None req-7aa3776f-95b9-412d-bea9-bcba7e650685 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Added segment ff440374-3142-4675-8de4-e4edb94296ad of type vxlan for network db85f701-5b24-4246-96d4-eb6c7e5ac525 [pid: 7|app: 0|req: 1207/2306] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:21 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2307] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:17:21 2026] POST /v2.0/ports => generated 743 bytes in 375 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-04 17:17:21.640 7 INFO neutron.db.segments_db [None req-36d010d7-a73a-41a0-aef6-c2e7f013e338 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Added segment 20545784-0161-4f51-8364-258edcaf8709 of type vxlan for network 39922825-8b59-4619-bb54-7418b9f9db26 [pid: 7|app: 0|req: 1209/2308] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:21 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2309] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:17:21 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:17:22.085 7 INFO neutron.db.segments_db [None req-44107b76-e779-4012-a3a6-7b07cde31073 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Added segment 4a5c1196-4c9f-456e-b0bf-97a159131313 of type vxlan for network 6bfd33a1-cfd9-463e-bdbd-0befc820bc75 [pid: 7|app: 0|req: 1211/2310] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2311] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1100/2312] 10.0.0.84 () {34 vars in 782 bytes} [Thu Jun 4 17:17:21 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:17:22.561 7 INFO neutron.db.segments_db [None req-67238331-708b-4b91-a455-b142ce03f33f b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Added segment bae7e5f7-a58a-4504-9ff5-b568b2b335f7 of type vxlan for network 1c9a0ce0-0b1e-4e43-bda6-4f44e5da02f3 [pid: 7|app: 0|req: 1213/2313] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2314] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/security-groups => generated 1630 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2315] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2316] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2317] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1215/2318] 10.0.0.84 () {34 vars in 746 bytes} [Thu Jun 4 17:17:22 2026] PUT /v2.0/ports/e2285f11-3289-4459-a38b-79745fe1b421/tags => generated 17 bytes in 67 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: 1104/2319] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:22 2026] POST /v2.0/security-group-rules => generated 599 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2320] 10.0.0.84 () {34 vars in 746 bytes} [Thu Jun 4 17:17:23 2026] PUT /v2.0/ports/1083021f-238d-45ae-ab92-095e60970f9f/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: 1217/2321] 10.0.0.84 () {34 vars in 746 bytes} [Thu Jun 4 17:17:23 2026] PUT /v2.0/ports/8120330a-0664-4791-8eb0-690f10ebdd87/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: 1105/2322] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:23 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: 1218/2323] 10.0.0.84 () {34 vars in 746 bytes} [Thu Jun 4 17:17:23 2026] PUT /v2.0/ports/76ba11c5-1c45-411b-aad4-bbb381bb54db/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1106/2324] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2325] 10.0.0.84 () {32 vars in 659 bytes} [Thu Jun 4 17:17:23 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2326] 10.0.0.84 () {32 vars in 673 bytes} [Thu Jun 4 17:17:23 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2327] 10.0.0.84 () {32 vars in 669 bytes} [Thu Jun 4 17:17:23 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2328] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2329] 10.0.0.84 () {32 vars in 681 bytes} [Thu Jun 4 17:17:23 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2330] 10.0.0.84 () {32 vars in 667 bytes} [Thu Jun 4 17:17:23 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2331] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2332] 10.0.0.84 () {32 vars in 681 bytes} [Thu Jun 4 17:17:23 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2333] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2334] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2335] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2336] 10.0.0.84 () {34 vars in 694 bytes} [Thu Jun 4 17:17:24 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: 1225/2337] 10.0.0.84 () {32 vars in 677 bytes} [Thu Jun 4 17:17:23 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2338] 10.0.0.84 () {32 vars in 689 bytes} [Thu Jun 4 17:17:24 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2339] 10.0.0.109 () {34 vars in 1096 bytes} [Thu Jun 4 17:17:24 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1896264312&fields=id&tenant_id=c4664fe102a24ab99fa5acae01b1aaf1 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:17:24.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-828918b4-d306-422e-b283-3c61b238044d b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] TaaS: Handle Delete Port: e2285f11-3289-4459-a38b-79745fe1b421 2026-06-04 17:17:24.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-828918b4-d306-422e-b283-3c61b238044d b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Tap Mirror: Handle Delete Port: e2285f11-3289-4459-a38b-79745fe1b421 [pid: 8|app: 0|req: 1115/2340] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:17:24 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2341] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:17:24 2026] GET /v2.0/quotas/c4664fe102a24ab99fa5acae01b1aaf1 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2342] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:17:24 2026] DELETE /v2.0/ports/e2285f11-3289-4459-a38b-79745fe1b421 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:24.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-27f8f101-6c5b-4db4-b227-d96d6ad00d9b b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] TaaS: Handle Delete Port: 1083021f-238d-45ae-ab92-095e60970f9f [pid: 8|app: 0|req: 1117/2343] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:17:24 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&fields=id => generated 287 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:17:24.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f8f101-6c5b-4db4-b227-d96d6ad00d9b b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Tap Mirror: Handle Delete Port: 1083021f-238d-45ae-ab92-095e60970f9f [pid: 8|app: 0|req: 1118/2344] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:17:24 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1227/2345] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:17:24 2026] DELETE /v2.0/ports/1083021f-238d-45ae-ab92-095e60970f9f => 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: 1119/2346] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:17:24 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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-04 17:17:24.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-07ba2374-e295-4b2b-baac-ba54f0da3c71 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] TaaS: Handle Delete Port: 8120330a-0664-4791-8eb0-690f10ebdd87 2026-06-04 17:17:24.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07ba2374-e295-4b2b-baac-ba54f0da3c71 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Tap Mirror: Handle Delete Port: 8120330a-0664-4791-8eb0-690f10ebdd87 [pid: 8|app: 0|req: 1120/2347] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:25 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => 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: 1228/2348] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:17:24 2026] DELETE /v2.0/ports/8120330a-0664-4791-8eb0-690f10ebdd87 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:25.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d9ea320-e24a-417e-9db5-ce2a3a34e6c5 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] TaaS: Handle Delete Port: 76ba11c5-1c45-411b-aad4-bbb381bb54db 2026-06-04 17:17:25.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d9ea320-e24a-417e-9db5-ce2a3a34e6c5 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Tap Mirror: Handle Delete Port: 76ba11c5-1c45-411b-aad4-bbb381bb54db [pid: 8|app: 0|req: 1121/2349] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:17:25 2026] DELETE /v2.0/ports/76ba11c5-1c45-411b-aad4-bbb381bb54db => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:25.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c080934-11d4-4917-9da2-a5dc662812e3 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] TaaS: Handle Delete Port: 173c0780-65d8-4c12-a095-4110e7ac6691 2026-06-04 17:17:25.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c080934-11d4-4917-9da2-a5dc662812e3 b5074c9388874a5e8cbe7c9d0b5d6848 069c6916831b4ba9a1229f73a446398d - - default default] Tap Mirror: Handle Delete Port: 173c0780-65d8-4c12-a095-4110e7ac6691 [pid: 7|app: 0|req: 1229/2350] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:17:25 2026] DELETE /v2.0/ports/173c0780-65d8-4c12-a095-4110e7ac6691 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:25.518 8 INFO neutron.services.segments.plugin [-] Segment 8a988ed5-f638-48dc-8d90-5330140b57f3 resource provider aggregate not found 2026-06-04 17:17:25.526 8 INFO neutron.services.segments.plugin [-] Segment 8a988ed5-f638-48dc-8d90-5330140b57f3 resource provider aggregate not found 2026-06-04 17:17:25.541 8 INFO neutron.services.segments.plugin [-] Segment 8a988ed5-f638-48dc-8d90-5330140b57f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a988ed5-f638-48dc-8d90-5330140b57f3 found for delete ", "request_id": "req-86589618-4155-4083-a865-d5d2255fcc4b"}]} 2026-06-04 17:17:25.542 8 INFO neutron.services.segments.plugin [-] Segment 8a988ed5-f638-48dc-8d90-5330140b57f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a988ed5-f638-48dc-8d90-5330140b57f3 found for delete ", "request_id": "req-aae4cf5a-ae25-4b5b-bdb6-4afae8e9e115"}]} [pid: 8|app: 0|req: 1122/2351] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:17:25 2026] DELETE /v2.0/networks/46e7e14f-4833-452f-9642-57ef5a615e39 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:25.678 7 INFO neutron.services.segments.plugin [-] Segment ff440374-3142-4675-8de4-e4edb94296ad resource provider aggregate not found 2026-06-04 17:17:25.682 7 INFO neutron.services.segments.plugin [-] Segment ff440374-3142-4675-8de4-e4edb94296ad resource provider aggregate not found 2026-06-04 17:17:25.700 7 INFO neutron.services.segments.plugin [-] Segment ff440374-3142-4675-8de4-e4edb94296ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff440374-3142-4675-8de4-e4edb94296ad found for delete ", "request_id": "req-8fe73ecd-b66a-48c7-9d95-dd2e0e2e458f"}]} 2026-06-04 17:17:25.701 7 INFO neutron.services.segments.plugin [-] Segment ff440374-3142-4675-8de4-e4edb94296ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff440374-3142-4675-8de4-e4edb94296ad found for delete ", "request_id": "req-882ed1df-5ecb-4635-9a8e-3ec2036896f3"}]} [pid: 7|app: 0|req: 1230/2352] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:17:25 2026] DELETE /v2.0/networks/db85f701-5b24-4246-96d4-eb6c7e5ac525 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2353] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:17:25 2026] DELETE /v2.0/networks/39922825-8b59-4619-bb54-7418b9f9db26 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2354] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:17:25 2026] DELETE /v2.0/networks/6bfd33a1-cfd9-463e-bdbd-0befc820bc75 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2355] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:17:26 2026] DELETE /v2.0/networks/1c9a0ce0-0b1e-4e43-bda6-4f44e5da02f3 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:17:27.561 8 INFO neutron.services.segments.plugin [-] Segment 20545784-0161-4f51-8364-258edcaf8709 resource provider aggregate not found 2026-06-04 17:17:27.567 8 INFO neutron.services.segments.plugin [-] Segment 20545784-0161-4f51-8364-258edcaf8709 resource provider aggregate not found 2026-06-04 17:17:27.582 8 INFO neutron.services.segments.plugin [-] Segment 20545784-0161-4f51-8364-258edcaf8709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20545784-0161-4f51-8364-258edcaf8709 found for delete ", "request_id": "req-754e3b4b-b816-4f79-b28b-384f82c4f5ff"}]} 2026-06-04 17:17:27.586 8 INFO neutron.services.segments.plugin [-] Segment 20545784-0161-4f51-8364-258edcaf8709 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20545784-0161-4f51-8364-258edcaf8709 found for delete ", "request_id": "req-39e22b2d-08d6-4afe-baad-267a9817c36a"}]} 2026-06-04 17:17:27.603 8 INFO neutron.services.segments.plugin [-] Segment bae7e5f7-a58a-4504-9ff5-b568b2b335f7 resource provider aggregate not found 2026-06-04 17:17:27.604 8 INFO neutron.services.segments.plugin [-] Segment bae7e5f7-a58a-4504-9ff5-b568b2b335f7 resource provider aggregate not found 2026-06-04 17:17:27.627 8 INFO neutron.services.segments.plugin [-] Segment bae7e5f7-a58a-4504-9ff5-b568b2b335f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae7e5f7-a58a-4504-9ff5-b568b2b335f7 found for delete ", "request_id": "req-8e103a0a-6ad8-4688-b665-6db11af08895"}]} 2026-06-04 17:17:27.628 8 INFO neutron.services.segments.plugin [-] Segment bae7e5f7-a58a-4504-9ff5-b568b2b335f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae7e5f7-a58a-4504-9ff5-b568b2b335f7 found for delete ", "request_id": "req-4ea385e5-967b-45c8-a9cb-45e9ede50184"}]} 2026-06-04 17:17:27.724 7 INFO neutron.services.segments.plugin [-] Segment 4a5c1196-4c9f-456e-b0bf-97a159131313 resource provider aggregate not found 2026-06-04 17:17:27.727 7 INFO neutron.services.segments.plugin [-] Segment 4a5c1196-4c9f-456e-b0bf-97a159131313 resource provider aggregate not found 2026-06-04 17:17:27.751 7 INFO neutron.services.segments.plugin [-] Segment 4a5c1196-4c9f-456e-b0bf-97a159131313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a5c1196-4c9f-456e-b0bf-97a159131313 found for delete ", "request_id": "req-a7865d01-22df-41d1-bfa2-aba158b8ed65"}]} 2026-06-04 17:17:27.752 7 INFO neutron.services.segments.plugin [-] Segment 4a5c1196-4c9f-456e-b0bf-97a159131313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a5c1196-4c9f-456e-b0bf-97a159131313 found for delete ", "request_id": "req-e71575bf-a3eb-4e64-a729-48155798eba3"}]} [pid: 7|app: 0|req: 1232/2356] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:27 2026] GET /v2.0/security-groups?tenant_id=3f77ac826f824be08af9e43c9fc23aa7&name=default => generated 2929 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2357] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:27 2026] DELETE /v2.0/security-groups/9e757a93-610f-409f-a0d4-a13087652dd0 => 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: 1233/2358] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:28 2026] GET /v2.0/security-groups?tenant_id=069c6916831b4ba9a1229f73a446398d&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2361] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:28 2026] DELETE /v2.0/security-groups/7a68996f-70cc-47d4-aff3-e2c6bf1064fe => 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: 1236/2362] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:28 2026] GET /v2.0/security-groups?tenant_id=963025fc110e4b0f92e54b2dfca68f4c&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2363] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:28 2026] DELETE /v2.0/security-groups/e3c690f5-7d62-4453-ba1b-539d9fda705f => 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: 1237/2364] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:17:29 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2365] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:17:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c4664fe102a24ab99fa5acae01b1aaf1 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2366] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:17:29 2026] POST /v2.0/ports => generated 1179 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1239/2367] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:30 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1194 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2368] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:30 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2369] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:17:29 2026] PUT /v2.0/ports/3ddd5652-c1f8-4618-a155-894ee0c3729a => generated 1460 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:17:30.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ce51c7d-76e6-4257-aeb1-8b8e6fe3d3aa'] response: {'name': 'network-changed', 'server_uuid': 'c1656a36-289e-43d2-8dca-ae3ce7568775', 'tag': '3ddd5652-c1f8-4618-a155-894ee0c3729a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1241/2370] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:17:30 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1130/2371] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:17:30 2026] GET /v2.0/networks?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&shared=False => generated 2376 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2372] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:17:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2373] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:17:31 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1463 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2374] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:17:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.139&port_id=3ddd5652-c1f8-4618-a155-894ee0c3729a => 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: 1132/2375] 199.204.45.129 () {34 vars in 1102 bytes} [Thu Jun 4 17:17:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4a&port_id=3ddd5652-c1f8-4618-a155-894ee0c3729a => 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: 1244/2376] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:17:32 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88&id=c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2377] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:17:32 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2378] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:17:32 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2379] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:17:32 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1246/2380] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:17:32 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2381] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:17:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2382] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:17:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2383] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:17:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2384] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:17:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2385] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:17:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2386] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:17:33 2026] PUT /v2.0/subnetpools/0ab085a4-dbc0-4dc7-aca3-1450d2fff086/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2387] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:17:33 2026] PUT /v2.0/subnetpools/ce6e049b-3772-4eba-9f1e-c689f8296df4/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2388] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:17:33 2026] PUT /v2.0/subnetpools/3f5c8922-49e6-4dd4-98ea-d75ccc769fb9/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2389] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:17:33 2026] PUT /v2.0/subnetpools/8a569f04-38d9-42a5-a7aa-56cb00e70fee/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2390] 10.0.0.84 () {32 vars in 671 bytes} [Thu Jun 4 17:17:33 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: 1140/2391] 10.0.0.84 () {32 vars in 685 bytes} [Thu Jun 4 17:17:33 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2392] 10.0.0.84 () {32 vars in 681 bytes} [Thu Jun 4 17:17:33 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2393] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:17:33 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2394] 10.0.0.84 () {32 vars in 679 bytes} [Thu Jun 4 17:17:34 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2395] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:17:34 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2396] 10.0.0.84 () {32 vars in 689 bytes} [Thu Jun 4 17:17:34 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) [pid: 8|app: 0|req: 1143/2397] 10.0.0.84 () {32 vars in 701 bytes} [Thu Jun 4 17:17:34 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2398] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:17:34 2026] DELETE /v2.0/subnetpools/0ab085a4-dbc0-4dc7-aca3-1450d2fff086 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2399] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:17:34 2026] DELETE /v2.0/subnetpools/ce6e049b-3772-4eba-9f1e-c689f8296df4 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2400] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:17:34 2026] DELETE /v2.0/subnetpools/3f5c8922-49e6-4dd4-98ea-d75ccc769fb9 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2401] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:17:34 2026] DELETE /v2.0/subnetpools/8a569f04-38d9-42a5-a7aa-56cb00e70fee => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2402] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:17:34 2026] DELETE /v2.0/subnetpools/a07d2d0c-86f5-4a5b-b6ad-24975a5e7851 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2403] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:35 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1196 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2404] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:35 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2405] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:35 2026] GET /v2.0/security-groups?tenant_id=2d8015cf88e04fa08a19ff8331a49f36&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2406] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:35 2026] DELETE /v2.0/security-groups/2c8231e4-591d-45cb-8362-9a2558eb2ce2 => 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: 1147/2407] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:35 2026] GET /v2.0/security-groups?tenant_id=451d10517be043a6874fa2ad18fa6397&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2408] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:35 2026] DELETE /v2.0/security-groups/f3211574-c91c-44f3-a4a9-84d18c1161a3 => 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: 1148/2409] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:36 2026] GET /v2.0/security-groups?tenant_id=c2abd53097784744ab6ae38480160164&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2410] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:36 2026] DELETE /v2.0/security-groups/40f22e00-8637-42f5-b0de-1dc5d0f13675 => 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: 1149/2411] 10.0.0.84 () {34 vars in 675 bytes} [Thu Jun 4 17:17:39 2026] POST /v2.0/floatingips => generated 552 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2412] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:17:40 2026] PUT /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2413] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2414] 10.0.0.84 () {34 vars in 769 bytes} [Thu Jun 4 17:17:40 2026] PUT /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2415] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2416] 10.0.0.84 () {34 vars in 765 bytes} [Thu Jun 4 17:17:40 2026] PUT /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags/red => 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: 1152/2417] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2418] 10.0.0.84 () {34 vars in 787 bytes} [Thu Jun 4 17:17:40 2026] PUT /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2419] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2420] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2421] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2422] 10.0.0.84 () {34 vars in 758 bytes} [Thu Jun 4 17:17:40 2026] PUT /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2423] 10.0.0.84 () {32 vars in 817 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&mac_address=fa%3A16%3A3e%3A37%3Ac0%3Ae6 => generated 1196 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2424] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2425] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:17:40.749 7 INFO neutron.api.v2.resource [None req-c7ca2a29-e503-4f0c-8c4f-ce0a5e23f4ab bd139fd6b0904ae2b82f4f57e19dd9a7 29b1c3fbe5854ae599e6cf687645d53e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1271/2426] 10.0.0.84 () {32 vars in 750 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/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: 1272/2427] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:17:40 2026] DELETE /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/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: 1273/2428] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:17:40.903 7 INFO neutron.api.v2.resource [None req-9d23f44f-4be1-4c1c-a237-d6a166678976 bd139fd6b0904ae2b82f4f57e19dd9a7 29b1c3fbe5854ae599e6cf687645d53e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2429] 10.0.0.84 () {32 vars in 753 bytes} [Thu Jun 4 17:17:40 2026] DELETE /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2430] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:17:40 2026] DELETE /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => 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: 1276/2431] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:40 2026] GET /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:17:41.155 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4c66017-87bf-4e64-bdbb-13c33d1599cf bd139fd6b0904ae2b82f4f57e19dd9a7 29b1c3fbe5854ae599e6cf687645d53e - - default default] TaaS: Handle Delete Port: e4dbeb66-6429-4d51-86b9-3430bca0082a 2026-06-04 17:17:41.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4c66017-87bf-4e64-bdbb-13c33d1599cf bd139fd6b0904ae2b82f4f57e19dd9a7 29b1c3fbe5854ae599e6cf687645d53e - - default default] Tap Mirror: Handle Delete Port: e4dbeb66-6429-4d51-86b9-3430bca0082a [pid: 7|app: 0|req: 1277/2432] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:17:41 2026] DELETE /v2.0/floatingips/dfafeeca-3b9f-47f4-bb39-f25252a5477b => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:17:41.422 8 INFO neutron.db.l3_db [None req-2bee4cc6-8af9-49a2-8ce8-95f255651921 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Floating IP 0aa71fdb-a5e4-40b4-ba05-524f0bf6df18 associated. External IP: 10.96.250.205, port: 3ddd5652-c1f8-4618-a155-894ee0c3729a. [pid: 8|app: 0|req: 1156/2433] 10.0.0.84 () {34 vars in 676 bytes} [Thu Jun 4 17:17:40 2026] POST /v2.0/floatingips => generated 855 bytes in 1035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:17:41.736 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf615fc7-208e-497a-893d-721405df0ff8'] response: {'name': 'network-changed', 'server_uuid': 'c1656a36-289e-43d2-8dca-ae3ce7568775', 'tag': '3ddd5652-c1f8-4618-a155-894ee0c3729a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1278/2434] 10.0.0.109 () {34 vars in 1096 bytes} [Thu Jun 4 17:17:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1896264312&fields=id&tenant_id=c4664fe102a24ab99fa5acae01b1aaf1 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2435] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:17:41 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => 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: 1279/2436] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:17:41 2026] GET /v2.0/quotas/c4664fe102a24ab99fa5acae01b1aaf1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2437] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:17:41 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&fields=id => generated 333 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2438] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1160/2439] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1280/2440] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:41 2026] GET /v2.0/security-groups?tenant_id=29b1c3fbe5854ae599e6cf687645d53e&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2441] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:42 2026] DELETE /v2.0/security-groups/01983189-caa1-4a70-ae61-533a2abfa365 => 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: 1281/2442] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2443] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => 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: 1282/2444] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2445] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.139&port_id=3ddd5652-c1f8-4618-a155-894ee0c3729a => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2446] 199.204.45.129 () {34 vars in 1102 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4a&port_id=3ddd5652-c1f8-4618-a155-894ee0c3729a => 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: 1165/2447] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88&id=c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2448] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2449] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/security-groups?tenant_id=3c55ef7ad9f5450185136928539cae78&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2450] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&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: 1167/2451] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:42 2026] DELETE /v2.0/security-groups/3a260a61-728f-426f-ac11-47725105853a => 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: 1285/2452] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2453] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:17:42 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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-04 17:17:45.893 7 INFO neutron.db.segments_db [None req-454fb3fe-d577-4441-a42c-db87b38dd3b0 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] Added segment 739c1a9d-1283-4535-b8fd-a0b1945a1926 of type vxlan for network 55e1e483-2b51-4e3e-81f0-21482b4cb2b8 2026-06-04 17:17:46.151 7 INFO neutron.db.l3_hamode_db [None req-454fb3fe-d577-4441-a42c-db87b38dd3b0 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-04 17:17:46.253 7 INFO neutron.db.l3_hamode_db [None req-454fb3fe-d577-4441-a42c-db87b38dd3b0 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1170/2456] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:17:46 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2457] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:17:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c4664fe102a24ab99fa5acae01b1aaf1 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2458] 10.0.0.84 () {34 vars in 667 bytes} [Thu Jun 4 17:17:45 2026] POST /v2.0/routers => generated 474 bytes in 984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2459] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:17:46 2026] PUT /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2460] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:17:46 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2461] 10.0.0.84 () {34 vars in 761 bytes} [Thu Jun 4 17:17:46 2026] PUT /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/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: 1172/2462] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:17:46 2026] POST /v2.0/ports => generated 1183 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1291/2463] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2464] 10.0.0.84 () {34 vars in 757 bytes} [Thu Jun 4 17:17:47 2026] PUT /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags/red => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2465] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2466] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2467] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1198 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2468] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:17:47 2026] PUT /v2.0/ports/4718a378-8135-4f87-a59f-a519d7eec217 => generated 1464 bytes in 492 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-04 17:17:47.535 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5c18714-3d7b-4bb1-b4bc-835feec138b1'] response: {'name': 'network-changed', 'server_uuid': '018b029b-d7e8-4ba0-99cb-878a32db4747', 'tag': '4718a378-8135-4f87-a59f-a519d7eec217', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1174/2469] 10.0.0.112 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2470] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2471] 10.0.0.84 () {34 vars in 779 bytes} [Thu Jun 4 17:17:47 2026] PUT /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags/black.or.white => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2472] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 52 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2473] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:17:47 2026] PUT /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2474] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2475] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:17:47 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags/red => 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: 1299/2476] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:17:48 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:17:48.119 8 INFO neutron.api.v2.resource [None req-535ef10f-8718-405e-9f20-f51e88de33e6 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1178/2477] 10.0.0.84 () {32 vars in 742 bytes} [Thu Jun 4 17:17:48 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2478] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:17:48 2026] GET /v2.0/networks?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&shared=False => generated 2376 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2479] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:17:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2480] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:17:48 2026] DELETE /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags/red => 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: 1302/2481] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:17:48 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 30 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:17:48.384 8 INFO neutron.api.v2.resource [None req-edab2e81-b870-4997-831f-00772470b337 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1180/2482] 10.0.0.84 () {32 vars in 745 bytes} [Thu Jun 4 17:17:48 2026] DELETE /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2483] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:17:48 2026] DELETE /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => 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: 1181/2484] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:17:48 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e/tags => generated 12 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2485] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:17:48 2026] GET /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2486] 10.0.0.84 () {34 vars in 741 bytes} [Thu Jun 4 17:17:48 2026] PUT /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e => generated 480 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2487] 10.0.0.84 () {32 vars in 735 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/ports?device_id=a027d38c-a8eb-4b04-b008-6b6ef0b2892e => 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: 1306/2488] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2489] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=4718a378-8135-4f87-a59f-a519d7eec217 => 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: 1308/2490] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2da&port_id=4718a378-8135-4f87-a59f-a519d7eec217 => 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: 1309/2491] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/subnets?id=89bf06c3-2efb-47e8-a319-dcbc45449b9e&id=6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:17:49.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c1fb97f-0d35-4c97-9031-35be05f7e7e1 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] TaaS: Handle Delete Port: cc14a18c-d949-4ba3-9bc2-5548b2d0861d 2026-06-04 17:17:49.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c1fb97f-0d35-4c97-9031-35be05f7e7e1 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] Tap Mirror: Handle Delete Port: cc14a18c-d949-4ba3-9bc2-5548b2d0861d [pid: 7|app: 0|req: 1310/2492] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2493] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2494] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1313/2495] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:17:49 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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) 2026-06-04 17:17:49.655 8 INFO neutron.services.segments.plugin [-] Segment 739c1a9d-1283-4535-b8fd-a0b1945a1926 resource provider aggregate not found 2026-06-04 17:17:49.658 8 INFO neutron.services.segments.plugin [-] Segment 739c1a9d-1283-4535-b8fd-a0b1945a1926 resource provider aggregate not found 2026-06-04 17:17:49.677 8 INFO neutron.services.segments.plugin [-] Segment 739c1a9d-1283-4535-b8fd-a0b1945a1926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 739c1a9d-1283-4535-b8fd-a0b1945a1926 found for delete ", "request_id": "req-c3f4067f-0c69-44a0-88f7-5056e9aa7f49"}]} 2026-06-04 17:17:49.681 8 INFO neutron.services.segments.plugin [-] Segment 739c1a9d-1283-4535-b8fd-a0b1945a1926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 739c1a9d-1283-4535-b8fd-a0b1945a1926 found for delete ", "request_id": "req-55c51318-ffaa-4fa2-ac2e-8e90fc1e55f2"}]} 2026-06-04 17:17:49.681 8 INFO neutron.db.l3_hamode_db [None req-7c1fb97f-0d35-4c97-9031-35be05f7e7e1 cfdd1054e964411c8197b789b5ec903d 403cdd324a434838b444747799834c08 - - default default] HA network 55e1e483-2b51-4e3e-81f0-21482b4cb2b8 was deleted as no HA routers are present in tenant 403cdd324a434838b444747799834c08. [pid: 8|app: 0|req: 1183/2496] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:17:49 2026] DELETE /v2.0/routers/a027d38c-a8eb-4b04-b008-6b6ef0b2892e => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2497] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:50 2026] GET /v2.0/security-groups?tenant_id=403cdd324a434838b444747799834c08&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2498] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:50 2026] DELETE /v2.0/security-groups/dc1fb0fe-9c8a-4e00-b572-57727bc7c5a9 => 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: 1315/2499] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:50 2026] GET /v2.0/security-groups?tenant_id=7bd687ece748416a831b485f9850ed96&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2500] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:50 2026] DELETE /v2.0/security-groups/06a38b65-cbe4-4fe0-9594-c3a05a0c749d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2501] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:52 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2502] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:52 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2503] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:17:54 2026] POST /v2.0/security-groups => generated 1603 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2504] 10.0.0.84 () {34 vars in 766 bytes} [Thu Jun 4 17:17:54 2026] PUT /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/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: 1318/2505] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:54 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2506] 10.0.0.84 () {34 vars in 777 bytes} [Thu Jun 4 17:17:54 2026] PUT /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2507] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:54 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2508] 10.0.0.84 () {34 vars in 773 bytes} [Thu Jun 4 17:17:54 2026] PUT /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2509] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:54 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2510] 10.0.0.84 () {34 vars in 795 bytes} [Thu Jun 4 17:17:54 2026] PUT /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2511] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:54 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2512] 10.0.0.84 () {34 vars in 766 bytes} [Thu Jun 4 17:17:54 2026] PUT /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2513] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:54 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2514] 10.0.0.84 () {32 vars in 754 bytes} [Thu Jun 4 17:17:54 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:17:55.030 7 INFO neutron.api.v2.resource [None req-8ae1082e-ab3a-4446-9339-aa1ec530fc74 0cc45cec2c4f4340be1f9fde4a5513e4 94f0a1ba193a46beb50f019d6e118996 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1323/2515] 10.0.0.84 () {32 vars in 758 bytes} [Thu Jun 4 17:17:54 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2516] 10.0.0.84 () {32 vars in 757 bytes} [Thu Jun 4 17:17:55 2026] DELETE /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2517] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:55 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:17:55.171 8 INFO neutron.api.v2.resource [None req-11fabfbd-25c8-4501-912a-0254a7cff04b 0cc45cec2c4f4340be1f9fde4a5513e4 94f0a1ba193a46beb50f019d6e118996 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2518] 10.0.0.84 () {32 vars in 761 bytes} [Thu Jun 4 17:17:55 2026] DELETE /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2519] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:17:55 2026] DELETE /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2520] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:17:55 2026] GET /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865/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: 1326/2521] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:55 2026] DELETE /v2.0/security-groups/167664f9-3329-4828-bc1e-eae560a5f865 => 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: 1196/2522] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:56 2026] GET /v2.0/security-groups?tenant_id=019eb6a5ea7847a9a7466e475477a118&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2523] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:56 2026] DELETE /v2.0/security-groups/16dec861-514a-43de-9663-0bb28a3c4bdb => 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: 1197/2524] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:17:56 2026] GET /v2.0/security-groups?tenant_id=94f0a1ba193a46beb50f019d6e118996&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2525] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:17:56 2026] DELETE /v2.0/security-groups/11416df6-3d8d-45d6-a92a-62bd7ad847f3 => 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: 1198/2526] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:17:57 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1200 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2529] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:17:58 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2530] 10.0.0.84 () {32 vars in 817 bytes} [Thu Jun 4 17:17:58 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&mac_address=fa%3A16%3A3e%3A2e%3A1e%3A77 => generated 1200 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:17:58.982 7 INFO neutron.db.l3_db [None req-71015b55-33ed-424f-afa2-b78b5bd2c1fc 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Floating IP 0425b500-4dcb-43ec-a2a4-d40f52a645cc associated. External IP: 10.96.250.220, port: 4718a378-8135-4f87-a59f-a519d7eec217. [pid: 7|app: 0|req: 1330/2531] 10.0.0.84 () {34 vars in 676 bytes} [Thu Jun 4 17:17:58 2026] POST /v2.0/floatingips => generated 854 bytes in 1051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:17:59.350 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d983f944-82a9-4803-bcf9-2dd8e2cea8e5'] response: {'name': 'network-changed', 'server_uuid': '018b029b-d7e8-4ba0-99cb-878a32db4747', 'tag': '4718a378-8135-4f87-a59f-a519d7eec217', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1331/2532] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:17:59 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2533] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:17:59 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 801 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2534] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:17:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=4718a378-8135-4f87-a59f-a519d7eec217 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2535] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Jun 4 17:17:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2da&port_id=4718a378-8135-4f87-a59f-a519d7eec217 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:18:00.048 8 INFO neutron.db.segments_db [None req-1240a14c-a670-487a-9b9f-75579daba843 f6d76e32f7464f6cb3925768c7398585 7afbc79bb79b4fb391cec1c6a764284c - - default default] Added segment bc2d00c6-ad43-42db-8217-8b39f143bb8e of type vxlan for network 57662d08-31ee-4ee4-9d1c-c6d4221f40c3 [pid: 7|app: 0|req: 1335/2536] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/subnets?id=89bf06c3-2efb-47e8-a319-dcbc45449b9e&id=6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2537] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2538] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2539] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:17:59 2026] POST /v2.0/networks => generated 632 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2540] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2541] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1203/2542] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:18:00 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) [pid: 7|app: 0|req: 1340/2543] 10.0.0.84 () {34 vars in 665 bytes} [Thu Jun 4 17:18:00 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1204/2544] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:18:00 2026] PUT /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2545] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2546] 10.0.0.84 () {34 vars in 759 bytes} [Thu Jun 4 17:18:00 2026] PUT /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2547] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2548] 10.0.0.84 () {34 vars in 755 bytes} [Thu Jun 4 17:18:00 2026] PUT /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2549] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/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: 1207/2550] 10.0.0.84 () {34 vars in 777 bytes} [Thu Jun 4 17:18:00 2026] PUT /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/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: 1344/2551] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2552] 10.0.0.84 () {34 vars in 748 bytes} [Thu Jun 4 17:18:00 2026] PUT /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2553] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2554] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:18:00.971 7 INFO neutron.api.v2.resource [None req-74ceaf2b-5b28-467a-9c83-cf0a113cf118 f6d76e32f7464f6cb3925768c7398585 7afbc79bb79b4fb391cec1c6a764284c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1346/2555] 10.0.0.84 () {32 vars in 740 bytes} [Thu Jun 4 17:18:00 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2556] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:18:00 2026] DELETE /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2557] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:18:01 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:18:01.075 8 INFO neutron.api.v2.resource [None req-9336d744-78ea-4e79-be23-79938631e0b1 f6d76e32f7464f6cb3925768c7398585 7afbc79bb79b4fb391cec1c6a764284c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2558] 10.0.0.84 () {32 vars in 743 bytes} [Thu Jun 4 17:18:01 2026] DELETE /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/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: 1348/2559] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:18:01 2026] DELETE /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2560] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:18:01 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28/tags => 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: 1349/2561] 10.0.0.84 () {32 vars in 718 bytes} [Thu Jun 4 17:18:01 2026] GET /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28 => 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: 1213/2562] 10.0.0.84 () {32 vars in 716 bytes} [Thu Jun 4 17:18:01 2026] GET /v2.0/ports/88516c77-8809-418e-b9b3-d9aa37299585 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2563] 10.0.0.84 () {32 vars in 721 bytes} [Thu Jun 4 17:18:01 2026] DELETE /v2.0/trunks/a22e778b-2ba1-4272-ad39-a126ac51db28 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:18:01.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-542d1d9c-db68-461f-9f1f-7e546c196c52 f6d76e32f7464f6cb3925768c7398585 7afbc79bb79b4fb391cec1c6a764284c - - default default] TaaS: Handle Delete Port: 88516c77-8809-418e-b9b3-d9aa37299585 2026-06-04 17:18:01.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-542d1d9c-db68-461f-9f1f-7e546c196c52 f6d76e32f7464f6cb3925768c7398585 7afbc79bb79b4fb391cec1c6a764284c - - default default] Tap Mirror: Handle Delete Port: 88516c77-8809-418e-b9b3-d9aa37299585 [pid: 8|app: 0|req: 1214/2564] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:18:01 2026] DELETE /v2.0/ports/88516c77-8809-418e-b9b3-d9aa37299585 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:18:01.635 7 INFO neutron.services.segments.plugin [-] Segment bc2d00c6-ad43-42db-8217-8b39f143bb8e resource provider aggregate not found 2026-06-04 17:18:01.640 7 INFO neutron.services.segments.plugin [-] Segment bc2d00c6-ad43-42db-8217-8b39f143bb8e resource provider aggregate not found 2026-06-04 17:18:01.662 7 INFO neutron.services.segments.plugin [-] Segment bc2d00c6-ad43-42db-8217-8b39f143bb8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc2d00c6-ad43-42db-8217-8b39f143bb8e found for delete ", "request_id": "req-29795ee7-ec8e-4aaa-8a3b-1c3c542e8af5"}]} 2026-06-04 17:18:01.663 7 INFO neutron.services.segments.plugin [-] Segment bc2d00c6-ad43-42db-8217-8b39f143bb8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc2d00c6-ad43-42db-8217-8b39f143bb8e found for delete ", "request_id": "req-8a2e0b01-afd9-442b-8881-ba88ac7257da"}]} [pid: 7|app: 0|req: 1351/2565] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:18:01 2026] DELETE /v2.0/networks/57662d08-31ee-4ee4-9d1c-c6d4221f40c3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2566] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:18:02 2026] GET /v2.0/security-groups?tenant_id=187ecedf45804aad8d9c8abc0d197786&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2567] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:18:02 2026] DELETE /v2.0/security-groups/bb4ede3f-57b2-43ad-857c-b245efc99f60 => 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: 1216/2568] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:18:02 2026] GET /v2.0/security-groups?tenant_id=7afbc79bb79b4fb391cec1c6a764284c&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2569] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:18:02 2026] DELETE /v2.0/security-groups/e3ab83e2-3689-42da-b8cd-893f7636089d => 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: 1217/2570] 10.0.0.112 () {34 vars in 990 bytes} [Thu Jun 4 17:18:05 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2571] 10.0.0.112 () {34 vars in 1040 bytes} [Thu Jun 4 17:18:05 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2574] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:18:15 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2575] 10.0.0.235 () {30 vars in 690 bytes} [Thu Jun 4 17:18:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2576] 10.0.0.235 () {30 vars in 692 bytes} [Thu Jun 4 17:18:16 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: 1357/2577] 10.0.0.235 () {30 vars in 668 bytes} [Thu Jun 4 17:18:16 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: 1221/2578] 10.0.0.235 () {30 vars in 704 bytes} [Thu Jun 4 17:18:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2579] 10.0.0.235 () {28 vars in 439 bytes} [Thu Jun 4 17:18:17 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: 1222/2580] 10.0.0.235 () {30 vars in 728 bytes} [Thu Jun 4 17:18:17 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 658 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2581] 10.0.0.235 () {30 vars in 690 bytes} [Thu Jun 4 17:18:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2582] 10.0.0.235 () {30 vars in 692 bytes} [Thu Jun 4 17:18:17 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: 1360/2583] 10.0.0.235 () {30 vars in 668 bytes} [Thu Jun 4 17:18:17 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: 1224/2584] 10.0.0.235 () {30 vars in 704 bytes} [Thu Jun 4 17:18:17 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: 1361/2585] 10.0.0.235 () {30 vars in 728 bytes} [Thu Jun 4 17:18:17 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2586] 10.0.0.235 () {30 vars in 690 bytes} [Thu Jun 4 17:18:17 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: 1362/2587] 10.0.0.235 () {30 vars in 692 bytes} [Thu Jun 4 17:18:17 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: 1226/2588] 10.0.0.235 () {30 vars in 668 bytes} [Thu Jun 4 17:18:17 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: 1363/2589] 10.0.0.235 () {30 vars in 704 bytes} [Thu Jun 4 17:18:17 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: 1227/2590] 10.0.0.235 () {30 vars in 730 bytes} [Thu Jun 4 17:18:17 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2591] 10.0.0.235 () {30 vars in 682 bytes} [Thu Jun 4 17:18:17 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2592] 10.0.0.235 () {34 vars in 704 bytes} [Thu Jun 4 17:18:17 2026] POST /v2.0/ports => generated 1132 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2593] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:18:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1229/2594] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:18:20 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: 1366/2595] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:18:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2596] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:18:20 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: 1367/2597] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:18:20 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2598] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2599] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2600] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2601] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:18:21 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-04 17:18:21.317 8 INFO neutron.api.v2.resource [None req-b496029b-4bac-4fe2-b77a-7c2566bdcb50 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1233/2602] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/security-groups/lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2603] 199.204.45.129 () {30 vars in 785 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/security-groups?name=lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => 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: 1234/2604] 199.204.45.129 () {34 vars in 736 bytes} [Thu Jun 4 17:18:21 2026] POST /v2.0/security-groups => generated 1638 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2605] 199.204.45.129 () {30 vars in 815 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/security-group-rules?security_group_id=40467eb4-ae74-46ad-89c4-c37a5dd98cf6 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2606] 199.204.45.129 () {34 vars in 789 bytes} [Thu Jun 4 17:18:21 2026] PUT /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2607] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1236/2608] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2609] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2610] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:18:21 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: 1374/2611] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:18:21 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2614] 10.0.0.109 () {34 vars in 1016 bytes} [Thu Jun 4 17:18:29 2026] GET /v2.0/security-groups?id=51988509-24d3-4912-a8af-70b0b1152d51&fields=id => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2615] 10.0.0.109 () {34 vars in 982 bytes} [Thu Jun 4 17:18:29 2026] GET /v2.0/networks?id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2616] 10.0.0.109 () {34 vars in 965 bytes} [Thu Jun 4 17:18:29 2026] GET /v2.0/quotas/dd0a5fadce7e4fc2b85e1c471855308f => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2617] 10.0.0.109 () {34 vars in 1002 bytes} [Thu Jun 4 17:18:29 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2618] 10.0.0.109 () {34 vars in 1008 bytes} [Thu Jun 4 17:18:29 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2619] 10.0.0.109 () {34 vars in 1108 bytes} [Thu Jun 4 17:18:29 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1379/2620] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:30 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => 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: 1242/2621] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:30 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2622] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:33 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => 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: 1243/2623] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:33 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => 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: 1381/2624] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:18:34 2026] GET /v2.0/networks?id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f => generated 735 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2625] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Jun 4 17:18:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd0a5fadce7e4fc2b85e1c471855308f => generated 343 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2626] 199.204.45.129 () {38 vars in 955 bytes} [Thu Jun 4 17:18:34 2026] POST /v2.0/ports => generated 1082 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2627] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:18:34 2026] PUT /v2.0/ports/6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => generated 1243 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:18:35.377 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-974795fc-20eb-4f35-b78e-d896bfe428e3'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '6ed0434b-e098-4f2f-a6de-4fc0b142fe55', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1383/2628] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:18:35 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1246/2629] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Jun 4 17:18:35 2026] GET /v2.0/networks?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&shared=False => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2630] 199.204.45.129 () {34 vars in 930 bytes} [Thu Jun 4 17:18:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2631] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:36 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2632] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:18:36 2026] GET /v2.0/security-groups?id=51988509-24d3-4912-a8af-70b0b1152d51&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2633] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:36 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2634] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:18:37 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2635] 199.204.45.129 () {34 vars in 1062 bytes} [Thu Jun 4 17:18:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => 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: 1387/2636] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:18:37 2026] GET /v2.0/subnets?id=598a3f06-98fe-4e3c-baef-597cd55cb253 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2637] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:18:37 2026] GET /v2.0/ports?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2638] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:18:37 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2639] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:18:37 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1389/2640] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:39 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => 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: 1252/2641] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:18:39 2026] GET /v2.0/security-groups?id=51988509-24d3-4912-a8af-70b0b1152d51&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2642] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:39 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => 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: 1253/2643] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:18:41 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2644] 199.204.45.129 () {34 vars in 1044 bytes} [Thu Jun 4 17:18:41 2026] GET /v2.0/security-groups?id=51988509-24d3-4912-a8af-70b0b1152d51&fields=id&fields=name => generated 96 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2645] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:42 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2646] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:18:42 2026] GET /v2.0/security-groups?id=51988509-24d3-4912-a8af-70b0b1152d51&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2647] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:42 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2650] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:44 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2651] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:18:44 2026] GET /v2.0/security-groups?id=51988509-24d3-4912-a8af-70b0b1152d51&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2652] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:18:44 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2657] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:19:19 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: 1260/2658] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:19:19 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: 1399/2659] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:19:20 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: 1261/2660] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:19:20 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: 1400/2661] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:19:20 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1262/2662] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:19:20 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2663] 199.204.45.129 () {34 vars in 717 bytes} [Thu Jun 4 17:19:20 2026] POST /v2.0/ports => generated 1059 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2664] 10.0.0.109 () {34 vars in 971 bytes} [Thu Jun 4 17:19:20 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2665] 10.0.0.109 () {34 vars in 907 bytes} [Thu Jun 4 17:19:20 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2666] 199.204.45.129 () {34 vars in 1262 bytes} [Thu Jun 4 17:19:21 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2667] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:21 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2668] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:21 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1404/2669] 199.204.45.129 () {34 vars in 975 bytes} [Thu Jun 4 17:19:22 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2670] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:19:22 2026] GET /v2.0/networks?id=e98f9160-7493-4003-8e3c-26ec09041e59 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2671] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:19:22 2026] PUT /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1249 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:19:22.814 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d186690a-a886-4a7b-8d2c-1f2a8f778577'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '9228a1c9-b5c7-444e-b8d5-20636585ec95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1267/2672] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:19:23 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2489 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2673] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:19:23 2026] GET /v2.0/networks?id=e98f9160-7493-4003-8e3c-26ec09041e59 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2674] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:19:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2675] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:19:23 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2676] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:23 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2677] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:23 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1270/2678] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:23 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2679] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2489 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2680] 199.204.45.129 () {34 vars in 1062 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => 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: 1410/2681] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/subnets?id=598a3f06-98fe-4e3c-baef-597cd55cb253 => 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: 1272/2682] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/ports?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2683] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1273/2684] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2685] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => 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: 1274/2686] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2687] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:24 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&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: 1275/2688] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:25 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1414/2689] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:25 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2692] 10.0.0.109 () {34 vars in 971 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1251 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2693] 199.204.45.129 () {34 vars in 789 bytes} [Thu Jun 4 17:19:29 2026] PUT /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1276 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:19:29.411 8 INFO neutron.api.v2.resource [None req-313a45a1-a01f-476b-8a0a-5cc60245b877 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1278/2694] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/security-groups/lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:19:29.429 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71404327-fac2-4c07-b3ba-20ef9a7d2f9a'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '9228a1c9-b5c7-444e-b8d5-20636585ec95', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1417/2695] 199.204.45.129 () {30 vars in 785 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/security-groups?name=lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2696] 199.204.45.129 () {34 vars in 789 bytes} [Thu Jun 4 17:19:29 2026] PUT /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1314 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:19:29.743 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b90d1d6e-2a63-43a8-bfda-93630263976d'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '9228a1c9-b5c7-444e-b8d5-20636585ec95', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1418/2697] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1280/2698] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:19:29 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: 1419/2699] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2700] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:19:29 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: 1282/2701] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1420/2702] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2703] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2704] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:19:29 2026] GET /v2.0/networks?id=e98f9160-7493-4003-8e3c-26ec09041e59 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2705] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => 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: 1284/2706] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2707] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1285/2708] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2709] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2710] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2711] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1287/2712] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2713] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1426/2714] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:30 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1289/2715] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:19:31 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2716] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:19:31 2026] GET /v2.0/networks?id=e98f9160-7493-4003-8e3c-26ec09041e59 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2717] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:19:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => 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: 1428/2718] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:19:31 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1291/2719] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:31 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&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: 1429/2720] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:31 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1292/2721] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:31 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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) 2026-06-04 17:19:39.212 7 INFO neutron.db.l3_db [None req-ce91b069-11be-41c7-9afd-1a507e1e5aca 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Floating IP 792fc75c-0941-4ff4-a7b8-5ba715aa7c12 associated. External IP: 10.96.250.211, port: 69c57d50-e1d1-4f48-9061-7ef325118727. [pid: 7|app: 0|req: 1430/2722] 10.0.0.84 () {34 vars in 676 bytes} [Thu Jun 4 17:19:38 2026] POST /v2.0/floatingips => generated 899 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2723] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:19:42 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: 1431/2724] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:19:42 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: 1294/2725] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:19:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2726] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:19:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:19:42.520 8 INFO neutron.api.v2.resource [None req-c62d05f8-98e8-40ec-8a6a-c51ae5478974 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1295/2727] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 17:19:42 2026] GET /v2.0/security-groups/lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2728] 199.204.45.129 () {30 vars in 785 bytes} [Thu Jun 4 17:19:42 2026] GET /v2.0/security-groups?name=lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2729] 199.204.45.129 () {30 vars in 815 bytes} [Thu Jun 4 17:19:42 2026] GET /v2.0/security-group-rules?security_group_id=40467eb4-ae74-46ad-89c4-c37a5dd98cf6 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2730] 199.204.45.129 () {34 vars in 747 bytes} [Thu Jun 4 17:19:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2731] 199.204.45.129 () {34 vars in 747 bytes} [Thu Jun 4 17:19:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2734] 10.0.0.235 () {30 vars in 690 bytes} [Thu Jun 4 17:19:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2735] 10.0.0.235 () {30 vars in 692 bytes} [Thu Jun 4 17:19:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2736] 10.0.0.235 () {30 vars in 668 bytes} [Thu Jun 4 17:19:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2737] 10.0.0.235 () {30 vars in 704 bytes} [Thu Jun 4 17:19:50 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: 1438/2738] 10.0.0.235 () {28 vars in 439 bytes} [Thu Jun 4 17:19:50 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: 1301/2739] 10.0.0.235 () {30 vars in 728 bytes} [Thu Jun 4 17:19:50 2026] GET /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => 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: 1439/2740] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:19:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2741] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:19:52 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: 1440/2742] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:19:52 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: 1303/2743] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:19:52 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: 1441/2744] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:19:52 2026] GET /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2745] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:19:52 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2746] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:19:52 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: 1305/2747] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:19:52 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: 1443/2748] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:19:52 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: 1306/2749] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:19:52 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: 1444/2750] 199.204.45.129 () {34 vars in 717 bytes} [Thu Jun 4 17:19:52 2026] POST /v2.0/ports => generated 1324 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2751] 10.0.0.109 () {34 vars in 971 bytes} [Thu Jun 4 17:19:53 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1445/2752] 10.0.0.109 () {34 vars in 907 bytes} [Thu Jun 4 17:19:53 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: 1308/2753] 199.204.45.129 () {34 vars in 1262 bytes} [Thu Jun 4 17:19:54 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2754] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:54 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1309/2755] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:54 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1447/2756] 199.204.45.129 () {34 vars in 975 bytes} [Thu Jun 4 17:19:55 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2757] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:19:55 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => 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: 1448/2758] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:19:55 2026] PUT /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1514 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:19:56.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e125ea2b-c5f2-44c6-8654-42747fe94a4a'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '078382f8-4670-4509-a9f1-00aeca2e1f09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1311/2759] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4096 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1449/2760] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2761] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => 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: 1450/2762] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2763] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88&id=c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2764] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&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: 1314/2765] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&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: 1452/2766] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2767] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:56 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1453/2768] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:19:57 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4096 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2769] 199.204.45.129 () {34 vars in 1062 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2770] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/subnets?id=598a3f06-98fe-4e3c-baef-597cd55cb253 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2771] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/ports?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&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: 1455/2774] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2775] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1456/2776] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => 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: 1321/2777] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2778] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&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: 1322/2779] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1458/2780] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2781] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => 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: 1459/2782] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => 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: 1324/2783] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88&id=c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 1411 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2784] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2785] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&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: 1461/2786] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1326/2787] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:19:58 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1462/2788] 10.0.0.109 () {34 vars in 971 bytes} [Thu Jun 4 17:20:02 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2789] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:02 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2790] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:02 2026] GET /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2791] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/subnets/c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2792] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:03 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: 1329/2793] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:03 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: 1465/2794] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2795] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:03 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: 1466/2796] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2797] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2798] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2799] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1468/2800] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2801] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2802] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:03 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2803] 10.0.0.235 () {30 vars in 690 bytes} [Thu Jun 4 17:20:11 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: 1470/2804] 10.0.0.235 () {30 vars in 692 bytes} [Thu Jun 4 17:20:11 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: 1335/2805] 10.0.0.235 () {30 vars in 668 bytes} [Thu Jun 4 17:20:11 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: 1471/2806] 10.0.0.235 () {30 vars in 704 bytes} [Thu Jun 4 17:20:11 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: 1336/2807] 10.0.0.235 () {28 vars in 439 bytes} [Thu Jun 4 17:20:11 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2808] 10.0.0.235 () {30 vars in 728 bytes} [Thu Jun 4 17:20:11 2026] GET /v2.0/subnets/89bf06c3-2efb-47e8-a319-dcbc45449b9e => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2809] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:12 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: 1473/2810] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:12 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: 1338/2811] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:12 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: 1474/2812] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:12 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: 1339/2813] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:12 2026] GET /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2814] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:12 2026] GET /v2.0/subnets/89bf06c3-2efb-47e8-a319-dcbc45449b9e => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2815] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:12 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4098 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2816] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:12 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: 1341/2817] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:12 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: 1477/2818] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:12 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: 1342/2819] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:12 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: 1478/2820] 199.204.45.129 () {34 vars in 717 bytes} [Thu Jun 4 17:20:12 2026] POST /v2.0/ports => generated 1328 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2821] 10.0.0.109 () {34 vars in 971 bytes} [Thu Jun 4 17:20:13 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1328 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2824] 199.204.45.129 () {34 vars in 1262 bytes} [Thu Jun 4 17:20:14 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1480/2825] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:14 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1346/2826] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:14 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1481/2827] 199.204.45.129 () {34 vars in 975 bytes} [Thu Jun 4 17:20:14 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2828] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:20:14 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2829] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:20:14 2026] PUT /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1518 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:20:15.345 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07b38ca4-1708-47e0-9c22-b7af4c764a59'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '532ccefd-4252-494a-b3f6-f0b7a7f31911', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1348/2830] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:15 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 5608 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1483/2831] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:20:15 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => 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: 1349/2832] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:20:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2833] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Jun 4 17:20:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A338&port_id=532ccefd-4252-494a-b3f6-f0b7a7f31911 => 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: 1350/2834] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:20:16 2026] GET /v2.0/subnets?id=89bf06c3-2efb-47e8-a319-dcbc45449b9e&id=6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 1415 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2835] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:16 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2836] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:16 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&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: 1486/2837] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:16 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1352/2838] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:16 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2839] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 5608 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2840] 199.204.45.129 () {34 vars in 1062 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => 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: 1488/2841] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/subnets?id=598a3f06-98fe-4e3c-baef-597cd55cb253 => 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: 1354/2842] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/ports?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&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: 1489/2843] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1355/2844] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1490/2845] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => 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: 1356/2846] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1491/2847] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2848] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1492/2849] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2850] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => 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: 1493/2851] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => 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: 1359/2852] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88&id=c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2853] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2854] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2855] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:17 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2856] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2857] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.84&port_id=532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2858] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A338&port_id=532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2859] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/subnets?id=89bf06c3-2efb-47e8-a319-dcbc45449b9e&id=6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2860] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&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: 7|app: 0|req: 1498/2861] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&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: 1364/2862] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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: 1499/2863] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:18 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2864] 10.0.0.109 () {34 vars in 971 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2865] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2866] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/subnets/89bf06c3-2efb-47e8-a319-dcbc45449b9e => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2867] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/subnets/6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 748 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2868] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1516 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2869] 199.204.45.129 () {34 vars in 790 bytes} [Thu Jun 4 17:20:22 2026] PUT /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1251 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:20:22.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-435d4367-3e05-4e9e-8e79-29e529eb75b3'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '078382f8-4670-4509-a9f1-00aeca2e1f09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1368/2870] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50 => 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, ' [pid: 7|app: 0|req: 1503/2871] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2872] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2873] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:22 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: 1370/2874] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2875] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2876] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 5381 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2877] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => 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: 1508/2878] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2879] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:22 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2880] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2881] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2882] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&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: 1510/2883] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2884] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1374/2885] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1512/2886] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 799 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2887] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1513/2888] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2889] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:23 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1378/2892] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:36 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: 1515/2893] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:36 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: 1379/2894] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2895] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:36 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: 1380/2896] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:36 2026] GET /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => 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: 1517/2897] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:36 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 5381 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2898] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:36 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: 1518/2899] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:36 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: 1382/2900] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2901] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:36 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: 1383/2902] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:36 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2903] 199.204.45.129 () {34 vars in 790 bytes} [Thu Jun 4 17:20:36 2026] PUT /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1311 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:20:36.953 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1416c3ff-4aea-46fe-a1cf-26e96cb2bbb7'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '532ccefd-4252-494a-b3f6-f0b7a7f31911', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1384/2904] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:36 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 798 bytes in 57 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: 1521/2905] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:36 2026] GET /v2.0/subnets/6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 748 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2906] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2907] 199.204.45.129 () {34 vars in 789 bytes} [Thu Jun 4 17:20:37 2026] PUT /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1080 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2908] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1523/2909] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2910] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2911] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2912] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2913] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?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/2914] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:37 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2915] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:38 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4977 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:20:38.997 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-15c4404c-e71e-4006-a9c5-27394e4b607a'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '532ccefd-4252-494a-b3f6-f0b7a7f31911', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1390/2916] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2917] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2918] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2919] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2920] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2921] 199.204.45.129 () {34 vars in 975 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2922] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2923] 199.204.45.129 () {34 vars in 1016 bytes} [Thu Jun 4 17:20:39 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=dns_domain => generated 29 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2924] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:20:39 2026] PUT /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 917 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2925] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:40 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:20:40.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ef06396-8a19-4eca-a712-918058b59989 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 532ccefd-4252-494a-b3f6-f0b7a7f31911 2026-06-04 17:20:40.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ef06396-8a19-4eca-a712-918058b59989 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 532ccefd-4252-494a-b3f6-f0b7a7f31911 [pid: 8|app: 0|req: 1395/2926] 199.204.45.129 () {32 vars in 759 bytes} [Thu Jun 4 17:20:40 2026] DELETE /v2.0/ports/532ccefd-4252-494a-b3f6-f0b7a7f31911 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2927] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2928] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:41 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: 1533/2929] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:41 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: 1397/2930] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2931] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2932] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2933] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2934] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1536/2935] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2936] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2937] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1401/2938] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3869 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2939] 199.204.45.129 () {34 vars in 1226 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/networks?id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&id=e98f9160-7493-4003-8e3c-26ec09041e59&id=800c7c07-1d31-4d7d-8cb8-daf387609f50&id=2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 3097 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2940] 199.204.45.129 () {34 vars in 1062 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => 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: 1539/2941] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/subnets?id=598a3f06-98fe-4e3c-baef-597cd55cb253 => 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: 1403/2942] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/ports?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&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: 1540/2943] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:41 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2944] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1541/2945] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => 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: 1405/2946] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2947] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2948] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1543/2949] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1407/2950] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=078382f8-4670-4509-a9f1-00aeca2e1f09 => 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: 1544/2951] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2952] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2953] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2954] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:42 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1547/2957] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:46 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: 1411/2958] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:46 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: 1548/2959] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2960] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2961] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:46 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2962] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2963] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:46 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: 1414/2964] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2965] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2966] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:46 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2967] 199.204.45.129 () {34 vars in 789 bytes} [Thu Jun 4 17:20:46 2026] PUT /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1080 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:20:47.270 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c336ee91-d750-4f8d-91d7-00c3014ebd64'] response: {'name': 'network-changed', 'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'tag': '078382f8-4670-4509-a9f1-00aeca2e1f09', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1416/2968] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:47 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 798 bytes in 45 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: 1553/2969] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:47 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2970] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:47 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2971] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:47 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2972] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:20:47 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2973] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:47 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1419/2974] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:47 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1556/2975] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:48 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2976] 199.204.45.129 () {34 vars in 975 bytes} [Thu Jun 4 17:20:49 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 1116 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2977] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:20:49 2026] GET /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2978] 199.204.45.129 () {34 vars in 1016 bytes} [Thu Jun 4 17:20:49 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2979] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:49 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2980] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:20:49 2026] PUT /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 917 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2981] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:20:50 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:20:50.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-64cf10f5-070f-480d-9586-d6c4dbcfa3db 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 078382f8-4670-4509-a9f1-00aeca2e1f09 2026-06-04 17:20:50.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64cf10f5-070f-480d-9586-d6c4dbcfa3db 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 078382f8-4670-4509-a9f1-00aeca2e1f09 [pid: 7|app: 0|req: 1559/2982] 199.204.45.129 () {32 vars in 759 bytes} [Thu Jun 4 17:20:50 2026] DELETE /v2.0/ports/078382f8-4670-4509-a9f1-00aeca2e1f09 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2983] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2984] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:20:51 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: 1426/2985] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:20:51 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: 1427/2986] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:20:51 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: 1428/2987] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:20:51 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: 1560/2988] 199.204.45.129 () {34 vars in 1146 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/networks?id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&id=e98f9160-7493-4003-8e3c-26ec09041e59&id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 2310 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2989] 199.204.45.129 () {34 vars in 1062 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => 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: 1429/2990] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1562/2991] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/subnets?id=598a3f06-98fe-4e3c-baef-597cd55cb253 => 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: 1430/2992] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2993] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/ports?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2994] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2995] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1432/2996] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1565/2997] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1433/2998] 199.204.45.129 () {30 vars in 743 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2999] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.112&port_id=9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3000] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3001] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/subnets?id=d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3002] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1568/3003] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/ports?network_id=e98f9160-7493-4003-8e3c-26ec09041e59&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3004] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1569/3005] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:20:51 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?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: 1571/3008] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:21:02 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: 1438/3009] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:21:02 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: 1572/3010] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:21:02 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: 1439/3011] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:21:02 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-04 17:21:02.843 7 INFO neutron.api.v2.resource [None req-625e34d4-a58a-4b58-a12a-1b019cdbc4db 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3012] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 17:21:02 2026] GET /v2.0/security-groups/lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3013] 199.204.45.129 () {30 vars in 785 bytes} [Thu Jun 4 17:21:02 2026] GET /v2.0/security-groups?name=lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3014] 199.204.45.129 () {30 vars in 815 bytes} [Thu Jun 4 17:21:02 2026] GET /v2.0/security-group-rules?security_group_id=40467eb4-ae74-46ad-89c4-c37a5dd98cf6 => 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: 1441/3015] 199.204.45.129 () {32 vars in 789 bytes} [Thu Jun 4 17:21:02 2026] DELETE /v2.0/security-group-rules/0d7b705b-22ae-4538-8e29-47560b43c12f => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3016] 199.204.45.129 () {32 vars in 789 bytes} [Thu Jun 4 17:21:03 2026] DELETE /v2.0/security-group-rules/84f24adf-7c80-4ac4-a0ea-711c20509e50 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:06.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-535ab0eb-cdfc-469a-a55e-f5259661debe 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 765a656c-0327-4bbb-85f6-04ff2fc48f48 2026-06-04 17:21:06.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-535ab0eb-cdfc-469a-a55e-f5259661debe 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 765a656c-0327-4bbb-85f6-04ff2fc48f48 2026-06-04 17:21:07.010 8 INFO neutron.db.l3_db [None req-535ab0eb-cdfc-469a-a55e-f5259661debe 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Floating IP 792fc75c-0941-4ff4-a7b8-5ba715aa7c12 disassociated (deleted). External IP: 10.96.250.211, port: 69c57d50-e1d1-4f48-9061-7ef325118727. [pid: 8|app: 0|req: 1442/3017] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:21:06 2026] DELETE /v2.0/floatingips/792fc75c-0941-4ff4-a7b8-5ba715aa7c12 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:07.335 7 INFO neutron.api.v2.resource [None req-19c4aca5-f5c5-465a-b301-655e6134c19e 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3018] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:21:07 2026] GET /v2.0/floatingips/792fc75c-0941-4ff4-a7b8-5ba715aa7c12 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3019] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:21:08 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: 1577/3020] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:21:08 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: 1444/3021] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3022] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:21:08 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-04 17:21:08.113 8 INFO neutron.api.v2.resource [None req-bdcfe8b4-04b9-4fcf-83fe-5eddc26afa21 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1445/3023] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/security-groups/lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3024] 199.204.45.129 () {30 vars in 785 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/security-groups?name=lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3025] 199.204.45.129 () {30 vars in 815 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/security-group-rules?security_group_id=40467eb4-ae74-46ad-89c4-c37a5dd98cf6 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3026] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:21:08 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: 1447/3027] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3028] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:21:08 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: 1448/3029] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:21:08 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: 1582/3030] 199.204.45.129 () {30 vars in 741 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => 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: 1449/3031] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3032] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3033] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:21:08 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3034] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:21:09 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3035] 199.204.45.129 () {34 vars in 975 bytes} [Thu Jun 4 17:21:10 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3036] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Jun 4 17:21:10 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3037] 199.204.45.129 () {34 vars in 1016 bytes} [Thu Jun 4 17:21:10 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3038] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:21:10 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3039] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Jun 4 17:21:10 2026] PUT /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1151 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3040] 199.204.45.129 () {30 vars in 769 bytes} [Thu Jun 4 17:21:11 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1588/3041] 199.204.45.129 () {34 vars in 789 bytes} [Thu Jun 4 17:21:11 2026] PUT /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1090 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3042] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:21:12.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-33ab5478-91f6-4520-a8ab-681ff4429b9b 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 9228a1c9-b5c7-444e-b8d5-20636585ec95 2026-06-04 17:21:12.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33ab5478-91f6-4520-a8ab-681ff4429b9b 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 9228a1c9-b5c7-444e-b8d5-20636585ec95 [pid: 7|app: 0|req: 1589/3043] 199.204.45.129 () {32 vars in 759 bytes} [Thu Jun 4 17:21:12 2026] DELETE /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3044] 199.204.45.129 () {30 vars in 703 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3045] 199.204.45.129 () {30 vars in 705 bytes} [Thu Jun 4 17:21:12 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: 1456/3046] 199.204.45.129 () {30 vars in 681 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3047] 199.204.45.129 () {30 vars in 717 bytes} [Thu Jun 4 17:21:12 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-04 17:21:12.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfec4248-71e0-4256-81b8-3c157e6edd7a 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/3048] 199.204.45.129 () {32 vars in 759 bytes} [Thu Jun 4 17:21:12 2026] DELETE /v2.0/ports/9228a1c9-b5c7-444e-b8d5-20636585ec95 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3049] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:21:12.606 8 INFO neutron.api.v2.resource [None req-365caee6-468d-4d6e-bc95-563947dc7cc4 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1458/3050] 199.204.45.129 () {30 vars in 763 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/security-groups/lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => 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: 1459/3051] 199.204.45.129 () {30 vars in 785 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/security-groups?name=lb-d825910e-83c1-492e-8e52-8d3ebf4ef827 => generated 1639 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3052] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/ports?tenant_id=dd0a5fadce7e4fc2b85e1c471855308f&device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => 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: 1594/3053] 199.204.45.129 () {30 vars in 737 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3054] 199.204.45.129 () {34 vars in 1066 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/networks?id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&id=e98f9160-7493-4003-8e3c-26ec09041e59 => generated 1523 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3055] 199.204.45.129 () {34 vars in 1062 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.150&port_id=6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => 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: 1462/3056] 199.204.45.129 () {34 vars in 984 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/subnets?id=598a3f06-98fe-4e3c-baef-597cd55cb253 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3057] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/ports?network_id=277cb9e9-33a4-40a5-80f0-23d7e5b95b0f&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: 1464/3058] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3059] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:21:12 2026] GET /v2.0/networks/277cb9e9-33a4-40a5-80f0-23d7e5b95b0f?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: 1595/3060] 199.204.45.129 () {34 vars in 789 bytes} [Thu Jun 4 17:21:12 2026] PUT /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 1094 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3061] 199.204.45.129 () {32 vars in 779 bytes} [Thu Jun 4 17:21:12 2026] DELETE /v2.0/security-groups/40467eb4-ae74-46ad-89c4-c37a5dd98cf6 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:13.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c88ff58-fca7-4bd4-8942-5b2a2ccf406f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 69c57d50-e1d1-4f48-9061-7ef325118727 2026-06-04 17:21:13.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c88ff58-fca7-4bd4-8942-5b2a2ccf406f 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 69c57d50-e1d1-4f48-9061-7ef325118727 [pid: 7|app: 0|req: 1596/3064] 199.204.45.129 () {32 vars in 759 bytes} [Thu Jun 4 17:21:12 2026] DELETE /v2.0/ports/69c57d50-e1d1-4f48-9061-7ef325118727 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3065] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:21:15 2026] GET /v2.0/ports?device_id=4e753d8b-f62a-4c9d-ac7d-e693c70d6405 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:21:16.014 7 INFO neutron_taas.services.taas.taas_plugin [req-feabb462-8caf-4112-9a9d-d1eb6b822fb5 req-0286b7a9-2113-4a8a-96fb-f553077121ad 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] TaaS: Handle Delete Port: 6ed0434b-e098-4f2f-a6de-4fc0b142fe55 2026-06-04 17:21:16.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-feabb462-8caf-4112-9a9d-d1eb6b822fb5 req-0286b7a9-2113-4a8a-96fb-f553077121ad 55c6ca1cc1a24d2e9f886f81f540c5df dd0a5fadce7e4fc2b85e1c471855308f - - default default] Tap Mirror: Handle Delete Port: 6ed0434b-e098-4f2f-a6de-4fc0b142fe55 [pid: 7|app: 0|req: 1597/3066] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:21:15 2026] DELETE /v2.0/ports/6ed0434b-e098-4f2f-a6de-4fc0b142fe55 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:16.185 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-927206fd-38fe-48d2-b810-46aa60a4745a'] response: {'server_uuid': '4e753d8b-f62a-4c9d-ac7d-e693c70d6405', 'name': 'network-vif-deleted', 'tag': '6ed0434b-e098-4f2f-a6de-4fc0b142fe55', 'status': 'completed', 'code': 200} 2026-06-04 17:21:17.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-af59c996-2318-4054-9f1d-826541f96b68 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 3011bd3e-907a-443c-bf8b-60f7ac049d6d 2026-06-04 17:21:17.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af59c996-2318-4054-9f1d-826541f96b68 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 3011bd3e-907a-443c-bf8b-60f7ac049d6d 2026-06-04 17:21:17.839 8 INFO neutron.db.l3_db [None req-af59c996-2318-4054-9f1d-826541f96b68 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Floating IP 0425b500-4dcb-43ec-a2a4-d40f52a645cc disassociated (deleted). External IP: 10.96.250.220, port: 4718a378-8135-4f87-a59f-a519d7eec217. [pid: 8|app: 0|req: 1470/3067] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:21:17 2026] DELETE /v2.0/floatingips/0425b500-4dcb-43ec-a2a4-d40f52a645cc => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:18.186 7 INFO neutron.api.v2.resource [None req-e3d4d8d0-fc58-46d2-b15c-c264b5883d1d 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3068] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/floatingips/0425b500-4dcb-43ec-a2a4-d40f52a645cc => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:18.199 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da30964e-e8d7-451e-8226-689347e74797'] response: {'name': 'network-changed', 'server_uuid': '018b029b-d7e8-4ba0-99cb-878a32db4747', 'tag': '4718a378-8135-4f87-a59f-a519d7eec217', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1471/3069] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3070] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3071] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3072] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/networks?id=2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3073] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.70&port_id=4718a378-8135-4f87-a59f-a519d7eec217 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3074] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2da&port_id=4718a378-8135-4f87-a59f-a519d7eec217 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3075] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/subnets?id=89bf06c3-2efb-47e8-a319-dcbc45449b9e&id=6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3076] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&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: 1475/3077] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:21:18 2026] GET /v2.0/ports?network_id=2ef816f9-8df6-4092-a210-ab08f7d5342d&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3078] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:21:19 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3079] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:21:19 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3080] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:21:20 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:21:20.901 8 INFO neutron_taas.services.taas.taas_plugin [req-70432fcf-ecb6-497d-9e66-466e2f0edec1 req-d3241a67-575f-4af7-ab8d-46e93b3bcea5 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 4718a378-8135-4f87-a59f-a519d7eec217 2026-06-04 17:21:20.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-70432fcf-ecb6-497d-9e66-466e2f0edec1 req-d3241a67-575f-4af7-ab8d-46e93b3bcea5 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 4718a378-8135-4f87-a59f-a519d7eec217 [pid: 8|app: 0|req: 1477/3081] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:21:20 2026] DELETE /v2.0/ports/4718a378-8135-4f87-a59f-a519d7eec217 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:21.146 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4dd783c8-b82d-4d15-b9f3-728cf842989e'] response: {'server_uuid': '018b029b-d7e8-4ba0-99cb-878a32db4747', 'name': 'network-vif-deleted', 'tag': '4718a378-8135-4f87-a59f-a519d7eec217', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1605/3082] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:21:23 2026] GET /v2.0/ports?device_id=018b029b-d7e8-4ba0-99cb-878a32db4747 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:21:28.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-4484aac2-2085-4d3c-ad94-c77de1eda3a9 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: d2ee3d51-54a4-41a5-8f7d-9bdc517eeff0 2026-06-04 17:21:28.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4484aac2-2085-4d3c-ad94-c77de1eda3a9 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: d2ee3d51-54a4-41a5-8f7d-9bdc517eeff0 2026-06-04 17:21:28.915 8 INFO neutron.db.l3_db [None req-4484aac2-2085-4d3c-ad94-c77de1eda3a9 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Floating IP 0aa71fdb-a5e4-40b4-ba05-524f0bf6df18 disassociated (deleted). External IP: 10.96.250.205, port: 3ddd5652-c1f8-4618-a155-894ee0c3729a. [pid: 8|app: 0|req: 1479/3085] 10.0.0.84 () {32 vars in 731 bytes} [Thu Jun 4 17:21:28 2026] DELETE /v2.0/floatingips/0aa71fdb-a5e4-40b4-ba05-524f0bf6df18 => generated 0 bytes in 633 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:29.259 7 INFO neutron.api.v2.resource [None req-00c868e8-7dfb-428a-aa76-656a2ae35cf6 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3086] 10.0.0.84 () {32 vars in 728 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/floatingips/0aa71fdb-a5e4-40b4-ba05-524f0bf6df18 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:29.266 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-add3de30-40d2-43f2-9654-fa66c566a779'] response: {'name': 'network-changed', 'server_uuid': 'c1656a36-289e-43d2-8dca-ae3ce7568775', 'tag': '3ddd5652-c1f8-4618-a155-894ee0c3729a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1480/3087] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3088] 10.0.0.109 () {34 vars in 1040 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/security-groups?id=5e576516-cc87-443f-bf07-0dfc7855d7d5&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3089] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/ports?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3090] 199.204.45.129 () {34 vars in 986 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/networks?id=800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3091] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.139&port_id=3ddd5652-c1f8-4618-a155-894ee0c3729a => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3092] 199.204.45.129 () {34 vars in 1102 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4a&port_id=3ddd5652-c1f8-4618-a155-894ee0c3729a => 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: 1483/3093] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/subnets?id=0b5c3e2f-19de-4241-9e90-5398d3996f88&id=c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 1411 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3094] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:21:29 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3095] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Jun 4 17:21:30 2026] GET /v2.0/ports?network_id=800c7c07-1d31-4d7d-8cb8-daf387609f50&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: 1612/3096] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Jun 4 17:21:30 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?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: 1485/3097] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Jun 4 17:21:30 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3098] 199.204.45.129 () {34 vars in 994 bytes} [Thu Jun 4 17:21:31 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-04 17:21:31.991 8 INFO neutron_taas.services.taas.taas_plugin [req-a31447e6-dd09-471e-8274-808cee36db6f req-ce94b2c6-a54d-4685-912b-50e1376eded4 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 3ddd5652-c1f8-4618-a155-894ee0c3729a 2026-06-04 17:21:31.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a31447e6-dd09-471e-8274-808cee36db6f req-ce94b2c6-a54d-4685-912b-50e1376eded4 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 3ddd5652-c1f8-4618-a155-894ee0c3729a [pid: 8|app: 0|req: 1486/3099] 199.204.45.129 () {36 vars in 997 bytes} [Thu Jun 4 17:21:31 2026] DELETE /v2.0/ports/3ddd5652-c1f8-4618-a155-894ee0c3729a => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:32.195 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ca2c8f8-c38d-415e-a757-18266f0c7aeb'] response: {'server_uuid': 'c1656a36-289e-43d2-8dca-ae3ce7568775', 'name': 'network-vif-deleted', 'tag': '3ddd5652-c1f8-4618-a155-894ee0c3729a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1614/3100] 10.0.0.109 () {34 vars in 990 bytes} [Thu Jun 4 17:21:34 2026] GET /v2.0/ports?device_id=c1656a36-289e-43d2-8dca-ae3ce7568775 => 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: 1487/3101] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:39 2026] DELETE /v2.0/security-group-rules/8cc706ec-f3cc-4283-a98a-93066ecf1c71 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:39.738 7 INFO neutron.api.v2.resource [None req-a562f58b-8966-4767-8f64-f431c6eb34af 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3102] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:39 2026] GET /v2.0/security-group-rules/8cc706ec-f3cc-4283-a98a-93066ecf1c71 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3103] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:39 2026] DELETE /v2.0/security-group-rules/7b9c3694-61a1-4548-bfd1-eba1db89c8b3 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:39.821 7 INFO neutron.api.v2.resource [None req-d740ade5-eab7-4e08-8a44-8c5f0aa38db6 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3104] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:39 2026] GET /v2.0/security-group-rules/7b9c3694-61a1-4548-bfd1-eba1db89c8b3 => 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: 1489/3105] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:39 2026] DELETE /v2.0/security-group-rules/690e46f8-9253-46d8-b029-cd1c2acc0b76 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:39.896 7 INFO neutron.api.v2.resource [None req-f6a58cf1-b990-4d05-8603-a9d03ea16ae5 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3106] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:39 2026] GET /v2.0/security-group-rules/690e46f8-9253-46d8-b029-cd1c2acc0b76 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3107] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:39 2026] DELETE /v2.0/security-group-rules/6d638925-95b9-4206-9fe1-497cc4aaa04b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:39.986 7 INFO neutron.api.v2.resource [None req-0b0b6c75-2047-49ca-b9c1-91a8c416dede 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3108] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:39 2026] GET /v2.0/security-group-rules/6d638925-95b9-4206-9fe1-497cc4aaa04b => 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: 1491/3109] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:39 2026] DELETE /v2.0/security-group-rules/e75b2f95-ed91-4b5a-8ceb-37c5cd67a96a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.080 7 INFO neutron.api.v2.resource [None req-d4f1ec07-04b6-4b3a-97ae-41123b174ca2 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3110] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-group-rules/e75b2f95-ed91-4b5a-8ceb-37c5cd67a96a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3111] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:40 2026] DELETE /v2.0/security-group-rules/5b29c242-9884-4da9-9408-fb3e5ae10639 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.163 7 INFO neutron.api.v2.resource [None req-a3a81b90-be53-4408-839e-f00f0b32a3d2 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3112] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-group-rules/5b29c242-9884-4da9-9408-fb3e5ae10639 => 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: 1493/3113] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:40 2026] DELETE /v2.0/security-group-rules/278cce8c-f007-4152-89d7-9b3a889fb129 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.254 7 INFO neutron.api.v2.resource [None req-48ac0f35-fe59-4c82-98a2-3230831139f3 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3114] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-group-rules/278cce8c-f007-4152-89d7-9b3a889fb129 => 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: 1494/3115] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:40 2026] DELETE /v2.0/security-group-rules/3636df61-5b06-4ad4-9d53-2e36bde0b32d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.340 7 INFO neutron.api.v2.resource [None req-b478aeb9-e18d-42c2-af8b-a78a7bdf071f 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3116] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-group-rules/3636df61-5b06-4ad4-9d53-2e36bde0b32d => 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: 1495/3117] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:40 2026] DELETE /v2.0/security-group-rules/222e7a92-a7ae-40af-a538-6d4eb22c9cf0 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.416 7 INFO neutron.api.v2.resource [None req-cf772c20-818b-4a24-a481-ca77b3cfe2b0 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3118] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-group-rules/222e7a92-a7ae-40af-a538-6d4eb22c9cf0 => 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: 1496/3119] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:40 2026] DELETE /v2.0/security-group-rules/3adc2864-a3fa-4e1e-a9d0-5ba93b0d2fe2 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.482 7 INFO neutron.api.v2.resource [None req-af3eee7c-2651-496c-83d2-30918df1bca8 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3120] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-group-rules/3adc2864-a3fa-4e1e-a9d0-5ba93b0d2fe2 => 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: 1497/3121] 10.0.0.84 () {32 vars in 749 bytes} [Thu Jun 4 17:21:40 2026] DELETE /v2.0/security-group-rules/eb9f7840-565f-41c1-8fc0-41ceb117c042 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.554 7 INFO neutron.api.v2.resource [None req-b06bfe16-659b-4803-b132-f88878edc628 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3122] 10.0.0.84 () {32 vars in 746 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-group-rules/eb9f7840-565f-41c1-8fc0-41ceb117c042 => 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: 1498/3123] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:40 2026] DELETE /v2.0/security-groups/5e576516-cc87-443f-bf07-0dfc7855d7d5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:40.667 7 INFO neutron.api.v2.resource [None req-731dbd00-3a94-4e18-a6ac-e83d46a91d39 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3124] 10.0.0.84 () {32 vars in 736 bytes} [Thu Jun 4 17:21:40 2026] GET /v2.0/security-groups/5e576516-cc87-443f-bf07-0dfc7855d7d5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:41.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab035616-07a1-4028-86bb-679c92eb72ec 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 9e503589-350c-439a-a9f9-79eda362faac 2026-06-04 17:21:41.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab035616-07a1-4028-86bb-679c92eb72ec 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 9e503589-350c-439a-a9f9-79eda362faac [pid: 8|app: 0|req: 1499/3125] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:21:40 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:21:41.760 7 INFO neutron.api.v2.resource [None req-9c3b6c48-395e-4700-b6be-9985138fd4f1 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3126] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:21:41 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/remove_router_interface => generated 198 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:42.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-84aa9734-7f30-4aa5-a368-c2cba085c426 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: e9e43f66-f48f-433f-adea-224907a05e69 2026-06-04 17:21:42.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84aa9734-7f30-4aa5-a368-c2cba085c426 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: e9e43f66-f48f-433f-adea-224907a05e69 [pid: 8|app: 0|req: 1500/3127] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:21:41 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:21:42.834 7 INFO neutron.api.v2.resource [None req-c8d1344c-8962-4e37-ae83-7cee6fcf0202 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3128] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:21:42 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:43.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-456cb267-69a7-4094-b496-0be7348e0288 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: a606e5ef-ed2e-461b-9e01-47465d3affcb 2026-06-04 17:21:43.229 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-456cb267-69a7-4094-b496-0be7348e0288 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: a606e5ef-ed2e-461b-9e01-47465d3affcb [pid: 8|app: 0|req: 1501/3131] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:21:42 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:21:43.895 7 INFO neutron.api.v2.resource [None req-d4e408c5-83a5-4078-a70d-562748eb340b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3132] 10.0.0.84 () {34 vars in 788 bytes} [Thu Jun 4 17:21:43 2026] PUT /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:44.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-73c012b0-d049-4f2d-8a2f-e11f0ba6a39b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 5874117b-78c4-467e-af5c-0cb7ba00fad5 2026-06-04 17:21:44.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73c012b0-d049-4f2d-8a2f-e11f0ba6a39b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 5874117b-78c4-467e-af5c-0cb7ba00fad5 2026-06-04 17:21:44.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-73c012b0-d049-4f2d-8a2f-e11f0ba6a39b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: e8fffd26-7bcb-416a-a3cb-640bb383c47d 2026-06-04 17:21:44.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73c012b0-d049-4f2d-8a2f-e11f0ba6a39b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: e8fffd26-7bcb-416a-a3cb-640bb383c47d 2026-06-04 17:21:44.796 8 INFO neutron.db.l3_hamode_db [None req-73c012b0-d049-4f2d-8a2f-e11f0ba6a39b 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] HA network 7f5dfc73-a0a2-4cdb-b701-a8707c649f05 was deleted as no HA routers are present in tenant c4664fe102a24ab99fa5acae01b1aaf1. [pid: 8|app: 0|req: 1502/3133] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:43 2026] DELETE /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8 => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:44.808 8 INFO neutron.services.segments.plugin [-] Segment 51d68064-9373-4da1-b1c6-dab7aaa2f930 resource provider aggregate not found 2026-06-04 17:21:44.812 8 INFO neutron.services.segments.plugin [-] Segment 51d68064-9373-4da1-b1c6-dab7aaa2f930 resource provider aggregate not found 2026-06-04 17:21:44.827 7 INFO neutron.api.v2.resource [None req-7f2bac9d-d70e-4572-8524-61ca53647c58 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] show failed (client error): The resource could not be found. 2026-06-04 17:21:44.827 8 INFO neutron.services.segments.plugin [-] Segment 51d68064-9373-4da1-b1c6-dab7aaa2f930 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51d68064-9373-4da1-b1c6-dab7aaa2f930 found for delete ", "request_id": "req-4561b8d4-eed5-456a-852d-25aad50bdb9f"}]} [pid: 7|app: 0|req: 1632/3134] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:21:44 2026] GET /v2.0/routers/e47c0961-fb6d-486f-8a23-b04f779afce8 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:44.829 8 INFO neutron.services.segments.plugin [-] Segment 51d68064-9373-4da1-b1c6-dab7aaa2f930 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51d68064-9373-4da1-b1c6-dab7aaa2f930 found for delete ", "request_id": "req-8f4562a1-e63d-4145-8e42-4d96729b3f85"}]} [pid: 8|app: 0|req: 1503/3135] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:44 2026] DELETE /v2.0/subnets/6b97085c-e18b-470a-8c47-913cbf5ca1c2 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:45.028 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1c98e24-0220-42f7-a995-415c0c3fafab 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3136] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:21:45 2026] GET /v2.0/subnets/6b97085c-e18b-470a-8c47-913cbf5ca1c2 => 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: 1504/3137] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:45 2026] DELETE /v2.0/subnets/89bf06c3-2efb-47e8-a319-dcbc45449b9e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:45.187 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e92b789c-1c96-4469-8325-11e373740ce0 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3138] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:21:45 2026] GET /v2.0/subnets/89bf06c3-2efb-47e8-a319-dcbc45449b9e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:45.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c7bb475-4971-4362-b1c4-37437568e4b0 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 88b7b59a-aaab-4a7c-9670-ec7d6ed8d684 2026-06-04 17:21:45.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c7bb475-4971-4362-b1c4-37437568e4b0 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 88b7b59a-aaab-4a7c-9670-ec7d6ed8d684 [pid: 8|app: 0|req: 1505/3139] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:21:45 2026] DELETE /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:45.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20ae2e2c-1e79-4de9-be75-95f2400ccaaf 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3140] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:21:45 2026] GET /v2.0/networks/2ef816f9-8df6-4092-a210-ab08f7d5342d => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3141] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:45 2026] DELETE /v2.0/subnets/c0d9222c-3fc2-4f71-880e-7bde8dba1baf => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:45.633 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d2c9803-20b5-436b-bdd6-f442e777a172 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3142] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:21:45 2026] GET /v2.0/subnets/c0d9222c-3fc2-4f71-880e-7bde8dba1baf => 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: 1507/3143] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:45 2026] DELETE /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:45.797 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d614a79-2b29-4a54-bce9-009d046dcdac 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3144] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:21:45 2026] GET /v2.0/subnets/0b5c3e2f-19de-4241-9e90-5398d3996f88 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:45.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-655174b9-2090-4c48-9c8f-bafbf7289918 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: fc43f37e-dfc3-4083-8127-759c35cad916 2026-06-04 17:21:45.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-655174b9-2090-4c48-9c8f-bafbf7289918 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: fc43f37e-dfc3-4083-8127-759c35cad916 [pid: 8|app: 0|req: 1508/3145] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:21:45 2026] DELETE /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:46.066 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7faec0c-ee22-4805-8735-12e6ee263425 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3146] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:21:46 2026] GET /v2.0/networks/800c7c07-1d31-4d7d-8cb8-daf387609f50 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3147] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:46 2026] DELETE /v2.0/subnets/e1cef652-4c4a-490d-9d66-b1098707cde5 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:46.213 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ceae9ffa-1a16-4495-9362-72ded8aa8743 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3148] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:21:46 2026] GET /v2.0/subnets/e1cef652-4c4a-490d-9d66-b1098707cde5 => 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: 1510/3149] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:46 2026] DELETE /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:46.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39855d53-63c6-44d2-80f0-c14d90f32738 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3150] 10.0.0.84 () {32 vars in 720 bytes} [Thu Jun 4 17:21:46 2026] GET /v2.0/subnets/d3f18e06-6387-4489-8be9-5a98c8615d13 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:46.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-712b4fe1-7399-48ac-9d05-cb69d1d7125e 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] TaaS: Handle Delete Port: 4db1d7c0-75e7-41e7-af6d-2430a83f2dcf 2026-06-04 17:21:46.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-712b4fe1-7399-48ac-9d05-cb69d1d7125e 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] Tap Mirror: Handle Delete Port: 4db1d7c0-75e7-41e7-af6d-2430a83f2dcf [pid: 8|app: 0|req: 1511/3151] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:21:46 2026] DELETE /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:46.690 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c068e316-de30-4633-aacb-82a35e9a966a 42820d84bdf84f9ab640e8b156c60f08 c4664fe102a24ab99fa5acae01b1aaf1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3152] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:21:46 2026] GET /v2.0/networks/e98f9160-7493-4003-8e3c-26ec09041e59 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:46.851 8 INFO neutron.services.segments.plugin [-] Segment a4f43b45-8d4d-408f-a751-e9000e81f6ac resource provider aggregate not found 2026-06-04 17:21:46.856 8 INFO neutron.services.segments.plugin [-] Segment a4f43b45-8d4d-408f-a751-e9000e81f6ac resource provider aggregate not found 2026-06-04 17:21:46.871 8 INFO neutron.services.segments.plugin [-] Segment a4f43b45-8d4d-408f-a751-e9000e81f6ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f43b45-8d4d-408f-a751-e9000e81f6ac found for delete ", "request_id": "req-4991b9ba-c1ac-4a9e-8b67-f448aa2beef4"}]} 2026-06-04 17:21:46.876 8 INFO neutron.services.segments.plugin [-] Segment a4f43b45-8d4d-408f-a751-e9000e81f6ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f43b45-8d4d-408f-a751-e9000e81f6ac found for delete ", "request_id": "req-b5a31d95-8aae-41a7-bed9-3a0ae2ce1d7a"}]} 2026-06-04 17:21:46.891 8 INFO neutron.services.segments.plugin [-] Segment bdb5c23c-1ece-48a9-bead-c3cc1ebddc2a resource provider aggregate not found 2026-06-04 17:21:46.894 8 INFO neutron.services.segments.plugin [-] Segment bdb5c23c-1ece-48a9-bead-c3cc1ebddc2a resource provider aggregate not found 2026-06-04 17:21:46.907 8 INFO neutron.services.segments.plugin [-] Segment bdb5c23c-1ece-48a9-bead-c3cc1ebddc2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb5c23c-1ece-48a9-bead-c3cc1ebddc2a found for delete ", "request_id": "req-0e250c6d-ae5a-4f25-a103-30b7c6453375"}]} 2026-06-04 17:21:46.912 8 INFO neutron.services.segments.plugin [-] Segment bdb5c23c-1ece-48a9-bead-c3cc1ebddc2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb5c23c-1ece-48a9-bead-c3cc1ebddc2a found for delete ", "request_id": "req-4ec8bb1c-dee8-4afb-a5a2-90d9b3c812ed"}]} 2026-06-04 17:21:46.929 8 INFO neutron.services.segments.plugin [-] Segment 4342ad6b-0d47-48a3-a4b1-b23d022ce5c3 resource provider aggregate not found 2026-06-04 17:21:46.934 8 INFO neutron.services.segments.plugin [-] Segment 4342ad6b-0d47-48a3-a4b1-b23d022ce5c3 resource provider aggregate not found 2026-06-04 17:21:46.949 8 INFO neutron.services.segments.plugin [-] Segment 4342ad6b-0d47-48a3-a4b1-b23d022ce5c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4342ad6b-0d47-48a3-a4b1-b23d022ce5c3 found for delete ", "request_id": "req-a5bafdb3-9ebe-4618-91c2-9a0d4f3a4598"}]} 2026-06-04 17:21:46.954 8 INFO neutron.services.segments.plugin [-] Segment 4342ad6b-0d47-48a3-a4b1-b23d022ce5c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4342ad6b-0d47-48a3-a4b1-b23d022ce5c3 found for delete ", "request_id": "req-fb1271b9-05c6-43bd-afbb-d552f8b57a75"}]} [pid: 8|app: 0|req: 1512/3153] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:48 2026] GET /v2.0/security-groups?tenant_id=1232d35ee6d54e4a82a4ce0b37e1c86e&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3154] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:48 2026] DELETE /v2.0/security-groups/48a14c15-824e-41af-b9bd-e7e77228d5c4 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3155] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:49 2026] GET /v2.0/security-groups?tenant_id=3d91f39ab3534995bee0742a85b195a4&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3156] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:49 2026] DELETE /v2.0/security-groups/c652a4e6-b22b-4e67-8b7c-653f03d671e8 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3157] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:49 2026] GET /v2.0/security-groups?tenant_id=12d93713b1b84c54b5943a548f1732a7&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3158] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:49 2026] DELETE /v2.0/security-groups/b2aaea86-ca3e-474b-99a2-186780031fb7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3159] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:49 2026] GET /v2.0/security-groups?tenant_id=e6360b3468b24c049da1720328791e0f&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3160] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:49 2026] DELETE /v2.0/security-groups/55ffd24e-1b1b-4338-8ff3-3479277fe450 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3161] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:50 2026] GET /v2.0/security-groups?tenant_id=c4664fe102a24ab99fa5acae01b1aaf1&name=default => generated 2927 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3162] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:50 2026] DELETE /v2.0/security-groups/45673027-bd93-48de-b1b2-1fc6e39eec60 => 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: 1517/3163] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:50 2026] GET /v2.0/security-groups?tenant_id=cc2d3516bcdf4dbea38307325beb017e&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3164] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:50 2026] DELETE /v2.0/security-groups/ea95c332-93d9-4424-a271-75cf15bc9819 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3165] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:50 2026] GET /v2.0/security-groups?tenant_id=e564622c55f948f7b54b2058bdd96868&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3166] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:50 2026] DELETE /v2.0/security-groups/e6a353b7-b515-49a5-b9e5-6aeca7a1f19f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:55.228 8 INFO neutron.db.segments_db [None req-1b41bced-d0f5-4e68-afea-d5d7b5704939 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] Added segment f9419fbc-8b25-4bbb-a691-7b08a1e4c4d1 of type vxlan for network 5b6b40e4-344a-40c1-851b-632dfea01433 [pid: 8|app: 0|req: 1519/3167] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:21:54 2026] POST /v2.0/networks => generated 727 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3168] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:21:55 2026] POST /v2.0/subnets => generated 644 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:21:55.495 8 WARNING neutron.api.v2.base [None req-8e3d74fd-f4d0-4e69-808f-c9a212869270 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - 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-04 17:21:55.495 8 INFO neutron.api.v2.resource [None req-8e3d74fd-f4d0-4e69-808f-c9a212869270 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1520/3169] 10.0.0.84 () {34 vars in 680 bytes} [Thu Jun 4 17:21:55 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3170] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:21:55 2026] DELETE /v2.0/networks/5b6b40e4-344a-40c1-851b-632dfea01433 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:55.760 8 INFO neutron.db.segments_db [None req-712ce895-ba47-49e5-93ed-5ce176db897d e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] Added segment 777444ff-47c5-4924-af3a-9a46f3b38863 of type vxlan for network b83b6508-2b6b-4d1f-871f-b1aaedf87801 2026-06-04 17:21:55.768 7 INFO neutron.services.segments.plugin [-] Segment f9419fbc-8b25-4bbb-a691-7b08a1e4c4d1 resource provider aggregate not found 2026-06-04 17:21:55.778 7 INFO neutron.services.segments.plugin [-] Segment f9419fbc-8b25-4bbb-a691-7b08a1e4c4d1 resource provider aggregate not found 2026-06-04 17:21:55.787 7 INFO neutron.services.segments.plugin [-] Segment f9419fbc-8b25-4bbb-a691-7b08a1e4c4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9419fbc-8b25-4bbb-a691-7b08a1e4c4d1 found for delete ", "request_id": "req-9d1ab57b-d0d9-4a0b-bb0a-496a73ef5c7c"}]} 2026-06-04 17:21:55.794 7 INFO neutron.services.segments.plugin [-] Segment f9419fbc-8b25-4bbb-a691-7b08a1e4c4d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9419fbc-8b25-4bbb-a691-7b08a1e4c4d1 found for delete ", "request_id": "req-2240783c-81f8-4e14-a239-79b6453c1e1d"}]} [pid: 8|app: 0|req: 1521/3171] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:21:55 2026] POST /v2.0/networks => generated 726 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3172] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:21:55 2026] POST /v2.0/subnets => generated 647 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-04 17:21:56.062 8 WARNING neutron.api.v2.base [None req-550b61a0-264d-4396-88ce-8841961af208 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - 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-04 17:21:56.062 8 INFO neutron.api.v2.resource [None req-550b61a0-264d-4396-88ce-8841961af208 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1522/3173] 10.0.0.84 () {34 vars in 680 bytes} [Thu Jun 4 17:21:56 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: 1652/3174] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:21:56 2026] DELETE /v2.0/networks/b83b6508-2b6b-4d1f-871f-b1aaedf87801 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:56.300 8 INFO neutron.db.segments_db [None req-4732a8c0-355a-47a7-aaab-1fe11b1b1ff7 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] Added segment 03c38827-f531-4299-8460-4e408ae2153c of type vxlan for network 65016f33-eba2-4f99-a6ec-d8a7acd065d7 [pid: 8|app: 0|req: 1523/3175] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:21:56 2026] POST /v2.0/networks => generated 725 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3176] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:21:56 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3177] 10.0.0.84 () {34 vars in 680 bytes} [Thu Jun 4 17:21:56 2026] POST /v2.0/rbac-policies => generated 324 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3178] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:21:57 2026] GET /v2.0/networks/65016f33-eba2-4f99-a6ec-d8a7acd065d7 => generated 654 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-04 17:21:57.676 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8fbbc547-edc8-4be9-954e-e9cbf1fbc906 995a1e0f045b4b95bd78b70cb470cbba 827d21b42836471b9aa0f7f80cfd4417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3179] 10.0.0.84 () {32 vars in 722 bytes} [Thu Jun 4 17:21:57 2026] GET /v2.0/networks/65016f33-eba2-4f99-a6ec-d8a7acd065d7 => generated 138 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:57.813 7 INFO neutron.services.segments.plugin [-] Segment 777444ff-47c5-4924-af3a-9a46f3b38863 resource provider aggregate not found 2026-06-04 17:21:57.816 7 INFO neutron.services.segments.plugin [-] Segment 777444ff-47c5-4924-af3a-9a46f3b38863 resource provider aggregate not found 2026-06-04 17:21:57.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-6aed8407-9116-42c7-8251-f95650d806f2 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] TaaS: Handle Delete Port: c6286076-88b2-4f3f-a54f-77610c67af16 2026-06-04 17:21:57.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aed8407-9116-42c7-8251-f95650d806f2 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] Tap Mirror: Handle Delete Port: c6286076-88b2-4f3f-a54f-77610c67af16 2026-06-04 17:21:57.830 7 INFO neutron.services.segments.plugin [-] Segment 777444ff-47c5-4924-af3a-9a46f3b38863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777444ff-47c5-4924-af3a-9a46f3b38863 found for delete ", "request_id": "req-e7feff80-c966-4c09-88fa-90a61dc8370f"}]} 2026-06-04 17:21:57.836 7 INFO neutron.services.segments.plugin [-] Segment 777444ff-47c5-4924-af3a-9a46f3b38863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 777444ff-47c5-4924-af3a-9a46f3b38863 found for delete ", "request_id": "req-d203cd98-ddb8-4de8-a846-aaade02c766c"}]} [pid: 7|app: 0|req: 1655/3180] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:21:57 2026] DELETE /v2.0/networks/65016f33-eba2-4f99-a6ec-d8a7acd065d7 => generated 0 bytes in 435 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:21:58.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae0dcd0b-a6a4-46a5-b865-dced1a4a7763 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3181] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:58 2026] DELETE /v2.0/subnets/3742df53-f2bd-4ad7-a013-34e8481540f4 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:58.166 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebb7e53b-a99c-4e3d-8d8b-d6c53758468c e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3182] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:58 2026] DELETE /v2.0/subnets/d8240900-e7a5-4a7b-981b-8a9497f71562 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-04 17:21:58.183 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26a03a06-6d62-41de-b431-91a17b46ac98 e8b3d8659b91440eacbc789af05b85fc b54cd6ffc4264402a574439075e82a8e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3185] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:21:58 2026] DELETE /v2.0/subnets/7318c77d-1908-42f0-a26d-f0553c0567db => 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: 1528/3186] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:59 2026] GET /v2.0/security-groups?tenant_id=827d21b42836471b9aa0f7f80cfd4417&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3187] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:59 2026] DELETE /v2.0/security-groups/103748a8-316d-44f1-8b5c-4f7994b0bfb3 => 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: 1529/3188] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:59 2026] GET /v2.0/security-groups?tenant_id=b54cd6ffc4264402a574439075e82a8e&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3189] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:59 2026] DELETE /v2.0/security-groups/6ff3a787-99b5-4200-b569-d01245fc3142 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:21:59.851 7 INFO neutron.services.segments.plugin [-] Segment 03c38827-f531-4299-8460-4e408ae2153c resource provider aggregate not found 2026-06-04 17:21:59.861 7 INFO neutron.services.segments.plugin [-] Segment 03c38827-f531-4299-8460-4e408ae2153c resource provider aggregate not found 2026-06-04 17:21:59.869 7 INFO neutron.services.segments.plugin [-] Segment 03c38827-f531-4299-8460-4e408ae2153c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c38827-f531-4299-8460-4e408ae2153c found for delete ", "request_id": "req-5c30bb08-8ddc-41d4-83fd-3272bf8a970f"}]} 2026-06-04 17:21:59.880 7 INFO neutron.services.segments.plugin [-] Segment 03c38827-f531-4299-8460-4e408ae2153c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c38827-f531-4299-8460-4e408ae2153c found for delete ", "request_id": "req-fa86adc1-50b4-4bc9-b761-6c002fb922d3"}]} [pid: 8|app: 0|req: 1530/3190] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:21:59 2026] GET /v2.0/security-groups?tenant_id=ac77b3b85b474f5cba4f7bf3796e0c01&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3191] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:21:59 2026] DELETE /v2.0/security-groups/ab7eeee2-a6ac-42c9-8082-0f9a9bf24e33 => 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: 1531/3192] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:22:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3193] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:22:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3194] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:22:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3195] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:22:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3196] 10.0.0.84 () {34 vars in 683 bytes} [Thu Jun 4 17:22:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3197] 10.0.0.84 () {34 vars in 766 bytes} [Thu Jun 4 17:22:04 2026] PUT /v2.0/security-groups/bf6227dd-1e79-4e71-89be-1fa7419b94e6/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3198] 10.0.0.84 () {34 vars in 766 bytes} [Thu Jun 4 17:22:04 2026] PUT /v2.0/security-groups/e2775f57-862a-47d0-879e-da69f9e11fe3/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3199] 10.0.0.84 () {34 vars in 766 bytes} [Thu Jun 4 17:22:04 2026] PUT /v2.0/security-groups/86a08f17-14cb-49f8-848d-b98113d174af/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3200] 10.0.0.84 () {34 vars in 766 bytes} [Thu Jun 4 17:22:04 2026] PUT /v2.0/security-groups/42ab6138-0b8d-4d89-8831-7e635c9c47ed/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3201] 10.0.0.84 () {32 vars in 679 bytes} [Thu Jun 4 17:22:04 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3202] 10.0.0.84 () {32 vars in 693 bytes} [Thu Jun 4 17:22:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3203] 10.0.0.84 () {32 vars in 689 bytes} [Thu Jun 4 17:22:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3204] 10.0.0.84 () {32 vars in 701 bytes} [Thu Jun 4 17:22:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3205] 10.0.0.84 () {32 vars in 687 bytes} [Thu Jun 4 17:22:05 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3206] 10.0.0.84 () {32 vars in 701 bytes} [Thu Jun 4 17:22:05 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3207] 10.0.0.84 () {32 vars in 697 bytes} [Thu Jun 4 17:22:05 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3208] 10.0.0.84 () {32 vars in 709 bytes} [Thu Jun 4 17:22:05 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3209] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:05 2026] DELETE /v2.0/security-groups/bf6227dd-1e79-4e71-89be-1fa7419b94e6 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3210] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:05 2026] DELETE /v2.0/security-groups/e2775f57-862a-47d0-879e-da69f9e11fe3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3211] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:05 2026] DELETE /v2.0/security-groups/86a08f17-14cb-49f8-848d-b98113d174af => 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: 1541/3212] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:06 2026] DELETE /v2.0/security-groups/42ab6138-0b8d-4d89-8831-7e635c9c47ed => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3213] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:06 2026] DELETE /v2.0/security-groups/27067f12-84f4-4cd6-bcca-06d4537aafb6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3214] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:22:06 2026] GET /v2.0/security-groups?tenant_id=60e8c120efd54bc2899dba71959d0dfe&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: 1673/3215] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:07 2026] DELETE /v2.0/security-groups/85cb57e8-143f-40fe-9dd3-1cd6334ba5ae => 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: 1543/3216] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:22:07 2026] GET /v2.0/security-groups?tenant_id=cf7d472460244feaad87c3b7c6b8e57f&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3217] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:07 2026] DELETE /v2.0/security-groups/6fb229a8-7fb6-4691-b08d-98729ab901b6 => 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: 1544/3218] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:22:07 2026] GET /v2.0/security-groups?tenant_id=c53f6bc5bfbf4557afc45461d8ed8468&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3219] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:07 2026] DELETE /v2.0/security-groups/aecc6ced-883d-4aae-82c0-758abdfa5c39 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:22:11.307 8 INFO neutron.db.segments_db [None req-d16c5d16-d28b-4ae2-b00f-71d7eccad0da f9f2df0d654547919df44a269ace5e77 ad56ebd67d304579ad1bfc605148dd99 - - default default] Added segment aabd9b6a-2daf-4b64-b41a-04c82e8e7c21 of type vxlan for network 55acc86f-c6bc-4a6d-bcb9-3cc194744f48 [pid: 8|app: 0|req: 1545/3220] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:22:11 2026] POST /v2.0/networks => generated 632 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3221] 10.0.0.84 () {34 vars in 663 bytes} [Thu Jun 4 17:22:11 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3222] 10.0.0.84 () {34 vars in 746 bytes} [Thu Jun 4 17:22:11 2026] PUT /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1677/3223] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:22:11 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1547/3224] 10.0.0.84 () {34 vars in 757 bytes} [Thu Jun 4 17:22:11 2026] PUT /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags/green => generated 4 bytes in 82 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: 1678/3225] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:22:11 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1548/3226] 10.0.0.84 () {34 vars in 753 bytes} [Thu Jun 4 17:22:11 2026] PUT /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags/red => generated 4 bytes in 89 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: 1679/3227] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:22:12 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1549/3228] 10.0.0.84 () {34 vars in 775 bytes} [Thu Jun 4 17:22:12 2026] PUT /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags/black.or.white => generated 4 bytes in 82 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: 1680/3229] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:22:12 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 52 bytes in 52 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: 1550/3230] 10.0.0.84 () {34 vars in 746 bytes} [Thu Jun 4 17:22:12 2026] PUT /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/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: 7|app: 0|req: 1681/3231] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:22:12 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1551/3232] 10.0.0.84 () {32 vars in 734 bytes} [Thu Jun 4 17:22:12 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags/red => generated 0 bytes in 80 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-04 17:22:12.516 7 INFO neutron.api.v2.resource [None req-5e2c04c3-9347-46c0-b6c5-ae7bacd58fec f9f2df0d654547919df44a269ace5e77 ad56ebd67d304579ad1bfc605148dd99 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3233] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:22:12 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1552/3234] 10.0.0.84 () {32 vars in 737 bytes} [Thu Jun 4 17:22:12 2026] DELETE /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags/red => generated 0 bytes in 61 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: 1683/3235] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:22:12 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:22:12.706 8 INFO neutron.api.v2.resource [None req-5387e460-7038-4efa-a5db-64298fe77bf5 f9f2df0d654547919df44a269ace5e77 ad56ebd67d304579ad1bfc605148dd99 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3236] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:22:12 2026] DELETE /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags/green => generated 99 bytes in 58 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: 1684/3237] 10.0.0.84 () {32 vars in 729 bytes} [Thu Jun 4 17:22:12 2026] DELETE /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1554/3238] 10.0.0.84 () {32 vars in 726 bytes} [Thu Jun 4 17:22:12 2026] GET /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:22:12.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dcfb23d-5046-4973-9cf2-d1c5fa76cb01 f9f2df0d654547919df44a269ace5e77 ad56ebd67d304579ad1bfc605148dd99 - - default default] TaaS: Handle Delete Port: 53935109-8c78-4cd9-ba57-264ab9cac37e 2026-06-04 17:22:12.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dcfb23d-5046-4973-9cf2-d1c5fa76cb01 f9f2df0d654547919df44a269ace5e77 ad56ebd67d304579ad1bfc605148dd99 - - default default] Tap Mirror: Handle Delete Port: 53935109-8c78-4cd9-ba57-264ab9cac37e [pid: 7|app: 0|req: 1685/3239] 10.0.0.84 () {32 vars in 719 bytes} [Thu Jun 4 17:22:12 2026] DELETE /v2.0/ports/53935109-8c78-4cd9-ba57-264ab9cac37e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-04 17:22:13.153 8 INFO neutron.services.segments.plugin [-] Segment aabd9b6a-2daf-4b64-b41a-04c82e8e7c21 resource provider aggregate not found 2026-06-04 17:22:13.164 8 INFO neutron.services.segments.plugin [-] Segment aabd9b6a-2daf-4b64-b41a-04c82e8e7c21 resource provider aggregate not found 2026-06-04 17:22:13.174 8 INFO neutron.services.segments.plugin [-] Segment aabd9b6a-2daf-4b64-b41a-04c82e8e7c21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aabd9b6a-2daf-4b64-b41a-04c82e8e7c21 found for delete ", "request_id": "req-dc7c9368-7de1-4833-925d-e490c46b6974"}]} 2026-06-04 17:22:13.181 8 INFO neutron.services.segments.plugin [-] Segment aabd9b6a-2daf-4b64-b41a-04c82e8e7c21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aabd9b6a-2daf-4b64-b41a-04c82e8e7c21 found for delete ", "request_id": "req-37b75c80-4e39-4005-a648-8a0f5d2b434f"}]} [pid: 8|app: 0|req: 1555/3242] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:22:13 2026] DELETE /v2.0/networks/55acc86f-c6bc-4a6d-bcb9-3cc194744f48 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3243] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:22:13 2026] GET /v2.0/security-groups?tenant_id=ad56ebd67d304579ad1bfc605148dd99&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3244] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:14 2026] DELETE /v2.0/security-groups/76ef4bec-5b4e-4b69-a3dc-792fa4ef23b8 => 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: 1689/3245] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:22:14 2026] GET /v2.0/security-groups?tenant_id=073386a8ec0140759450e86ca4b23882&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3246] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:14 2026] DELETE /v2.0/security-groups/bf30554d-ada2-4eb0-a1db-2f836d6b4b3f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:22:17.777 7 INFO neutron.db.segments_db [None req-088195cf-6f5f-497d-97e6-443f044f3485 9b40fab0f4214de0922bda3f6ccef175 90833e120ab2409085cdf9b4eaedccf1 - - default default] Added segment bca1c30a-564d-49e9-ba9d-9b3322f0a454 of type vxlan for network 1e55b782-6bb9-43fc-813a-26a04e29cd42 [pid: 7|app: 0|req: 1690/3247] 10.0.0.84 () {34 vars in 669 bytes} [Thu Jun 4 17:22:17 2026] POST /v2.0/networks => generated 631 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3248] 10.0.0.84 () {34 vars in 668 bytes} [Thu Jun 4 17:22:17 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3249] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:22:18 2026] PUT /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3250] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/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: 1692/3251] 10.0.0.84 () {34 vars in 761 bytes} [Thu Jun 4 17:22:18 2026] PUT /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3252] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/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: 1693/3253] 10.0.0.84 () {34 vars in 757 bytes} [Thu Jun 4 17:22:18 2026] PUT /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3254] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3255] 10.0.0.84 () {34 vars in 779 bytes} [Thu Jun 4 17:22:18 2026] PUT /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3256] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3257] 10.0.0.84 () {34 vars in 750 bytes} [Thu Jun 4 17:22:18 2026] PUT /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3258] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3259] 10.0.0.84 () {32 vars in 738 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-04 17:22:18.730 8 INFO neutron.api.v2.resource [None req-426171e3-cf77-419f-a2e0-62aa32007cd2 9b40fab0f4214de0922bda3f6ccef175 90833e120ab2409085cdf9b4eaedccf1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3260] 10.0.0.84 () {32 vars in 742 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3261] 10.0.0.84 () {32 vars in 741 bytes} [Thu Jun 4 17:22:18 2026] DELETE /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags/red => 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: 1565/3262] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-04 17:22:18.857 7 INFO neutron.api.v2.resource [None req-cdc66882-a0cd-4846-8eed-3c64a32399ce 9b40fab0f4214de0922bda3f6ccef175 90833e120ab2409085cdf9b4eaedccf1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1698/3263] 10.0.0.84 () {32 vars in 745 bytes} [Thu Jun 4 17:22:18 2026] DELETE /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/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: 1566/3264] 10.0.0.84 () {32 vars in 733 bytes} [Thu Jun 4 17:22:18 2026] DELETE /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => 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: 1699/3265] 10.0.0.84 () {32 vars in 730 bytes} [Thu Jun 4 17:22:18 2026] GET /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3266] 10.0.0.84 () {32 vars in 723 bytes} [Thu Jun 4 17:22:18 2026] DELETE /v2.0/subnets/05d7d62c-8b69-4c58-9c5a-cf50fd3f96fa => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:22:19.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4d91190-2455-467c-a3a9-19fd07c19ff3 9b40fab0f4214de0922bda3f6ccef175 90833e120ab2409085cdf9b4eaedccf1 - - default default] TaaS: Handle Delete Port: de498c0e-002e-4429-b98a-89ea04ee4f91 2026-06-04 17:22:19.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4d91190-2455-467c-a3a9-19fd07c19ff3 9b40fab0f4214de0922bda3f6ccef175 90833e120ab2409085cdf9b4eaedccf1 - - default default] Tap Mirror: Handle Delete Port: de498c0e-002e-4429-b98a-89ea04ee4f91 2026-06-04 17:22:19.327 7 INFO neutron.services.segments.plugin [-] Segment bca1c30a-564d-49e9-ba9d-9b3322f0a454 resource provider aggregate not found 2026-06-04 17:22:19.333 7 INFO neutron.services.segments.plugin [-] Segment bca1c30a-564d-49e9-ba9d-9b3322f0a454 resource provider aggregate not found 2026-06-04 17:22:19.344 7 INFO neutron.services.segments.plugin [-] Segment bca1c30a-564d-49e9-ba9d-9b3322f0a454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca1c30a-564d-49e9-ba9d-9b3322f0a454 found for delete ", "request_id": "req-7a9e0dde-097d-4ec3-ab8e-db2a59707521"}]} [pid: 7|app: 0|req: 1700/3267] 10.0.0.84 () {32 vars in 725 bytes} [Thu Jun 4 17:22:19 2026] DELETE /v2.0/networks/1e55b782-6bb9-43fc-813a-26a04e29cd42 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-04 17:22:19.351 7 INFO neutron.services.segments.plugin [-] Segment bca1c30a-564d-49e9-ba9d-9b3322f0a454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca1c30a-564d-49e9-ba9d-9b3322f0a454 found for delete ", "request_id": "req-57817e4a-22fb-4114-a93c-3b5695c626fa"}]} [pid: 8|app: 0|req: 1568/3268] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:22:19 2026] GET /v2.0/security-groups?tenant_id=e2a7fc348cc64e6d9e53dfa55edf43e3&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3269] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:20 2026] DELETE /v2.0/security-groups/e67ffffa-8de1-4124-a79d-39eb3294489c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3270] 10.0.0.84 () {32 vars in 773 bytes} [Thu Jun 4 17:22:20 2026] GET /v2.0/security-groups?tenant_id=90833e120ab2409085cdf9b4eaedccf1&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3271] 10.0.0.84 () {32 vars in 739 bytes} [Thu Jun 4 17:22:20 2026] DELETE /v2.0/security-groups/dac503ff-aa67-404d-8a3e-f2dd568d5dbe => 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: 1570/3272] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:22:22 2026] GET /v2.0/networks => generated 2168 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3273] 10.0.0.84 () {32 vars in 654 bytes} [Thu Jun 4 17:22:24 2026] GET /v2.0/floatingips => 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: 1571/3274] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:22:24 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3275] 10.0.0.84 () {32 vars in 642 bytes} [Thu Jun 4 17:22:24 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3276] 10.0.0.84 () {32 vars in 646 bytes} [Thu Jun 4 17:22:24 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3277] 10.0.0.84 () {32 vars in 648 bytes} [Thu Jun 4 17:22:24 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3278] 10.0.0.84 () {32 vars in 662 bytes} [Thu Jun 4 17:22:24 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3279] 10.0.0.84 () {32 vars in 654 bytes} [Thu Jun 4 17:22:24 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)