+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed May 27 23:45:15 2026] *** compiled with version: 13.3.0 on 27 May 2026 05:53:50 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-6584669f68-vhm8v 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 0x7f9561304668 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-05-27 23:45:19.499 8 INFO neutron.common.config [-] Logging enabled! 2026-05-27 23:45:19.499 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev12 2026-05-27 23:45:19.510 7 INFO neutron.common.config [-] Logging enabled! 2026-05-27 23:45:19.510 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev12 2026-05-27 23:45:20.493 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-27 23:45:20.512 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-27 23:45:21.844 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 23:45:21.846 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-27 23:45:21.850 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-27 23:45:21.851 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 23:45:21.851 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-27 23:45:21.852 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-27 23:45:21.852 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 23:45:21.859 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 23:45:21.859 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 23:45:21.859 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 23:45:21.881 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 23:45:21.881 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-27 23:45:21.882 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 23:45:21.882 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-27 23:45:21.884 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-27 23:45:21.887 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-27 23:45:21.888 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-27 23:45:21.888 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-27 23:45:21.889 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-27 23:45:21.889 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 23:45:21.896 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 23:45:21.896 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-27 23:45:21.897 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 23:45:21.920 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-27 23:45:21.921 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-27 23:45:21.921 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-27 23:45:21.931 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-27 23:45:21.931 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-27 23:45:21.932 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-27 23:45:21.932 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-27 23:45:21.971 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-27 23:45:21.971 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-27 23:45:21.972 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-27 23:45:21.972 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-27 23:45:22.228 8 INFO neutron.plugins.ml2.managers [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] Initializing driver for type 'vlan' 2026-05-27 23:45:22.265 7 INFO neutron.plugins.ml2.managers [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] Initializing driver for type 'vlan' 2026-05-27 23:45:22.508 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] VlanTypeDriver initialization complete 2026-05-27 23:45:22.508 8 INFO neutron.plugins.ml2.managers [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] Initializing driver for type 'vxlan' 2026-05-27 23:45:22.508 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-27 23:45:22.521 8 INFO neutron.plugins.ml2.managers [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-27 23:45:22.521 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-27 23:45:22.522 8 INFO neutron.plugins.ml2.managers [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] Initializing extension driver 'port_security' 2026-05-27 23:45:22.522 8 INFO neutron.plugins.ml2.extensions.port_security [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-27 23:45:22.522 8 INFO neutron.plugins.ml2.managers [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] Initializing extension driver 'qos' 2026-05-27 23:45:22.522 8 INFO neutron.plugins.ml2.managers [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-27 23:45:22.522 8 INFO neutron.plugins.ml2.managers [None req-788a4bf0-7608-476b-b856-0a630533f38c - - - - - -] Initializing mechanism driver 'l2population' 2026-05-27 23:45:22.535 8 INFO neutron.quota [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded quota_driver: . 2026-05-27 23:45:22.536 8 INFO neutron.plugins.ml2.plugin [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Modular L2 Plugin initialization complete 2026-05-27 23:45:22.536 8 INFO neutron.plugins.ml2.managers [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-27 23:45:22.536 8 INFO neutron.plugins.ml2.managers [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-27 23:45:22.536 8 INFO neutron.plugins.ml2.managers [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Got port-security extension from driver 'port_security' 2026-05-27 23:45:22.536 8 INFO neutron.extensions.vlantransparent [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Disabled vlantransparent extension. 2026-05-27 23:45:22.536 8 INFO neutron.extensions.qinq [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Disabled VLAN QinQ extension. 2026-05-27 23:45:22.536 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: qos 2026-05-27 23:45:22.549 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: router 2026-05-27 23:45:22.550 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] VlanTypeDriver initialization complete 2026-05-27 23:45:22.550 7 INFO neutron.plugins.ml2.managers [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] Initializing driver for type 'vxlan' 2026-05-27 23:45:22.551 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-27 23:45:22.564 7 INFO neutron.plugins.ml2.managers [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-27 23:45:22.565 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-27 23:45:22.565 7 INFO neutron.plugins.ml2.managers [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] Initializing extension driver 'port_security' 2026-05-27 23:45:22.565 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-27 23:45:22.565 7 INFO neutron.plugins.ml2.managers [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] Initializing extension driver 'qos' 2026-05-27 23:45:22.565 7 INFO neutron.plugins.ml2.managers [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-27 23:45:22.565 7 INFO neutron.plugins.ml2.managers [None req-e278433e-792d-4216-852d-b9ebe72f76e3 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-27 23:45:22.576 7 INFO neutron.quota [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded quota_driver: . 2026-05-27 23:45:22.577 7 INFO neutron.plugins.ml2.plugin [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Modular L2 Plugin initialization complete 2026-05-27 23:45:22.577 7 INFO neutron.plugins.ml2.managers [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-27 23:45:22.577 7 INFO neutron.plugins.ml2.managers [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-27 23:45:22.577 7 INFO neutron.plugins.ml2.managers [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Got port-security extension from driver 'port_security' 2026-05-27 23:45:22.577 7 INFO neutron.extensions.vlantransparent [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Disabled vlantransparent extension. 2026-05-27 23:45:22.578 7 INFO neutron.extensions.qinq [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Disabled VLAN QinQ extension. 2026-05-27 23:45:22.578 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: qos 2026-05-27 23:45:22.590 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: router 2026-05-27 23:45:22.597 8 INFO neutron.services.service_base [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-27 23:45:22.597 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: segments 2026-05-27 23:45:22.637 7 INFO neutron.services.service_base [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-27 23:45:22.637 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: segments 2026-05-27 23:45:22.696 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: trunk 2026-05-27 23:45:22.711 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: vpnaas 2026-05-27 23:45:22.733 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: trunk 2026-05-27 23:45:22.747 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: vpnaas 2026-05-27 23:45:22.750 8 WARNING stevedore.named [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-27 23:45:22.751 8 WARNING stevedore.named [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 23:45:22.786 7 WARNING stevedore.named [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-27 23:45:22.786 7 WARNING stevedore.named [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 23:45:22.827 8 INFO neutron_vpnaas.services.vpn.plugin [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-27 23:45:22.827 8 INFO neutron.common.utils [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-27 23:45:22.828 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: taas 2026-05-27 23:45:22.854 8 WARNING stevedore.named [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 23:45:22.856 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-27 23:45:22.857 7 INFO neutron.common.utils [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-27 23:45:22.857 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: taas 2026-05-27 23:45:22.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-27 23:45:22.879 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: tapmirror 2026-05-27 23:45:22.887 7 WARNING stevedore.named [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 23:45:22.892 8 WARNING stevedore.named [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 23:45:22.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-27 23:45:22.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-27 23:45:22.949 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: tapmirror 2026-05-27 23:45:22.950 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: auto_allocate 2026-05-27 23:45:22.957 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: tag 2026-05-27 23:45:22.963 7 WARNING stevedore.named [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-27 23:45:22.966 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: timestamp 2026-05-27 23:45:22.970 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: network_ip_availability 2026-05-27 23:45:22.975 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: flavors 2026-05-27 23:45:22.979 8 INFO neutron.manager [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loading Plugin: revisions 2026-05-27 23:45:22.982 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Initializing extension manager. 2026-05-27 23:45:22.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-27 23:45:22.982 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: auto_allocate 2026-05-27 23:45:22.984 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: address-group 2026-05-27 23:45:22.985 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: address-scope 2026-05-27 23:45:22.985 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-27 23:45:22.986 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: agent 2026-05-27 23:45:22.987 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: agent-resources-synced 2026-05-27 23:45:22.988 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: allowed-address-pairs 2026-05-27 23:45:22.989 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: auto-allocated-topology 2026-05-27 23:45:22.990 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: availability_zone 2026-05-27 23:45:22.990 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: availability_zone_filter 2026-05-27 23:45:22.990 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-27 23:45:22.991 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: default-subnetpools 2026-05-27 23:45:22.993 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-27 23:45:22.993 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: tag 2026-05-27 23:45:22.993 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: dns-integration 2026-05-27 23:45:22.994 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: dns-domain-ports 2026-05-27 23:45:22.994 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-27 23:45:22.995 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: dvr 2026-05-27 23:45:22.995 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-27 23:45:22.996 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: empty-string-filtering 2026-05-27 23:45:22.996 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 23:45:22.997 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-27 23:45:22.997 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: external-net 2026-05-27 23:45:22.998 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-27 23:45:22.998 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: extraroute 2026-05-27 23:45:22.999 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: extraroute-atomic 2026-05-27 23:45:23.000 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-27 23:45:23.000 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-27 23:45:23.001 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-27 23:45:23.001 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-27 23:45:23.002 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: fip-port-details 2026-05-27 23:45:23.002 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: flavors 2026-05-27 23:45:23.003 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: timestamp 2026-05-27 23:45:23.003 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-27 23:45:23.004 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: floatingip-pools 2026-05-27 23:45:23.005 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: ip_allocation 2026-05-27 23:45:23.005 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: ip-substring-filtering 2026-05-27 23:45:23.006 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: l2_adjacency 2026-05-27 23:45:23.006 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: network_ip_availability 2026-05-27 23:45:23.007 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: router 2026-05-27 23:45:23.009 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 23:45:23.009 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-27 23:45:23.010 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-27 23:45:23.010 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: flavors 2026-05-27 23:45:23.010 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: ext-gw-mode 2026-05-27 23:45:23.011 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: l3-ha 2026-05-27 23:45:23.011 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-27 23:45:23.012 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-27 23:45:23.012 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: l3-flavors 2026-05-27 23:45:23.013 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-27 23:45:23.014 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-27 23:45:23.014 7 INFO neutron.manager [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loading Plugin: revisions 2026-05-27 23:45:23.016 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-27 23:45:23.017 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-27 23:45:23.018 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-27 23:45:23.019 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Initializing extension manager. 2026-05-27 23:45:23.019 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-27 23:45:23.020 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-27 23:45:23.020 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: multi-provider 2026-05-27 23:45:23.020 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: address-group 2026-05-27 23:45:23.021 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: net-mtu 2026-05-27 23:45:23.022 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: net-mtu-writable 2026-05-27 23:45:23.022 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: address-scope 2026-05-27 23:45:23.022 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: network_availability_zone 2026-05-27 23:45:23.022 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-27 23:45:23.023 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: network_ha 2026-05-27 23:45:23.023 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: agent 2026-05-27 23:45:23.023 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: network-ip-availability 2026-05-27 23:45:23.024 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: agent-resources-synced 2026-05-27 23:45:23.025 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-27 23:45:23.025 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: pagination 2026-05-27 23:45:23.026 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: allowed-address-pairs 2026-05-27 23:45:23.026 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-device-profile 2026-05-27 23:45:23.026 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-27 23:45:23.026 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: auto-allocated-topology 2026-05-27 23:45:23.027 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-27 23:45:23.027 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-27 23:45:23.027 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: availability_zone 2026-05-27 23:45:23.028 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-mac-override 2026-05-27 23:45:23.028 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-27 23:45:23.028 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: availability_zone_filter 2026-05-27 23:45:23.029 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-27 23:45:23.029 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-27 23:45:23.029 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-27 23:45:23.030 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-resource-request 2026-05-27 23:45:23.030 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: default-subnetpools 2026-05-27 23:45:23.030 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-resource-request-groups 2026-05-27 23:45:23.031 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-27 23:45:23.031 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: binding 2026-05-27 23:45:23.031 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-27 23:45:23.032 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: dns-integration 2026-05-27 23:45:23.032 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: binding-extended 2026-05-27 23:45:23.033 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: dns-domain-ports 2026-05-27 23:45:23.033 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-security 2026-05-27 23:45:23.033 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: project-id 2026-05-27 23:45:23.033 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-27 23:45:23.034 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: provider 2026-05-27 23:45:23.034 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: dvr 2026-05-27 23:45:23.034 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-27 23:45:23.035 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-27 23:45:23.035 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: empty-string-filtering 2026-05-27 23:45:23.036 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 23:45:23.036 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos 2026-05-27 23:45:23.036 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-27 23:45:23.037 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: external-net 2026-05-27 23:45:23.037 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-27 23:45:23.038 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-27 23:45:23.038 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-27 23:45:23.038 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-default 2026-05-27 23:45:23.038 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: extraroute 2026-05-27 23:45:23.039 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-fip 2026-05-27 23:45:23.039 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: extraroute-atomic 2026-05-27 23:45:23.039 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-27 23:45:23.040 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-gateway-ip 2026-05-27 23:45:23.040 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-27 23:45:23.040 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-port-network-policy 2026-05-27 23:45:23.041 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-pps-minimum 2026-05-27 23:45:23.041 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-27 23:45:23.041 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-27 23:45:23.041 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-27 23:45:23.042 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-pps 2026-05-27 23:45:23.042 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-27 23:45:23.042 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-rule-type-details 2026-05-27 23:45:23.043 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: fip-port-details 2026-05-27 23:45:23.043 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-27 23:45:23.043 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: flavors 2026-05-27 23:45:23.043 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: qos-rules-alias 2026-05-27 23:45:23.044 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: quota-check-limit 2026-05-27 23:45:23.045 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-27 23:45:23.045 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: quota-check-limit-default 2026-05-27 23:45:23.046 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: floatingip-pools 2026-05-27 23:45:23.046 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: ip_allocation 2026-05-27 23:45:23.047 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: ip-substring-filtering 2026-05-27 23:45:23.047 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: quotas 2026-05-27 23:45:23.047 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: l2_adjacency 2026-05-27 23:45:23.048 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: quota_details 2026-05-27 23:45:23.048 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: router 2026-05-27 23:45:23.049 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: rbac-policies 2026-05-27 23:45:23.050 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: rbac-address-group 2026-05-27 23:45:23.050 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: rbac-address-scope 2026-05-27 23:45:23.050 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-27 23:45:23.051 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: rbac-security-groups 2026-05-27 23:45:23.051 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-27 23:45:23.051 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: rbac-subnetpool 2026-05-27 23:45:23.052 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: revision-if-match 2026-05-27 23:45:23.052 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-27 23:45:23.053 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: ext-gw-mode 2026-05-27 23:45:23.053 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: standard-attr-revisions 2026-05-27 23:45:23.053 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: router_availability_zone 2026-05-27 23:45:23.053 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: l3-ha 2026-05-27 23:45:23.054 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-27 23:45:23.054 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-27 23:45:23.054 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-27 23:45:23.055 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: l3-flavors 2026-05-27 23:45:23.055 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: security-groups-default-rules 2026-05-27 23:45:23.056 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-27 23:45:23.056 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-27 23:45:23.056 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-27 23:45:23.056 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-27 23:45:23.057 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-27 23:45:23.057 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-27 23:45:23.058 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-27 23:45:23.059 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-27 23:45:23.060 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-27 23:45:23.061 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-27 23:45:23.062 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-27 23:45:23.063 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-27 23:45:23.063 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: security-group 2026-05-27 23:45:23.064 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: multi-provider 2026-05-27 23:45:23.064 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: segment 2026-05-27 23:45:23.065 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: net-mtu 2026-05-27 23:45:23.065 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-27 23:45:23.065 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: net-mtu-writable 2026-05-27 23:45:23.066 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: service-type 2026-05-27 23:45:23.066 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: sorting 2026-05-27 23:45:23.066 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: network_availability_zone 2026-05-27 23:45:23.067 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: standard-attr-segment 2026-05-27 23:45:23.067 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: network_ha 2026-05-27 23:45:23.067 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: standard-attr-description 2026-05-27 23:45:23.068 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: network-ip-availability 2026-05-27 23:45:23.068 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: stateful-security-group 2026-05-27 23:45:23.068 8 WARNING neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-27 23:45:23.069 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-27 23:45:23.069 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-27 23:45:23.069 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: pagination 2026-05-27 23:45:23.069 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: subnet-external-network 2026-05-27 23:45:23.070 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-device-profile 2026-05-27 23:45:23.070 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: subnet_onboard 2026-05-27 23:45:23.070 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-27 23:45:23.070 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-27 23:45:23.071 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-27 23:45:23.071 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: subnet-service-types 2026-05-27 23:45:23.071 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-27 23:45:23.072 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: subnet_allocation 2026-05-27 23:45:23.072 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-mac-override 2026-05-27 23:45:23.072 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-27 23:45:23.073 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: tag-creation 2026-05-27 23:45:23.073 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-27 23:45:23.073 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-27 23:45:23.073 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-27 23:45:23.074 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-27 23:45:23.075 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-resource-request 2026-05-27 23:45:23.075 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-resource-request-groups 2026-05-27 23:45:23.076 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-27 23:45:23.076 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: binding 2026-05-27 23:45:23.077 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: standard-attr-tag 2026-05-27 23:45:23.077 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: binding-extended 2026-05-27 23:45:23.078 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-27 23:45:23.078 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-security 2026-05-27 23:45:23.078 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: project-id 2026-05-27 23:45:23.078 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: trunk 2026-05-27 23:45:23.079 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: provider 2026-05-27 23:45:23.079 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: trunk-details 2026-05-27 23:45:23.079 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-27 23:45:23.080 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-27 23:45:23.080 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-27 23:45:23.080 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-27 23:45:23.081 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-27 23:45:23.082 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos 2026-05-27 23:45:23.083 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-27 23:45:23.083 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-27 23:45:23.083 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-27 23:45:23.084 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-27 23:45:23.084 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-default 2026-05-27 23:45:23.084 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: vpn-flavors 2026-05-27 23:45:23.085 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-fip 2026-05-27 23:45:23.085 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-27 23:45:23.086 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-gateway-ip 2026-05-27 23:45:23.086 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: vpnaas 2026-05-27 23:45:23.086 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-port-network-policy 2026-05-27 23:45:23.087 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-pps-minimum 2026-05-27 23:45:23.087 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: taas 2026-05-27 23:45:23.088 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-27 23:45:23.088 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: tap-mirror 2026-05-27 23:45:23.089 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-pps 2026-05-27 23:45:23.089 8 INFO neutron.api.extensions [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Loaded extension: taas-vlan-filter 2026-05-27 23:45:23.089 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-rule-type-details 2026-05-27 23:45:23.090 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-27 23:45:23.091 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: qos-rules-alias 2026-05-27 23:45:23.091 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: quota-check-limit 2026-05-27 23:45:23.091 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-27 23:45:23.092 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-27 23:45:23.092 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.092 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-27 23:45:23.092 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: quota-check-limit-default 2026-05-27 23:45:23.095 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: quotas 2026-05-27 23:45:23.096 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-27 23:45:23.096 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-27 23:45:23.097 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: quota_details 2026-05-27 23:45:23.098 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: rbac-policies 2026-05-27 23:45:23.099 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: rbac-address-group 2026-05-27 23:45:23.100 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: rbac-address-scope 2026-05-27 23:45:23.101 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: rbac-security-groups 2026-05-27 23:45:23.101 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-27 23:45:23.101 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: rbac-subnetpool 2026-05-27 23:45:23.101 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-27 23:45:23.102 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-27 23:45:23.102 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: revision-if-match 2026-05-27 23:45:23.103 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.103 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.103 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: standard-attr-revisions 2026-05-27 23:45:23.104 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.104 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.104 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: router_availability_zone 2026-05-27 23:45:23.104 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-27 23:45:23.105 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.105 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-27 23:45:23.105 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.106 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-27 23:45:23.106 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-27 23:45:23.107 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-27 23:45:23.107 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.107 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] ipsecpolicy is already registered 2026-05-27 23:45:23.107 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.108 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] ikepolicy is already registered 2026-05-27 23:45:23.108 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: security-groups-default-rules 2026-05-27 23:45:23.108 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-27 23:45:23.109 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-27 23:45:23.109 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-27 23:45:23.110 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-27 23:45:23.111 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-27 23:45:23.112 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-27 23:45:23.112 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] router is already registered 2026-05-27 23:45:23.113 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-27 23:45:23.113 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] floatingip is already registered 2026-05-27 23:45:23.116 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: security-group 2026-05-27 23:45:23.117 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-27 23:45:23.117 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] rbac_policy is already registered 2026-05-27 23:45:23.117 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: segment 2026-05-27 23:45:23.117 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-27 23:45:23.118 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] security_group is already registered 2026-05-27 23:45:23.118 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-27 23:45:23.118 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] security_group_rule is already registered 2026-05-27 23:45:23.119 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.119 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.119 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.119 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-27 23:45:23.119 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.120 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-27 23:45:23.120 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] trunk is already registered 2026-05-27 23:45:23.120 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: service-type 2026-05-27 23:45:23.120 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.121 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] ikepolicy is already registered 2026-05-27 23:45:23.121 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: sorting 2026-05-27 23:45:23.121 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.121 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] ipsecpolicy is already registered 2026-05-27 23:45:23.121 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: standard-attr-segment 2026-05-27 23:45:23.121 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-27 23:45:23.122 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] endpoint_group is already registered 2026-05-27 23:45:23.122 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-27 23:45:23.122 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] vpnservice is already registered 2026-05-27 23:45:23.122 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-27 23:45:23.123 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] ipsec_site_connection is already registered 2026-05-27 23:45:23.123 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: standard-attr-description 2026-05-27 23:45:23.123 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.123 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] ipsecpolicy is already registered 2026-05-27 23:45:23.123 8 INFO neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.124 8 WARNING neutron.quota.resource_registry [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] ikepolicy is already registered 2026-05-27 23:45:23.124 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: stateful-security-group 2026-05-27 23:45:23.124 7 WARNING neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-27 23:45:23.125 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-27 23:45:23.125 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: subnet-external-network 2026-05-27 23:45:23.126 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: subnet_onboard 2026-05-27 23:45:23.127 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-27 23:45:23.127 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: subnet-service-types 2026-05-27 23:45:23.128 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: subnet_allocation 2026-05-27 23:45:23.129 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-27 23:45:23.130 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: tag-creation 2026-05-27 23:45:23.130 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-27 23:45:23.134 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: standard-attr-tag 2026-05-27 23:45:23.135 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-27 23:45:23.136 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: trunk 2026-05-27 23:45:23.136 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: trunk-details 2026-05-27 23:45:23.137 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-27 23:45:23.137 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-27 23:45:23.138 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-27 23:45:23.139 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-27 23:45:23.141 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-27 23:45:23.142 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-27 23:45:23.142 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: vpn-flavors 2026-05-27 23:45:23.144 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: vpnaas 2026-05-27 23:45:23.145 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: taas 2026-05-27 23:45:23.146 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: tap-mirror 2026-05-27 23:45:23.147 7 INFO neutron.api.extensions [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Loaded extension: taas-vlan-filter 2026-05-27 23:45:23.149 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-27 23:45:23.150 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-27 23:45:23.150 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.150 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-27 23:45:23.153 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-27 23:45:23.154 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-27 23:45:23.158 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-27 23:45:23.159 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-27 23:45:23.160 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-27 23:45:23.160 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.161 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.161 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.161 8 WARNING keystonemiddleware._common.config [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-27 23:45:23.161 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.162 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-27 23:45:23.162 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.163 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.163 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-27 23:45:23.164 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-27 23:45:23.164 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-27 23:45:23.165 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.165 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] ipsecpolicy is already registered 2026-05-27 23:45:23.165 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.165 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] ikepolicy is already registered 2026-05-27 23:45:23.167 8 WARNING oslo_config.cfg [None req-367abed0-6ff6-416a-a771-1d158fccfb3e - - - - - -] 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 0x7f9561304668 pid: 8 (default app) 2026-05-27 23:45:23.170 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-27 23:45:23.170 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] router is already registered 2026-05-27 23:45:23.171 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-27 23:45:23.171 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] floatingip is already registered 2026-05-27 23:45:23.175 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-27 23:45:23.175 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] rbac_policy is already registered 2026-05-27 23:45:23.175 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-27 23:45:23.176 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] security_group is already registered 2026-05-27 23:45:23.176 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-27 23:45:23.176 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] security_group_rule is already registered 2026-05-27 23:45:23.177 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.177 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.178 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-27 23:45:23.178 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] subnetpool is already registered 2026-05-27 23:45:23.178 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-27 23:45:23.178 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] trunk is already registered 2026-05-27 23:45:23.179 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.179 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] ikepolicy is already registered 2026-05-27 23:45:23.179 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.180 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] ipsecpolicy is already registered 2026-05-27 23:45:23.180 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-27 23:45:23.180 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] endpoint_group is already registered 2026-05-27 23:45:23.181 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-27 23:45:23.181 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] vpnservice is already registered 2026-05-27 23:45:23.181 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-27 23:45:23.182 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] ipsec_site_connection is already registered 2026-05-27 23:45:23.182 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-27 23:45:23.182 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] ipsecpolicy is already registered 2026-05-27 23:45:23.183 7 INFO neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-27 23:45:23.183 7 WARNING neutron.quota.resource_registry [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] ikepolicy is already registered 2026-05-27 23:45:23.221 7 WARNING keystonemiddleware._common.config [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-27 23:45:23.230 7 WARNING oslo_config.cfg [None req-4fa5f16c-cf4c-412b-bac9-421e83355fcf - - - - - -] 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 0x7f9561304668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-27 23:45:28.856 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b76efdd6-495b-4b95-896e-b3b60f468c1e 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.138 () {44 vars in 928 bytes} [Wed May 27 23:45:28 2026] GET /v2.0/networks/public => generated 108 bytes in 802 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.138 () {44 vars in 950 bytes} [Wed May 27 23:45:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-27 23:45:29.621 8 WARNING neutron.services.revisions.revision_plugin [None req-6cc4522a-69c3-4870-a1c0-c3b19f8c6a14 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Could not find related network for resource to bump revision. 2026-05-27 23:45:29.645 8 INFO neutron.db.segments_db [None req-6cc4522a-69c3-4870-a1c0-c3b19f8c6a14 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment f0430752-13be-4bd3-b8cd-23dc43725552 of type flat for network 0752263d-d4ed-4f33-bd38-0f42d55c3205 2026-05-27 23:45:29.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6cc4522a-69c3-4870-a1c0-c3b19f8c6a14 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.138 () {48 vars in 968 bytes} [Wed May 27 23:45:29 2026] POST /v2.0/networks => generated 124 bytes in 486 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-27 23:45:35.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b998d39-2dd4-45cb-9e3c-a6043be8fd80 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.204.45.138 () {44 vars in 928 bytes} [Wed May 27 23:45:35 2026] GET /v2.0/networks/public => generated 108 bytes in 358 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.138 () {44 vars in 950 bytes} [Wed May 27 23:45:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-27 23:45:36.092 7 WARNING neutron.services.revisions.revision_plugin [None req-49e2743e-f351-49bf-8365-8f376e868211 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Could not find related network for resource to bump revision. 2026-05-27 23:45:36.114 7 INFO neutron.db.segments_db [None req-49e2743e-f351-49bf-8365-8f376e868211 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 57415744-48ce-471b-a166-bf06a99c3fd1 of type flat for network 29ad1fdb-3986-4402-971a-0bb5c79a3526 2026-05-27 23:45:36.160 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49e2743e-f351-49bf-8365-8f376e868211 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/10] 199.204.45.138 () {48 vars in 968 bytes} [Wed May 27 23:45:35 2026] POST /v2.0/networks => generated 124 bytes in 315 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-27 23:45:42.007 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6970b761-e84d-4ecb-a706-40692608fe06 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/11] 199.204.45.138 () {44 vars in 928 bytes} [Wed May 27 23:45:41 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/12] 199.204.45.138 () {44 vars in 950 bytes} [Wed May 27 23:45:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-27 23:45:42.081 8 WARNING neutron.services.revisions.revision_plugin [None req-c359a9d8-8526-4630-9425-56e4e48d5172 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Could not find related network for resource to bump revision. 2026-05-27 23:45:42.094 8 INFO neutron.db.segments_db [None req-c359a9d8-8526-4630-9425-56e4e48d5172 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment fc50e961-feb8-4234-ab1c-0767fd03b869 of type flat for network a06ba2f3-6265-45f2-bdf1-e10a36870631 2026-05-27 23:45:42.121 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c359a9d8-8526-4630-9425-56e4e48d5172 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/13] 199.204.45.138 () {48 vars in 968 bytes} [Wed May 27 23:45:42 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-27 23:45:48.021 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1094a22-84b5-473a-a833-8da079a17c1e 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/14] 199.204.45.138 () {44 vars in 928 bytes} [Wed May 27 23:45:47 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/15] 199.204.45.138 () {44 vars in 950 bytes} [Wed May 27 23:45:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-27 23:45:48.087 7 WARNING neutron.services.revisions.revision_plugin [None req-f70a7f42-b64a-412d-860b-0ab454088563 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Could not find related network for resource to bump revision. 2026-05-27 23:45:48.112 7 INFO neutron.db.segments_db [None req-f70a7f42-b64a-412d-860b-0ab454088563 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 28389427-4b54-44be-89b8-f9438ce73fd7 of type flat for network dc1bca0e-3507-4575-a7ef-2dcf4b8aa078 2026-05-27 23:45:48.133 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f70a7f42-b64a-412d-860b-0ab454088563 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/16] 199.204.45.138 () {48 vars in 968 bytes} [Wed May 27 23:45:48 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-05-27 23:45:53.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-739c5a0d-b143-4680-b308-6c939300a802 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/18] 199.204.45.138 () {44 vars in 928 bytes} [Wed May 27 23:45:53 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/19] 199.204.45.138 () {44 vars in 950 bytes} [Wed May 27 23:45:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-27 23:45:54.055 7 WARNING neutron.services.revisions.revision_plugin [None req-62961c87-543a-4d35-a629-14511e42c039 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Could not find related network for resource to bump revision. 2026-05-27 23:45:54.068 7 INFO neutron.db.segments_db [None req-62961c87-543a-4d35-a629-14511e42c039 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment e052b92c-7841-4c62-a014-ccfff3b8c203 of type flat for network d58b9707-8584-49a8-840a-db71d5009b1f 2026-05-27 23:45:54.084 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62961c87-543a-4d35-a629-14511e42c039 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/20] 199.204.45.138 () {48 vars in 968 bytes} [Wed May 27 23:45:54 2026] POST /v2.0/networks => generated 124 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-27 23:46:00.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65abc4aa-578b-48a6-902c-df6e1ccac66b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/21] 199.204.45.138 () {44 vars in 928 bytes} [Wed May 27 23:45:59 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/22] 199.204.45.138 () {44 vars in 950 bytes} [Wed May 27 23:46:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-27 23:46:00.381 8 WARNING neutron.services.revisions.revision_plugin [None req-79fb4722-da3b-40d6-87d4-e570fbb557dc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Could not find related network for resource to bump revision. 2026-05-27 23:46:00.403 8 INFO neutron.db.segments_db [None req-79fb4722-da3b-40d6-87d4-e570fbb557dc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 7a577f38-95fd-4231-b4c2-fcbec0d34129 of type flat for network 8ce93a0e-0f07-4976-b46b-733c93155ca5 [pid: 8|app: 0|req: 14/23] 199.204.45.138 () {48 vars in 968 bytes} [Wed May 27 23:46:00 2026] POST /v2.0/networks => generated 706 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-27 23:46:01.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1191e9cd-bf08-4c36-90b4-3ff53151104b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/24] 199.204.45.138 () {44 vars in 928 bytes} [Wed May 27 23:46:01 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/25] 199.204.45.138 () {44 vars in 950 bytes} [Wed May 27 23:46:01 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-05-27 23:46:01.791 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81647818-7dab-4f95-9245-01b6fdf402b0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/26] 199.204.45.138 () {44 vars in 1035 bytes} [Wed May 27 23:46:01 2026] GET /v2.0/subnets/public-subnet?network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/27] 199.204.45.138 () {44 vars in 1058 bytes} [Wed May 27 23:46:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/28] 199.204.45.138 () {48 vars in 966 bytes} [Wed May 27 23:46:01 2026] POST /v2.0/subnets => generated 664 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-27 23:50:48.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-feb6f681-d2af-496a-adb5-4a8a90774bc2 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/66] 199.204.45.138 () {44 vars in 938 bytes} [Wed May 27 23:50:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/67] 199.204.45.138 () {44 vars in 960 bytes} [Wed May 27 23:50:48 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-05-27 23:50:49.053 8 INFO neutron.db.segments_db [None req-db7d519f-230c-4242-9e8d-73f53a5083d5 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 25eb19a2-d649-4722-833f-7d57a31fdbea of type vxlan for network caefb93f-ac64-46ce-9cb2-28d2553ba22c [pid: 8|app: 0|req: 37/68] 199.204.45.138 () {48 vars in 967 bytes} [Wed May 27 23:50:48 2026] POST /v2.0/networks => generated 707 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-27 23:50:50.076 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dc89e24-608a-46cd-b76d-2011ad44924c 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/69] 199.204.45.138 () {44 vars in 938 bytes} [Wed May 27 23:50:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/70] 199.204.45.138 () {44 vars in 960 bytes} [Wed May 27 23:50:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-27 23:50:50.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-79cb20e7-f7b8-485c-b290-f001f619847f 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/71] 199.204.45.138 () {44 vars in 1037 bytes} [Wed May 27 23:50:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/72] 199.204.45.138 () {44 vars in 1060 bytes} [Wed May 27 23:50:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/73] 199.204.45.138 () {48 vars in 966 bytes} [Wed May 27 23:50:50 2026] POST /v2.0/subnets => generated 651 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-27 23:50:51.507 8 INFO neutron.api.v2.resource [None req-51562c81-675b-4d8c-9441-13f51912f66b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 41/76] 199.204.45.138 () {44 vars in 972 bytes} [Wed May 27 23:50:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/77] 199.204.45.138 () {44 vars in 994 bytes} [Wed May 27 23:50:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/78] 199.204.45.138 () {48 vars in 981 bytes} [Wed May 27 23:50:51 2026] POST /v2.0/security-groups => generated 1616 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/79] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:52 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 1616 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/80] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:52 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/81] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:52 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/82] 199.204.45.138 () {48 vars in 992 bytes} [Wed May 27 23:50:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/83] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:53 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/84] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:53 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/85] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:53 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/86] 199.204.45.138 () {48 vars in 992 bytes} [Wed May 27 23:50:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/87] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:54 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/88] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:54 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/89] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:54 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/90] 199.204.45.138 () {48 vars in 992 bytes} [Wed May 27 23:50:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/91] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:55 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/92] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:55 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/93] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:55 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/94] 199.204.45.138 () {48 vars in 992 bytes} [Wed May 27 23:50:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/95] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:56 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/96] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:56 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/97] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:57 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/98] 199.204.45.138 () {48 vars in 992 bytes} [Wed May 27 23:50:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/99] 199.204.45.138 () {44 vars in 988 bytes} [Wed May 27 23:50:58 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 732 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-27 23:50:58.426 8 INFO neutron.pecan_wsgi.hooks.translation [None req-089b4bbb-990a-4c5c-8d36-b1500e3ea73c 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/100] 199.204.45.138 () {44 vars in 1077 bytes} [Wed May 27 23:50:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/101] 199.204.45.138 () {44 vars in 1100 bytes} [Wed May 27 23:50:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/102] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:50:58 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/103] 199.204.45.138 () {48 vars in 962 bytes} [Wed May 27 23:50:58 2026] POST /v2.0/ports => generated 1100 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-27 23:51:05.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14f096af-700b-45df-bdca-924971b63c45 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/104] 199.204.45.138 () {44 vars in 980 bytes} [Wed May 27 23:51:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 50/105] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:51:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.138 () {48 vars in 1032 bytes} [Wed May 27 23:51:05 2026] PUT /v2.0/ports/a64bb0f2-c761-4d81-8989-246a89c9d511 => generated 1249 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.138 () {44 vars in 921 bytes} [Wed May 27 23:51:07 2026] GET /v2.0/ports => generated 3730 bytes in 94 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-05-27 23:51:09.140 8 INFO neutron.api.v2.resource [None req-d0af00c7-e740-4d02-bcfe-77983e20d283 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 57/110] 199.204.45.138 () {44 vars in 960 bytes} [Wed May 27 23:51:09 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.138 () {44 vars in 982 bytes} [Wed May 27 23:51:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.138 () {48 vars in 981 bytes} [Wed May 27 23:51:09 2026] POST /v2.0/security-groups => generated 1610 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:51:10 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:51:10 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:51:10 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => 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: 60/116] 199.204.45.138 () {48 vars in 992 bytes} [Wed May 27 23:51:10 2026] POST /v2.0/security-group-rules => generated 623 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/117] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:51:11 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 2246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/118] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:51:11 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 2246 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/119] 199.204.45.138 () {44 vars in 1002 bytes} [Wed May 27 23:51:11 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/120] 199.204.45.138 () {48 vars in 992 bytes} [Wed May 27 23:51:11 2026] POST /v2.0/security-group-rules => generated 627 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/129] 199.204.45.138 () {44 vars in 976 bytes} [Wed May 27 23:52:18 2026] GET /v2.0/quotas/cc62948663234860a682aa8ed82cde2d => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/130] 199.204.45.138 () {48 vars in 1028 bytes} [Wed May 27 23:52:18 2026] PUT /v2.0/quotas/cc62948663234860a682aa8ed82cde2d => generated 291 bytes in 39 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-05-27 23:54:28.793 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2b002c3-2833-49d2-baae-68aa881c0577 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/149] 199.204.45.138 () {30 vars in 741 bytes} [Wed May 27 23:54:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 77/150] 199.204.45.138 () {30 vars in 763 bytes} [Wed May 27 23:54:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-27 23:54:30.650 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac471d29-5bc6-470c-8ec6-70841df504f4 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/151] 199.204.45.138 () {30 vars in 741 bytes} [Wed May 27 23:54:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/152] 199.204.45.138 () {30 vars in 763 bytes} [Wed May 27 23:54:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:01:03.067 7 INFO neutron.api.v2.resource [None req-4a121501-e9c6-47f4-81ff-6ea907c07f3b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 101/205] 199.204.45.138 () {44 vars in 1075 bytes} [Thu May 28 00:01:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 139 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/206] 199.204.45.138 () {44 vars in 1098 bytes} [Thu May 28 00:01:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 23 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/207] 199.204.45.138 () {48 vars in 982 bytes} [Thu May 28 00:01:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/208] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:04 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 1624 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/209] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:01:04 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/210] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:04 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/211] 199.204.45.138 () {48 vars in 992 bytes} [Thu May 28 00:01:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/212] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:05 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/213] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:01:05 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/214] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:05 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/215] 199.204.45.138 () {48 vars in 992 bytes} [Thu May 28 00:01:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:06 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:01:06 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/220] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:06 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/221] 199.204.45.138 () {48 vars in 992 bytes} [Thu May 28 00:01:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:07 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 3460 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:01:07 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/224] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:01:08 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/225] 199.204.45.138 () {48 vars in 992 bytes} [Thu May 28 00:01:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 199.204.45.138 () {30 vars in 740 bytes} [Thu May 28 00:03:17 2026] GET /v2.0/networks?tenant_id=b4014ef3fa024d77be2a2f2e6a49ba01&shared=False => generated 15 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:03:17.479 7 INFO neutron.db.segments_db [None req-f376d48d-6263-456d-a4ef-a26bd50b9705 b32b5379b72248ccb753006c05931540 b4014ef3fa024d77be2a2f2e6a49ba01 - - c7c5f6278fa14a60954480d0b81dee91 c7c5f6278fa14a60954480d0b81dee91] Added segment a78c8147-6c8d-4ba8-830f-ef854a8a03ee of type vxlan for network b549a01f-b58a-4ede-91a4-1a5081d6538d [pid: 7|app: 0|req: 120/243] 199.204.45.138 () {34 vars in 682 bytes} [Thu May 28 00:03:17 2026] POST /v2.0/networks => generated 718 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/244] 199.204.45.138 () {30 vars in 722 bytes} [Thu May 28 00:03:17 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/245] 199.204.45.138 () {30 vars in 633 bytes} [Thu May 28 00:03:17 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/246] 199.204.45.138 () {34 vars in 677 bytes} [Thu May 28 00:03:17 2026] POST /v2.0/ports => generated 999 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/247] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:03:18 2026] GET /v2.0/networks/b549a01f-b58a-4ede-91a4-1a5081d6538d => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/248] 199.204.45.138 () {30 vars in 722 bytes} [Thu May 28 00:03:20 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/249] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:03:20 2026] GET /v2.0/networks/b549a01f-b58a-4ede-91a4-1a5081d6538d => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/254] 199.204.45.138 () {44 vars in 976 bytes} [Thu May 28 00:03:45 2026] GET /v2.0/quotas/b4014ef3fa024d77be2a2f2e6a49ba01 => 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: 126/255] 199.204.45.138 () {48 vars in 1028 bytes} [Thu May 28 00:03:46 2026] PUT /v2.0/quotas/b4014ef3fa024d77be2a2f2e6a49ba01 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:15:25.604 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61739b39-3d34-4e48-ab49-3157e93deec0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/350] 199.204.45.138 () {44 vars in 928 bytes} [Thu May 28 00:15:25 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/351] 199.204.45.138 () {44 vars in 950 bytes} [Thu May 28 00:15:25 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:15:26.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1aea949f-2676-4547-bb18-e25e07c8f653 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/352] 199.204.45.138 () {44 vars in 928 bytes} [Thu May 28 00:15:26 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/353] 199.204.45.138 () {44 vars in 950 bytes} [Thu May 28 00:15:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:15:26.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3350f392-a4ed-46eb-b117-4a1d3e97c091 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/354] 199.204.45.138 () {44 vars in 1035 bytes} [Thu May 28 00:15:26 2026] GET /v2.0/subnets/public-subnet?network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/355] 199.204.45.138 () {44 vars in 1058 bytes} [Thu May 28 00:15:26 2026] GET /v2.0/subnets?name=public-subnet&network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:15:54.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73891354-b989-483b-af6a-38d8c75c13ff 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/360] 199.204.45.138 () {44 vars in 938 bytes} [Thu May 28 00:15:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/361] 199.204.45.138 () {44 vars in 960 bytes} [Thu May 28 00:15:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:15:55.211 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9db539fe-c6e1-4dd2-8d60-694780d3bf01 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/362] 199.204.45.138 () {44 vars in 938 bytes} [Thu May 28 00:15:55 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: 183/363] 199.204.45.138 () {44 vars in 960 bytes} [Thu May 28 00:15:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:15:55.288 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52bf5c0c-92e8-49a1-a03f-47d32df594bc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/364] 199.204.45.138 () {44 vars in 1037 bytes} [Thu May 28 00:15:55 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/365] 199.204.45.138 () {44 vars in 1060 bytes} [Thu May 28 00:15:55 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:15:56.481 7 INFO neutron.api.v2.resource [None req-b3525b93-c7d9-48e1-bfc6-b48335f2a40f 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/366] 199.204.45.138 () {44 vars in 972 bytes} [Thu May 28 00:15:56 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/367] 199.204.45.138 () {44 vars in 994 bytes} [Thu May 28 00:15:56 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:15:57 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/369] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:15:57 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:15:57 2026] GET /v2.0/security-group-rules/ebd8f47f-78af-4ecc-8aca-f731b0e57cf9 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:15:58 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:15:58 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:15:58 2026] GET /v2.0/security-group-rules/d6566ca5-d783-47f4-bc6f-46d23cb1af3e => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/374] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:15:59 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:15:59 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/376] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:15:59 2026] GET /v2.0/security-group-rules/680069d9-8abe-4b3b-a00e-97bd6cee31fd => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:00 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/378] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:00 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/379] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:16:00 2026] GET /v2.0/security-group-rules/4739944d-f3e8-46aa-89f0-8296a49be299 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/380] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:01 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:01 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/382] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:16:01 2026] GET /v2.0/security-group-rules/3e6eb987-96fe-4319-a6d2-347a90ca3ea5 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/383] 199.204.45.138 () {44 vars in 988 bytes} [Thu May 28 00:16:02 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:16:02.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96eadb90-ce6c-4228-af81-070faf167626 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/384] 199.204.45.138 () {44 vars in 1077 bytes} [Thu May 28 00:16:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/385] 199.204.45.138 () {44 vars in 1100 bytes} [Thu May 28 00:16:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 1254 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:03 2026] GET /v2.0/security-groups/b0fa379f-e516-4aae-829c-1a0147830ce8 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:16:10.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6474cc7-e449-4bc8-af0a-741de6964363 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/389] 199.204.45.138 () {44 vars in 980 bytes} [Thu May 28 00:16:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.204.45.138 () {44 vars in 921 bytes} [Thu May 28 00:16:11 2026] GET /v2.0/ports => generated 4725 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:16:12.965 7 INFO neutron.api.v2.resource [None req-8566759c-fb1a-430a-ac4d-6152fc7ded54 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/392] 199.204.45.138 () {44 vars in 960 bytes} [Thu May 28 00:16:12 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.204.45.138 () {44 vars in 982 bytes} [Thu May 28 00:16:12 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:13 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:13 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:16:14 2026] GET /v2.0/security-group-rules/e4350aad-c174-4302-b300-37447221a87a => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:14 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:16:14 2026] GET /v2.0/security-groups/4ebfe6dd-d697-4993-b023-891b02a9098f => generated 2886 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:16:14 2026] GET /v2.0/security-group-rules/2843c327-1097-4d9c-8b12-1bdb16e3ae60 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/402] 199.204.45.138 () {44 vars in 976 bytes} [Thu May 28 00:16:27 2026] GET /v2.0/quotas/cc62948663234860a682aa8ed82cde2d => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:17:22.082 7 INFO neutron.api.v2.resource [None req-3e35ed9e-905f-487f-9114-16acaa565f29 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 205/411] 199.204.45.138 () {44 vars in 1075 bytes} [Thu May 28 00:17:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.204.45.138 () {44 vars in 1098 bytes} [Thu May 28 00:17:22 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:17:23 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:17:23 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:17:23 2026] GET /v2.0/security-group-rules/384eb6e6-17bd-49c6-99c1-ecd58d6e02b5 => generated 597 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:17:24 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:17:24 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:17:24 2026] GET /v2.0/security-group-rules/6aace6c5-4e5b-4c55-a5e1-cf39277ca6ff => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:17:25 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/420] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:17:25 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 4075 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/421] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:17:25 2026] GET /v2.0/security-group-rules/bd2e8509-d4d2-422b-852c-ba3ca450a5b3 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/422] 199.204.45.138 () {44 vars in 1089 bytes} [Thu May 28 00:17:26 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881?project_id=b4014ef3fa024d77be2a2f2e6a49ba01 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/423] 199.204.45.138 () {44 vars in 1002 bytes} [Thu May 28 00:17:26 2026] GET /v2.0/security-groups/6d5d77c2-1ae1-4fa7-ab3e-4997670fa881 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 199.204.45.138 () {44 vars in 1012 bytes} [Thu May 28 00:17:26 2026] GET /v2.0/security-group-rules/7a6f4ebb-04e7-49e3-8a49-7d29165e6930 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 199.204.45.138 () {44 vars in 976 bytes} [Thu May 28 00:17:33 2026] GET /v2.0/quotas/b4014ef3fa024d77be2a2f2e6a49ba01 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/434] 199.204.45.138 () {44 vars in 950 bytes} [Thu May 28 00:18:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:19:02 2026] GET /v2.0/networks => generated 2168 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/440] 10.0.0.58 () {32 vars in 654 bytes} [Thu May 28 00:19:03 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:19:03 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/442] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:19:03 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/443] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:19:03 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/444] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:19:03 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:19:03 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 10.0.0.58 () {32 vars in 654 bytes} [Thu May 28 00:19:03 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:14.554 8 INFO neutron.db.segments_db [None req-0468fc27-666c-4c54-9a00-7c0a5a4855d0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 696bf79a-7aaa-4a7c-9f86-c941e86b9deb of type vxlan for network ba8d55f9-77a0-4935-a49a-ee49a99ec981 2026-05-28 00:19:14.603 7 INFO neutron.db.segments_db [None req-1e76dac5-d074-4857-b401-1fd5b400b39f 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 3bd5ff2b-23fd-4987-9290-f0775b89e916 of type vxlan for network 03b4e96b-e504-4aeb-b775-fec50afb7f75 [pid: 8|app: 0|req: 226/449] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:19:14 2026] POST /v2.0/networks => generated 738 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:19:14 2026] POST /v2.0/networks => generated 747 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:19:14.831 8 INFO neutron.db.segments_db [None req-40364f2b-c022-4dba-aee5-bfa0d372ed92 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment f6596f0a-beca-4a34-b5be-5d3051a67287 of type vxlan for network 82006157-0518-4bfd-b46e-264b61f81aaf [pid: 8|app: 0|req: 227/451] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:19:14 2026] POST /v2.0/networks => generated 745 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/452] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:14 2026] POST /v2.0/subnets => generated 685 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:14 2026] POST /v2.0/subnets => generated 692 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:14 2026] POST /v2.0/subnets => generated 694 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:19:15.158 7 INFO neutron.db.segments_db [None req-3b5dc427-f198-46cc-a45d-bb57df80f286 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 52e569ce-db49-4bbc-a149-f6a28c836a3f of type vxlan for network 212270fc-109f-414c-8e48-464f52b03680 2026-05-28 00:19:15.167 8 INFO neutron.db.segments_db [None req-ffd8d96a-215c-42fc-9ebd-d90439e62e99 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 7e259477-07ce-44e9-9ffa-328e5b97a693 of type vxlan for network e86ea8ef-a70f-4590-8ec4-d13f6ddef168 2026-05-28 00:19:15.380 8 INFO neutron.db.l3_hamode_db [None req-ffd8d96a-215c-42fc-9ebd-d90439e62e99 0970b078bb4c483e99562efb47f5ee03 7df52720cbbb4ced9b31a666a88742b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:19:15.397 7 INFO neutron.db.l3_hamode_db [None req-3b5dc427-f198-46cc-a45d-bb57df80f286 0970b078bb4c483e99562efb47f5ee03 bac7b5f0bde642fd94db0a2357891cb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:19:16.272 7 INFO neutron.db.l3_hamode_db [None req-3b5dc427-f198-46cc-a45d-bb57df80f286 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:19:16.284 8 INFO neutron.db.l3_hamode_db [None req-ffd8d96a-215c-42fc-9ebd-d90439e62e99 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/455] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:15 2026] POST /v2.0/routers => generated 732 bytes in 2350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:19:17.504 8 INFO neutron.db.segments_db [None req-94c5512c-6658-413a-9de1-5cd6d4abd69f 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 3a9f9bc9-ed6e-4958-b2e7-c66dc94c6535 of type vxlan for network 7ecaf7f0-5929-4c2b-b91e-c55d94a88161 [pid: 7|app: 0|req: 227/456] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:15 2026] POST /v2.0/routers => generated 725 bytes in 2482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:19:17.702 8 INFO neutron.db.l3_hamode_db [None req-94c5512c-6658-413a-9de1-5cd6d4abd69f 0970b078bb4c483e99562efb47f5ee03 30f8a42401d1450caca0099327e78c95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/457] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:19:17 2026] GET /v2.0/security-groups?tenant_id=43b2b1d0a5dc433d9afbee0439ceb423&name=default => generated 2924 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:18.244 8 INFO neutron.db.l3_hamode_db [None req-94c5512c-6658-413a-9de1-5cd6d4abd69f 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 230/458] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:17 2026] POST /v2.0/routers => generated 734 bytes in 1385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:19:17 2026] PUT /v2.0/routers/af5e09d2-bb96-4454-bbf4-c0bb00186231/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:19:19 2026] DELETE /v2.0/security-groups/233d4f48-6024-47ec-aa5b-fee4ba140ff9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:19:18 2026] PUT /v2.0/routers/1760903b-9591-4abb-b2e2-b84f9b8f706f/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/462] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:19:19 2026] PUT /v2.0/routers/744918e7-6727-4dce-8e3f-3002ad662795/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: 232/463] 10.0.0.152 () {38 vars in 971 bytes} [Thu May 28 00:19:20 2026] POST /v2.0/security-groups => generated 1681 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.152 () {38 vars in 971 bytes} [Thu May 28 00:19:20 2026] POST /v2.0/security-groups => generated 1682 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:19:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/466] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/468] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/security-groups => generated 1661 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:19:21.212 7 INFO neutron.db.segments_db [None req-1a698573-6a16-4cf9-bf1f-dc19e2665dfa 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 56179e18-66cf-4edf-8d70-6c51ca133445 of type vxlan for network 77e8187c-89a7-4f82-b68b-18bde338a483 [pid: 7|app: 0|req: 234/469] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:19:20 2026] POST /v2.0/networks => generated 747 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/470] 10.0.0.152 () {38 vars in 971 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/security-groups => generated 1681 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/475] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:19:21 2026] GET /v2.0/security-groups?tenant_id=7df52720cbbb4ced9b31a666a88742b4 => generated 7905 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/476] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/subnets => generated 695 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/477] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:21 2026] GET /v2.0/security-groups/5a1cf472-fff2-4781-b7ae-e4ed2de34445 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:21.809 8 INFO neutron.db.segments_db [None req-ff516260-a3b2-485f-b372-c894f3003cef 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 82a29687-a266-4de9-8cbb-b75e863aa3bd of type vxlan for network 14abf7bc-f640-4661-a703-e3a19eaaf9d6 2026-05-28 00:19:22.067 8 INFO neutron.db.l3_hamode_db [None req-ff516260-a3b2-485f-b372-c894f3003cef 0970b078bb4c483e99562efb47f5ee03 6accdb36a7274a1da181d4f96b9c79fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/479] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/floatingips => generated 552 bytes in 523 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.152 () {34 vars in 991 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/security-groups/5a1cf472-fff2-4781-b7ae-e4ed2de34445 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/481] 10.0.0.152 () {34 vars in 1098 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--926808190&fields=id&tenant_id=bac7b5f0bde642fd94db0a2357891cb4 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/482] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/security-groups/d02f55cc-346c-45df-8f34-a7e43242811a => generated 1681 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/483] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/networks?id=ba8d55f9-77a0-4935-a49a-ee49a99ec981 => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/484] 10.0.0.152 () {36 vars in 1013 bytes} [Thu May 28 00:19:22 2026] DELETE /v2.0/security-groups/d02f55cc-346c-45df-8f34-a7e43242811a => 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: 247/485] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/quotas/bac7b5f0bde642fd94db0a2357891cb4 => 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: 248/486] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/ports?tenant_id=bac7b5f0bde642fd94db0a2357891cb4&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:22.667 7 INFO neutron.api.v2.resource [req-c41cbad1-44b1-4812-a86a-aa3dfd57970e req-deee1219-0a01-4d09-bebe-2e9583b5d2ee 4d6b8f73aff64be18cc76e7e34728206 7df52720cbbb4ced9b31a666a88742b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/487] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/security-groups/d02f55cc-346c-45df-8f34-a7e43242811a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/488] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/security-groups/e0e7d573-3047-40c6-beba-c4aaef68e344 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/489] 10.0.0.152 () {36 vars in 1013 bytes} [Thu May 28 00:19:22 2026] DELETE /v2.0/security-groups/e0e7d573-3047-40c6-beba-c4aaef68e344 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:19:22.837 7 INFO neutron.api.v2.resource [req-77795c1c-ebda-4759-b678-654c158eeec4 req-22759e50-2e63-4e18-ae89-e18d1e41d46f 4d6b8f73aff64be18cc76e7e34728206 7df52720cbbb4ced9b31a666a88742b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/490] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/security-groups/e0e7d573-3047-40c6-beba-c4aaef68e344 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/491] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:22 2026] GET /v2.0/security-groups/6b97441e-2fda-4d2f-bedf-47bac06de29b => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/492] 10.0.0.152 () {36 vars in 1013 bytes} [Thu May 28 00:19:22 2026] DELETE /v2.0/security-groups/6b97441e-2fda-4d2f-bedf-47bac06de29b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/493] 10.0.0.152 () {34 vars in 907 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-28 00:19:23.072 7 INFO neutron.api.v2.resource [req-fb332d02-185d-4561-8652-ae487471b0c9 req-a2b48b46-e508-499d-a15a-db4940de5511 4d6b8f73aff64be18cc76e7e34728206 7df52720cbbb4ced9b31a666a88742b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/494] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/security-groups/6b97441e-2fda-4d2f-bedf-47bac06de29b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/495] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:23.157 8 INFO neutron.db.l3_hamode_db [None req-ff516260-a3b2-485f-b372-c894f3003cef 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 258/496] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/security-groups?tenant_id=7df52720cbbb4ced9b31a666a88742b4 => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/497] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?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: 260/498] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/security-groups/5a1cf472-fff2-4781-b7ae-e4ed2de34445 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/499] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/security-groups/5a1cf472-fff2-4781-b7ae-e4ed2de34445 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:23.346 7 INFO neutron.api.v2.resource [req-2b9a10bb-2fed-405d-bc02-7443e4de5827 req-52987d1a-6e8f-45c6-9d66-4c2bf86cebbd 4d6b8f73aff64be18cc76e7e34728206 7df52720cbbb4ced9b31a666a88742b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/500] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/security-groups/6b97441e-2fda-4d2f-bedf-47bac06de29b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:19:23.380 7 INFO neutron.api.v2.resource [req-2c38b850-e41c-487f-bffd-cef651ec803e req-e9c15ff3-6293-46f5-848f-a2ff27907d5d 4d6b8f73aff64be18cc76e7e34728206 7df52720cbbb4ced9b31a666a88742b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/501] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/security-groups/e0e7d573-3047-40c6-beba-c4aaef68e344 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:19:23.421 7 INFO neutron.api.v2.resource [req-5f0f1770-f57e-4d99-8301-f864bc3a1af4 req-4df03dff-559a-4077-a3bb-d84f42d1abc5 4d6b8f73aff64be18cc76e7e34728206 7df52720cbbb4ced9b31a666a88742b4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/502] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:23 2026] GET /v2.0/security-groups/d02f55cc-346c-45df-8f34-a7e43242811a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/503] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:21 2026] POST /v2.0/routers => generated 735 bytes in 2347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:19:24.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-23f91a04-4c5b-4776-853a-a9e5f49953ae 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: b36ee86c-1c56-4f24-b3e3-eb5614a10315 [pid: 8|app: 0|req: 240/504] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:24 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:24.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23f91a04-4c5b-4776-853a-a9e5f49953ae 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: b36ee86c-1c56-4f24-b3e3-eb5614a10315 [pid: 7|app: 0|req: 265/505] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:19:23 2026] PUT /v2.0/routers/af5e09d2-bb96-4454-bbf4-c0bb00186231/remove_router_interface => generated 309 bytes in 1355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:25.042 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce2d8a14-da9d-4e66-93ae-86f45914b681 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: e1718874-c86a-49a4-8837-4336ae51dc98 2026-05-28 00:19:25.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce2d8a14-da9d-4e66-93ae-86f45914b681 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: e1718874-c86a-49a4-8837-4336ae51dc98 [pid: 8|app: 0|req: 241/506] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:19:24 2026] PUT /v2.0/routers/84676dae-87ad-4e8f-a1e5-a886c97a312f/add_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/507] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:25 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:25.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce2d8a14-da9d-4e66-93ae-86f45914b681 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 91aa6a43-ab60-4c0a-8bc9-e83ebe80d822 2026-05-28 00:19:25.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce2d8a14-da9d-4e66-93ae-86f45914b681 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 91aa6a43-ab60-4c0a-8bc9-e83ebe80d822 2026-05-28 00:19:25.408 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ce2d8a14-da9d-4e66-93ae-86f45914b681 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - 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: 243/508] 10.0.0.152 () {38 vars in 971 bytes} [Thu May 28 00:19:25 2026] POST /v2.0/security-groups => generated 1686 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:19:25.807 7 INFO neutron.db.l3_hamode_db [None req-ce2d8a14-da9d-4e66-93ae-86f45914b681 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network e86ea8ef-a70f-4590-8ec4-d13f6ddef168 was deleted as no HA routers are present in tenant 7df52720cbbb4ced9b31a666a88742b4. [pid: 7|app: 0|req: 266/509] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:24 2026] DELETE /v2.0/routers/af5e09d2-bb96-4454-bbf4-c0bb00186231 => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/510] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:25 2026] GET /v2.0/security-groups/41ab461f-293d-498d-a227-1f0960e200b1 => generated 1686 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/511] 10.0.0.152 () {38 vars in 981 bytes} [Thu May 28 00:19:25 2026] POST /v2.0/security-group-rules => generated 614 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/512] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:25 2026] DELETE /v2.0/subnets/61ff8a4f-ed85-4cc6-9e1f-1371d3167d00 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/513] 10.0.0.152 () {38 vars in 971 bytes} [Thu May 28 00:19:26 2026] POST /v2.0/security-groups => generated 1683 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:19:26.135 7 INFO neutron.services.segments.plugin [-] Segment 7e259477-07ce-44e9-9ffa-328e5b97a693 resource provider aggregate not found 2026-05-28 00:19:26.147 7 INFO neutron.services.segments.plugin [-] Segment 7e259477-07ce-44e9-9ffa-328e5b97a693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e259477-07ce-44e9-9ffa-328e5b97a693 found for delete ", "request_id": "req-0964c96c-bdad-4751-a4c6-c4a7455db437"}]} 2026-05-28 00:19:26.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-0afc9854-6a56-41c9-a8aa-b6e171b6f623 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: bd9e05de-5416-4848-ac3b-ae77e626f862 2026-05-28 00:19:26.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0afc9854-6a56-41c9-a8aa-b6e171b6f623 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: bd9e05de-5416-4848-ac3b-ae77e626f862 2026-05-28 00:19:26.175 7 INFO neutron.services.segments.plugin [-] Segment 7e259477-07ce-44e9-9ffa-328e5b97a693 resource provider aggregate not found [pid: 7|app: 0|req: 270/514] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-groups/6bda0146-2590-4666-8583-1852ba56532b => generated 1683 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:26.196 7 INFO neutron.services.segments.plugin [-] Segment 7e259477-07ce-44e9-9ffa-328e5b97a693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e259477-07ce-44e9-9ffa-328e5b97a693 found for delete ", "request_id": "req-1b5bb843-50f2-4402-b1ab-e88df6a96148"}]} [pid: 7|app: 0|req: 271/515] 10.0.0.152 () {38 vars in 981 bytes} [Thu May 28 00:19:26 2026] POST /v2.0/security-group-rules => generated 614 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/516] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-groups/6bda0146-2590-4666-8583-1852ba56532b => generated 2308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/517] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:19:26 2026] DELETE /v2.0/networks/82006157-0518-4bfd-b46e-264b61f81aaf => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/518] 10.0.0.152 () {38 vars in 981 bytes} [Thu May 28 00:19:26 2026] POST /v2.0/security-group-rules => generated 619 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/519] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 274/520] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-groups/6bda0146-2590-4666-8583-1852ba56532b => generated 2938 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/521] 10.0.0.152 () {34 vars in 1001 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-group-rules/19a68ede-75d2-49ad-998a-9981357c9846 => generated 616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/522] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-groups/6bda0146-2590-4666-8583-1852ba56532b => generated 2938 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/523] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-groups?tenant_id=7df52720cbbb4ced9b31a666a88742b4&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/524] 10.0.0.152 () {36 vars in 1023 bytes} [Thu May 28 00:19:26 2026] DELETE /v2.0/security-group-rules/19a68ede-75d2-49ad-998a-9981357c9846 => 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: 249/525] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-groups/6bda0146-2590-4666-8583-1852ba56532b => generated 2308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/526] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:19:26 2026] DELETE /v2.0/security-groups/5a1cf472-fff2-4781-b7ae-e4ed2de34445 => 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: 250/527] 10.0.0.152 () {36 vars in 1013 bytes} [Thu May 28 00:19:26 2026] DELETE /v2.0/security-groups/6bda0146-2590-4666-8583-1852ba56532b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:19:26.898 8 INFO neutron.services.segments.plugin [-] Segment f6596f0a-beca-4a34-b5be-5d3051a67287 resource provider aggregate not found [pid: 7|app: 0|req: 278/528] 10.0.0.152 () {34 vars in 991 bytes} [Thu May 28 00:19:26 2026] GET /v2.0/security-groups/41ab461f-293d-498d-a227-1f0960e200b1 => generated 2311 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:26.913 8 INFO neutron.services.segments.plugin [-] Segment f6596f0a-beca-4a34-b5be-5d3051a67287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6596f0a-beca-4a34-b5be-5d3051a67287 found for delete ", "request_id": "req-c0fa2dc7-e5c7-49f2-89e7-ae89b17e6d3e"}]} 2026-05-28 00:19:26.934 8 INFO neutron.services.segments.plugin [-] Segment f6596f0a-beca-4a34-b5be-5d3051a67287 resource provider aggregate not found 2026-05-28 00:19:26.954 8 INFO neutron.services.segments.plugin [-] Segment f6596f0a-beca-4a34-b5be-5d3051a67287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6596f0a-beca-4a34-b5be-5d3051a67287 found for delete ", "request_id": "req-902b946c-fd99-49ad-996c-a93a658ee7d3"}]} [pid: 8|app: 0|req: 251/529] 10.0.0.152 () {36 vars in 1013 bytes} [Thu May 28 00:19:26 2026] DELETE /v2.0/security-groups/41ab461f-293d-498d-a227-1f0960e200b1 => 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: 252/530] 10.0.0.152 () {34 vars in 1100 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1047484101&fields=id&tenant_id=30f8a42401d1450caca0099327e78c95 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/531] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/networks?id=03b4e96b-e504-4aeb-b775-fec50afb7f75 => generated 679 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/532] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/quotas/30f8a42401d1450caca0099327e78c95 => 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: 255/533] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/ports?tenant_id=30f8a42401d1450caca0099327e78c95&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: 256/534] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/networks/03b4e96b-e504-4aeb-b775-fec50afb7f75?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/535] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/networks/03b4e96b-e504-4aeb-b775-fec50afb7f75?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:27.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-b615d22e-5925-4f47-978b-70866673fc81 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 6de2f2f6-a95f-431b-842a-dcd165eafc1c 2026-05-28 00:19:27.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b615d22e-5925-4f47-978b-70866673fc81 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 6de2f2f6-a95f-431b-842a-dcd165eafc1c [pid: 8|app: 0|req: 258/536] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 259/537] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:27 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 279/538] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:19:27 2026] PUT /v2.0/routers/84676dae-87ad-4e8f-a1e5-a886c97a312f/remove_router_interface => generated 309 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:28.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-3200e187-e323-4fbd-9588-c940774b2229 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 2c33c1bd-60a1-4341-a752-ea94af37f7d3 2026-05-28 00:19:28.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3200e187-e323-4fbd-9588-c940774b2229 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 2c33c1bd-60a1-4341-a752-ea94af37f7d3 2026-05-28 00:19:28.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-3200e187-e323-4fbd-9588-c940774b2229 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 40060655-1595-4cf9-a9f2-6a1f209a22f2 2026-05-28 00:19:28.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3200e187-e323-4fbd-9588-c940774b2229 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 40060655-1595-4cf9-a9f2-6a1f209a22f2 2026-05-28 00:19:28.563 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3200e187-e323-4fbd-9588-c940774b2229 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - 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() 2026-05-28 00:19:28.851 8 INFO neutron.db.l3_hamode_db [None req-3200e187-e323-4fbd-9588-c940774b2229 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network 14abf7bc-f640-4661-a703-e3a19eaaf9d6 was deleted as no HA routers are present in tenant 6accdb36a7274a1da181d4f96b9c79fd. [pid: 8|app: 0|req: 260/539] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:27 2026] DELETE /v2.0/routers/84676dae-87ad-4e8f-a1e5-a886c97a312f => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/540] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:28 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 262/541] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:28 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:28.940 8 INFO neutron.services.segments.plugin [-] Segment 82a29687-a266-4de9-8cbb-b75e863aa3bd resource provider aggregate not found 2026-05-28 00:19:28.954 8 INFO neutron.services.segments.plugin [-] Segment 82a29687-a266-4de9-8cbb-b75e863aa3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82a29687-a266-4de9-8cbb-b75e863aa3bd found for delete ", "request_id": "req-246d8090-fb82-4179-9fa3-2f4525209a4f"}]} 2026-05-28 00:19:28.986 8 INFO neutron.services.segments.plugin [-] Segment 82a29687-a266-4de9-8cbb-b75e863aa3bd resource provider aggregate not found 2026-05-28 00:19:29.009 7 INFO neutron.db.segments_db [None req-912f5f8e-8c17-4c67-83a4-00e875e2c9f8 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment daa389d7-5d83-4ca6-af74-304b36036c71 of type vxlan for network afddaf9f-2eab-4249-be60-907884af8525 2026-05-28 00:19:29.014 8 INFO neutron.services.segments.plugin [-] Segment 82a29687-a266-4de9-8cbb-b75e863aa3bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82a29687-a266-4de9-8cbb-b75e863aa3bd found for delete ", "request_id": "req-7bd96f63-17b8-4da3-9b05-413ae42b4317"}]} [pid: 8|app: 0|req: 263/542] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:28 2026] DELETE /v2.0/subnets/4863de30-6990-42a6-8767-6e9773fbc4d8 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/543] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:19:28 2026] POST /v2.0/networks => generated 743 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/544] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:29 2026] GET /v2.0/networks?id=ba8d55f9-77a0-4935-a49a-ee49a99ec981 => generated 670 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:29.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-d85dc8c8-18cd-4359-804e-b4918d83ba88 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 38665c26-c3d2-442d-81d8-6efc8a3047fa 2026-05-28 00:19:29.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d85dc8c8-18cd-4359-804e-b4918d83ba88 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 38665c26-c3d2-442d-81d8-6efc8a3047fa [pid: 8|app: 0|req: 265/545] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:29 2026] POST /v2.0/subnets => generated 690 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/546] 199.204.45.138 () {34 vars in 911 bytes} [Thu May 28 00:19:29 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) 2026-05-28 00:19:29.357 8 INFO neutron.db.segments_db [None req-fe8fab3e-117b-4c2f-acdd-64fd02ad901a 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 62cf66ac-9cdb-4bd9-aac6-a57d7e3c3fde of type vxlan for network 6a816049-da4e-4f08-9bf3-080f43bf0127 2026-05-28 00:19:29.379 7 INFO neutron.services.segments.plugin [-] Segment 56179e18-66cf-4edf-8d70-6c51ca133445 resource provider aggregate not found 2026-05-28 00:19:29.381 7 INFO neutron.services.segments.plugin [-] Segment 56179e18-66cf-4edf-8d70-6c51ca133445 resource provider aggregate not found [pid: 7|app: 0|req: 281/547] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:19:29 2026] DELETE /v2.0/networks/77e8187c-89a7-4f82-b68b-18bde338a483 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:19:29.406 7 INFO neutron.services.segments.plugin [-] Segment 56179e18-66cf-4edf-8d70-6c51ca133445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56179e18-66cf-4edf-8d70-6c51ca133445 found for delete ", "request_id": "req-cbe74fcc-52e7-4900-9456-238f098757d3"}]} 2026-05-28 00:19:29.408 7 INFO neutron.services.segments.plugin [-] Segment 56179e18-66cf-4edf-8d70-6c51ca133445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56179e18-66cf-4edf-8d70-6c51ca133445 found for delete ", "request_id": "req-2ca58d81-a5c7-49e5-a3b5-ec81e2793639"}]} [pid: 7|app: 0|req: 282/548] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:19:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bac7b5f0bde642fd94db0a2357891cb4 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:29.595 8 INFO neutron.db.l3_hamode_db [None req-fe8fab3e-117b-4c2f-acdd-64fd02ad901a 0970b078bb4c483e99562efb47f5ee03 366ee172bb8343f79315a78b82498331 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 283/549] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:19:29 2026] POST /v2.0/ports => generated 958 bytes in 499 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: 284/550] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:19:29 2026] GET /v2.0/security-groups?tenant_id=6accdb36a7274a1da181d4f96b9c79fd&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: 285/551] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:29 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 961 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/552] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:30 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 287/553] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:19:30 2026] DELETE /v2.0/security-groups/3d633727-3d19-4895-a044-dd17f1954aef => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/554] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:30 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:30.279 8 INFO neutron.db.l3_hamode_db [None req-fe8fab3e-117b-4c2f-acdd-64fd02ad901a 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 289/555] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:19:30 2026] PUT /v2.0/ports/e37f256b-4095-443c-8cd6-0d75fa684b7a => generated 1239 bytes in 567 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: 290/556] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:31 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 267/557] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:29 2026] POST /v2.0/routers => generated 730 bytes in 1918 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/558] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:31 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 292/559] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:31 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:31.486 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e84ca055-118b-405e-bfd5-710e5d755851'] response: {'name': 'network-changed', 'server_uuid': '49f3d9fd-25e6-469c-9c32-6cd08e1b54c7', 'tag': 'e37f256b-4095-443c-8cd6-0d75fa684b7a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 293/560] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:31 2026] GET /v2.0/ports?tenant_id=bac7b5f0bde642fd94db0a2357891cb4&device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:32.264 7 INFO neutron.db.segments_db [None req-ae317855-1983-4dae-a189-45891db1e9b7 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment c72bc76c-e249-4d52-a87c-2be2010ed4bc of type vxlan for network 1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 [pid: 8|app: 0|req: 268/561] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:19:31 2026] PUT /v2.0/routers/15b2896d-cd20-41c6-bb35-2695897d72e8/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/562] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:19:31 2026] POST /v2.0/networks => generated 751 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/563] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e37f256b-4095-443c-8cd6-0d75fa684b7a => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/564] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/networks?id=03b4e96b-e504-4aeb-b775-fec50afb7f75 => generated 679 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/565] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/566] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/567] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/subnets?id=1682e99b-4473-46b6-93aa-508737e16118 => generated 688 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/568] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=30f8a42401d1450caca0099327e78c95 => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/569] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/570] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:32 2026] POST /v2.0/subnets => generated 698 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/571] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:32 2026] GET /v2.0/ports?network_id=ba8d55f9-77a0-4935-a49a-ee49a99ec981&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:32.697 8 INFO neutron.db.segments_db [None req-20873854-ce54-476d-b087-9e54e30f3851 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 79c9e340-1ebc-449b-a689-3e172cef8341 of type vxlan for network c44c4972-89a3-43b5-8af8-2ee6cbc1d683 2026-05-28 00:19:32.927 8 INFO neutron.db.l3_hamode_db [None req-20873854-ce54-476d-b087-9e54e30f3851 0970b078bb4c483e99562efb47f5ee03 2b4084c2cdba446e8736d6367398d6b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 297/572] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:19:32 2026] POST /v2.0/ports => generated 954 bytes in 478 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: 298/573] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:33 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/574] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:19:33 2026] POST /v2.0/security-groups => generated 1661 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/575] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:19:33 2026] PUT /v2.0/ports/ee8f570b-31d4-451c-9fbf-cd7d744a9333 => generated 1235 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 301/576] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:33 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?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: 302/577] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/578] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:33 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 304/579] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:33 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 305/580] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/581] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/582] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:34.134 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7761c151-f6f2-4916-81d3-ba6404cb9946'] response: {'name': 'network-changed', 'server_uuid': '2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a', 'tag': 'ee8f570b-31d4-451c-9fbf-cd7d744a9333', 'status': 'completed', 'code': 200} 2026-05-28 00:19:34.147 8 INFO neutron.db.l3_hamode_db [None req-20873854-ce54-476d-b087-9e54e30f3851 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 308/583] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:19:34 2026] POST /v2.0/floatingips => generated 552 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/584] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/ports?tenant_id=30f8a42401d1450caca0099327e78c95&device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/585] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/networks?tenant_id=30f8a42401d1450caca0099327e78c95&shared=False => generated 775 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/586] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/587] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/ports?tenant_id=bac7b5f0bde642fd94db0a2357891cb4&device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/588] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/networks?id=ba8d55f9-77a0-4935-a49a-ee49a99ec981 => generated 766 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/589] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e37f256b-4095-443c-8cd6-0d75fa684b7a => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/590] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:34 2026] GET /v2.0/subnets?id=1682e99b-4473-46b6-93aa-508737e16118 => generated 688 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/591] 10.0.0.152 () {34 vars in 1100 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2086963479&fields=id&tenant_id=366ee172bb8343f79315a78b82498331 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/592] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/ports?network_id=ba8d55f9-77a0-4935-a49a-ee49a99ec981&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/593] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:32 2026] POST /v2.0/routers => generated 738 bytes in 2467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/594] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/networks?id=afddaf9f-2eab-4249-be60-907884af8525 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/595] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?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: 278/596] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/quotas/366ee172bb8343f79315a78b82498331 => 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: 279/597] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?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: 280/598] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/ports?tenant_id=366ee172bb8343f79315a78b82498331&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: 281/599] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/600] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/601] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 284/602] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/603] 10.0.0.152 () {34 vars in 907 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/extensions => generated 21537 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/604] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?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: 287/605] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/606] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/ports?tenant_id=30f8a42401d1450caca0099327e78c95&device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 1238 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/607] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ee8f570b-31d4-451c-9fbf-cd7d744a9333 => 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: 290/608] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/subnets?id=ea420965-0c6b-447f-995b-c20b7485196b => generated 697 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/609] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:35 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 292/610] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:36 2026] GET /v2.0/ports?network_id=03b4e96b-e504-4aeb-b775-fec50afb7f75&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/611] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:36 2026] GET /v2.0/networks/03b4e96b-e504-4aeb-b775-fec50afb7f75?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: 294/612] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:36 2026] GET /v2.0/networks/03b4e96b-e504-4aeb-b775-fec50afb7f75?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/615] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:19:35 2026] PUT /v2.0/routers/43548163-5dd9-4025-ba49-a612ed477cdc/add_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/616] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:36 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/617] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:36 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&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: 298/618] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:36 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/619] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:36 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&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: 7|app: 0|req: 321/620] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:19:36 2026] POST /v2.0/security-groups => generated 1658 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/621] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/622] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:19:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/623] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:37 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 302/624] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:37 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/625] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:19:37 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/626] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:37 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&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: 324/627] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:37 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/628] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:37 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/629] 10.0.0.152 () {34 vars in 1094 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1243381&fields=id&tenant_id=2b4084c2cdba446e8736d6367398d6b2 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/630] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/networks?id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/631] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/quotas/2b4084c2cdba446e8736d6367398d6b2 => 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: 326/632] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/633] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/634] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/635] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 328/636] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 309/637] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/638] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/639] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:38 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/640] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:39 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/641] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:39 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 331/642] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:39 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/643] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:39 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/644] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:39 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/645] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:40 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/646] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:40 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&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: 314/647] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:40 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 334/648] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:40 2026] GET /v2.0/networks?id=afddaf9f-2eab-4249-be60-907884af8525 => generated 675 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/649] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:19:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=366ee172bb8343f79315a78b82498331 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/650] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:40 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 335/651] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:19:40 2026] POST /v2.0/ports => generated 958 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: 336/652] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:41 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/653] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:41 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&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: 338/654] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:41 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/655] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:41 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&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: 317/656] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:19:40 2026] PUT /v2.0/ports/55de52b1-daa1-4eb1-925e-668885f5e00a => generated 1239 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/657] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:41 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 973 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: 318/658] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:41 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/659] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:41 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:41.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74f36d60-783c-461f-9b5c-ed821ca042be'] response: {'name': 'network-changed', 'server_uuid': 'bedb9fdd-fb51-496b-9bcd-211a5739fd03', 'tag': '55de52b1-daa1-4eb1-925e-668885f5e00a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 319/660] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/661] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/662] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/ports?tenant_id=366ee172bb8343f79315a78b82498331&device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/663] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/networks?tenant_id=366ee172bb8343f79315a78b82498331&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: 322/664] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/665] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/666] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/667] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 324/668] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 345/669] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 346/670] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/networks?id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/671] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 348/672] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:19:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b4084c2cdba446e8736d6367398d6b2 => generated 178 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:43.438 8 INFO neutron.db.l3_db [None req-be6f1c40-7e99-4727-a019-69229f13f70f fe90d6fd4a3d4a7292ef7fa3939143a8 bac7b5f0bde642fd94db0a2357891cb4 - - default default] Floating IP 9b953f0c-be54-431c-a5ff-10afce0ffe23 associated. External IP: 10.96.250.215, port: e37f256b-4095-443c-8cd6-0d75fa684b7a. [pid: 7|app: 0|req: 349/673] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:19:42 2026] POST /v2.0/ports => generated 958 bytes in 704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 350/674] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 351/675] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/ports?tenant_id=366ee172bb8343f79315a78b82498331&device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/676] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:19:42 2026] PUT /v2.0/floatingips/9b953f0c-be54-431c-a5ff-10afce0ffe23 => generated 856 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/677] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/678] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=55de52b1-daa1-4eb1-925e-668885f5e00a => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/679] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 329/680] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/subnets?id=8801e369-dcb4-4d34-ad68-fce5c5957772 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/681] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 331/682] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:44.012 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7403e48-1763-4a9b-9690-564a0f2545ee'] response: {'name': 'network-changed', 'server_uuid': '49f3d9fd-25e6-469c-9c32-6cd08e1b54c7', 'tag': 'e37f256b-4095-443c-8cd6-0d75fa684b7a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 332/683] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:43 2026] GET /v2.0/ports?network_id=afddaf9f-2eab-4249-be60-907884af8525&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/684] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&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: 334/685] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?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: 352/686] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:19:43 2026] PUT /v2.0/ports/53e43d8d-920b-4451-90df-f668735bb18c => generated 1239 bytes in 429 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: 335/687] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:44.182 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-430ac9d5-0d2a-4bbf-bb8a-d9487bb04d00'] response: {'name': 'network-changed', 'server_uuid': '9166ffe3-69e0-477d-bf14-5588001d87b4', 'tag': '53e43d8d-920b-4451-90df-f668735bb18c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 353/688] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/689] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/690] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/691] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/692] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/ports?tenant_id=bac7b5f0bde642fd94db0a2357891cb4&device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => 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: 338/693] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/networks?id=ba8d55f9-77a0-4935-a49a-ee49a99ec981 => generated 766 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/694] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=e37f256b-4095-443c-8cd6-0d75fa684b7a => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/695] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/subnets?id=1682e99b-4473-46b6-93aa-508737e16118 => generated 688 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/696] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/697] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/ports?network_id=ba8d55f9-77a0-4935-a49a-ee49a99ec981&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/698] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/networks?tenant_id=2b4084c2cdba446e8736d6367398d6b2&shared=False => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/699] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/700] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/701] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 343/702] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&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: 360/703] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:44 2026] GET /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981?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: 361/704] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/705] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/706] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 363/707] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/708] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:45.480 8 INFO neutron.db.l3_db [None req-e6547077-5a95-4974-a56e-0841f1d74c54 6011eaef3d724db191713051feeb10d3 30f8a42401d1450caca0099327e78c95 - - default default] Floating IP 5f54ce64-76c2-4aae-a612-ef650a23c7a4 associated. External IP: 10.96.250.208, port: ee8f570b-31d4-451c-9fbf-cd7d744a9333. [pid: 7|app: 0|req: 365/709] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/710] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&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: 345/711] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:19:45 2026] PUT /v2.0/floatingips/5f54ce64-76c2-4aae-a612-ef650a23c7a4 => generated 855 bytes in 633 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/712] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/713] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&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: 368/714] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/715] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53e43d8d-920b-4451-90df-f668735bb18c => 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: 369/716] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:45 2026] GET /v2.0/subnets?id=c97fdb12-3ffc-4a36-92e8-06c1e89f273a => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:46.070 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e30c487-ff42-4bf0-80a6-750e51270101'] response: {'name': 'network-changed', 'server_uuid': '2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a', 'tag': 'ee8f570b-31d4-451c-9fbf-cd7d744a9333', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 348/717] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/718] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/719] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 350/720] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 351/721] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 371/722] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/723] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/724] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/725] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/726] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?tenant_id=30f8a42401d1450caca0099327e78c95&device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/727] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/networks?id=03b4e96b-e504-4aeb-b775-fec50afb7f75 => generated 775 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/728] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ee8f570b-31d4-451c-9fbf-cd7d744a9333 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/729] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/730] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/subnets?id=ea420965-0c6b-447f-995b-c20b7485196b => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/731] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/security-groups?id=c6ea64b7-9337-46f8-8a53-0223773443c6&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/732] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?network_id=03b4e96b-e504-4aeb-b775-fec50afb7f75&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: 357/733] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/734] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/networks/03b4e96b-e504-4aeb-b775-fec50afb7f75?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:46.936 8 INFO neutron_taas.services.taas.taas_plugin [req-c6c1442e-e38e-4eee-8758-b39c16fff019 req-995bc481-ecea-4189-8b56-c5db0f4ce963 fe90d6fd4a3d4a7292ef7fa3939143a8 bac7b5f0bde642fd94db0a2357891cb4 - - default default] TaaS: Handle Delete Port: e37f256b-4095-443c-8cd6-0d75fa684b7a 2026-05-28 00:19:46.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c6c1442e-e38e-4eee-8758-b39c16fff019 req-995bc481-ecea-4189-8b56-c5db0f4ce963 fe90d6fd4a3d4a7292ef7fa3939143a8 bac7b5f0bde642fd94db0a2357891cb4 - - default default] Tap Mirror: Handle Delete Port: e37f256b-4095-443c-8cd6-0d75fa684b7a [pid: 7|app: 0|req: 378/735] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:46 2026] GET /v2.0/networks/03b4e96b-e504-4aeb-b775-fec50afb7f75?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:47.103 8 INFO neutron.db.l3_db [req-c6c1442e-e38e-4eee-8758-b39c16fff019 req-995bc481-ecea-4189-8b56-c5db0f4ce963 fe90d6fd4a3d4a7292ef7fa3939143a8 bac7b5f0bde642fd94db0a2357891cb4 - - default default] Floating IP 9b953f0c-be54-431c-a5ff-10afce0ffe23 disassociated. External IP: 10.96.250.215, port: e37f256b-4095-443c-8cd6-0d75fa684b7a. [pid: 7|app: 0|req: 379/736] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:47 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 380/737] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:47 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 381/738] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:47 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/739] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:19:46 2026] DELETE /v2.0/ports/e37f256b-4095-443c-8cd6-0d75fa684b7a => generated 0 bytes in 655 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/740] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:47 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/741] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:47 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/742] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:47 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/743] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:47 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:48.123 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-811706de-d444-41f4-84f8-c6cc249495fa'] response: {'server_uuid': '49f3d9fd-25e6-469c-9c32-6cd08e1b54c7', 'name': 'network-vif-deleted', 'tag': 'e37f256b-4095-443c-8cd6-0d75fa684b7a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 384/744] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 361/745] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/746] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/747] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/748] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/security-groups?id=98643b43-d329-44bc-9736-c9dd30f2568c&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/749] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 365/750] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:48.884 7 INFO neutron_taas.services.taas.taas_plugin [req-ca3e4a5a-d9a7-45c2-84a3-bfb9aab8ec96 req-4732d75f-dd57-4483-8c91-43e83f351d2c 6011eaef3d724db191713051feeb10d3 30f8a42401d1450caca0099327e78c95 - - default default] TaaS: Handle Delete Port: ee8f570b-31d4-451c-9fbf-cd7d744a9333 2026-05-28 00:19:48.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca3e4a5a-d9a7-45c2-84a3-bfb9aab8ec96 req-4732d75f-dd57-4483-8c91-43e83f351d2c 6011eaef3d724db191713051feeb10d3 30f8a42401d1450caca0099327e78c95 - - default default] Tap Mirror: Handle Delete Port: ee8f570b-31d4-451c-9fbf-cd7d744a9333 [pid: 8|app: 0|req: 366/751] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:48 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:49.124 7 INFO neutron.db.l3_db [req-ca3e4a5a-d9a7-45c2-84a3-bfb9aab8ec96 req-4732d75f-dd57-4483-8c91-43e83f351d2c 6011eaef3d724db191713051feeb10d3 30f8a42401d1450caca0099327e78c95 - - default default] Floating IP 5f54ce64-76c2-4aae-a612-ef650a23c7a4 disassociated. External IP: 10.96.250.208, port: ee8f570b-31d4-451c-9fbf-cd7d744a9333. [pid: 7|app: 0|req: 386/752] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:19:48 2026] DELETE /v2.0/ports/ee8f570b-31d4-451c-9fbf-cd7d744a9333 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:19:49.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e93dffdc-596e-4f4a-ba96-ad548b99d59f'] response: {'server_uuid': '2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a', 'name': 'network-vif-deleted', 'tag': 'ee8f570b-31d4-451c-9fbf-cd7d744a9333', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 367/753] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:49 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/754] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:49 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/755] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:49 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 369/756] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:49 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/757] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:49 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/758] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:50 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/759] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:50 2026] GET /v2.0/ports?device_id=49f3d9fd-25e6-469c-9c32-6cd08e1b54c7 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:19:50.353 8 INFO neutron.db.l3_db [None req-2ab6bcde-9363-4a02-97cf-a05cc24ec80f 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] Floating IP dc2c1384-404e-4307-872d-201eab862513 associated. External IP: 10.96.250.216, port: 55de52b1-daa1-4eb1-925e-668885f5e00a. [pid: 8|app: 0|req: 370/760] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:19:49 2026] PUT /v2.0/floatingips/dc2c1384-404e-4307-872d-201eab862513 => generated 856 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:50.725 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-384e208e-0d8b-40de-aaa2-23ad562949ec'] response: {'name': 'network-changed', 'server_uuid': 'bedb9fdd-fb51-496b-9bcd-211a5739fd03', 'tag': '55de52b1-daa1-4eb1-925e-668885f5e00a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/761] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:50 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/764] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/765] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/766] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/ports?tenant_id=366ee172bb8343f79315a78b82498331&device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 393/767] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:19:51 2026] DELETE /v2.0/security-groups/c6ea64b7-9337-46f8-8a53-0223773443c6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/768] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/networks?id=afddaf9f-2eab-4249-be60-907884af8525 => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:51.384 8 INFO neutron.api.v2.resource [None req-a131d93b-d62d-4add-8076-d5ca0cfc5f82 fe90d6fd4a3d4a7292ef7fa3939143a8 bac7b5f0bde642fd94db0a2357891cb4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 376/769] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/security-groups/c6ea64b7-9337-46f8-8a53-0223773443c6 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/770] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 377/771] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=55de52b1-daa1-4eb1-925e-668885f5e00a => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:51.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ddce6bf-7785-4604-8ae3-d193a7e53587 fe90d6fd4a3d4a7292ef7fa3939143a8 bac7b5f0bde642fd94db0a2357891cb4 - - default default] TaaS: Handle Delete Port: 91ea436d-847f-4a82-90d6-dbd6b617cb88 2026-05-28 00:19:51.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ddce6bf-7785-4604-8ae3-d193a7e53587 fe90d6fd4a3d4a7292ef7fa3939143a8 bac7b5f0bde642fd94db0a2357891cb4 - - default default] Tap Mirror: Handle Delete Port: 91ea436d-847f-4a82-90d6-dbd6b617cb88 [pid: 7|app: 0|req: 395/772] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:19:51 2026] DELETE /v2.0/floatingips/9b953f0c-be54-431c-a5ff-10afce0ffe23 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/773] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:51 2026] GET /v2.0/subnets?id=8801e369-dcb4-4d34-ad68-fce5c5957772 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:52.061 8 INFO neutron.db.l3_db [None req-beb98c59-cb91-4b35-baa2-6d9653b90724 8641778dc5d84cb58512e56344ea3d01 2b4084c2cdba446e8736d6367398d6b2 - - default default] Floating IP df449ae7-d492-4052-950e-8b79ffbf788f associated. External IP: 10.96.250.207, port: 53e43d8d-920b-4451-90df-f668735bb18c. 2026-05-28 00:19:52.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bb4cf43-4e9e-4649-9a68-a26b541720af 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: c7795e5e-1e23-4469-8a3c-a1d829a3fe73 2026-05-28 00:19:52.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bb4cf43-4e9e-4649-9a68-a26b541720af 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: c7795e5e-1e23-4469-8a3c-a1d829a3fe73 [pid: 8|app: 0|req: 378/774] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:19:51 2026] PUT /v2.0/floatingips/df449ae7-d492-4052-950e-8b79ffbf788f => generated 856 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/775] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:52 2026] GET /v2.0/ports?network_id=afddaf9f-2eab-4249-be60-907884af8525&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/776] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:52 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/777] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:52 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 382/778] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:52 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?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: 383/779] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:19:52 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/780] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:52 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/781] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:19:51 2026] PUT /v2.0/routers/1760903b-9591-4abb-b2e2-b84f9b8f706f/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:52.770 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-551fbe3d-5ea1-45d4-8f9a-795d82fb4cc4'] response: {'name': 'network-changed', 'server_uuid': '9166ffe3-69e0-477d-bf14-5588001d87b4', 'tag': '53e43d8d-920b-4451-90df-f668735bb18c', 'status': 'completed', 'code': 200} 2026-05-28 00:19:52.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-09c329a4-eb99-4c2b-82ed-42c6fd94fc70 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 94edae8b-8f13-4427-b15a-8a8eec9bf614 2026-05-28 00:19:52.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09c329a4-eb99-4c2b-82ed-42c6fd94fc70 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 94edae8b-8f13-4427-b15a-8a8eec9bf614 2026-05-28 00:19:53.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-09c329a4-eb99-4c2b-82ed-42c6fd94fc70 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 8130c6e8-7ff3-4ff5-a9bd-d3ba768f4521 2026-05-28 00:19:53.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09c329a4-eb99-4c2b-82ed-42c6fd94fc70 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 8130c6e8-7ff3-4ff5-a9bd-d3ba768f4521 [pid: 7|app: 0|req: 398/782] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 399/783] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/networks?id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/784] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53e43d8d-920b-4451-90df-f668735bb18c => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/785] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/subnets?id=c97fdb12-3ffc-4a36-92e8-06c1e89f273a => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:53.510 8 INFO neutron.services.segments.plugin [-] Segment 52e569ce-db49-4bbc-a149-f6a28c836a3f resource provider aggregate not found 2026-05-28 00:19:53.522 8 INFO neutron.services.segments.plugin [-] Segment 52e569ce-db49-4bbc-a149-f6a28c836a3f resource provider aggregate not found [pid: 7|app: 0|req: 402/786] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/ports?network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:19:53.537 8 INFO neutron.db.l3_hamode_db [None req-09c329a4-eb99-4c2b-82ed-42c6fd94fc70 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network 212270fc-109f-414c-8e48-464f52b03680 was deleted as no HA routers are present in tenant bac7b5f0bde642fd94db0a2357891cb4. [pid: 8|app: 0|req: 385/787] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:52 2026] DELETE /v2.0/routers/1760903b-9591-4abb-b2e2-b84f9b8f706f => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:19:53.545 8 INFO neutron.services.segments.plugin [-] Segment 52e569ce-db49-4bbc-a149-f6a28c836a3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e569ce-db49-4bbc-a149-f6a28c836a3f found for delete ", "request_id": "req-e0e3bd18-1d29-4fcc-978d-eb8c2abb6324"}]} 2026-05-28 00:19:53.546 8 INFO neutron.services.segments.plugin [-] Segment 52e569ce-db49-4bbc-a149-f6a28c836a3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52e569ce-db49-4bbc-a149-f6a28c836a3f found for delete ", "request_id": "req-c0d16108-7c05-4930-870b-e8e94b3be367"}]} [pid: 7|app: 0|req: 403/788] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/ports?device_id=2f8dd2d8-70cd-4bb1-86c6-80c6ed11385a => 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: 386/789] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/790] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:19:53 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 404/791] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:53 2026] DELETE /v2.0/subnets/1682e99b-4473-46b6-93aa-508737e16118 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:19:53.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-6414f6fe-22c0-4a53-a096-66d23f811f30 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: a80725fc-56a3-40e5-a422-7c4d63d97a0e 2026-05-28 00:19:53.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6414f6fe-22c0-4a53-a096-66d23f811f30 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: a80725fc-56a3-40e5-a422-7c4d63d97a0e [pid: 8|app: 0|req: 388/792] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:19:53 2026] DELETE /v2.0/networks/ba8d55f9-77a0-4935-a49a-ee49a99ec981 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/793] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:19:54 2026] GET /v2.0/security-groups?tenant_id=bac7b5f0bde642fd94db0a2357891cb4&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/794] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:19:54 2026] DELETE /v2.0/security-groups/73d342c5-0842-467a-bdbd-52a1a1e964f4 => 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: 406/795] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:19:54 2026] DELETE /v2.0/security-groups/98643b43-d329-44bc-9736-c9dd30f2568c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:19:54.782 8 INFO neutron.api.v2.resource [None req-45632719-9f3e-4d42-9f9d-82e209b8c5cf 6011eaef3d724db191713051feeb10d3 30f8a42401d1450caca0099327e78c95 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/796] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:19:54 2026] GET /v2.0/security-groups/98643b43-d329-44bc-9736-c9dd30f2568c => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:19:54.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ebf452b-4cbb-47fd-8b73-483b17ae3ba5 6011eaef3d724db191713051feeb10d3 30f8a42401d1450caca0099327e78c95 - - default default] TaaS: Handle Delete Port: 97ae0ce6-224e-470c-9072-9da0425a0218 2026-05-28 00:19:54.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ebf452b-4cbb-47fd-8b73-483b17ae3ba5 6011eaef3d724db191713051feeb10d3 30f8a42401d1450caca0099327e78c95 - - default default] Tap Mirror: Handle Delete Port: 97ae0ce6-224e-470c-9072-9da0425a0218 [pid: 7|app: 0|req: 407/797] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:19:54 2026] DELETE /v2.0/floatingips/5f54ce64-76c2-4aae-a612-ef650a23c7a4 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:19:55.580 8 INFO neutron.services.segments.plugin [-] Segment 696bf79a-7aaa-4a7c-9f86-c941e86b9deb resource provider aggregate not found 2026-05-28 00:19:55.597 8 INFO neutron.services.segments.plugin [-] Segment 696bf79a-7aaa-4a7c-9f86-c941e86b9deb resource provider aggregate not found 2026-05-28 00:19:55.604 8 INFO neutron.services.segments.plugin [-] Segment 696bf79a-7aaa-4a7c-9f86-c941e86b9deb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696bf79a-7aaa-4a7c-9f86-c941e86b9deb found for delete ", "request_id": "req-b7322312-0bf7-49dd-acf5-3087b52fea34"}]} 2026-05-28 00:19:55.627 8 INFO neutron.services.segments.plugin [-] Segment 696bf79a-7aaa-4a7c-9f86-c941e86b9deb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696bf79a-7aaa-4a7c-9f86-c941e86b9deb found for delete ", "request_id": "req-b998acaa-95a1-4f61-9d65-805ece646a4d"}]} 2026-05-28 00:19:55.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4e5155d-276f-415c-9c6d-726a888cbd51 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 96dd7b16-03d7-44d2-8993-1ca9b623a931 2026-05-28 00:19:55.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4e5155d-276f-415c-9c6d-726a888cbd51 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 96dd7b16-03d7-44d2-8993-1ca9b623a931 [pid: 8|app: 0|req: 391/798] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:19:55 2026] PUT /v2.0/routers/744918e7-6727-4dce-8e3f-3002ad662795/remove_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:19:56.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1c40f6b-e878-426f-87e2-a724c4a4e40b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 0a274251-0167-489e-aaae-d3caf590a2a4 2026-05-28 00:19:56.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1c40f6b-e878-426f-87e2-a724c4a4e40b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 0a274251-0167-489e-aaae-d3caf590a2a4 2026-05-28 00:19:56.498 7 INFO neutron.db.segments_db [None req-2e2efa5b-97fe-45a0-8330-645fffdcb0d9 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 9916a867-05d2-435f-abfe-8186be6b5abc of type vxlan for network 2fa8df0d-02c8-41e3-b752-c061c0c0b10a [pid: 7|app: 0|req: 408/799] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:19:56 2026] POST /v2.0/networks => generated 743 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:19:56.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1c40f6b-e878-426f-87e2-a724c4a4e40b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: c95c567d-b42b-4085-b720-bd305969831e 2026-05-28 00:19:56.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1c40f6b-e878-426f-87e2-a724c4a4e40b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: c95c567d-b42b-4085-b720-bd305969831e [pid: 7|app: 0|req: 409/800] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:56 2026] POST /v2.0/subnets => generated 690 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:19:56.894 7 INFO neutron.db.segments_db [None req-ba13fe32-57d0-4796-b450-aa5c6bfda2f8 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 138cd59d-75d5-423b-b15e-7b72588660b8 of type vxlan for network d716e799-753d-43f9-a956-912cfaf689a4 2026-05-28 00:19:57.090 8 INFO neutron.db.l3_hamode_db [None req-e1c40f6b-e878-426f-87e2-a724c4a4e40b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network 7ecaf7f0-5929-4c2b-b91e-c55d94a88161 was deleted as no HA routers are present in tenant 30f8a42401d1450caca0099327e78c95. [pid: 8|app: 0|req: 392/801] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:56 2026] DELETE /v2.0/routers/744918e7-6727-4dce-8e3f-3002ad662795 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:19:57.161 7 INFO neutron.db.l3_hamode_db [None req-ba13fe32-57d0-4796-b450-aa5c6bfda2f8 0970b078bb4c483e99562efb47f5ee03 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 393/802] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:19:57 2026] DELETE /v2.0/subnets/ea420965-0c6b-447f-995b-c20b7485196b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:19:57.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8ed5dc1-54e9-4fc9-a448-6937faad877b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: aca3fe13-518f-4eea-8818-3120c0eca64f 2026-05-28 00:19:57.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8ed5dc1-54e9-4fc9-a448-6937faad877b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: aca3fe13-518f-4eea-8818-3120c0eca64f [pid: 8|app: 0|req: 394/803] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:19:57 2026] DELETE /v2.0/networks/03b4e96b-e504-4aeb-b775-fec50afb7f75 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:19:57.641 8 INFO neutron.services.segments.plugin [-] Segment 3a9f9bc9-ed6e-4958-b2e7-c66dc94c6535 resource provider aggregate not found 2026-05-28 00:19:57.659 8 INFO neutron.services.segments.plugin [-] Segment 3a9f9bc9-ed6e-4958-b2e7-c66dc94c6535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a9f9bc9-ed6e-4958-b2e7-c66dc94c6535 found for delete ", "request_id": "req-d300370c-3982-447c-9313-57c5109d9bff"}]} 2026-05-28 00:19:57.667 8 INFO neutron.services.segments.plugin [-] Segment 3a9f9bc9-ed6e-4958-b2e7-c66dc94c6535 resource provider aggregate not found 2026-05-28 00:19:57.682 8 INFO neutron.services.segments.plugin [-] Segment 3bd5ff2b-23fd-4987-9290-f0775b89e916 resource provider aggregate not found 2026-05-28 00:19:57.686 8 INFO neutron.services.segments.plugin [-] Segment 3a9f9bc9-ed6e-4958-b2e7-c66dc94c6535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a9f9bc9-ed6e-4958-b2e7-c66dc94c6535 found for delete ", "request_id": "req-a9a2b1f5-3c46-42d2-addb-15d3b632c2b0"}]} 2026-05-28 00:19:57.709 8 INFO neutron.services.segments.plugin [-] Segment 3bd5ff2b-23fd-4987-9290-f0775b89e916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bd5ff2b-23fd-4987-9290-f0775b89e916 found for delete ", "request_id": "req-dc101e2e-da31-4070-9703-987fcc6d1525"}]} 2026-05-28 00:19:57.711 8 INFO neutron.services.segments.plugin [-] Segment 3bd5ff2b-23fd-4987-9290-f0775b89e916 resource provider aggregate not found 2026-05-28 00:19:57.726 8 INFO neutron.services.segments.plugin [-] Segment 3bd5ff2b-23fd-4987-9290-f0775b89e916 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bd5ff2b-23fd-4987-9290-f0775b89e916 found for delete ", "request_id": "req-57ce5991-c60b-4a2f-97c7-f4e685ab1810"}]} [pid: 8|app: 0|req: 395/804] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:19:57 2026] GET /v2.0/security-groups?tenant_id=30f8a42401d1450caca0099327e78c95&name=default => generated 2921 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/805] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:19:57 2026] DELETE /v2.0/security-groups/5956fede-9436-4f0c-ac7c-d3e41f10a95f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:19:57.935 7 INFO neutron.db.l3_hamode_db [None req-ba13fe32-57d0-4796-b450-aa5c6bfda2f8 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 410/806] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:19:56 2026] POST /v2.0/routers => generated 730 bytes in 2105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/807] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:19:58 2026] PUT /v2.0/routers/1d013854-faf3-4efa-80c2-e88f8c2ee849/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/808] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:20:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/809] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:20:00 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1244 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/810] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:20:01 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: 400/811] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 28 00:20:01 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/812] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:01 2026] GET /v2.0/security-groups?tenant_id=9d63424cd10f4a869c692afbd18c5fb6&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/813] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:20:01 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 1244 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/814] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:20:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/815] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:01 2026] DELETE /v2.0/security-groups/5d7ced62-fe88-4b54-8b53-1105cd85f9ab => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/816] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 28 00:20:01 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/817] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:20:01 2026] POST /v2.0/floatingips => generated 552 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/818] 10.0.0.152 () {34 vars in 1100 bytes} [Thu May 28 00:20:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1276860570&fields=id&tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/819] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:20:02 2026] GET /v2.0/networks?id=2fa8df0d-02c8-41e3-b752-c061c0c0b10a => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/820] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:20:02 2026] GET /v2.0/quotas/18dc4417f7ff461d8cb2eb9318bb5b9a => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/821] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:20:02 2026] GET /v2.0/ports?tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/822] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:20:02 2026] GET /v2.0/networks/2fa8df0d-02c8-41e3-b752-c061c0c0b10a?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: 406/823] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:20:02 2026] GET /v2.0/networks/2fa8df0d-02c8-41e3-b752-c061c0c0b10a?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: 418/824] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:02 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => 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: 407/825] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:03 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/826] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:05 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/829] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:05 2026] GET /v2.0/security-groups?tenant_id=b27fe1fcb444409b93cb705fe47fdc08&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/830] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:06 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => 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: 422/831] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:06 2026] DELETE /v2.0/security-groups/6afc2041-e1f2-4bc7-97a0-275d31ba4ac5 => 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: 410/832] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:06 2026] GET /v2.0/security-groups?tenant_id=727055da34ff4a4bb77c6980fb7f6e14&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/833] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:06 2026] DELETE /v2.0/security-groups/447623f3-3d1e-489c-a066-2e42d8ade22f => 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: 411/834] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:20:07 2026] GET /v2.0/networks?id=2fa8df0d-02c8-41e3-b752-c061c0c0b10a => generated 675 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/835] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:07 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => 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: 424/836] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:20:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a => generated 181 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/837] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:20:07 2026] POST /v2.0/ports => generated 954 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/838] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:20:07 2026] PUT /v2.0/ports/f276a6d9-50ea-4453-9d3a-df115a8125b1 => generated 1235 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:08.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6274e356-090a-4523-96f4-0131c47c887e'] response: {'name': 'network-changed', 'server_uuid': '2cfce775-9356-4a23-8877-5131f03d499d', 'tag': 'f276a6d9-50ea-4453-9d3a-df115a8125b1', '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: 414/839] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:08 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 969 bytes in 35 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: 426/840] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:08 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/841] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:08 2026] GET /v2.0/ports?tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a&device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/842] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:20:08 2026] GET /v2.0/networks?tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a&shared=False => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/843] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:20:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/844] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:09 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/845] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:09 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/846] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/ports?tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a&device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/847] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f276a6d9-50ea-4453-9d3a-df115a8125b1 => 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: 430/848] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/subnets?id=cbd5ee2c-0d22-46ad-8692-a64c0c3d71b7 => 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: 419/849] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/ports?network_id=2fa8df0d-02c8-41e3-b752-c061c0c0b10a&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/850] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/networks/2fa8df0d-02c8-41e3-b752-c061c0c0b10a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/851] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/networks/2fa8df0d-02c8-41e3-b752-c061c0c0b10a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/852] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/853] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/854] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/855] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 434/856] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/857] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:10 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/858] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:11 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 424/859] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:11 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/860] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:11 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/861] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:11 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&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: 426/862] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 427/863] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/864] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/security-groups?tenant_id=12a94f23708f4e2b883cedbc96c34dd9&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/865] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:12 2026] DELETE /v2.0/security-groups/f09039f7-a184-4d63-9d10-e8c0f42f2967 => 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: 438/866] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/ports?tenant_id=366ee172bb8343f79315a78b82498331&device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 439/867] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/networks?id=afddaf9f-2eab-4249-be60-907884af8525 => generated 771 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/868] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=55de52b1-daa1-4eb1-925e-668885f5e00a => generated 861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/869] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/security-groups?tenant_id=a304ff10f40a45399f1e3c80ecce42b5&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/870] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/subnets?id=8801e369-dcb4-4d34-ad68-fce5c5957772 => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/871] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/ports?network_id=afddaf9f-2eab-4249-be60-907884af8525&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/872] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:12 2026] DELETE /v2.0/security-groups/8ffa7d9c-2435-425e-a6d8-2079912680e1 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/873] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?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: 431/874] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:20:12 2026] GET /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/875] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:13 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => 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: 432/876] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:13 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&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: 445/877] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:13 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 433/878] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:13 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/879] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:14 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/880] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:14 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&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: 447/881] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:14 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/882] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:14 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/883] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:15 2026] GET /v2.0/security-groups?tenant_id=27085024fd4d403ab6fdc685f10ffec3&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/884] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:15 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/885] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:15 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/886] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:15 2026] DELETE /v2.0/security-groups/d136702b-178d-40a9-9a47-6830b6c412af => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/887] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:15 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/888] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:15 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/889] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:15 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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-05-28 00:20:15.921 8 INFO neutron.db.l3_db [None req-f9944b35-53ec-472e-aee2-3076c8176163 c577104f46924a55b02ca205051c6365 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] Floating IP e8866bf6-f9a8-41ac-a882-7e4613a530b0 associated. External IP: 10.96.250.205, port: f276a6d9-50ea-4453-9d3a-df115a8125b1. [pid: 8|app: 0|req: 438/890] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:20:15 2026] PUT /v2.0/floatingips/e8866bf6-f9a8-41ac-a882-7e4613a530b0 => generated 855 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:16.246 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-103a33e9-eab4-4f32-b516-e3e5d7497e77'] response: {'name': 'network-changed', 'server_uuid': '2cfce775-9356-4a23-8877-5131f03d499d', 'tag': 'f276a6d9-50ea-4453-9d3a-df115a8125b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 453/891] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/892] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/893] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/894] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&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: 455/895] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/ports?tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a&device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/896] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/networks?id=2fa8df0d-02c8-41e3-b752-c061c0c0b10a => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/897] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 442/898] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f276a6d9-50ea-4453-9d3a-df115a8125b1 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/899] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/900] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/subnets?id=cbd5ee2c-0d22-46ad-8692-a64c0c3d71b7 => 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: 458/901] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:20:16 2026] GET /v2.0/ports?network_id=2fa8df0d-02c8-41e3-b752-c061c0c0b10a&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/902] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:20:17 2026] GET /v2.0/networks/2fa8df0d-02c8-41e3-b752-c061c0c0b10a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/903] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:20:17 2026] GET /v2.0/networks/2fa8df0d-02c8-41e3-b752-c061c0c0b10a?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-05-28 00:20:17.655 8 INFO neutron.db.segments_db [None req-6b53d07c-a3d8-4efd-81bb-b63f34e3f000 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Added segment 477c379d-5ed9-4a62-aaaf-caf636a9982f of type vxlan for network e6b9f3e0-f132-4093-9015-c8a9c27add9f 2026-05-28 00:20:17.730 8 INFO neutron.db.segments_db [None req-6b53d07c-a3d8-4efd-81bb-b63f34e3f000 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Added segment c2782743-2b0f-4927-9b68-d32274c9ea6c of type vxlan for network 9873ff39-3153-4dcd-b68b-ad335ee63903 [pid: 7|app: 0|req: 460/904] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:17 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => 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: 461/905] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:17 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&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: 445/906] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:17 2026] POST /v2.0/networks => generated 1246 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/907] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:20:17 2026] GET /v2.0/networks => generated 1845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:17.994 8 INFO neutron.services.segments.plugin [-] Segment 477c379d-5ed9-4a62-aaaf-caf636a9982f resource provider aggregate not found 2026-05-28 00:20:17.999 8 INFO neutron.services.segments.plugin [-] Segment 477c379d-5ed9-4a62-aaaf-caf636a9982f resource provider aggregate not found 2026-05-28 00:20:18.012 8 INFO neutron.services.segments.plugin [-] Segment 477c379d-5ed9-4a62-aaaf-caf636a9982f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 477c379d-5ed9-4a62-aaaf-caf636a9982f found for delete ", "request_id": "req-c5356037-07c9-41eb-afdd-13277ff05353"}]} [pid: 7|app: 0|req: 463/908] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:17 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:18.017 8 INFO neutron.services.segments.plugin [-] Segment 477c379d-5ed9-4a62-aaaf-caf636a9982f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 477c379d-5ed9-4a62-aaaf-caf636a9982f found for delete ", "request_id": "req-a973b90f-614f-4a6a-b045-75ea78e6a117"}]} [pid: 8|app: 0|req: 446/909] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:17 2026] DELETE /v2.0/networks/e6b9f3e0-f132-4093-9015-c8a9c27add9f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/910] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:18 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/911] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:18 2026] DELETE /v2.0/networks/9873ff39-3153-4dcd-b68b-ad335ee63903 => 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: 465/912] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:20:18 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:18.259 8 INFO neutron.db.segments_db [None req-b9cafbf0-bbff-4cf0-b085-d39d97b85c62 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Added segment 82ed9577-fb09-4a09-b811-8d008f3bf6ef of type vxlan for network 4e821fd4-32cb-4812-859c-a15d30e2931b [pid: 8|app: 0|req: 448/913] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:18 2026] POST /v2.0/networks => generated 654 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:18.454 7 INFO neutron.db.segments_db [None req-6c577b2a-abb3-4233-8ad8-95a41d3b8169 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Added segment 05f5bbdb-9445-48f8-8a17-5649070a1d0a of type vxlan for network f66b3b71-aaff-4cdb-b829-b3b1dc4296eb [pid: 7|app: 0|req: 466/914] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:18 2026] POST /v2.0/networks => generated 653 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/915] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:18 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/916] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:18 2026] GET /v2.0/security-groups?id=020474c1-b566-46a4-a0a5-93b2ab3cd34e&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: 469/917] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:20:18 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:19.165 7 INFO neutron_taas.services.taas.taas_plugin [req-c1e13b90-45a9-42d2-bf3a-e58e66c01212 req-56087bb5-0c0a-4e0c-96a4-d75228418668 c577104f46924a55b02ca205051c6365 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] TaaS: Handle Delete Port: f276a6d9-50ea-4453-9d3a-df115a8125b1 2026-05-28 00:20:19.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c1e13b90-45a9-42d2-bf3a-e58e66c01212 req-56087bb5-0c0a-4e0c-96a4-d75228418668 c577104f46924a55b02ca205051c6365 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] Tap Mirror: Handle Delete Port: f276a6d9-50ea-4453-9d3a-df115a8125b1 [pid: 8|app: 0|req: 449/918] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:20:18 2026] POST /v2.0/ports => generated 1506 bytes in 653 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: 450/919] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:19 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:19.309 7 INFO neutron.db.l3_db [req-c1e13b90-45a9-42d2-bf3a-e58e66c01212 req-56087bb5-0c0a-4e0c-96a4-d75228418668 c577104f46924a55b02ca205051c6365 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] Floating IP e8866bf6-f9a8-41ac-a882-7e4613a530b0 disassociated. External IP: 10.96.250.205, port: f276a6d9-50ea-4453-9d3a-df115a8125b1. [pid: 8|app: 0|req: 451/920] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:20:19 2026] GET /v2.0/ports => generated 1506 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/921] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:19 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:19.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-abedac29-4cb6-4a1e-826a-2ec360465688 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] TaaS: Handle Delete Port: a0d77e37-9c19-4a9e-9afe-00f9ee46419c 2026-05-28 00:20:19.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abedac29-4cb6-4a1e-826a-2ec360465688 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Tap Mirror: Handle Delete Port: a0d77e37-9c19-4a9e-9afe-00f9ee46419c [pid: 8|app: 0|req: 453/922] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:19 2026] DELETE /v2.0/ports/a0d77e37-9c19-4a9e-9afe-00f9ee46419c => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/923] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:20:19 2026] DELETE /v2.0/ports/f276a6d9-50ea-4453-9d3a-df115a8125b1 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:19.693 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcc8ab35-1b4c-44ea-bc58-fe6e72a4a0cc 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] TaaS: Handle Delete Port: 2a2d56ae-3d14-43e3-aaca-e5113c472c4f 2026-05-28 00:20:19.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcc8ab35-1b4c-44ea-bc58-fe6e72a4a0cc 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Tap Mirror: Handle Delete Port: 2a2d56ae-3d14-43e3-aaca-e5113c472c4f 2026-05-28 00:20:19.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3ced724-fa44-4ab4-a211-029a07f1aa52'] response: {'server_uuid': '2cfce775-9356-4a23-8877-5131f03d499d', 'name': 'network-vif-deleted', 'tag': 'f276a6d9-50ea-4453-9d3a-df115a8125b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 454/924] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:19 2026] DELETE /v2.0/ports/2a2d56ae-3d14-43e3-aaca-e5113c472c4f => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/925] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:20:19 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:19.906 8 INFO neutron.db.segments_db [None req-feeaea69-1a03-4f5b-a422-ed13919152cd 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Added segment 634ddab4-048d-48de-a81b-64dffec00a2a of type vxlan for network 3aa38287-fa4d-4d07-ba5a-3592799d51c6 [pid: 8|app: 0|req: 455/926] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:19 2026] POST /v2.0/networks => generated 654 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/927] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:20 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:20.045 8 INFO neutron.services.segments.plugin [-] Segment c2782743-2b0f-4927-9b68-d32274c9ea6c resource provider aggregate not found 2026-05-28 00:20:20.046 8 INFO neutron.services.segments.plugin [-] Segment c2782743-2b0f-4927-9b68-d32274c9ea6c resource provider aggregate not found 2026-05-28 00:20:20.058 7 INFO neutron.db.segments_db [None req-7370bb30-1443-4a6e-b99d-74b00c7d1340 2e254975ccbf4df78843c1c5c2e6b9af 5b04403230e64a3da4f6ab8054eed4bc - - default default] Added segment 70c00261-b4a0-43fa-aac1-7a6d333831f7 of type vxlan for network 3fe8149e-1302-4681-be1c-fbe7e3e122f6 2026-05-28 00:20:20.062 8 INFO neutron.services.segments.plugin [-] Segment c2782743-2b0f-4927-9b68-d32274c9ea6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2782743-2b0f-4927-9b68-d32274c9ea6c found for delete ", "request_id": "req-ae877617-8cbe-4d25-8fc0-54a9012b3f03"}]} 2026-05-28 00:20:20.070 8 INFO neutron.services.segments.plugin [-] Segment c2782743-2b0f-4927-9b68-d32274c9ea6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2782743-2b0f-4927-9b68-d32274c9ea6c found for delete ", "request_id": "req-283fe99a-87c4-4d0a-a1d1-02a2333bb6be"}]} [pid: 7|app: 0|req: 472/928] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:19 2026] POST /v2.0/networks => generated 654 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/929] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:20 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/930] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:20 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 474/931] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:20 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/932] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => 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: 476/933] 10.0.0.152 () {34 vars in 971 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/ports/53e43d8d-920b-4451-90df-f668735bb18c => generated 972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/936] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:20 2026] POST /v2.0/subnets => generated 1323 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/937] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/subnets => generated 1959 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/938] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:21 2026] DELETE /v2.0/subnets/55da19d7-2730-4b55-9f06-362b134f459d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/939] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:21 2026] DELETE /v2.0/subnets/96cb9e4d-c9ad-4508-9e92-6db2c6c41ee1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/940] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/941] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/942] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:21.743 7 INFO neutron.services.segments.plugin [-] Segment 70c00261-b4a0-43fa-aac1-7a6d333831f7 resource provider aggregate not found 2026-05-28 00:20:21.748 7 INFO neutron.services.segments.plugin [-] Segment 70c00261-b4a0-43fa-aac1-7a6d333831f7 resource provider aggregate not found [pid: 7|app: 0|req: 481/943] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:21 2026] DELETE /v2.0/networks/3fe8149e-1302-4681-be1c-fbe7e3e122f6 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:21.772 7 INFO neutron.services.segments.plugin [-] Segment 70c00261-b4a0-43fa-aac1-7a6d333831f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70c00261-b4a0-43fa-aac1-7a6d333831f7 found for delete ", "request_id": "req-1064bfc1-7a25-4388-a75f-0b8c266d6eb3"}]} 2026-05-28 00:20:21.777 7 INFO neutron.services.segments.plugin [-] Segment 70c00261-b4a0-43fa-aac1-7a6d333831f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70c00261-b4a0-43fa-aac1-7a6d333831f7 found for delete ", "request_id": "req-17ba0382-591e-41e1-b194-11150182b0ab"}]} [pid: 8|app: 0|req: 463/944] 199.204.45.138 () {34 vars in 1000 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/subnets?network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/945] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:21 2026] DELETE /v2.0/networks/3aa38287-fa4d-4d07-ba5a-3592799d51c6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/946] 199.204.45.138 () {34 vars in 1146 bytes} [Thu May 28 00:20:21 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4&device_owner=compute%3Anova&network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/947] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:21 2026] DELETE /v2.0/networks/f66b3b71-aaff-4cdb-b829-b3b1dc4296eb => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/948] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:22 2026] DELETE /v2.0/networks/4e821fd4-32cb-4812-859c-a15d30e2931b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/949] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:22 2026] GET /v2.0/ports?device_id=2cfce775-9356-4a23-8877-5131f03d499d => 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: 465/950] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:20:21 2026] PUT /v2.0/ports/53e43d8d-920b-4451-90df-f668735bb18c => generated 1149 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:22.389 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6618f3a-4804-4cca-bfa2-57847d9f552b'] response: {'name': 'network-changed', 'server_uuid': '9166ffe3-69e0-477d-bf14-5588001d87b4', 'tag': '53e43d8d-920b-4451-90df-f668735bb18c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 486/951] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:22 2026] GET /v2.0/security-groups?tenant_id=5b04403230e64a3da4f6ab8054eed4bc&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 487/952] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:22 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1421 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/953] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:20:22 2026] GET /v2.0/networks?id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/954] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:22 2026] DELETE /v2.0/security-groups/b3a333c5-70c4-4d30-9f51-a0f8ef1ab6ed => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/955] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:20:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53e43d8d-920b-4451-90df-f668735bb18c => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/956] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=53e43d8d-920b-4451-90df-f668735bb18c => 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: 490/957] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/subnets?id=c97fdb12-3ffc-4a36-92e8-06c1e89f273a => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/958] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/ports?network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86&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: 491/959] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 469/960] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/961] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:23 2026] DELETE /v2.0/security-groups/020474c1-b566-46a4-a0a5-93b2ab3cd34e => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:23.442 7 INFO neutron.api.v2.resource [None req-8bee8de9-be97-4975-99db-3817bffb14ee c577104f46924a55b02ca205051c6365 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/962] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/security-groups/020474c1-b566-46a4-a0a5-93b2ab3cd34e => 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: 470/963] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1152 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/964] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:23 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:23.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-b15ce5de-140e-467e-94fe-04402b11b466 c577104f46924a55b02ca205051c6365 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] TaaS: Handle Delete Port: dfd70097-6193-46ad-b74e-9081c3f22c3b 2026-05-28 00:20:23.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b15ce5de-140e-467e-94fe-04402b11b466 c577104f46924a55b02ca205051c6365 18dc4417f7ff461d8cb2eb9318bb5b9a - - default default] Tap Mirror: Handle Delete Port: dfd70097-6193-46ad-b74e-9081c3f22c3b [pid: 7|app: 0|req: 494/965] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:20:23 2026] DELETE /v2.0/floatingips/e8866bf6-f9a8-41ac-a882-7e4613a530b0 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:23.798 7 INFO neutron.services.segments.plugin [-] Segment 634ddab4-048d-48de-a81b-64dffec00a2a resource provider aggregate not found 2026-05-28 00:20:23.799 7 INFO neutron.services.segments.plugin [-] Segment 634ddab4-048d-48de-a81b-64dffec00a2a resource provider aggregate not found 2026-05-28 00:20:23.817 7 INFO neutron.services.segments.plugin [-] Segment 634ddab4-048d-48de-a81b-64dffec00a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 634ddab4-048d-48de-a81b-64dffec00a2a found for delete ", "request_id": "req-b3aa9caf-4ca9-4334-83c4-f58437709207"}]} 2026-05-28 00:20:23.823 7 INFO neutron.services.segments.plugin [-] Segment 634ddab4-048d-48de-a81b-64dffec00a2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 634ddab4-048d-48de-a81b-64dffec00a2a found for delete ", "request_id": "req-7805e053-b7e1-4ed9-81e0-b812da5e45cf"}]} 2026-05-28 00:20:23.838 7 INFO neutron.services.segments.plugin [-] Segment 05f5bbdb-9445-48f8-8a17-5649070a1d0a resource provider aggregate not found 2026-05-28 00:20:23.843 7 INFO neutron.services.segments.plugin [-] Segment 05f5bbdb-9445-48f8-8a17-5649070a1d0a resource provider aggregate not found 2026-05-28 00:20:23.856 7 INFO neutron.services.segments.plugin [-] Segment 05f5bbdb-9445-48f8-8a17-5649070a1d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f5bbdb-9445-48f8-8a17-5649070a1d0a found for delete ", "request_id": "req-5c9e0ade-b5a2-48c7-9e70-a21507a799ae"}]} 2026-05-28 00:20:23.863 7 INFO neutron.services.segments.plugin [-] Segment 05f5bbdb-9445-48f8-8a17-5649070a1d0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f5bbdb-9445-48f8-8a17-5649070a1d0a found for delete ", "request_id": "req-f72e1d11-0381-4077-8a85-0ced36cc29b4"}]} 2026-05-28 00:20:23.870 7 INFO neutron.services.segments.plugin [-] Segment 82ed9577-fb09-4a09-b811-8d008f3bf6ef resource provider aggregate not found 2026-05-28 00:20:23.880 7 INFO neutron.services.segments.plugin [-] Segment 82ed9577-fb09-4a09-b811-8d008f3bf6ef resource provider aggregate not found 2026-05-28 00:20:23.888 7 INFO neutron.services.segments.plugin [-] Segment 82ed9577-fb09-4a09-b811-8d008f3bf6ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82ed9577-fb09-4a09-b811-8d008f3bf6ef found for delete ", "request_id": "req-568e58af-6a3f-4c3a-b8ae-420c92e278f2"}]} 2026-05-28 00:20:23.892 7 INFO neutron.services.segments.plugin [-] Segment 82ed9577-fb09-4a09-b811-8d008f3bf6ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82ed9577-fb09-4a09-b811-8d008f3bf6ef found for delete ", "request_id": "req-6d89f8da-730b-4e17-a2a5-92feb3fa13c8"}]} 2026-05-28 00:20:24.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-120ae9ba-5541-407b-9d41-dde4b832509d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: acef4f91-dcad-4932-9e85-bfdb1288ad39 2026-05-28 00:20:24.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-120ae9ba-5541-407b-9d41-dde4b832509d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: acef4f91-dcad-4932-9e85-bfdb1288ad39 [pid: 7|app: 0|req: 495/966] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/967] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/networks?id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/968] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53e43d8d-920b-4451-90df-f668735bb18c => 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: 498/969] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=53e43d8d-920b-4451-90df-f668735bb18c => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/970] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/subnets?id=c97fdb12-3ffc-4a36-92e8-06c1e89f273a => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/971] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/ports?network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86&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: 501/972] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 472/973] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:20:23 2026] PUT /v2.0/routers/1d013854-faf3-4efa-80c2-e88f8c2ee849/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/974] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:20:24 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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-05-28 00:20:24.860 7 INFO neutron.db.segments_db [None req-af3f36f2-ea27-43de-854e-c3c8ec2387ff 0b37678418324ff796409b4d3e1b4226 b49494aecccd4046ab87e9863b14a504 - - default default] Added segment f2857a3c-d073-4ab6-96ba-2512a157da6e of type vxlan for network f657fdc4-0476-4f3f-89b9-c9ee6405711b 2026-05-28 00:20:24.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-a65f3e88-4fce-4889-ac10-721495a1a431 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 53b29669-f9cb-4b74-b2a3-580571ed826f 2026-05-28 00:20:24.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a65f3e88-4fce-4889-ac10-721495a1a431 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 53b29669-f9cb-4b74-b2a3-580571ed826f [pid: 7|app: 0|req: 502/975] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:24 2026] POST /v2.0/networks => generated 643 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:25.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-a65f3e88-4fce-4889-ac10-721495a1a431 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 8612a567-d67f-4edf-97ec-e747892be41c 2026-05-28 00:20:25.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a65f3e88-4fce-4889-ac10-721495a1a431 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 8612a567-d67f-4edf-97ec-e747892be41c [pid: 7|app: 0|req: 503/976] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:24 2026] POST /v2.0/subnets => generated 641 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:25.470 8 INFO neutron.services.segments.plugin [-] Segment 138cd59d-75d5-423b-b15e-7b72588660b8 resource provider aggregate not found 2026-05-28 00:20:25.473 8 INFO neutron.services.segments.plugin [-] Segment 138cd59d-75d5-423b-b15e-7b72588660b8 resource provider aggregate not found 2026-05-28 00:20:25.494 8 INFO neutron.services.segments.plugin [-] Segment 138cd59d-75d5-423b-b15e-7b72588660b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 138cd59d-75d5-423b-b15e-7b72588660b8 found for delete ", "request_id": "req-51778e21-7749-426f-8c4c-1490ac93ba0c"}]} 2026-05-28 00:20:25.502 8 INFO neutron.services.segments.plugin [-] Segment 138cd59d-75d5-423b-b15e-7b72588660b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 138cd59d-75d5-423b-b15e-7b72588660b8 found for delete ", "request_id": "req-c6db89c6-6490-429a-911a-1c4295400a89"}]} 2026-05-28 00:20:25.507 8 INFO neutron.db.l3_hamode_db [None req-a65f3e88-4fce-4889-ac10-721495a1a431 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network d716e799-753d-43f9-a956-912cfaf689a4 was deleted as no HA routers are present in tenant 18dc4417f7ff461d8cb2eb9318bb5b9a. [pid: 8|app: 0|req: 474/977] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:24 2026] DELETE /v2.0/routers/1d013854-faf3-4efa-80c2-e88f8c2ee849 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:25.572 8 INFO neutron.db.segments_db [None req-c878bc98-4ecd-4394-9208-6c02b4421a95 0b37678418324ff796409b4d3e1b4226 b49494aecccd4046ab87e9863b14a504 - - default default] Added segment 7c15ac37-9147-4085-b8aa-5988d26b5960 of type vxlan for network 623cb1a9-2663-4afa-b4fc-10c7e219c994 [pid: 7|app: 0|req: 504/978] 199.204.45.138 () {34 vars in 1118 bytes} [Thu May 28 00:20:25 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/979] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:25 2026] POST /v2.0/networks => generated 644 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/980] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:25 2026] DELETE /v2.0/subnets/cbd5ee2c-0d22-46ad-8692-a64c0c3d71b7 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/981] 10.0.0.58 () {34 vars in 742 bytes} [Thu May 28 00:20:25 2026] PUT /v2.0/networks/623cb1a9-2663-4afa-b4fc-10c7e219c994 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:26.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ca0bf4b-2594-4ec5-81a3-06aeb7b1b7ae 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: d3d16949-8fca-4e98-ac1a-d0dd4e4236ab 2026-05-28 00:20:26.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ca0bf4b-2594-4ec5-81a3-06aeb7b1b7ae 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: d3d16949-8fca-4e98-ac1a-d0dd4e4236ab [pid: 8|app: 0|req: 476/982] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:20:25 2026] PUT /v2.0/ports/53e43d8d-920b-4451-90df-f668735bb18c => generated 972 bytes in 408 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-05-28 00:20:26.115 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-642ac449-1ac2-405a-b19a-80bb53e860b5'] response: {'name': 'network-changed', 'server_uuid': '9166ffe3-69e0-477d-bf14-5588001d87b4', 'tag': '53e43d8d-920b-4451-90df-f668735bb18c', 'status': 'completed', 'code': 200} 2026-05-28 00:20:26.277 7 INFO neutron.services.segments.plugin [-] Segment 9916a867-05d2-435f-abfe-8186be6b5abc resource provider aggregate not found 2026-05-28 00:20:26.290 7 INFO neutron.services.segments.plugin [-] Segment 9916a867-05d2-435f-abfe-8186be6b5abc resource provider aggregate not found 2026-05-28 00:20:26.303 7 INFO neutron.services.segments.plugin [-] Segment 9916a867-05d2-435f-abfe-8186be6b5abc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9916a867-05d2-435f-abfe-8186be6b5abc found for delete ", "request_id": "req-4ec88ba9-3d99-44cb-8a5d-0127377fad81"}]} [pid: 8|app: 0|req: 477/983] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:26 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:26.316 7 INFO neutron.services.segments.plugin [-] Segment 9916a867-05d2-435f-abfe-8186be6b5abc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9916a867-05d2-435f-abfe-8186be6b5abc found for delete ", "request_id": "req-36ed8de1-2ff0-4abb-ac93-889a95cd4cbc"}]} [pid: 7|app: 0|req: 507/984] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:25 2026] DELETE /v2.0/networks/2fa8df0d-02c8-41e3-b752-c061c0c0b10a => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/985] 10.0.0.58 () {34 vars in 740 bytes} [Thu May 28 00:20:26 2026] PUT /v2.0/subnets/839566b8-ea88-4321-9abe-c66be741c382 => generated 636 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/986] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/security-groups?tenant_id=18dc4417f7ff461d8cb2eb9318bb5b9a&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/987] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:26 2026] DELETE /v2.0/security-groups/250d92de-9042-4b75-bff4-cf2c5a48429a => 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: 508/988] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:26 2026] DELETE /v2.0/networks/623cb1a9-2663-4afa-b4fc-10c7e219c994 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/989] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:26.629 7 INFO neutron.pecan_wsgi.hooks.translation [None req-465ee0a1-7ccf-4bb0-916e-32d2bd26218f 0b37678418324ff796409b4d3e1b4226 b49494aecccd4046ab87e9863b14a504 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/990] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:26 2026] DELETE /v2.0/networks/623cb1a9-2663-4afa-b4fc-10c7e219c994 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/991] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/992] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/subnets?network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/993] 10.0.0.58 () {32 vars in 652 bytes} [Thu May 28 00:20:26 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: 513/994] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/networks => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/995] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/996] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/networks/f657fdc4-0476-4f3f-89b9-c9ee6405711b => generated 668 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/997] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/subnets/d72bc67d-91af-4a4b-8b3e-213d60018be3 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:26.926 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a78def6-90ff-49e1-8905-654bec5f7113 0b37678418324ff796409b4d3e1b4226 b49494aecccd4046ab87e9863b14a504 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 517/998] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:26 2026] DELETE /v2.0/subnets/839566b8-ea88-4321-9abe-c66be741c382 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:20:26.956 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f118e671-2197-4ecb-a893-efab0196c6c4 0b37678418324ff796409b4d3e1b4226 b49494aecccd4046ab87e9863b14a504 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/999] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:26 2026] DELETE /v2.0/networks/623cb1a9-2663-4afa-b4fc-10c7e219c994 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1000] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:20:26 2026] GET /v2.0/networks?id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 779 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1001] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:20:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53e43d8d-920b-4451-90df-f668735bb18c => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1002] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:20:27 2026] GET /v2.0/subnets?id=c97fdb12-3ffc-4a36-92e8-06c1e89f273a => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1003] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:26 2026] DELETE /v2.0/subnets/d72bc67d-91af-4a4b-8b3e-213d60018be3 => 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: 485/1004] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:20:27 2026] GET /v2.0/ports?network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1005] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:20:27 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 487/1006] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:20:27 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 520/1007] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:27 2026] DELETE /v2.0/networks/f657fdc4-0476-4f3f-89b9-c9ee6405711b => 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: 488/1008] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:27 2026] GET /v2.0/security-groups?tenant_id=b49494aecccd4046ab87e9863b14a504&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1009] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:27 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1010] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:27 2026] DELETE /v2.0/security-groups/ae6cf380-08af-49f4-9eb9-6cf2169d88c9 => 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: 522/1011] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1012] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/ports?tenant_id=2b4084c2cdba446e8736d6367398d6b2&device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:28.328 7 INFO neutron.services.segments.plugin [-] Segment 7c15ac37-9147-4085-b8aa-5988d26b5960 resource provider aggregate not found 2026-05-28 00:20:28.342 7 INFO neutron.services.segments.plugin [-] Segment 7c15ac37-9147-4085-b8aa-5988d26b5960 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c15ac37-9147-4085-b8aa-5988d26b5960 found for delete ", "request_id": "req-b9820b7c-7437-4612-88ba-26cdaeb88670"}]} 2026-05-28 00:20:28.367 7 INFO neutron.services.segments.plugin [-] Segment 7c15ac37-9147-4085-b8aa-5988d26b5960 resource provider aggregate not found [pid: 7|app: 0|req: 523/1013] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/networks?id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 779 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:28.376 7 INFO neutron.services.segments.plugin [-] Segment f2857a3c-d073-4ab6-96ba-2512a157da6e resource provider aggregate not found 2026-05-28 00:20:28.393 7 INFO neutron.services.segments.plugin [-] Segment 7c15ac37-9147-4085-b8aa-5988d26b5960 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c15ac37-9147-4085-b8aa-5988d26b5960 found for delete ", "request_id": "req-758c8f39-9e6d-4082-9de6-59214f5be674"}]} 2026-05-28 00:20:28.397 7 INFO neutron.services.segments.plugin [-] Segment f2857a3c-d073-4ab6-96ba-2512a157da6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2857a3c-d073-4ab6-96ba-2512a157da6e found for delete ", "request_id": "req-460feea8-0133-4e53-b45d-1f0e8af7e57f"}]} 2026-05-28 00:20:28.411 7 INFO neutron.services.segments.plugin [-] Segment f2857a3c-d073-4ab6-96ba-2512a157da6e resource provider aggregate not found [pid: 8|app: 0|req: 491/1014] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53e43d8d-920b-4451-90df-f668735bb18c => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:28.429 7 INFO neutron.services.segments.plugin [-] Segment f2857a3c-d073-4ab6-96ba-2512a157da6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2857a3c-d073-4ab6-96ba-2512a157da6e found for delete ", "request_id": "req-4c939b0d-ce78-42e4-bd03-ed8e6ead34c1"}]} [pid: 7|app: 0|req: 524/1015] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/subnets?id=c97fdb12-3ffc-4a36-92e8-06c1e89f273a => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1016] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/ports?network_id=1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86&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: 525/1017] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 493/1018] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:20:28 2026] GET /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86?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: 526/1019] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:29 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 494/1020] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:29 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1021] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:30 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 495/1022] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:30 2026] GET /v2.0/security-groups?id=e7574bc3-0355-4027-966a-8c112df1d029&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1023] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:20:30 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:30.567 8 INFO neutron_taas.services.taas.taas_plugin [req-71ffbabb-b7a2-4330-858a-912a0f8a5b37 req-6ada0090-cc13-4eca-8b1f-5a19c4816a2c 8641778dc5d84cb58512e56344ea3d01 2b4084c2cdba446e8736d6367398d6b2 - - default default] TaaS: Handle Delete Port: 53e43d8d-920b-4451-90df-f668735bb18c 2026-05-28 00:20:30.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-71ffbabb-b7a2-4330-858a-912a0f8a5b37 req-6ada0090-cc13-4eca-8b1f-5a19c4816a2c 8641778dc5d84cb58512e56344ea3d01 2b4084c2cdba446e8736d6367398d6b2 - - default default] Tap Mirror: Handle Delete Port: 53e43d8d-920b-4451-90df-f668735bb18c 2026-05-28 00:20:30.677 8 INFO neutron.db.l3_db [req-71ffbabb-b7a2-4330-858a-912a0f8a5b37 req-6ada0090-cc13-4eca-8b1f-5a19c4816a2c 8641778dc5d84cb58512e56344ea3d01 2b4084c2cdba446e8736d6367398d6b2 - - default default] Floating IP df449ae7-d492-4052-950e-8b79ffbf788f disassociated. External IP: 10.96.250.207, port: 53e43d8d-920b-4451-90df-f668735bb18c. [pid: 7|app: 0|req: 529/1024] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:30 2026] GET /v2.0/security-groups?tenant_id=ced7a78944004f6681f6aacb3f85a872&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1025] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:30 2026] DELETE /v2.0/security-groups/9004548f-989d-476a-8379-493b69616a4d => 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: 496/1026] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:20:30 2026] DELETE /v2.0/ports/53e43d8d-920b-4451-90df-f668735bb18c => generated 0 bytes in 600 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:31.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-847a005d-3895-40c4-a8ed-fa4c81c6a3b8'] response: {'server_uuid': '9166ffe3-69e0-477d-bf14-5588001d87b4', 'name': 'network-vif-deleted', 'tag': '53e43d8d-920b-4451-90df-f668735bb18c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 531/1027] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:31 2026] GET /v2.0/security-groups?tenant_id=144f94992f15436ca124035b25a44b41&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1028] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:31 2026] DELETE /v2.0/security-groups/547548f8-5e48-4308-b01a-0db74ae6d158 => 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: 532/1029] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:31 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 498/1030] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:20:31 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 533/1031] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 28 00:20:31 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 534/1032] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:32 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 499/1033] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:20:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1034] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:20:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1035] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:20:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1036] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:20:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1037] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:20:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1038] 10.0.0.58 () {34 vars in 766 bytes} [Thu May 28 00:20:33 2026] PUT /v2.0/security-groups/bcd5ecb1-e2b7-44ad-96fe-9cb20433c4fa/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1039] 10.0.0.58 () {34 vars in 766 bytes} [Thu May 28 00:20:33 2026] PUT /v2.0/security-groups/be299291-c2ec-478c-a862-b61786967559/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1040] 10.0.0.58 () {34 vars in 766 bytes} [Thu May 28 00:20:33 2026] PUT /v2.0/security-groups/93c699cd-a765-4cc6-9272-1b13ca040915/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1041] 10.0.0.58 () {34 vars in 766 bytes} [Thu May 28 00:20:33 2026] PUT /v2.0/security-groups/ea1142c0-c284-42b5-be92-9713681e83a1/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1042] 10.0.0.58 () {32 vars in 679 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1043] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1044] 10.0.0.58 () {32 vars in 689 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1045] 10.0.0.58 () {32 vars in 701 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1046] 10.0.0.58 () {32 vars in 687 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1047] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/ports?device_id=9166ffe3-69e0-477d-bf14-5588001d87b4 => 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: 506/1048] 10.0.0.58 () {32 vars in 701 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1049] 10.0.0.58 () {32 vars in 697 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1050] 10.0.0.58 () {32 vars in 709 bytes} [Thu May 28 00:20:33 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1051] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:33 2026] DELETE /v2.0/security-groups/bcd5ecb1-e2b7-44ad-96fe-9cb20433c4fa => 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: 508/1052] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:33 2026] DELETE /v2.0/security-groups/be299291-c2ec-478c-a862-b61786967559 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1053] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:33 2026] DELETE /v2.0/security-groups/93c699cd-a765-4cc6-9272-1b13ca040915 => 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: 509/1054] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:33 2026] DELETE /v2.0/security-groups/ea1142c0-c284-42b5-be92-9713681e83a1 => 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: 546/1055] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:34 2026] DELETE /v2.0/security-groups/5d40b263-f154-45e5-a792-f0b137245697 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1056] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:34 2026] DELETE /v2.0/security-groups/e7574bc3-0355-4027-966a-8c112df1d029 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:34.773 7 INFO neutron.api.v2.resource [None req-a61817d7-2f1d-40f0-8585-5fd40462392c 8641778dc5d84cb58512e56344ea3d01 2b4084c2cdba446e8736d6367398d6b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1057] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:20:34 2026] GET /v2.0/security-groups/e7574bc3-0355-4027-966a-8c112df1d029 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:20:34.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8d67fb0-8e2e-4d90-b3d3-41d92159ff9a 8641778dc5d84cb58512e56344ea3d01 2b4084c2cdba446e8736d6367398d6b2 - - default default] TaaS: Handle Delete Port: 42b04207-fec8-485b-999b-46078a59a70b 2026-05-28 00:20:34.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8d67fb0-8e2e-4d90-b3d3-41d92159ff9a 8641778dc5d84cb58512e56344ea3d01 2b4084c2cdba446e8736d6367398d6b2 - - default default] Tap Mirror: Handle Delete Port: 42b04207-fec8-485b-999b-46078a59a70b [pid: 8|app: 0|req: 511/1058] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:20:34 2026] DELETE /v2.0/floatingips/df449ae7-d492-4052-950e-8b79ffbf788f => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1059] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:34 2026] GET /v2.0/security-groups?tenant_id=9e8b04b3b1fd43fe97f5886a8657bf9b&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1060] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:35 2026] DELETE /v2.0/security-groups/b59fce9a-4ff6-45c0-94a0-8f16d4e75bc7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:35.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-0da604f8-44bc-425b-964c-d3e37d449956 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 9d7e04a8-5551-419f-8478-697f7ebe0c3c 2026-05-28 00:20:35.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0da604f8-44bc-425b-964c-d3e37d449956 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 9d7e04a8-5551-419f-8478-697f7ebe0c3c [pid: 7|app: 0|req: 550/1061] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:35 2026] GET /v2.0/security-groups?tenant_id=d932e35c6bca414392fd25b6fd164748&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1062] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:35 2026] DELETE /v2.0/security-groups/84b09d90-aa75-4280-950e-c180317278fe => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1063] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:36 2026] GET /v2.0/security-groups?tenant_id=38991789252b467d96a94815663d62e6&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1064] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:20:35 2026] PUT /v2.0/routers/43548163-5dd9-4025-ba49-a612ed477cdc/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1065] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:36 2026] DELETE /v2.0/security-groups/225dd030-5f10-4246-8dbf-7432c6d2c2c2 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:36.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4cd2035-dd65-44a8-b609-c498cd293801 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 174dae33-0699-4ece-8a08-29404ebf2ef9 2026-05-28 00:20:36.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4cd2035-dd65-44a8-b609-c498cd293801 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 174dae33-0699-4ece-8a08-29404ebf2ef9 2026-05-28 00:20:36.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4cd2035-dd65-44a8-b609-c498cd293801 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: f75ac6f7-bb4e-42db-b218-7756d1bef337 2026-05-28 00:20:36.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4cd2035-dd65-44a8-b609-c498cd293801 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: f75ac6f7-bb4e-42db-b218-7756d1bef337 [pid: 7|app: 0|req: 556/1068] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:36 2026] GET /v2.0/security-groups?tenant_id=8a02c152439f4e839977e0eaaa5e7088&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:36.983 8 INFO neutron.services.segments.plugin [-] Segment 79c9e340-1ebc-449b-a689-3e172cef8341 resource provider aggregate not found 2026-05-28 00:20:36.992 8 INFO neutron.services.segments.plugin [-] Segment 79c9e340-1ebc-449b-a689-3e172cef8341 resource provider aggregate not found 2026-05-28 00:20:37.010 8 INFO neutron.services.segments.plugin [-] Segment 79c9e340-1ebc-449b-a689-3e172cef8341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79c9e340-1ebc-449b-a689-3e172cef8341 found for delete ", "request_id": "req-d4406921-601a-4253-93fa-31a1882ff1db"}]} 2026-05-28 00:20:37.010 8 INFO neutron.db.l3_hamode_db [None req-d4cd2035-dd65-44a8-b609-c498cd293801 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network c44c4972-89a3-43b5-8af8-2ee6cbc1d683 was deleted as no HA routers are present in tenant 2b4084c2cdba446e8736d6367398d6b2. 2026-05-28 00:20:37.011 8 INFO neutron.services.segments.plugin [-] Segment 79c9e340-1ebc-449b-a689-3e172cef8341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79c9e340-1ebc-449b-a689-3e172cef8341 found for delete ", "request_id": "req-fcfbd66b-6736-4f65-861f-c8a502bad1b9"}]} [pid: 8|app: 0|req: 513/1069] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:36 2026] DELETE /v2.0/routers/43548163-5dd9-4025-ba49-a612ed477cdc => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1070] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:36 2026] DELETE /v2.0/security-groups/31ec04e2-f9c2-4d40-9b93-a7b2b3a9f9fa => 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: 514/1071] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:37 2026] DELETE /v2.0/subnets/c97fdb12-3ffc-4a36-92e8-06c1e89f273a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:37.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-79f10c37-dfc1-4c58-80c9-67f2f96d775b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 77dc6155-077b-43ab-9f99-132819feeda1 2026-05-28 00:20:37.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79f10c37-dfc1-4c58-80c9-67f2f96d775b 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 77dc6155-077b-43ab-9f99-132819feeda1 [pid: 7|app: 0|req: 558/1072] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:37 2026] GET /v2.0/security-groups?tenant_id=050614b80e4a45399258d393b5e254f5&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1073] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:37 2026] DELETE /v2.0/security-groups/18a7c975-2ebd-4e6c-b003-62753125da0e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1074] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:37 2026] DELETE /v2.0/networks/1a77d5dd-2cd5-4810-93ba-fd1aed5d9f86 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1075] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:37 2026] GET /v2.0/security-groups?tenant_id=2b4084c2cdba446e8736d6367398d6b2&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1076] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:37 2026] DELETE /v2.0/security-groups/0b94319b-224a-461f-a1b8-078ecfed024a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:39.031 8 INFO neutron.services.segments.plugin [-] Segment c72bc76c-e249-4d52-a87c-2be2010ed4bc resource provider aggregate not found 2026-05-28 00:20:39.045 8 INFO neutron.services.segments.plugin [-] Segment c72bc76c-e249-4d52-a87c-2be2010ed4bc resource provider aggregate not found 2026-05-28 00:20:39.063 8 INFO neutron.services.segments.plugin [-] Segment c72bc76c-e249-4d52-a87c-2be2010ed4bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c72bc76c-e249-4d52-a87c-2be2010ed4bc found for delete ", "request_id": "req-734a6843-80e2-4a52-9d55-17423d700fb6"}]} 2026-05-28 00:20:39.081 8 INFO neutron.services.segments.plugin [-] Segment c72bc76c-e249-4d52-a87c-2be2010ed4bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c72bc76c-e249-4d52-a87c-2be2010ed4bc found for delete ", "request_id": "req-6cae7b96-c445-4adb-bb88-516259fad882"}]} 2026-05-28 00:20:40.542 7 WARNING keystonemiddleware.audit [None req-aa26eaa6-0043-4639-8517-54b85a9221ac 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:40.682 7 INFO neutron.db.segments_db [None req-341b2664-45fb-41f3-b7ee-5e799fe09e28 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Added segment 431105e5-11cf-4718-90e9-2b5cfe7e0e8a of type vxlan for network 8a6290fd-6574-49f1-9b13-dc2a6f20d8fb [pid: 7|app: 0|req: 561/1077] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:40 2026] POST /v2.0/networks => generated 631 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:40.783 8 WARNING keystonemiddleware.audit [None req-2405e1d9-4c7d-40d5-a001-ef8f876bbd19 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 517/1078] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:40 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:41.047 7 WARNING keystonemiddleware.audit [None req-341b2664-45fb-41f3-b7ee-5e799fe09e28 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:41.107 7 INFO neutron.db.segments_db [None req-6c447019-1dca-46fa-838e-75a30129f344 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Added segment 4aa09bd6-0b38-4f1b-8ae3-979bdae8d7d1 of type vxlan for network 368d2211-9708-45d6-bb20-40cde28c82ce [pid: 7|app: 0|req: 562/1079] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:41 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:41.222 8 WARNING keystonemiddleware.audit [None req-79a94dbc-9971-49d0-beff-edb5f05d8927 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:41.442 7 WARNING keystonemiddleware.audit [None req-6c447019-1dca-46fa-838e-75a30129f344 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-211973339 as it have no endpoints. [pid: 8|app: 0|req: 518/1080] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:41 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:41.464 8 WARNING keystonemiddleware.audit [None req-20658ce5-1af0-4dc4-b0a3-53fc46076782 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:41.526 8 INFO neutron.db.segments_db [None req-b9e3a403-fa6f-4d0f-8e36-f29716bc9a27 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Added segment fdc62e85-cfb6-436f-8f6b-7cdbebfba2ef of type vxlan for network ac528f9d-70af-4485-9046-bb06d3cad59f [pid: 7|app: 0|req: 563/1081] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:41 2026] GET /v2.0/security-groups?tenant_id=40811fd8f92b48a6b86b40192f059181&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:41.576 7 WARNING keystonemiddleware.audit [None req-bcd20bad-6f07-4344-b446-31d8c6ff27e8 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Skipping service tempest-service-211973339 as it have no endpoints. [pid: 8|app: 0|req: 519/1082] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:41 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:41.640 8 WARNING keystonemiddleware.audit [None req-b9e3a403-fa6f-4d0f-8e36-f29716bc9a27 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 564/1083] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:41 2026] DELETE /v2.0/security-groups/484a2024-4d5f-4232-bf86-a941b4251ea9 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:41.782 7 WARNING keystonemiddleware.audit [None req-10aa822d-676b-429b-9cd7-3cd20627021d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Skipping service tempest-service-211973339 as it have no endpoints. [pid: 8|app: 0|req: 520/1084] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:41 2026] POST /v2.0/subnets => generated 629 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:41.852 8 WARNING keystonemiddleware.audit [None req-5d42ed42-d155-4609-8d0f-f5c0163ef08a 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:41.896 8 INFO neutron.db.segments_db [None req-f9038d9e-2dae-47eb-8418-c1546b5b1c3a 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Added segment adf414ec-b040-4504-8301-019e5c162849 of type vxlan for network ffbd5205-2a1f-4bee-b3f0-d2d58cb0a079 [pid: 7|app: 0|req: 565/1085] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:41 2026] GET /v2.0/security-groups?tenant_id=698f48bb4af143a496a118325c846a8d&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:41.919 7 WARNING keystonemiddleware.audit [None req-ff235e77-13ee-4789-a1f3-8c072acda7c4 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Skipping service tempest-service-211973339 as it have no endpoints. [pid: 8|app: 0|req: 521/1086] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:41 2026] POST /v2.0/networks => generated 632 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:41.982 8 WARNING keystonemiddleware.audit [None req-f9038d9e-2dae-47eb-8418-c1546b5b1c3a 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 566/1087] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:41 2026] DELETE /v2.0/security-groups/8cf8ad45-a864-4cd1-9798-ceccbd3c10ce => 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: 522/1088] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:41 2026] POST /v2.0/subnets => generated 629 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:42.155 7 WARNING keystonemiddleware.audit [None req-119121f2-0956-4ae3-bc15-073e2d56c6c0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:42.211 7 INFO neutron.db.segments_db [None req-41024b0a-9392-471c-8ff6-6fe3bc15cc5f 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Added segment 1cc85550-b9d8-4ec8-bd3a-f60fe394b34f of type vxlan for network 3dca9fc1-5dcf-45a7-b415-e52d18410728 [pid: 7|app: 0|req: 567/1089] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:42 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:42.317 8 WARNING keystonemiddleware.audit [None req-d3617c51-6525-446b-b8eb-f833c6200ce1 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 523/1090] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:42 2026] POST /v2.0/subnets => generated 629 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:42.493 7 WARNING keystonemiddleware.audit [None req-41024b0a-9392-471c-8ff6-6fe3bc15cc5f 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 568/1091] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:20:42 2026] PUT /v2.0/subnets/5914d35f-87de-43b3-80f3-05606cc9776a/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:42.565 7 WARNING keystonemiddleware.audit [None req-6c4dc60a-d249-417d-b257-cfcb221d75d1 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 569/1092] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:20:42 2026] PUT /v2.0/subnets/c0a59963-6dcd-4f6d-a5a5-a4f61e519424/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:42.614 7 WARNING keystonemiddleware.audit [None req-4b945fd1-7d87-499f-9d49-e2136222c49e 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 570/1093] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:20:42 2026] PUT /v2.0/subnets/683e1394-4592-411a-9bb7-59698f52225c/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:42.664 7 WARNING keystonemiddleware.audit [None req-ce39e452-8f8d-4352-ba62-06aba47ce78f 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 571/1094] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:20:42 2026] PUT /v2.0/subnets/285878dd-3ce3-4c35-9a5d-37a3494480c7/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:42.716 7 WARNING keystonemiddleware.audit [None req-697fdf9a-3497-42e3-a0d5-b6b0bb021da7 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 524/1095] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/security-groups?tenant_id=98ae57a81e914c449ee41bce2726b29f&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1096] 10.0.0.58 () {32 vars in 663 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:42.768 7 WARNING keystonemiddleware.audit [None req-a5d1f4b7-ee13-417e-980a-fc6dc7593f98 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 573/1097] 10.0.0.58 () {32 vars in 677 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:42.818 7 WARNING keystonemiddleware.audit [None req-74a89450-58d2-46d8-92a9-cb90f9a54da9 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 525/1098] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:42 2026] DELETE /v2.0/security-groups/25c56d4d-ba99-43e8-a9a4-3ece9496fd60 => 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: 574/1099] 10.0.0.58 () {32 vars in 673 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:42.865 8 WARNING keystonemiddleware.audit [None req-2cc2eb26-29c1-4d9c-8e29-3318994c8c9d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 526/1100] 10.0.0.58 () {32 vars in 685 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:42.914 8 WARNING keystonemiddleware.audit [None req-084bcee8-4352-4e37-9dc0-8c8da0aa11b0 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 527/1101] 10.0.0.58 () {32 vars in 671 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:42.960 8 WARNING keystonemiddleware.audit [None req-cf995319-a424-40b8-843b-ec604f6e2d60 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 528/1102] 10.0.0.58 () {32 vars in 685 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:43.014 8 WARNING keystonemiddleware.audit [None req-5c110908-734c-453d-a0bd-67f4324d8fdd 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 575/1103] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:42 2026] GET /v2.0/security-groups?tenant_id=f16041a3e163483983286a1fefd4e5cf&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1104] 10.0.0.58 () {32 vars in 681 bytes} [Thu May 28 00:20:43 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:43.063 8 WARNING keystonemiddleware.audit [None req-0a7026f3-dd6a-4afe-a924-3cff26f2a43b 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 530/1105] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:20:43 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:43.097 8 WARNING keystonemiddleware.audit [None req-a062eaac-b42f-4d3b-91ef-5c85a8a1c020 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 576/1106] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:43 2026] DELETE /v2.0/security-groups/fb5e91f0-e5ba-44be-88ee-76c8dc11dee6 => 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: 531/1107] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:43 2026] DELETE /v2.0/subnets/5914d35f-87de-43b3-80f3-05606cc9776a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:43.246 8 WARNING keystonemiddleware.audit [None req-c6806468-3978-49e9-90f4-0f766d2b13cd 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 577/1108] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:43 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1109] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:43 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 532/1110] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:43 2026] DELETE /v2.0/subnets/c0a59963-6dcd-4f6d-a5a5-a4f61e519424 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:43.372 7 WARNING keystonemiddleware.audit [req-69b91d3f-8e61-4a01-952e-36e6a1a79408 req-5722fc40-3d93-4d95-8060-408eb3f4c359 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 579/1111] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:43 2026] DELETE /v2.0/subnets/683e1394-4592-411a-9bb7-59698f52225c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:43.513 8 WARNING keystonemiddleware.audit [None req-88d2d5df-499c-4725-9fb9-47c0a3b290b1 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 580/1112] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:43 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1113] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:43 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&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: 533/1114] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:43 2026] DELETE /v2.0/subnets/285878dd-3ce3-4c35-9a5d-37a3494480c7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:43.651 7 WARNING keystonemiddleware.audit [req-cedc078d-df3a-412e-97de-bc99471c2292 req-5c39448f-5ab9-47b3-a8d0-77f0cdc45a4e 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 582/1115] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:43 2026] DELETE /v2.0/subnets/fb6f9dd7-c505-4854-ae9f-b763d29bd5aa => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:43.778 8 WARNING keystonemiddleware.audit [None req-15dd2971-0f2e-4be8-9fb8-a52c6f2989b6 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:43.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-80c9aaa5-d146-49ca-972f-18aaf551c535 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] TaaS: Handle Delete Port: 77db953b-e72d-49fd-ac02-ae38a77210b7 2026-05-28 00:20:43.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80c9aaa5-d146-49ca-972f-18aaf551c535 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Tap Mirror: Handle Delete Port: 77db953b-e72d-49fd-ac02-ae38a77210b7 2026-05-28 00:20:44.011 8 INFO neutron.services.segments.plugin [-] Segment 431105e5-11cf-4718-90e9-2b5cfe7e0e8a resource provider aggregate not found 2026-05-28 00:20:44.023 8 INFO neutron.services.segments.plugin [-] Segment 431105e5-11cf-4718-90e9-2b5cfe7e0e8a resource provider aggregate not found 2026-05-28 00:20:44.029 8 INFO neutron.services.segments.plugin [-] Segment 431105e5-11cf-4718-90e9-2b5cfe7e0e8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 431105e5-11cf-4718-90e9-2b5cfe7e0e8a found for delete ", "request_id": "req-59780d72-da3f-44de-a298-57d64535b694"}]} 2026-05-28 00:20:44.046 8 INFO neutron.services.segments.plugin [-] Segment 431105e5-11cf-4718-90e9-2b5cfe7e0e8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 431105e5-11cf-4718-90e9-2b5cfe7e0e8a found for delete ", "request_id": "req-7c3e0dd1-cb4a-47f8-9a7c-34ed38c3de4c"}]} [pid: 8|app: 0|req: 534/1116] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:43 2026] DELETE /v2.0/networks/8a6290fd-6574-49f1-9b13-dc2a6f20d8fb => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:44.061 7 WARNING keystonemiddleware.audit [None req-d3d2d97e-94b9-48a9-9f18-5c61378a40e3 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. 2026-05-28 00:20:44.182 7 INFO neutron.services.segments.plugin [-] Segment 4aa09bd6-0b38-4f1b-8ae3-979bdae8d7d1 resource provider aggregate not found 2026-05-28 00:20:44.195 7 INFO neutron.services.segments.plugin [-] Segment 4aa09bd6-0b38-4f1b-8ae3-979bdae8d7d1 resource provider aggregate not found 2026-05-28 00:20:44.206 7 INFO neutron.services.segments.plugin [-] Segment 4aa09bd6-0b38-4f1b-8ae3-979bdae8d7d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa09bd6-0b38-4f1b-8ae3-979bdae8d7d1 found for delete ", "request_id": "req-5448890a-f515-4be2-a962-1ca4186a3ab2"}]} [pid: 7|app: 0|req: 583/1117] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:44 2026] DELETE /v2.0/networks/368d2211-9708-45d6-bb20-40cde28c82ce => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:44.232 7 INFO neutron.services.segments.plugin [-] Segment 4aa09bd6-0b38-4f1b-8ae3-979bdae8d7d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aa09bd6-0b38-4f1b-8ae3-979bdae8d7d1 found for delete ", "request_id": "req-dd400147-fee9-433a-bc0c-7ecc59452feb"}]} 2026-05-28 00:20:44.240 8 WARNING keystonemiddleware.audit [None req-80c9aaa5-d146-49ca-972f-18aaf551c535 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 535/1118] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:44 2026] DELETE /v2.0/networks/ac528f9d-70af-4485-9046-bb06d3cad59f => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:44.339 7 WARNING keystonemiddleware.audit [None req-40e8a8db-67b6-436d-862d-9a25f7daafc8 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 7|app: 0|req: 584/1119] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:44 2026] DELETE /v2.0/networks/ffbd5205-2a1f-4bee-b3f0-d2d58cb0a079 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:44.472 8 WARNING keystonemiddleware.audit [None req-71899664-a453-420d-85c3-ac1792acd3d4 73ca64ee26f44978b86e93b9bbab3a38 39d71c52f0694fe3b1e6c54c11876460 - - default default] Skipping service tempest-service-1012352171 as it have no endpoints. [pid: 8|app: 0|req: 536/1120] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:44 2026] DELETE /v2.0/networks/3dca9fc1-5dcf-45a7-b415-e52d18410728 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1121] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:44 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 537/1122] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:44 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1123] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:45 2026] GET /v2.0/security-groups?tenant_id=c4d04c0bdfe7495688bfcb4ce71cb70a&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1124] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:45 2026] DELETE /v2.0/security-groups/1289a99d-8ae4-4961-aa31-58d1812d094f => 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: 587/1125] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:45 2026] GET /v2.0/security-groups?tenant_id=10e3360fa6de46a2b2b3bdbd1e38f22e&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1126] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:45 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:46.054 8 INFO neutron.services.segments.plugin [-] Segment fdc62e85-cfb6-436f-8f6b-7cdbebfba2ef resource provider aggregate not found [pid: 8|app: 0|req: 539/1127] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:20:45 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:46.074 8 INFO neutron.services.segments.plugin [-] Segment fdc62e85-cfb6-436f-8f6b-7cdbebfba2ef resource provider aggregate not found 2026-05-28 00:20:46.076 8 INFO neutron.services.segments.plugin [-] Segment fdc62e85-cfb6-436f-8f6b-7cdbebfba2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc62e85-cfb6-436f-8f6b-7cdbebfba2ef found for delete ", "request_id": "req-15e3f1c6-377c-44b5-833f-3a8f199d5d25"}]} 2026-05-28 00:20:46.094 8 INFO neutron.services.segments.plugin [-] Segment 1cc85550-b9d8-4ec8-bd3a-f60fe394b34f resource provider aggregate not found [pid: 8|app: 0|req: 540/1128] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:20:46 2026] GET /v2.0/security-groups?id=6b82b1b3-0f53-47db-a9c2-8fbfb82f1543&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:46.104 8 INFO neutron.services.segments.plugin [-] Segment fdc62e85-cfb6-436f-8f6b-7cdbebfba2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc62e85-cfb6-436f-8f6b-7cdbebfba2ef found for delete ", "request_id": "req-84e97e98-bace-4611-a2b2-404afa0da631"}]} [pid: 7|app: 0|req: 589/1129] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:46 2026] DELETE /v2.0/security-groups/52495142-28b4-4d38-bc10-28978a061402 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:46.119 8 INFO neutron.services.segments.plugin [-] Segment 1cc85550-b9d8-4ec8-bd3a-f60fe394b34f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cc85550-b9d8-4ec8-bd3a-f60fe394b34f found for delete ", "request_id": "req-dd8fb568-d6e5-449e-a887-65989e44ff90"}]} 2026-05-28 00:20:46.129 8 INFO neutron.services.segments.plugin [-] Segment 1cc85550-b9d8-4ec8-bd3a-f60fe394b34f resource provider aggregate not found 2026-05-28 00:20:46.144 8 INFO neutron.services.segments.plugin [-] Segment 1cc85550-b9d8-4ec8-bd3a-f60fe394b34f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cc85550-b9d8-4ec8-bd3a-f60fe394b34f found for delete ", "request_id": "req-377d53b8-733a-4210-afb0-b092457f0aef"}]} 2026-05-28 00:20:46.224 7 INFO neutron.services.segments.plugin [-] Segment adf414ec-b040-4504-8301-019e5c162849 resource provider aggregate not found 2026-05-28 00:20:46.244 7 INFO neutron.services.segments.plugin [-] Segment adf414ec-b040-4504-8301-019e5c162849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf414ec-b040-4504-8301-019e5c162849 found for delete ", "request_id": "req-e86de200-8c3b-42d7-8471-94115cd701d0"}]} 2026-05-28 00:20:46.248 8 INFO neutron_taas.services.taas.taas_plugin [req-f5ef1bbd-ffc9-42a7-a4ab-34d786273c59 req-bab063b8-4f7e-4971-9ed2-e728be443c3b 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] TaaS: Handle Delete Port: 55de52b1-daa1-4eb1-925e-668885f5e00a 2026-05-28 00:20:46.250 7 INFO neutron.services.segments.plugin [-] Segment adf414ec-b040-4504-8301-019e5c162849 resource provider aggregate not found 2026-05-28 00:20:46.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f5ef1bbd-ffc9-42a7-a4ab-34d786273c59 req-bab063b8-4f7e-4971-9ed2-e728be443c3b 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] Tap Mirror: Handle Delete Port: 55de52b1-daa1-4eb1-925e-668885f5e00a 2026-05-28 00:20:46.271 7 INFO neutron.services.segments.plugin [-] Segment adf414ec-b040-4504-8301-019e5c162849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf414ec-b040-4504-8301-019e5c162849 found for delete ", "request_id": "req-cc0d41fe-8b6f-4caa-a594-9095f2b340d2"}]} [pid: 7|app: 0|req: 590/1130] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:46 2026] GET /v2.0/security-groups?tenant_id=39d71c52f0694fe3b1e6c54c11876460&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:46.383 8 INFO neutron.db.l3_db [req-f5ef1bbd-ffc9-42a7-a4ab-34d786273c59 req-bab063b8-4f7e-4971-9ed2-e728be443c3b 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] Floating IP dc2c1384-404e-4307-872d-201eab862513 disassociated. External IP: 10.96.250.216, port: 55de52b1-daa1-4eb1-925e-668885f5e00a. [pid: 7|app: 0|req: 591/1131] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:46 2026] DELETE /v2.0/security-groups/8fc8b6a3-c84f-4ca1-99d8-304cca9024ba => 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: 541/1132] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:20:46 2026] DELETE /v2.0/ports/55de52b1-daa1-4eb1-925e-668885f5e00a => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:46.780 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db110d27-32a8-415b-87c1-ce6d0daae6d4'] response: {'server_uuid': 'bedb9fdd-fb51-496b-9bcd-211a5739fd03', 'name': 'network-vif-deleted', 'tag': '55de52b1-daa1-4eb1-925e-668885f5e00a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 592/1133] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:47 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1134] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:47 2026] GET /v2.0/security-groups?tenant_id=e913a52fb6b34dab8dd32d01b930f94d&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1135] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:47 2026] DELETE /v2.0/security-groups/bb9408f9-8ba6-495a-bd67-b23004be56ca => 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: 543/1136] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:48 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 594/1137] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:20:49 2026] GET /v2.0/ports?device_id=bedb9fdd-fb51-496b-9bcd-211a5739fd03 => 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: 544/1138] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:49 2026] GET /v2.0/security-groups?tenant_id=b1fa57f227e6482c850667e0acbbcc8a&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1139] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:49 2026] DELETE /v2.0/security-groups/b6932478-5175-41e1-b41f-c70c84335ad9 => 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: 545/1140] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:50 2026] GET /v2.0/security-groups?tenant_id=d7691cab22a0453691ad714f7f9d07fa&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1141] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:50 2026] DELETE /v2.0/security-groups/407e8399-db09-46de-80a6-dd423dcbf489 => 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: 597/1142] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:50 2026] DELETE /v2.0/security-groups/6b82b1b3-0f53-47db-a9c2-8fbfb82f1543 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:50.616 7 INFO neutron.api.v2.resource [None req-b052e421-2ea7-46d5-8e34-e1fb23034f7b 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1143] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:20:50 2026] GET /v2.0/security-groups/6b82b1b3-0f53-47db-a9c2-8fbfb82f1543 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:20:50.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfd0178b-42ff-4288-afc7-ec8e0e188a77 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] TaaS: Handle Delete Port: 6fd34e26-b439-42f6-96cf-8b227b00d801 2026-05-28 00:20:50.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfd0178b-42ff-4288-afc7-ec8e0e188a77 84590c65e0aa4e658e70ebb2103fa42f 366ee172bb8343f79315a78b82498331 - - default default] Tap Mirror: Handle Delete Port: 6fd34e26-b439-42f6-96cf-8b227b00d801 [pid: 7|app: 0|req: 599/1144] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:20:50 2026] DELETE /v2.0/floatingips/dc2c1384-404e-4307-872d-201eab862513 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1145] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:50 2026] GET /v2.0/security-groups?tenant_id=8c935c61c0b24097b23cf64c44b7481e&name=default => generated 2925 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:51.197 8 INFO neutron.db.segments_db [None req-b3990a89-7e78-49ef-81b0-5d0211eac211 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Added segment 935a68c4-a30d-427c-a085-28d26553a469 of type vxlan for network e1b21c25-7ed7-4be2-91b9-3706b3689228 2026-05-28 00:20:51.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddee4a07-7ff7-426c-bba3-a7ac542d140d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: ea0ceb4f-ff57-4f68-a240-b763db8db21b 2026-05-28 00:20:51.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddee4a07-7ff7-426c-bba3-a7ac542d140d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: ea0ceb4f-ff57-4f68-a240-b763db8db21b [pid: 8|app: 0|req: 547/1146] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:51 2026] POST /v2.0/networks => generated 632 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1147] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:51 2026] DELETE /v2.0/security-groups/afdf785d-e1d1-42ae-bcab-a6b5dadd6dcb => 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: 551/1150] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:20:51 2026] POST /v2.0/ports => generated 743 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: 600/1151] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:20:50 2026] PUT /v2.0/routers/15b2896d-cd20-41c6-bb35-2695897d72e8/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1152] 10.0.0.58 () {34 vars in 665 bytes} [Thu May 28 00:20:51 2026] POST /v2.0/trunks => generated 407 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:51.900 8 INFO neutron.db.segments_db [None req-a8caa661-7b44-4b1e-893f-e54fcf135808 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Added segment 6df42fa6-abe9-4a44-84a3-abc9a4634552 of type vxlan for network 015a2544-ffc3-4795-8580-d428bb3d7296 [pid: 8|app: 0|req: 553/1153] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:51 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:51.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-b21d3cda-4fcb-41d7-9cf1-1584d8b50a88 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 20cbc9e8-c5c8-4984-a60f-c8ddb4802d08 2026-05-28 00:20:51.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b21d3cda-4fcb-41d7-9cf1-1584d8b50a88 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 20cbc9e8-c5c8-4984-a60f-c8ddb4802d08 2026-05-28 00:20:52.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-b21d3cda-4fcb-41d7-9cf1-1584d8b50a88 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 58304cd2-20a9-4f5b-a428-6b9961a5f7aa 2026-05-28 00:20:52.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b21d3cda-4fcb-41d7-9cf1-1584d8b50a88 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 58304cd2-20a9-4f5b-a428-6b9961a5f7aa [pid: 8|app: 0|req: 554/1154] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:20:51 2026] POST /v2.0/ports => generated 743 bytes in 247 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: 555/1155] 10.0.0.58 () {34 vars in 665 bytes} [Thu May 28 00:20:52 2026] POST /v2.0/trunks => generated 407 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:52.477 8 INFO neutron.db.segments_db [None req-60467686-9a9e-4a73-b13f-8547be856036 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Added segment 148aebe5-88b2-4bb5-bbb9-1b6f6fa3289c of type vxlan for network 634086cf-8c38-46ef-8716-5ba0560c47e8 [pid: 8|app: 0|req: 556/1156] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:52 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:52.600 7 INFO neutron.services.segments.plugin [-] Segment 62cf66ac-9cdb-4bd9-aac6-a57d7e3c3fde resource provider aggregate not found 2026-05-28 00:20:52.607 7 INFO neutron.services.segments.plugin [-] Segment 62cf66ac-9cdb-4bd9-aac6-a57d7e3c3fde resource provider aggregate not found 2026-05-28 00:20:52.619 7 INFO neutron.services.segments.plugin [-] Segment 62cf66ac-9cdb-4bd9-aac6-a57d7e3c3fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62cf66ac-9cdb-4bd9-aac6-a57d7e3c3fde found for delete ", "request_id": "req-aefedca5-a54d-4095-b267-7c8fe8ded24c"}]} 2026-05-28 00:20:52.624 7 INFO neutron.services.segments.plugin [-] Segment 62cf66ac-9cdb-4bd9-aac6-a57d7e3c3fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62cf66ac-9cdb-4bd9-aac6-a57d7e3c3fde found for delete ", "request_id": "req-cce0f3f9-30d1-4a66-ac8a-0d65c573fe47"}]} 2026-05-28 00:20:52.639 7 INFO neutron.db.l3_hamode_db [None req-b21d3cda-4fcb-41d7-9cf1-1584d8b50a88 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network 6a816049-da4e-4f08-9bf3-080f43bf0127 was deleted as no HA routers are present in tenant 366ee172bb8343f79315a78b82498331. [pid: 7|app: 0|req: 601/1157] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:51 2026] DELETE /v2.0/routers/15b2896d-cd20-41c6-bb35-2695897d72e8 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1158] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:52 2026] DELETE /v2.0/subnets/8801e369-dcb4-4d34-ad68-fce5c5957772 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1159] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:20:52 2026] POST /v2.0/ports => generated 743 bytes in 285 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-05-28 00:20:52.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-90ae3ccc-6a02-4824-9691-cabcdbf73e84 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: c84e34e2-2923-4459-83ff-f3b10c32fb0b 2026-05-28 00:20:52.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ae3ccc-6a02-4824-9691-cabcdbf73e84 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: c84e34e2-2923-4459-83ff-f3b10c32fb0b [pid: 8|app: 0|req: 558/1160] 10.0.0.58 () {34 vars in 665 bytes} [Thu May 28 00:20:52 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:53.065 8 INFO neutron.db.segments_db [None req-f173f2ab-ea59-42ff-acfe-6c21f01ae2bb dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Added segment e6a1c374-dc47-4008-aabf-cd809b556ece of type vxlan for network 7a1c61e6-df4f-471b-b8e8-979fb9b7be81 [pid: 7|app: 0|req: 603/1161] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:52 2026] DELETE /v2.0/networks/afddaf9f-2eab-4249-be60-907884af8525 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1162] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:53 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) [pid: 7|app: 0|req: 604/1163] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:20:53 2026] POST /v2.0/ports => generated 743 bytes in 242 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: 605/1164] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:53 2026] GET /v2.0/security-groups?tenant_id=366ee172bb8343f79315a78b82498331&name=default => generated 2925 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1165] 10.0.0.58 () {34 vars in 665 bytes} [Thu May 28 00:20:53 2026] POST /v2.0/trunks => generated 407 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:53.693 8 INFO neutron.db.segments_db [None req-0adea129-c9b0-442e-bfd2-b62243c5b283 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Added segment b7ab1939-eee7-4459-a387-ccb88bcc8ba3 of type vxlan for network 908ddc2c-67c4-4baf-9cd4-b03dd4d926c7 2026-05-28 00:20:53.751 8 INFO neutron.db.segments_db [None req-0adea129-c9b0-442e-bfd2-b62243c5b283 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Added segment 8ef0b2ea-cba5-463c-99ee-540e04a63749 of type vxlan for network 9d39fe3e-7733-4210-85f8-a73f7de2c0b3 [pid: 7|app: 0|req: 607/1166] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:53 2026] DELETE /v2.0/security-groups/5bda3752-6109-44a9-a420-c82a78cd4a5a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:53.815 7 INFO neutron.db.segments_db [None req-2a65b1c9-75e1-4f1c-8124-c2d794a4a262 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Added segment 655c95c4-c4e3-4fb4-84fd-9a6a49d2f96b of type vxlan for network 4bfa21db-3695-4e87-9199-3757338fa7ea [pid: 8|app: 0|req: 560/1167] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:53 2026] POST /v2.0/networks => generated 1246 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1168] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:53 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1169] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:20:53 2026] GET /v2.0/networks => generated 1845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:54.067 8 INFO neutron.services.segments.plugin [-] Segment b7ab1939-eee7-4459-a387-ccb88bcc8ba3 resource provider aggregate not found 2026-05-28 00:20:54.072 8 INFO neutron.services.segments.plugin [-] Segment b7ab1939-eee7-4459-a387-ccb88bcc8ba3 resource provider aggregate not found 2026-05-28 00:20:54.084 8 INFO neutron.services.segments.plugin [-] Segment b7ab1939-eee7-4459-a387-ccb88bcc8ba3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ab1939-eee7-4459-a387-ccb88bcc8ba3 found for delete ", "request_id": "req-3d3e2291-8752-45f3-aa67-fff26b5f1d37"}]} 2026-05-28 00:20:54.095 8 INFO neutron.services.segments.plugin [-] Segment b7ab1939-eee7-4459-a387-ccb88bcc8ba3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7ab1939-eee7-4459-a387-ccb88bcc8ba3 found for delete ", "request_id": "req-e7179f2c-f242-403d-89ed-eb6bc3788282"}]} [pid: 8|app: 0|req: 562/1170] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:53 2026] DELETE /v2.0/networks/908ddc2c-67c4-4baf-9cd4-b03dd4d926c7 => 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: 609/1171] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:20:53 2026] POST /v2.0/ports => generated 743 bytes in 238 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: 563/1172] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:54 2026] DELETE /v2.0/networks/9d39fe3e-7733-4210-85f8-a73f7de2c0b3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1173] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1174] 10.0.0.58 () {34 vars in 665 bytes} [Thu May 28 00:20:54 2026] POST /v2.0/trunks => generated 407 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1175] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:20:54 2026] PUT /v2.0/trunks/d77153b8-3db8-4923-bbb8-ed6f5a8bf5a7/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1176] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:20:54 2026] PUT /v2.0/trunks/cd45d97b-7c66-4004-9204-83a71bf5c70a/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:54.398 8 INFO neutron.db.segments_db [None req-1dffac35-1a88-464d-bb73-43cb298ea04b 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Added segment 02f07c44-bdd1-462e-8b2d-12029817ab11 of type vxlan for network 6721ff56-1312-401e-bb08-cd511fa56039 [pid: 7|app: 0|req: 613/1177] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:20:54 2026] PUT /v2.0/trunks/90e1ef74-c833-4927-8b11-136918a7ec93/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1178] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:20:54 2026] PUT /v2.0/trunks/aeaa691a-aa94-435e-9f86-af9c6dacd7cc/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1179] 10.0.0.58 () {32 vars in 661 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1180] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:54 2026] POST /v2.0/networks => generated 649 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1181] 10.0.0.58 () {32 vars in 675 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1182] 10.0.0.58 () {32 vars in 671 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:54.536 8 INFO neutron.db.segments_db [None req-ac3eee18-bd47-43ce-9d79-20089ce83a6f 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Added segment a79b782f-49c9-4f86-be96-409d250afccc of type vxlan for network e82abf3c-d4c6-469b-8a14-34424c290de6 [pid: 7|app: 0|req: 618/1183] 10.0.0.58 () {32 vars in 683 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1184] 10.0.0.58 () {32 vars in 669 bytes} [Thu May 28 00:20:54 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: 620/1185] 10.0.0.58 () {32 vars in 683 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1186] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:54 2026] POST /v2.0/networks => generated 650 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:54.642 7 INFO neutron.services.segments.plugin [-] Segment daa389d7-5d83-4ca6-af74-304b36036c71 resource provider aggregate not found 2026-05-28 00:20:54.647 7 INFO neutron.services.segments.plugin [-] Segment daa389d7-5d83-4ca6-af74-304b36036c71 resource provider aggregate not found [pid: 7|app: 0|req: 621/1187] 10.0.0.58 () {32 vars in 679 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:54.663 7 INFO neutron.services.segments.plugin [-] Segment daa389d7-5d83-4ca6-af74-304b36036c71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa389d7-5d83-4ca6-af74-304b36036c71 found for delete ", "request_id": "req-168f27bd-da8d-4a6c-afe8-24c0ab59b2fd"}]} 2026-05-28 00:20:54.669 7 INFO neutron.services.segments.plugin [-] Segment daa389d7-5d83-4ca6-af74-304b36036c71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa389d7-5d83-4ca6-af74-304b36036c71 found for delete ", "request_id": "req-b8081dd3-0d4c-49a1-b43d-f7494a1f921d"}]} [pid: 7|app: 0|req: 622/1188] 10.0.0.58 () {32 vars in 691 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1189] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks/d77153b8-3db8-4923-bbb8-ed6f5a8bf5a7 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1190] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/ports/999827b6-56ad-4795-8aef-9a19e6941ac4 => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1191] 10.0.0.58 () {32 vars in 721 bytes} [Thu May 28 00:20:54 2026] DELETE /v2.0/trunks/d77153b8-3db8-4923-bbb8-ed6f5a8bf5a7 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1192] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/trunks/cd45d97b-7c66-4004-9204-83a71bf5c70a => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1193] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:20:54 2026] GET /v2.0/ports/e5277d46-9b62-48e2-b0b7-c0b67361d634 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1194] 10.0.0.58 () {32 vars in 721 bytes} [Thu May 28 00:20:54 2026] DELETE /v2.0/trunks/cd45d97b-7c66-4004-9204-83a71bf5c70a => 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: 629/1195] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/trunks/90e1ef74-c833-4927-8b11-136918a7ec93 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1196] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:20:54 2026] POST /v2.0/ports => generated 1504 bytes in 456 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: 630/1197] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/ports/8bc0a4d0-d9dc-4b35-9dc9-b8dfeafc3966 => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1198] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/ports => generated 1504 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1199] 10.0.0.58 () {32 vars in 721 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/trunks/90e1ef74-c833-4927-8b11-136918a7ec93 => 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: 632/1200] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/trunks/aeaa691a-aa94-435e-9f86-af9c6dacd7cc => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:55.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8ae2dd5-eb57-4ec6-ae0f-012d24669283 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] TaaS: Handle Delete Port: 5f6d075f-73f4-4697-9e17-eca8fe5680c3 2026-05-28 00:20:55.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8ae2dd5-eb57-4ec6-ae0f-012d24669283 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Tap Mirror: Handle Delete Port: 5f6d075f-73f4-4697-9e17-eca8fe5680c3 [pid: 7|app: 0|req: 633/1201] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/ports/eb662bf9-469a-4fab-81c1-a47ea6ba3226 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1202] 10.0.0.58 () {32 vars in 721 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/trunks/aeaa691a-aa94-435e-9f86-af9c6dacd7cc => 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: 569/1203] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/ports/5f6d075f-73f4-4697-9e17-eca8fe5680c3 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1204] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/trunks/538bd47b-d50a-4ad0-8574-516779c0be54 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1205] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/ports/4c5ca1c7-30e7-415c-ad6f-4ad5351d281d => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:55.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-26bc7ac2-b587-4648-b305-3267a4450d92 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] TaaS: Handle Delete Port: 9077eabe-ff11-4d32-bc12-57d3d2ac3626 2026-05-28 00:20:55.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26bc7ac2-b587-4648-b305-3267a4450d92 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Tap Mirror: Handle Delete Port: 9077eabe-ff11-4d32-bc12-57d3d2ac3626 [pid: 7|app: 0|req: 637/1206] 10.0.0.58 () {32 vars in 721 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/trunks/538bd47b-d50a-4ad0-8574-516779c0be54 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1207] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/ports/9077eabe-ff11-4d32-bc12-57d3d2ac3626 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:55.611 8 INFO neutron_taas.services.taas.taas_plugin [None req-5428ae22-ac0b-4f1f-9430-b0ea7e0a5a94 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] TaaS: Handle Delete Port: 999827b6-56ad-4795-8aef-9a19e6941ac4 2026-05-28 00:20:55.613 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5428ae22-ac0b-4f1f-9430-b0ea7e0a5a94 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Tap Mirror: Handle Delete Port: 999827b6-56ad-4795-8aef-9a19e6941ac4 [pid: 8|app: 0|req: 571/1208] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/ports/999827b6-56ad-4795-8aef-9a19e6941ac4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1209] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:20:55 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:20:55.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba45c0aa-8e02-412e-9c32-3762e554e8b1 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] TaaS: Handle Delete Port: e5277d46-9b62-48e2-b0b7-c0b67361d634 2026-05-28 00:20:55.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba45c0aa-8e02-412e-9c32-3762e554e8b1 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Tap Mirror: Handle Delete Port: e5277d46-9b62-48e2-b0b7-c0b67361d634 [pid: 8|app: 0|req: 573/1210] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/ports/e5277d46-9b62-48e2-b0b7-c0b67361d634 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:55.819 7 INFO neutron.db.segments_db [None req-addbb7f0-7bf8-464a-9f70-f0fd08a1085d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 619d6232-633c-4c01-897c-f3490de94cbe of type vxlan for network d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5 2026-05-28 00:20:55.863 8 INFO neutron.db.segments_db [None req-6d6322ae-a6a0-4fc5-8f84-33162197e353 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Added segment 85bb5cb6-7f1b-42a4-91df-0408afa87d7c of type vxlan for network 95b7be6a-a1d1-4a2d-98f6-be0a2706be8b [pid: 7|app: 0|req: 638/1211] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:20:55 2026] POST /v2.0/networks => generated 745 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1212] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:55 2026] POST /v2.0/networks => generated 650 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:55.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-18a28b2c-5d26-420b-85d2-dcc5ee15f868 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] TaaS: Handle Delete Port: 8bc0a4d0-d9dc-4b35-9dc9-b8dfeafc3966 2026-05-28 00:20:55.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18a28b2c-5d26-420b-85d2-dcc5ee15f868 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Tap Mirror: Handle Delete Port: 8bc0a4d0-d9dc-4b35-9dc9-b8dfeafc3966 [pid: 7|app: 0|req: 639/1213] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:55 2026] DELETE /v2.0/ports/8bc0a4d0-d9dc-4b35-9dc9-b8dfeafc3966 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:56.110 8 INFO neutron.services.segments.plugin [-] Segment 8ef0b2ea-cba5-463c-99ee-540e04a63749 resource provider aggregate not found 2026-05-28 00:20:56.119 8 INFO neutron.services.segments.plugin [-] Segment 8ef0b2ea-cba5-463c-99ee-540e04a63749 resource provider aggregate not found 2026-05-28 00:20:56.133 8 INFO neutron.services.segments.plugin [-] Segment 8ef0b2ea-cba5-463c-99ee-540e04a63749 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ef0b2ea-cba5-463c-99ee-540e04a63749 found for delete ", "request_id": "req-d2df3b34-d8db-444b-bd75-b2422f9f2c94"}]} 2026-05-28 00:20:56.136 8 INFO neutron.services.segments.plugin [-] Segment 8ef0b2ea-cba5-463c-99ee-540e04a63749 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ef0b2ea-cba5-463c-99ee-540e04a63749 found for delete ", "request_id": "req-df088534-ea72-48e5-b5bd-0a8f6d5b4244"}]} 2026-05-28 00:20:56.142 7 INFO neutron.db.segments_db [None req-c412f32e-91b1-43eb-8595-ec1631f08e01 485f1337e0094065a3acf3d35af7f022 dccf9ac2778749e9b12d58682914a4af - - default default] Added segment a127aef2-066f-468e-b984-68dc01bcbf3c of type vxlan for network d546f542-dd78-4ba3-a299-b8db982ea8fe [pid: 8|app: 0|req: 575/1214] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:55 2026] POST /v2.0/subnets => generated 692 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1215] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:20:56 2026] POST /v2.0/networks => generated 650 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:56.272 8 INFO neutron_taas.services.taas.taas_plugin [None req-a96e13d7-8943-415b-8b02-f6275d4835f9 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] TaaS: Handle Delete Port: eb662bf9-469a-4fab-81c1-a47ea6ba3226 2026-05-28 00:20:56.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a96e13d7-8943-415b-8b02-f6275d4835f9 dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Tap Mirror: Handle Delete Port: eb662bf9-469a-4fab-81c1-a47ea6ba3226 2026-05-28 00:20:56.298 7 INFO neutron.db.segments_db [None req-21cbaa9d-de4c-4d52-b2e9-64897626a413 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 1ac84d0b-4a4e-4de4-9ec1-d385a03c9649 of type vxlan for network a6d083fc-5306-4054-af19-9a3c4876275a [pid: 8|app: 0|req: 576/1216] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:56 2026] DELETE /v2.0/ports/eb662bf9-469a-4fab-81c1-a47ea6ba3226 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:56.555 7 INFO neutron.db.l3_hamode_db [None req-21cbaa9d-de4c-4d52-b2e9-64897626a413 0970b078bb4c483e99562efb47f5ee03 19444659be3242038b0b5bcfe60bf524 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 577/1217] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:56 2026] POST /v2.0/subnets => generated 1274 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:20:56.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-466ac258-078a-46cc-b9f0-590bc87be8bd dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] TaaS: Handle Delete Port: 4c5ca1c7-30e7-415c-ad6f-4ad5351d281d 2026-05-28 00:20:56.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-466ac258-078a-46cc-b9f0-590bc87be8bd dda020c7a5544833ac07fae4038a253d 6daa88a0d851446f8cac7e1c0476d491 - - default default] Tap Mirror: Handle Delete Port: 4c5ca1c7-30e7-415c-ad6f-4ad5351d281d [pid: 8|app: 0|req: 578/1218] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:20:56 2026] DELETE /v2.0/ports/4c5ca1c7-30e7-415c-ad6f-4ad5351d281d => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1219] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:56 2026] GET /v2.0/security-groups?tenant_id=4ac63cf7f40449538016026c18f285d1&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:20:57.254 7 INFO neutron.db.l3_hamode_db [None req-21cbaa9d-de4c-4d52-b2e9-64897626a413 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 580/1220] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:20:57 2026] GET /v2.0/subnets => generated 1910 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1221] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:57 2026] DELETE /v2.0/networks/e1b21c25-7ed7-4be2-91b9-3706b3689228 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1222] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:57 2026] DELETE /v2.0/security-groups/cd618759-bda4-4fe1-b17b-343aec5e4b04 => 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: 583/1223] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:57 2026] DELETE /v2.0/subnets/01f792b4-e67a-40bf-940a-3b4035f65628 => 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: 584/1224] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:57 2026] DELETE /v2.0/networks/015a2544-ffc3-4795-8580-d428bb3d7296 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1225] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:57 2026] GET /v2.0/security-groups?tenant_id=1e5e9050a93f4dff9fbb0c27dd0751a1&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1226] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:20:57 2026] DELETE /v2.0/subnets/9a331dbf-5afb-4bb1-87df-ba30fa88b74e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1227] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:57 2026] DELETE /v2.0/networks/634086cf-8c38-46ef-8716-5ba0560c47e8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:20:58.158 8 INFO neutron.services.segments.plugin [-] Segment 935a68c4-a30d-427c-a085-28d26553a469 resource provider aggregate not found [pid: 7|app: 0|req: 641/1228] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:20:56 2026] POST /v2.0/routers => generated 732 bytes in 1906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:20:58.164 8 INFO neutron.services.segments.plugin [-] Segment 935a68c4-a30d-427c-a085-28d26553a469 resource provider aggregate not found 2026-05-28 00:20:58.176 8 INFO neutron.services.segments.plugin [-] Segment 935a68c4-a30d-427c-a085-28d26553a469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 935a68c4-a30d-427c-a085-28d26553a469 found for delete ", "request_id": "req-396763af-4f79-4d52-ba65-c1156e46e893"}]} 2026-05-28 00:20:58.182 8 INFO neutron.services.segments.plugin [-] Segment 935a68c4-a30d-427c-a085-28d26553a469 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 935a68c4-a30d-427c-a085-28d26553a469 found for delete ", "request_id": "req-b4906892-560e-41f4-8123-a88e0d240f27"}]} [pid: 7|app: 0|req: 642/1229] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:20:58 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:20:58.197 8 INFO neutron.services.segments.plugin [-] Segment 6df42fa6-abe9-4a44-84a3-abc9a4634552 resource provider aggregate not found 2026-05-28 00:20:58.203 8 INFO neutron.services.segments.plugin [-] Segment 6df42fa6-abe9-4a44-84a3-abc9a4634552 resource provider aggregate not found [pid: 8|app: 0|req: 588/1230] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:58 2026] DELETE /v2.0/security-groups/73afc7fc-2f3d-4b82-89b2-9d51a61e899a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:20:58.221 8 INFO neutron.services.segments.plugin [-] Segment 6df42fa6-abe9-4a44-84a3-abc9a4634552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df42fa6-abe9-4a44-84a3-abc9a4634552 found for delete ", "request_id": "req-4b12571c-0f83-4754-997d-a0e8d378bda4"}]} 2026-05-28 00:20:58.228 8 INFO neutron.services.segments.plugin [-] Segment 6df42fa6-abe9-4a44-84a3-abc9a4634552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df42fa6-abe9-4a44-84a3-abc9a4634552 found for delete ", "request_id": "req-236e452d-1033-406c-9f2f-4cc6716ca87b"}]} 2026-05-28 00:20:58.257 8 INFO neutron.services.segments.plugin [-] Segment 148aebe5-88b2-4bb5-bbb9-1b6f6fa3289c resource provider aggregate not found 2026-05-28 00:20:58.271 8 INFO neutron.services.segments.plugin [-] Segment 148aebe5-88b2-4bb5-bbb9-1b6f6fa3289c resource provider aggregate not found 2026-05-28 00:20:58.281 8 INFO neutron.services.segments.plugin [-] Segment 148aebe5-88b2-4bb5-bbb9-1b6f6fa3289c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 148aebe5-88b2-4bb5-bbb9-1b6f6fa3289c found for delete ", "request_id": "req-bc2fc05f-47b8-46b4-b102-4dacf440f6ee"}]} 2026-05-28 00:20:58.292 7 INFO neutron.services.segments.plugin [-] Segment e6a1c374-dc47-4008-aabf-cd809b556ece resource provider aggregate not found 2026-05-28 00:20:58.295 7 INFO neutron.services.segments.plugin [-] Segment e6a1c374-dc47-4008-aabf-cd809b556ece resource provider aggregate not found 2026-05-28 00:20:58.297 8 INFO neutron.services.segments.plugin [-] Segment 148aebe5-88b2-4bb5-bbb9-1b6f6fa3289c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 148aebe5-88b2-4bb5-bbb9-1b6f6fa3289c found for delete ", "request_id": "req-09bee619-b625-4d3d-af51-14d3ec00e4f2"}]} 2026-05-28 00:20:58.310 7 INFO neutron.services.segments.plugin [-] Segment e6a1c374-dc47-4008-aabf-cd809b556ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a1c374-dc47-4008-aabf-cd809b556ece found for delete ", "request_id": "req-d53740dc-538e-4f0b-adf9-7388c731b38b"}]} 2026-05-28 00:20:58.311 7 INFO neutron.services.segments.plugin [-] Segment e6a1c374-dc47-4008-aabf-cd809b556ece resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a1c374-dc47-4008-aabf-cd809b556ece found for delete ", "request_id": "req-da65713d-9dad-4c94-ab8c-a0838acc1214"}]} [pid: 7|app: 0|req: 643/1231] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:58 2026] DELETE /v2.0/networks/7a1c61e6-df4f-471b-b8e8-979fb9b7be81 => 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: 644/1232] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:58 2026] DELETE /v2.0/networks/d546f542-dd78-4ba3-a299-b8db982ea8fe => 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: 645/1233] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:58 2026] DELETE /v2.0/networks/4bfa21db-3695-4e87-9199-3757338fa7ea => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1234] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:58 2026] DELETE /v2.0/networks/95b7be6a-a1d1-4a2d-98f6-be0a2706be8b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1235] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:58 2026] DELETE /v2.0/networks/e82abf3c-d4c6-469b-8a14-34424c290de6 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1236] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:20:58 2026] DELETE /v2.0/networks/6721ff56-1312-401e-bb08-cd511fa56039 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1237] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:20:58 2026] PUT /v2.0/routers/f1912e9b-00aa-4ecd-a7a5-334ddbd8271b/add_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1238] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:59 2026] GET /v2.0/security-groups?tenant_id=dccf9ac2778749e9b12d58682914a4af&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1239] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:59 2026] GET /v2.0/security-groups?tenant_id=f9601c9799564e66ba4f1b5d17ba829b&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1240] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:59 2026] DELETE /v2.0/security-groups/70dde340-32ec-4dad-93cd-a17a63570153 => 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: 650/1241] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:20:59 2026] DELETE /v2.0/security-groups/2c10e349-fac9-4ea1-8b10-596873a8763d => 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: 592/1242] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:20:59 2026] GET /v2.0/security-groups?tenant_id=41a007964bd142c8b96990838d84f451&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1243] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:00 2026] DELETE /v2.0/security-groups/836afb83-8554-4626-a1d3-ed41575cd622 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:00.330 7 INFO neutron.services.segments.plugin [-] Segment a127aef2-066f-468e-b984-68dc01bcbf3c resource provider aggregate not found 2026-05-28 00:21:00.334 7 INFO neutron.services.segments.plugin [-] Segment a127aef2-066f-468e-b984-68dc01bcbf3c resource provider aggregate not found 2026-05-28 00:21:00.352 7 INFO neutron.services.segments.plugin [-] Segment a127aef2-066f-468e-b984-68dc01bcbf3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a127aef2-066f-468e-b984-68dc01bcbf3c found for delete ", "request_id": "req-a006ef86-a71b-4a28-a71f-e37ad0ab1d97"}]} 2026-05-28 00:21:00.355 7 INFO neutron.services.segments.plugin [-] Segment a127aef2-066f-468e-b984-68dc01bcbf3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a127aef2-066f-468e-b984-68dc01bcbf3c found for delete ", "request_id": "req-1030b29c-e19b-477a-8a64-c0760967e759"}]} 2026-05-28 00:21:00.378 7 INFO neutron.services.segments.plugin [-] Segment 655c95c4-c4e3-4fb4-84fd-9a6a49d2f96b resource provider aggregate not found 2026-05-28 00:21:00.384 7 INFO neutron.services.segments.plugin [-] Segment 655c95c4-c4e3-4fb4-84fd-9a6a49d2f96b resource provider aggregate not found [pid: 7|app: 0|req: 652/1244] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/security-groups?tenant_id=6daa88a0d851446f8cac7e1c0476d491&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:00.400 7 INFO neutron.services.segments.plugin [-] Segment 655c95c4-c4e3-4fb4-84fd-9a6a49d2f96b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 655c95c4-c4e3-4fb4-84fd-9a6a49d2f96b found for delete ", "request_id": "req-d6d498f0-345f-4094-90c4-4eaa7440d83d"}]} 2026-05-28 00:21:00.408 7 INFO neutron.services.segments.plugin [-] Segment 655c95c4-c4e3-4fb4-84fd-9a6a49d2f96b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 655c95c4-c4e3-4fb4-84fd-9a6a49d2f96b found for delete ", "request_id": "req-74bd9a69-e2aa-4486-8369-44cfa00b51c0"}]} 2026-05-28 00:21:00.419 7 INFO neutron.services.segments.plugin [-] Segment 85bb5cb6-7f1b-42a4-91df-0408afa87d7c resource provider aggregate not found 2026-05-28 00:21:00.430 7 INFO neutron.services.segments.plugin [-] Segment 85bb5cb6-7f1b-42a4-91df-0408afa87d7c resource provider aggregate not found 2026-05-28 00:21:00.448 7 INFO neutron.services.segments.plugin [-] Segment 85bb5cb6-7f1b-42a4-91df-0408afa87d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85bb5cb6-7f1b-42a4-91df-0408afa87d7c found for delete ", "request_id": "req-9ceb06a9-816e-4eca-bb8c-5ed5a67e82f6"}]} 2026-05-28 00:21:00.454 7 INFO neutron.services.segments.plugin [-] Segment 85bb5cb6-7f1b-42a4-91df-0408afa87d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85bb5cb6-7f1b-42a4-91df-0408afa87d7c found for delete ", "request_id": "req-6c9a2a62-455d-4571-82e0-1683b653938a"}]} [pid: 8|app: 0|req: 593/1245] 10.0.0.58 () {32 vars in 652 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions => generated 21537 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1246] 10.0.0.58 () {32 vars in 680 bytes} [Thu May 28 00:21:00 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) 2026-05-28 00:21:00.481 7 INFO neutron.services.segments.plugin [-] Segment a79b782f-49c9-4f86-be96-409d250afccc resource provider aggregate not found 2026-05-28 00:21:00.483 7 INFO neutron.services.segments.plugin [-] Segment a79b782f-49c9-4f86-be96-409d250afccc resource provider aggregate not found [pid: 8|app: 0|req: 595/1247] 10.0.0.58 () {32 vars in 680 bytes} [Thu May 28 00:21:00 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: 8|app: 0|req: 596/1248] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:00.507 7 INFO neutron.services.segments.plugin [-] Segment a79b782f-49c9-4f86-be96-409d250afccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79b782f-49c9-4f86-be96-409d250afccc found for delete ", "request_id": "req-7dcec617-faf1-433a-8955-49d19c62023a"}]} [pid: 8|app: 0|req: 597/1249] 10.0.0.58 () {32 vars in 664 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:00.518 7 INFO neutron.services.segments.plugin [-] Segment a79b782f-49c9-4f86-be96-409d250afccc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79b782f-49c9-4f86-be96-409d250afccc found for delete ", "request_id": "req-c666c908-257b-421d-ba39-8fe6bc2bc8af"}]} [pid: 8|app: 0|req: 598/1250] 10.0.0.58 () {32 vars in 698 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1251] 10.0.0.58 () {32 vars in 696 bytes} [Thu May 28 00:21:00 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-05-28 00:21:00.537 7 INFO neutron.services.segments.plugin [-] Segment 02f07c44-bdd1-462e-8b2d-12029817ab11 resource provider aggregate not found 2026-05-28 00:21:00.541 7 INFO neutron.services.segments.plugin [-] Segment 02f07c44-bdd1-462e-8b2d-12029817ab11 resource provider aggregate not found [pid: 8|app: 0|req: 600/1252] 10.0.0.58 () {32 vars in 700 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:00.560 7 INFO neutron.services.segments.plugin [-] Segment 02f07c44-bdd1-462e-8b2d-12029817ab11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02f07c44-bdd1-462e-8b2d-12029817ab11 found for delete ", "request_id": "req-dd726a21-e90e-4b67-b36a-7634a0b93a5c"}]} 2026-05-28 00:21:00.568 7 INFO neutron.services.segments.plugin [-] Segment 02f07c44-bdd1-462e-8b2d-12029817ab11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02f07c44-bdd1-462e-8b2d-12029817ab11 found for delete ", "request_id": "req-33c74726-88fc-4438-bdcc-fd15fe413196"}]} [pid: 7|app: 0|req: 653/1253] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:00 2026] DELETE /v2.0/security-groups/84f240f8-b83e-400e-9ebb-bbd24017b46f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1254] 10.0.0.58 () {32 vars in 688 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1255] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/networks?id=d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1256] 10.0.0.58 () {32 vars in 702 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1257] 10.0.0.58 () {32 vars in 692 bytes} [Thu May 28 00:21:00 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: 8|app: 0|req: 602/1258] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/quotas/19444659be3242038b0b5bcfe60bf524 => 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: 657/1259] 10.0.0.58 () {32 vars in 694 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1260] 10.0.0.58 () {32 vars in 684 bytes} [Thu May 28 00:21:00 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: 659/1261] 10.0.0.58 () {32 vars in 686 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1262] 10.0.0.58 () {32 vars in 660 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1263] 10.0.0.58 () {32 vars in 698 bytes} [Thu May 28 00:21:00 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: 662/1264] 10.0.0.58 () {32 vars in 678 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1265] 10.0.0.58 () {32 vars in 682 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1266] 10.0.0.58 () {32 vars in 674 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1267] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/ports?tenant_id=19444659be3242038b0b5bcfe60bf524&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1268] 10.0.0.58 () {32 vars in 688 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1269] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1270] 10.0.0.58 () {32 vars in 686 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1271] 10.0.0.58 () {32 vars in 668 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1272] 10.0.0.58 () {32 vars in 686 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1273] 10.0.0.58 () {32 vars in 680 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1274] 10.0.0.58 () {32 vars in 698 bytes} [Thu May 28 00:21:00 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: 8|app: 0|req: 604/1275] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/networks/d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5?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: 672/1276] 10.0.0.58 () {32 vars in 678 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1277] 10.0.0.58 () {32 vars in 666 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1278] 10.0.0.58 () {32 vars in 676 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1279] 10.0.0.58 () {32 vars in 664 bytes} [Thu May 28 00:21:00 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: 676/1280] 10.0.0.58 () {32 vars in 674 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1281] 10.0.0.58 () {32 vars in 712 bytes} [Thu May 28 00:21:00 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: 678/1282] 10.0.0.58 () {32 vars in 690 bytes} [Thu May 28 00:21:00 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: 8|app: 0|req: 605/1283] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/networks/d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5?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: 679/1284] 10.0.0.58 () {32 vars in 682 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1285] 10.0.0.58 () {32 vars in 668 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1286] 10.0.0.58 () {32 vars in 686 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1287] 10.0.0.58 () {32 vars in 704 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1288] 10.0.0.58 () {32 vars in 674 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1289] 10.0.0.58 () {32 vars in 700 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1290] 10.0.0.58 () {32 vars in 674 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1291] 10.0.0.58 () {32 vars in 692 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1292] 10.0.0.58 () {32 vars in 688 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1293] 10.0.0.58 () {32 vars in 708 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1294] 10.0.0.58 () {32 vars in 704 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1295] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => 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: 612/1296] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:21:00 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: 685/1297] 10.0.0.58 () {32 vars in 696 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1298] 10.0.0.58 () {32 vars in 710 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1299] 10.0.0.58 () {32 vars in 668 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/binding => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1300] 10.0.0.58 () {32 vars in 686 bytes} [Thu May 28 00:21:00 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1301] 10.0.0.58 () {32 vars in 680 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1302] 10.0.0.58 () {32 vars in 674 bytes} [Thu May 28 00:21:01 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: 688/1303] 10.0.0.58 () {32 vars in 670 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1304] 10.0.0.58 () {32 vars in 660 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1305] 10.0.0.58 () {32 vars in 698 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1306] 10.0.0.58 () {32 vars in 698 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1307] 10.0.0.58 () {32 vars in 676 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1308] 10.0.0.58 () {32 vars in 668 bytes} [Thu May 28 00:21:01 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: 691/1309] 10.0.0.58 () {32 vars in 682 bytes} [Thu May 28 00:21:01 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: 8|app: 0|req: 619/1310] 10.0.0.58 () {32 vars in 700 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1311] 10.0.0.58 () {32 vars in 684 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1312] 10.0.0.58 () {32 vars in 706 bytes} [Thu May 28 00:21:01 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: 693/1313] 10.0.0.58 () {32 vars in 668 bytes} [Thu May 28 00:21:01 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: 8|app: 0|req: 621/1314] 10.0.0.58 () {32 vars in 696 bytes} [Thu May 28 00:21:01 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: 694/1315] 10.0.0.58 () {32 vars in 694 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1316] 10.0.0.58 () {32 vars in 684 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1317] 10.0.0.58 () {32 vars in 688 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1318] 10.0.0.58 () {32 vars in 704 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1319] 10.0.0.58 () {32 vars in 666 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1320] 10.0.0.58 () {32 vars in 680 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1321] 10.0.0.58 () {32 vars in 680 bytes} [Thu May 28 00:21:01 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: 625/1322] 10.0.0.58 () {32 vars in 690 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1323] 10.0.0.58 () {32 vars in 690 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1324] 10.0.0.58 () {32 vars in 694 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1325] 10.0.0.58 () {32 vars in 684 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1326] 10.0.0.58 () {32 vars in 688 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1327] 10.0.0.58 () {32 vars in 700 bytes} [Thu May 28 00:21:01 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: 8|app: 0|req: 628/1328] 10.0.0.58 () {32 vars in 702 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1329] 10.0.0.58 () {32 vars in 712 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1330] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1331] 10.0.0.58 () {32 vars in 714 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1332] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1333] 10.0.0.58 () {32 vars in 740 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1334] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1335] 10.0.0.58 () {32 vars in 682 bytes} [Thu May 28 00:21:01 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: 632/1336] 10.0.0.58 () {32 vars in 668 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1337] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:21:01 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: 8|app: 0|req: 633/1338] 10.0.0.58 () {32 vars in 678 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1339] 10.0.0.58 () {32 vars in 668 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1340] 10.0.0.58 () {32 vars in 696 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/standard-attr-segment => 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: 707/1341] 10.0.0.58 () {32 vars in 704 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1342] 10.0.0.58 () {32 vars in 700 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1343] 10.0.0.58 () {32 vars in 700 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1344] 10.0.0.58 () {32 vars in 682 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1345] 10.0.0.58 () {32 vars in 704 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1346] 10.0.0.58 () {32 vars in 694 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1347] 10.0.0.58 () {32 vars in 688 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1348] 10.0.0.58 () {32 vars in 696 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1349] 10.0.0.58 () {32 vars in 678 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1350] 10.0.0.58 () {32 vars in 688 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1351] 10.0.0.58 () {32 vars in 700 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1352] 10.0.0.58 () {32 vars in 664 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1353] 10.0.0.58 () {32 vars in 680 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1354] 10.0.0.58 () {32 vars in 676 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1355] 10.0.0.58 () {32 vars in 692 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1356] 10.0.0.58 () {32 vars in 676 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1357] 10.0.0.58 () {32 vars in 666 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1358] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1359] 10.0.0.58 () {32 vars in 674 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1360] 10.0.0.58 () {32 vars in 686 bytes} [Thu May 28 00:21:01 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:01.933 8 INFO neutron.db.segments_db [None req-39d58a09-215f-4d4a-8b0f-d6e57862aed9 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] Added segment 60bb90d8-d491-46ed-8581-2e712e4b1b1f of type vxlan for network 36312c00-0187-41b5-b92c-aed65dc35b8d [pid: 7|app: 0|req: 722/1361] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:02 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => 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: 640/1362] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:01 2026] POST /v2.0/networks => generated 649 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1363] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:02 2026] GET /v2.0/security-groups?tenant_id=d669e8ddb5da44e199ce6701506db967&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1364] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:02 2026] POST /v2.0/ports => generated 778 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 00:21:02.412 7 INFO neutron.db.segments_db [None req-03332c6c-2d3c-400a-8568-1c8afe3ec85f 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] Added segment 0620dda2-130e-4106-bbd0-bf90c664337c of type vxlan for network 23e66f21-2499-4f3c-8ede-fe89c988fbb1 [pid: 8|app: 0|req: 642/1365] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:02 2026] DELETE /v2.0/security-groups/792908d0-3244-46d4-a30e-ecdf323335eb => 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: 724/1366] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:02 2026] POST /v2.0/networks => generated 636 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1367] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:02 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1368] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:03 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => 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: 725/1369] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:02 2026] POST /v2.0/ports => generated 962 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:03.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-b799fa3f-cdf6-432a-8bcc-f3607749af72 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] TaaS: Handle Delete Port: c02a4867-30e0-4ccd-95f3-b15fc6471999 2026-05-28 00:21:03.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b799fa3f-cdf6-432a-8bcc-f3607749af72 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] Tap Mirror: Handle Delete Port: c02a4867-30e0-4ccd-95f3-b15fc6471999 [pid: 8|app: 0|req: 645/1370] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:03 2026] DELETE /v2.0/ports/c02a4867-30e0-4ccd-95f3-b15fc6471999 => generated 0 bytes in 226 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-05-28 00:21:03.431 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b18773f-98d6-4aee-913e-80cfd2119738 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1371] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:03 2026] DELETE /v2.0/ports/c02a4867-30e0-4ccd-95f3-b15fc6471999 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:03.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61a3efec-d329-4465-9ec0-00385ab5537e 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1372] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:03 2026] GET /v2.0/ports/c02a4867-30e0-4ccd-95f3-b15fc6471999 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1373] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:03 2026] DELETE /v2.0/subnets/6c1c09d3-af72-4021-8e5a-23418e547769 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:03.717 8 INFO neutron.services.segments.plugin [-] Segment 0620dda2-130e-4106-bbd0-bf90c664337c resource provider aggregate not found 2026-05-28 00:21:03.722 8 INFO neutron.services.segments.plugin [-] Segment 0620dda2-130e-4106-bbd0-bf90c664337c resource provider aggregate not found 2026-05-28 00:21:03.744 8 INFO neutron.services.segments.plugin [-] Segment 0620dda2-130e-4106-bbd0-bf90c664337c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0620dda2-130e-4106-bbd0-bf90c664337c found for delete ", "request_id": "req-eb229615-e127-44ae-b03a-2c7eecf04500"}]} 2026-05-28 00:21:03.746 8 INFO neutron.services.segments.plugin [-] Segment 0620dda2-130e-4106-bbd0-bf90c664337c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0620dda2-130e-4106-bbd0-bf90c664337c found for delete ", "request_id": "req-fa24bb2d-6fe5-47e6-b5a6-fd614744d669"}]} [pid: 8|app: 0|req: 647/1374] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:03 2026] DELETE /v2.0/networks/23e66f21-2499-4f3c-8ede-fe89c988fbb1 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:03.821 7 INFO neutron.db.segments_db [None req-d79a2ccd-b3bf-4eba-904f-63750243cb85 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] Added segment a5b12f7d-06da-4005-b854-8b8c8af31f56 of type vxlan for network 9c7b55dd-a305-449f-8f33-7d8cfe8817cd [pid: 7|app: 0|req: 728/1375] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:03 2026] POST /v2.0/networks => generated 635 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1376] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:03 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1377] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:04 2026] POST /v2.0/ports => generated 927 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1378] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:04 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => 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: 729/1379] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:21:03 2026] POST /v2.0/floatingips => generated 552 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:04.669 8 INFO neutron.db.segments_db [None req-3fe805d3-a307-4070-8747-9b1c1818e555 c4ca51a0c6cf46f1a6236f2e836d001b a828806968f14d5097b2775df8f6604e - - default default] Added segment b61ed052-44a4-4abc-8066-a6ae69d909cc of type vxlan for network aa3749b8-de68-4849-84e6-568933e4e854 2026-05-28 00:21:04.731 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5f56aad-4e35-4802-bcbc-04598c372f4e 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] TaaS: Handle Delete Port: e084b43e-36ce-45a8-a762-5c3ac2ef89bc 2026-05-28 00:21:04.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5f56aad-4e35-4802-bcbc-04598c372f4e 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] Tap Mirror: Handle Delete Port: e084b43e-36ce-45a8-a762-5c3ac2ef89bc [pid: 8|app: 0|req: 651/1380] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:04 2026] POST /v2.0/networks => generated 647 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1381] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:04 2026] DELETE /v2.0/ports/e084b43e-36ce-45a8-a762-5c3ac2ef89bc => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:04.877 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55b98a74-bb85-4e98-94c8-5c691267ec8d 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1382] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:04 2026] GET /v2.0/ports/e084b43e-36ce-45a8-a762-5c3ac2ef89bc => 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: 652/1383] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:21:04 2026] PUT /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1384] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:04 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1385] 10.0.0.58 () {34 vars in 769 bytes} [Thu May 28 00:21:04 2026] PUT /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1386] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:04 2026] DELETE /v2.0/subnets/43e8eab7-097e-47c2-a6bf-d3b102984bbc => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1387] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:05 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1388] 10.0.0.58 () {34 vars in 765 bytes} [Thu May 28 00:21:05 2026] PUT /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-28 00:21:05.125 7 INFO neutron.services.segments.plugin [-] Segment a5b12f7d-06da-4005-b854-8b8c8af31f56 resource provider aggregate not found 2026-05-28 00:21:05.130 7 INFO neutron.services.segments.plugin [-] Segment a5b12f7d-06da-4005-b854-8b8c8af31f56 resource provider aggregate not found [pid: 8|app: 0|req: 657/1389] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:05 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:05.146 7 INFO neutron.services.segments.plugin [-] Segment a5b12f7d-06da-4005-b854-8b8c8af31f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b12f7d-06da-4005-b854-8b8c8af31f56 found for delete ", "request_id": "req-6c0e3049-8b97-4f6f-a6ff-243bc1f7ed7b"}]} [pid: 7|app: 0|req: 733/1390] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:05 2026] DELETE /v2.0/networks/9c7b55dd-a305-449f-8f33-7d8cfe8817cd => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:05.159 7 INFO neutron.services.segments.plugin [-] Segment a5b12f7d-06da-4005-b854-8b8c8af31f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5b12f7d-06da-4005-b854-8b8c8af31f56 found for delete ", "request_id": "req-9351df78-5426-4bd3-af3f-f51efad920ac"}]} [pid: 8|app: 0|req: 658/1391] 10.0.0.58 () {34 vars in 787 bytes} [Thu May 28 00:21:05 2026] PUT /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1392] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:05 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1393] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:05 2026] POST /v2.0/ports => generated 779 bytes in 235 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: 735/1394] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:21:05 2026] GET /v2.0/networks?id=d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1395] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:05 2026] POST /v2.0/subnets => generated 673 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1396] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:21:05 2026] PUT /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1397] 10.0.0.58 () {34 vars in 736 bytes} [Thu May 28 00:21:05 2026] PUT /v2.0/ports/c0580e7d-b02b-48df-ac48-3238f9766a77 => generated 752 bytes in 191 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-05-28 00:21:05.736 8 INFO neutron.db.segments_db [None req-d80a2464-0006-44e7-8b54-06896624fe27 c4ca51a0c6cf46f1a6236f2e836d001b a828806968f14d5097b2775df8f6604e - - default default] Added segment 96e0b871-d605-4424-b753-fbb6fd5f88b9 of type vxlan for network 36793fc4-e87e-4c96-8de2-892b9f6a5e5c [pid: 8|app: 0|req: 662/1398] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:05 2026] POST /v2.0/networks => generated 648 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1399] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:21:05 2026] POST /v2.0/ports => generated 954 bytes in 319 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: 663/1400] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:05 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1401] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:05 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 957 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:05.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-40bfc3dd-e91a-4b9e-b8ce-aec4454bf253 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] TaaS: Handle Delete Port: c0580e7d-b02b-48df-ac48-3238f9766a77 2026-05-28 00:21:05.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40bfc3dd-e91a-4b9e-b8ce-aec4454bf253 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] Tap Mirror: Handle Delete Port: c0580e7d-b02b-48df-ac48-3238f9766a77 [pid: 7|app: 0|req: 739/1402] 10.0.0.58 () {34 vars in 742 bytes} [Thu May 28 00:21:05 2026] PUT /v2.0/networks/36793fc4-e87e-4c96-8de2-892b9f6a5e5c => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1403] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:05 2026] DELETE /v2.0/ports/c0580e7d-b02b-48df-ac48-3238f9766a77 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1404] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1405] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1406] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:06 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1407] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:06.426 8 INFO neutron.api.v2.resource [None req-9f1cf91c-cc04-4b60-bd91-5a9bd53ea2d2 f6e3a78f1d7849e8bf653daf18701fe2 1d671618f07044a0a48d248179533b4d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1408] 10.0.0.58 () {32 vars in 750 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1411] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:21:05 2026] PUT /v2.0/ports/e920eea5-767e-49d7-83c9-5db59807de24 => generated 1235 bytes in 488 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-05-28 00:21:06.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9de88ca-59f9-4833-be2b-e5fc93111faa 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 741/1412] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/ports/c0580e7d-b02b-48df-ac48-3238f9766a77 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:06.497 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1894724b-007a-4392-93b7-322a59ebded9'] response: {'name': 'network-changed', 'server_uuid': 'a3e00e39-48e2-486f-8381-b48ce5882587', 'tag': 'e920eea5-767e-49d7-83c9-5db59807de24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 742/1413] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags/red => 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: 672/1414] 10.0.0.58 () {34 vars in 740 bytes} [Thu May 28 00:21:06 2026] PUT /v2.0/subnets/450b2ad9-8ff1-4316-82c6-2f2ddf8a5688 => generated 656 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1415] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/ports => generated 781 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1416] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1417] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/ports/6bf0d999-c2ae-424e-b762-bada035c434c => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:06.704 8 INFO neutron.api.v2.resource [None req-fa09b9ab-667c-409c-bf57-4543c7df3994 f6e3a78f1d7849e8bf653daf18701fe2 1d671618f07044a0a48d248179533b4d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1418] 10.0.0.58 () {32 vars in 753 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:21:06.720 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e295d35f-b65c-4f1e-8a54-d7b3123bb22d 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 676/1419] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/ports/e084b43e-36ce-45a8-a762-5c3ac2ef89bc => 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: 677/1420] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:06.808 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aea00dcd-e592-47b2-b0a1-04ebcc469388 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1421] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/subnets/43e8eab7-097e-47c2-a6bf-d3b102984bbc => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1422] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/networks/36793fc4-e87e-4c96-8de2-892b9f6a5e5c => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:06.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-698b2879-07da-4eb7-a1a8-f6619f85b457 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1423] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/subnets/6c1c09d3-af72-4021-8e5a-23418e547769 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1424] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:06 2026] GET /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:06.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1636575-bbc9-4e36-9384-a654646d63a4 c4ca51a0c6cf46f1a6236f2e836d001b a828806968f14d5097b2775df8f6604e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1425] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/networks/36793fc4-e87e-4c96-8de2-892b9f6a5e5c => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:06.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cd2e971-8fe5-4eb6-a6f2-783483f95f22 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] TaaS: Handle Delete Port: 6bf0d999-c2ae-424e-b762-bada035c434c 2026-05-28 00:21:06.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cd2e971-8fe5-4eb6-a6f2-783483f95f22 7c4956d7958149d38cb11e672a4cb5ff b4d8181101884f198f0d26fb88fb72b1 - - default default] Tap Mirror: Handle Delete Port: 6bf0d999-c2ae-424e-b762-bada035c434c 2026-05-28 00:21:06.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcfe0320-22b0-409b-a003-0e5b5c43124f f6e3a78f1d7849e8bf653daf18701fe2 1d671618f07044a0a48d248179533b4d - - default default] TaaS: Handle Delete Port: 29fc7991-e426-47ba-84f7-f42c4522509a 2026-05-28 00:21:06.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcfe0320-22b0-409b-a003-0e5b5c43124f f6e3a78f1d7849e8bf653daf18701fe2 1d671618f07044a0a48d248179533b4d - - default default] Tap Mirror: Handle Delete Port: 29fc7991-e426-47ba-84f7-f42c4522509a [pid: 8|app: 0|req: 680/1426] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/ports/6bf0d999-c2ae-424e-b762-bada035c434c => 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: 681/1427] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1428] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:21:06 2026] DELETE /v2.0/floatingips/7a3f018e-43b5-4a77-9fa2-3e4cd629663a => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1429] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/ports?tenant_id=19444659be3242038b0b5bcfe60bf524&device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:07.166 7 INFO neutron.services.segments.plugin [-] Segment 96e0b871-d605-4424-b753-fbb6fd5f88b9 resource provider aggregate not found [pid: 8|app: 0|req: 683/1430] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/subnets?network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:07.183 7 INFO neutron.services.segments.plugin [-] Segment 96e0b871-d605-4424-b753-fbb6fd5f88b9 resource provider aggregate not found 2026-05-28 00:21:07.200 7 INFO neutron.services.segments.plugin [-] Segment 96e0b871-d605-4424-b753-fbb6fd5f88b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96e0b871-d605-4424-b753-fbb6fd5f88b9 found for delete ", "request_id": "req-d8092807-cad5-44bb-a3c4-7210b3f79eb0"}]} 2026-05-28 00:21:07.204 7 INFO neutron.services.segments.plugin [-] Segment 96e0b871-d605-4424-b753-fbb6fd5f88b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96e0b871-d605-4424-b753-fbb6fd5f88b9 found for delete ", "request_id": "req-8569a36a-6f4a-4ad5-8451-8b424bd76e8a"}]} [pid: 8|app: 0|req: 684/1431] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/networks?tenant_id=19444659be3242038b0b5bcfe60bf524&shared=False => generated 773 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1432] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:07 2026] DELETE /v2.0/networks/36312c00-0187-41b5-b92c-aed65dc35b8d => 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: 749/1433] 10.0.0.58 () {32 vars in 652 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1434] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1435] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1436] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/networks => generated 1312 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1437] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1438] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1439] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/networks/aa3749b8-de68-4849-84e6-568933e4e854 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1440] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/subnets/85914d9f-d315-4b35-9d26-306323602c97 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:07.515 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2498bed7-84fa-486a-b95a-ae100d93825c c4ca51a0c6cf46f1a6236f2e836d001b a828806968f14d5097b2775df8f6604e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1441] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:07 2026] DELETE /v2.0/subnets/450b2ad9-8ff1-4316-82c6-2f2ddf8a5688 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:07.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1f5bdd1-5404-49ab-88b2-4499c550bc62 c4ca51a0c6cf46f1a6236f2e836d001b a828806968f14d5097b2775df8f6604e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1442] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:07 2026] DELETE /v2.0/networks/36793fc4-e87e-4c96-8de2-892b9f6a5e5c => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1443] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:07 2026] DELETE /v2.0/subnets/85914d9f-d315-4b35-9d26-306323602c97 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1444] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/security-groups?tenant_id=b4d8181101884f198f0d26fb88fb72b1&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:08.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-48689ad4-62b6-426a-b7f2-3426b601b02a c4ca51a0c6cf46f1a6236f2e836d001b a828806968f14d5097b2775df8f6604e - - default default] TaaS: Handle Delete Port: 453232e7-f9f2-4807-8893-3dbd66ef4bc2 2026-05-28 00:21:08.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48689ad4-62b6-426a-b7f2-3426b601b02a c4ca51a0c6cf46f1a6236f2e836d001b a828806968f14d5097b2775df8f6604e - - default default] Tap Mirror: Handle Delete Port: 453232e7-f9f2-4807-8893-3dbd66ef4bc2 [pid: 8|app: 0|req: 690/1445] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:07 2026] GET /v2.0/security-groups?tenant_id=7217c052216f41ba983561157ce98e6e&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1446] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:08 2026] DELETE /v2.0/security-groups/04943a9d-a832-4bc2-a923-1cff21cd62a1 => 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: 756/1447] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:07 2026] DELETE /v2.0/networks/aa3749b8-de68-4849-84e6-568933e4e854 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1448] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:08 2026] DELETE /v2.0/security-groups/cc2e361c-3278-4dd0-ac1a-8210791181aa => 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: 693/1449] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/ports?tenant_id=19444659be3242038b0b5bcfe60bf524&device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1450] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1451] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e920eea5-767e-49d7-83c9-5db59807de24 => 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: 757/1452] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/security-groups?tenant_id=1d671618f07044a0a48d248179533b4d&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1453] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1454] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/subnets?id=e217d4e4-3cdf-4425-8b73-51ed07e19b77 => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1455] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/ports?network_id=d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1456] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:08 2026] DELETE /v2.0/security-groups/2403b6a4-c4e5-4d3b-a6d3-35785c6d34aa => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1457] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/networks/d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1458] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/networks/d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1459] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:08 2026] GET /v2.0/security-groups?tenant_id=a828806968f14d5097b2775df8f6604e&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: 700/1460] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:08 2026] DELETE /v2.0/security-groups/f228e943-b365-4ebd-9224-10f73c5ace50 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:09.223 7 INFO neutron.services.segments.plugin [-] Segment 60bb90d8-d491-46ed-8581-2e712e4b1b1f resource provider aggregate not found 2026-05-28 00:21:09.226 7 INFO neutron.services.segments.plugin [-] Segment 60bb90d8-d491-46ed-8581-2e712e4b1b1f resource provider aggregate not found 2026-05-28 00:21:09.246 7 INFO neutron.services.segments.plugin [-] Segment 60bb90d8-d491-46ed-8581-2e712e4b1b1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60bb90d8-d491-46ed-8581-2e712e4b1b1f found for delete ", "request_id": "req-63bb3632-96b6-4fd9-89c0-bc04b7bc11a7"}]} 2026-05-28 00:21:09.257 7 INFO neutron.services.segments.plugin [-] Segment 60bb90d8-d491-46ed-8581-2e712e4b1b1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60bb90d8-d491-46ed-8581-2e712e4b1b1f found for delete ", "request_id": "req-22d6af23-f37b-4832-a760-1bf6c8d136c2"}]} 2026-05-28 00:21:09.273 7 INFO neutron.services.segments.plugin [-] Segment b61ed052-44a4-4abc-8066-a6ae69d909cc resource provider aggregate not found 2026-05-28 00:21:09.282 7 INFO neutron.services.segments.plugin [-] Segment b61ed052-44a4-4abc-8066-a6ae69d909cc resource provider aggregate not found 2026-05-28 00:21:09.289 7 INFO neutron.services.segments.plugin [-] Segment b61ed052-44a4-4abc-8066-a6ae69d909cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61ed052-44a4-4abc-8066-a6ae69d909cc found for delete ", "request_id": "req-95ca6f01-516c-4f31-b569-2162d41c6497"}]} 2026-05-28 00:21:09.300 7 INFO neutron.services.segments.plugin [-] Segment b61ed052-44a4-4abc-8066-a6ae69d909cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61ed052-44a4-4abc-8066-a6ae69d909cc found for delete ", "request_id": "req-ccb0c594-0e33-4cd5-8fc3-16e57ecaf78b"}]} [pid: 7|app: 0|req: 761/1461] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:09 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1462] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:09 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&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-05-28 00:21:10.251 7 INFO neutron.db.segments_db [None req-97dba4db-87d7-49ab-9cc0-9d09f1c31bb5 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] Added segment b27fe6dd-8887-4e58-8eca-0aa7acc8a415 of type vxlan for network 70d52deb-c59d-43db-8460-72978a303560 [pid: 7|app: 0|req: 762/1463] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:09 2026] POST /v2.0/networks => generated 644 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1464] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:10 2026] POST /v2.0/ports => generated 775 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:10.693 7 INFO neutron.db.segments_db [None req-41fb9adb-d951-4f57-85e4-6b828580dcc6 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] Added segment 50176d9d-9eb0-4df5-a652-69cf52e038ce of type vxlan for network b669f21c-2c32-4ffc-857a-8f1ed9bac6b2 [pid: 7|app: 0|req: 763/1465] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:10 2026] POST /v2.0/networks => generated 631 bytes in 175 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: 703/1466] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:10 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1467] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:10 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&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: 764/1468] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:10 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1469] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:11 2026] POST /v2.0/ports => generated 950 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:11.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-d32c2750-671e-4ba2-96fe-8b7155daaa47 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] TaaS: Handle Delete Port: 62b9355f-e37a-42b7-9042-e2c44846592e 2026-05-28 00:21:11.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d32c2750-671e-4ba2-96fe-8b7155daaa47 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] Tap Mirror: Handle Delete Port: 62b9355f-e37a-42b7-9042-e2c44846592e [pid: 7|app: 0|req: 765/1470] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:11 2026] DELETE /v2.0/ports/62b9355f-e37a-42b7-9042-e2c44846592e => generated 0 bytes in 351 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-05-28 00:21:11.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e3821c39-2655-4d17-a609-76f9b26cf6fd b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 706/1471] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:11 2026] DELETE /v2.0/ports/62b9355f-e37a-42b7-9042-e2c44846592e => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:11.776 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2a316f4-24ac-465d-9267-2bf6efa3730d b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1472] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:11 2026] GET /v2.0/ports/62b9355f-e37a-42b7-9042-e2c44846592e => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1473] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:11 2026] DELETE /v2.0/subnets/c07b7c81-3fe3-4351-bbb4-eea0a115fd9c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1474] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:11 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:12.043 7 INFO neutron.services.segments.plugin [-] Segment 50176d9d-9eb0-4df5-a652-69cf52e038ce resource provider aggregate not found 2026-05-28 00:21:12.049 7 INFO neutron.services.segments.plugin [-] Segment 50176d9d-9eb0-4df5-a652-69cf52e038ce resource provider aggregate not found 2026-05-28 00:21:12.067 7 INFO neutron.services.segments.plugin [-] Segment 50176d9d-9eb0-4df5-a652-69cf52e038ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50176d9d-9eb0-4df5-a652-69cf52e038ce found for delete ", "request_id": "req-54a1ca3d-a8dd-453c-9647-ab2406152192"}]} [pid: 7|app: 0|req: 767/1475] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:11 2026] DELETE /v2.0/networks/b669f21c-2c32-4ffc-857a-8f1ed9bac6b2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:12.073 7 INFO neutron.services.segments.plugin [-] Segment 50176d9d-9eb0-4df5-a652-69cf52e038ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50176d9d-9eb0-4df5-a652-69cf52e038ce found for delete ", "request_id": "req-e6d8de7d-93cf-4083-8bf6-6d244d2c2ea7"}]} [pid: 7|app: 0|req: 768/1476] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:12 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:12.155 7 INFO neutron.db.segments_db [None req-21d99c9a-6fec-46eb-b844-a21cdd5186e1 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] Added segment 3160e8ff-001b-4612-8956-56b4f486f505 of type vxlan for network a8b3a2c4-0c89-4bcc-8153-ee9171ba1687 2026-05-28 00:21:12.219 8 INFO neutron.db.segments_db [None req-5f1cc398-0c40-4c53-a8df-bac46c7c533d b671a8416d704926b153254ad71144a0 9d778f9e34844c11b2addbefdcafd16a - - default default] Added segment 1349a992-88ec-422a-85e0-987833132428 of type vxlan for network bb2fb852-09ae-468a-ad18-f0b392619d21 [pid: 7|app: 0|req: 769/1477] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:12 2026] POST /v2.0/networks => generated 631 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1478] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:11 2026] POST /v2.0/networks => generated 632 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1479] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:21:12 2026] PUT /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1480] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:21:12 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1481] 10.0.0.58 () {34 vars in 763 bytes} [Thu May 28 00:21:12 2026] PUT /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1482] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:12 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1483] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:21:12 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/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: 714/1484] 10.0.0.58 () {34 vars in 759 bytes} [Thu May 28 00:21:12 2026] PUT /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags/red => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1485] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:21:12 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1486] 10.0.0.58 () {34 vars in 781 bytes} [Thu May 28 00:21:12 2026] PUT /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1487] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:12 2026] POST /v2.0/ports => generated 916 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1488] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:21:12 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:12.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f110ec0-4d02-441b-8c0c-1c7a4ead391b b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] TaaS: Handle Delete Port: fcf91459-605d-4e5a-9862-e3446b77e546 [pid: 8|app: 0|req: 718/1489] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:21:12 2026] PUT /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:12.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f110ec0-4d02-441b-8c0c-1c7a4ead391b b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] Tap Mirror: Handle Delete Port: fcf91459-605d-4e5a-9862-e3446b77e546 [pid: 8|app: 0|req: 719/1490] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:21:12 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1491] 10.0.0.58 () {32 vars in 740 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:13.107 8 INFO neutron.api.v2.resource [None req-8c91325c-bc19-4621-8437-0be662caeed7 b671a8416d704926b153254ad71144a0 9d778f9e34844c11b2addbefdcafd16a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 721/1492] 10.0.0.58 () {32 vars in 744 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1493] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:12 2026] DELETE /v2.0/ports/fcf91459-605d-4e5a-9862-e3446b77e546 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:13.135 7 INFO neutron.pecan_wsgi.hooks.translation [None req-195f5408-1f3c-4c0c-9cb7-bfbd4563ae33 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1494] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/ports/fcf91459-605d-4e5a-9862-e3446b77e546 => 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: 722/1495] 10.0.0.58 () {32 vars in 743 bytes} [Thu May 28 00:21:13 2026] DELETE /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1496] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => 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: 774/1497] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:13 2026] DELETE /v2.0/subnets/c8f2418e-be5e-4ff7-82aa-2ccaf7316ed6 => 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: 724/1498] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1499] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:13.325 7 INFO neutron.api.v2.resource [None req-8aa91b42-1114-4a11-8ba1-3cf409ada632 b671a8416d704926b153254ad71144a0 9d778f9e34844c11b2addbefdcafd16a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1500] 10.0.0.58 () {32 vars in 747 bytes} [Thu May 28 00:21:13 2026] DELETE /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1501] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:13 2026] DELETE /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:13.410 8 INFO neutron.services.segments.plugin [-] Segment 3160e8ff-001b-4612-8956-56b4f486f505 resource provider aggregate not found [pid: 7|app: 0|req: 778/1502] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:13.438 8 INFO neutron.services.segments.plugin [-] Segment 3160e8ff-001b-4612-8956-56b4f486f505 resource provider aggregate not found 2026-05-28 00:21:13.445 8 INFO neutron.services.segments.plugin [-] Segment 3160e8ff-001b-4612-8956-56b4f486f505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3160e8ff-001b-4612-8956-56b4f486f505 found for delete ", "request_id": "req-4f14a7da-6b46-4417-81b3-222d951cf34f"}]} 2026-05-28 00:21:13.456 8 INFO neutron.services.segments.plugin [-] Segment 3160e8ff-001b-4612-8956-56b4f486f505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3160e8ff-001b-4612-8956-56b4f486f505 found for delete ", "request_id": "req-4482a8ef-4563-4de3-be79-b84516cba000"}]} [pid: 8|app: 0|req: 725/1503] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:13 2026] DELETE /v2.0/networks/a8b3a2c4-0c89-4bcc-8153-ee9171ba1687 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1504] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:13 2026] DELETE /v2.0/networks/bb2fb852-09ae-468a-ad18-f0b392619d21 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1505] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1506] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:13 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&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: 726/1507] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:13 2026] POST /v2.0/ports => generated 773 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1508] 10.0.0.58 () {34 vars in 736 bytes} [Thu May 28 00:21:13 2026] PUT /v2.0/ports/aa9f3fa2-0785-44c6-9354-30cc25761563 => 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, ' 2026-05-28 00:21:14.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ef757c9-a5c6-4d10-8366-dd5f226aed9c b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] TaaS: Handle Delete Port: aa9f3fa2-0785-44c6-9354-30cc25761563 2026-05-28 00:21:14.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ef757c9-a5c6-4d10-8366-dd5f226aed9c b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] Tap Mirror: Handle Delete Port: aa9f3fa2-0785-44c6-9354-30cc25761563 2026-05-28 00:21:14.087 7 INFO neutron.services.segments.plugin [-] Segment 1349a992-88ec-422a-85e0-987833132428 resource provider aggregate not found 2026-05-28 00:21:14.103 7 INFO neutron.services.segments.plugin [-] Segment 1349a992-88ec-422a-85e0-987833132428 resource provider aggregate not found 2026-05-28 00:21:14.110 7 INFO neutron.services.segments.plugin [-] Segment 1349a992-88ec-422a-85e0-987833132428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1349a992-88ec-422a-85e0-987833132428 found for delete ", "request_id": "req-5aaae732-9b37-4f77-911c-da120bb366fb"}]} 2026-05-28 00:21:14.123 7 INFO neutron.services.segments.plugin [-] Segment 1349a992-88ec-422a-85e0-987833132428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1349a992-88ec-422a-85e0-987833132428 found for delete ", "request_id": "req-4da6549d-a98e-4172-a3ef-3a8dee035a45"}]} [pid: 8|app: 0|req: 727/1509] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:13 2026] DELETE /v2.0/ports/aa9f3fa2-0785-44c6-9354-30cc25761563 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1510] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/ports => generated 778 bytes in 33 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-05-28 00:21:14.211 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50ec0f14-d9d8-4056-b3a6-60a0a85d465e b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 729/1511] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/ports/aa9f3fa2-0785-44c6-9354-30cc25761563 => 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: 730/1512] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/ports => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1513] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/security-groups?tenant_id=305a71b88a574081aac728edb9b32af2&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1514] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/ports/d67f5f11-face-43f1-8646-0139869f8b89 => generated 775 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1515] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/security-groups?tenant_id=a51e90f962984779a5df2c8640561c7d&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:14.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60f7ad88-6333-41a5-a127-4e93d949ca41 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 732/1516] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/ports/fcf91459-605d-4e5a-9862-e3446b77e546 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1517] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/security-groups/af49bb46-9885-4cd6-938b-82905cf2eacb => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:14.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-775dd3a2-f499-412c-b075-fe8de590722e b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 786/1518] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/subnets/c8f2418e-be5e-4ff7-82aa-2ccaf7316ed6 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:14.492 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24dfdedc-3b2b-4d91-95c6-699432402901 b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1519] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/subnets/c07b7c81-3fe3-4351-bbb4-eea0a115fd9c => 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: 733/1520] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/security-groups/393aa3cd-f701-4aac-b661-6ea24a495d91 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:14.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-30869291-94ee-47fd-9356-8f1960e7356b b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] TaaS: Handle Delete Port: d67f5f11-face-43f1-8646-0139869f8b89 2026-05-28 00:21:14.605 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30869291-94ee-47fd-9356-8f1960e7356b b2120bda02eb42258c0303ca5442c587 6a55211ab7fc4beca91cd2c0a23282c4 - - default default] Tap Mirror: Handle Delete Port: d67f5f11-face-43f1-8646-0139869f8b89 [pid: 8|app: 0|req: 734/1521] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/security-groups?tenant_id=fefbc6cd925345c4a761a24eefbd616d&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1522] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/ports/d67f5f11-face-43f1-8646-0139869f8b89 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1523] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/security-groups?tenant_id=9d778f9e34844c11b2addbefdcafd16a&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1524] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/security-groups/15609df5-0d03-4654-9b20-c2ef1d780edf => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1525] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/networks/70d52deb-c59d-43db-8460-72978a303560 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1526] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:14 2026] DELETE /v2.0/security-groups/2e84eb89-7346-43ab-a914-a8c2bca0e461 => 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: 737/1527] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1528] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:14 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:15.473 8 INFO neutron.services.segments.plugin [-] Segment b27fe6dd-8887-4e58-8eca-0aa7acc8a415 resource provider aggregate not found 2026-05-28 00:21:15.487 8 INFO neutron.services.segments.plugin [-] Segment b27fe6dd-8887-4e58-8eca-0aa7acc8a415 resource provider aggregate not found 2026-05-28 00:21:15.493 8 INFO neutron.services.segments.plugin [-] Segment b27fe6dd-8887-4e58-8eca-0aa7acc8a415 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27fe6dd-8887-4e58-8eca-0aa7acc8a415 found for delete ", "request_id": "req-b297c583-d12d-4254-8e8b-66eff467356f"}]} [pid: 8|app: 0|req: 738/1529] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:15 2026] GET /v2.0/security-groups?tenant_id=6a55211ab7fc4beca91cd2c0a23282c4&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:15.519 8 INFO neutron.services.segments.plugin [-] Segment b27fe6dd-8887-4e58-8eca-0aa7acc8a415 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27fe6dd-8887-4e58-8eca-0aa7acc8a415 found for delete ", "request_id": "req-4d7bb28d-88af-4a7a-8a25-1f6d58894aeb"}]} [pid: 7|app: 0|req: 792/1530] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:15 2026] DELETE /v2.0/security-groups/2592c17c-09e8-4ac3-b87f-2c919b02a9c8 => 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: 739/1531] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:15 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1532] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:16 2026] GET /v2.0/security-groups?id=0c1ba907-b53f-4f82-a773-404d81fe648f&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1533] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:21:16 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:16.171 7 INFO neutron_taas.services.taas.taas_plugin [req-bfca8118-4d42-43d9-986c-581057cb8ae3 req-0fed3a5d-f35a-4794-b51b-08b67ca041d2 edcb5c59bd304594bf40407866f2cefb 19444659be3242038b0b5bcfe60bf524 - - default default] TaaS: Handle Delete Port: e920eea5-767e-49d7-83c9-5db59807de24 2026-05-28 00:21:16.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bfca8118-4d42-43d9-986c-581057cb8ae3 req-0fed3a5d-f35a-4794-b51b-08b67ca041d2 edcb5c59bd304594bf40407866f2cefb 19444659be3242038b0b5bcfe60bf524 - - default default] Tap Mirror: Handle Delete Port: e920eea5-767e-49d7-83c9-5db59807de24 [pid: 7|app: 0|req: 794/1534] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:21:16 2026] DELETE /v2.0/ports/e920eea5-767e-49d7-83c9-5db59807de24 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:16.370 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4d5d26a-7cc3-45ad-aa95-7898f3da78d1'] response: {'server_uuid': 'a3e00e39-48e2-486f-8381-b48ce5882587', 'name': 'network-vif-deleted', 'tag': 'e920eea5-767e-49d7-83c9-5db59807de24', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 741/1535] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:17 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:17.747 7 INFO neutron.db.segments_db [None req-bc455c81-df43-447f-82e3-ce15d36aaca4 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment 95bc2560-4e88-4751-8912-a7287c8e42ff of type vxlan for network c6d8396c-7600-40ec-a747-9bf0791aabfc [pid: 7|app: 0|req: 795/1536] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:17 2026] POST /v2.0/networks => generated 633 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:17.911 8 INFO neutron.db.segments_db [None req-916b3216-a7af-4fbf-866e-bb97ad5ae129 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment 872814f6-b31d-4b84-af5e-59d3d2291ad5 of type vxlan for network 4680d9b7-4f9f-4036-8096-90a289506036 [pid: 8|app: 0|req: 742/1537] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:17 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1538] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:18 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: 7|app: 0|req: 797/1539] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:18 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:18.367 8 INFO neutron.db.segments_db [None req-1752a2b4-da21-4f95-ba3f-4719817351c6 4e88107f0cb144b7b2a5028b3abbfb37 955f646db9d848da9336f790c10a42cc - - default default] Added segment 647b4678-6ac9-41a4-9195-73b1cb9e5e12 of type vxlan for network 2594389a-8c49-4483-b183-e0c4fb588220 [pid: 8|app: 0|req: 743/1540] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:18 2026] POST /v2.0/networks => generated 631 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1541] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:18 2026] POST /v2.0/subnets => generated 655 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:18.624 7 INFO neutron.db.segments_db [None req-a22bf635-d11e-4be9-9911-c97682da8494 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment ff1d274c-56a0-440b-b417-3442efc8c540 of type vxlan for network 4b1f3ab3-d241-4356-bc7f-5a212cffbfc3 [pid: 8|app: 0|req: 744/1542] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:21:18 2026] POST /v2.0/ports => generated 743 bytes in 340 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: 745/1543] 10.0.0.58 () {34 vars in 746 bytes} [Thu May 28 00:21:18 2026] PUT /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 25 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, ' 2026-05-28 00:21:18.891 7 INFO neutron.db.l3_hamode_db [None req-a22bf635-d11e-4be9-9911-c97682da8494 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 746/1544] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:18 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 25 bytes in 36 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: 747/1545] 10.0.0.58 () {34 vars in 757 bytes} [Thu May 28 00:21:18 2026] PUT /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 748/1546] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:18 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 34 bytes in 36 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: 749/1547] 10.0.0.58 () {34 vars in 753 bytes} [Thu May 28 00:21:19 2026] PUT /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 750/1548] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:19 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 34 bytes in 41 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: 751/1549] 10.0.0.58 () {34 vars in 775 bytes} [Thu May 28 00:21:19 2026] PUT /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags/black.or.white => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 752/1550] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:19 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 52 bytes in 35 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-05-28 00:21:19.406 7 INFO neutron.db.l3_hamode_db [None req-a22bf635-d11e-4be9-9911-c97682da8494 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 753/1551] 10.0.0.58 () {34 vars in 746 bytes} [Thu May 28 00:21:19 2026] PUT /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 37 bytes in 438 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: 754/1552] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:19 2026] GET /v2.0/ports?device_id=a3e00e39-48e2-486f-8381-b48ce5882587 => 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: 755/1553] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:19 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 37 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: 7|app: 0|req: 799/1554] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:18 2026] POST /v2.0/routers => generated 511 bytes in 1408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1555] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:19 2026] GET /v2.0/security-groups?tenant_id=09d1a51dd33648f198640e3eddbdac31&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1556] 10.0.0.58 () {32 vars in 734 bytes} [Thu May 28 00:21:19 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 801/1557] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:20 2026] DELETE /v2.0/security-groups/1922f2c5-18ee-4feb-972e-e71c809ebd8d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:20.147 7 INFO neutron.api.v2.resource [None req-52c12666-8734-4e5d-8347-b4be48cd4d26 4e88107f0cb144b7b2a5028b3abbfb37 955f646db9d848da9336f790c10a42cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1558] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:20 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags/green => generated 99 bytes in 43 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: 803/1559] 10.0.0.58 () {32 vars in 737 bytes} [Thu May 28 00:21:20 2026] DELETE /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 804/1560] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:20 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 30 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: 805/1561] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:20 2026] GET /v2.0/security-groups?tenant_id=631904fda7ae491fba3a821bd1840b0f&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:20.465 7 INFO neutron.api.v2.resource [None req-c69ad2ad-d303-4515-93d9-6c081e7f3ffa 4e88107f0cb144b7b2a5028b3abbfb37 955f646db9d848da9336f790c10a42cc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 806/1562] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:21:20 2026] DELETE /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags/green => generated 99 bytes in 50 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: 807/1563] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:20 2026] DELETE /v2.0/security-groups/c9a9da98-ec69-4c10-a72e-37e3fb446000 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1564] 10.0.0.58 () {32 vars in 729 bytes} [Thu May 28 00:21:20 2026] DELETE /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 0 bytes in 84 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: 809/1565] 10.0.0.58 () {32 vars in 726 bytes} [Thu May 28 00:21:20 2026] GET /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278/tags => generated 12 bytes in 44 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-05-28 00:21:20.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-2dca90a6-fa6b-480b-9a59-f2b48d9caddc 4e88107f0cb144b7b2a5028b3abbfb37 955f646db9d848da9336f790c10a42cc - - default default] TaaS: Handle Delete Port: e10c34fa-c926-4495-ad97-8736aa47c278 2026-05-28 00:21:20.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dca90a6-fa6b-480b-9a59-f2b48d9caddc 4e88107f0cb144b7b2a5028b3abbfb37 955f646db9d848da9336f790c10a42cc - - default default] Tap Mirror: Handle Delete Port: e10c34fa-c926-4495-ad97-8736aa47c278 [pid: 7|app: 0|req: 810/1566] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:20 2026] DELETE /v2.0/ports/e10c34fa-c926-4495-ad97-8736aa47c278 => 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: 757/1567] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:19 2026] PUT /v2.0/routers/94163495-48c9-48bc-83f3-f9b5ff72430f/add_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:21.085 8 INFO neutron.services.segments.plugin [-] Segment 647b4678-6ac9-41a4-9195-73b1cb9e5e12 resource provider aggregate not found 2026-05-28 00:21:21.085 8 INFO neutron.services.segments.plugin [-] Segment 647b4678-6ac9-41a4-9195-73b1cb9e5e12 resource provider aggregate not found 2026-05-28 00:21:21.103 8 INFO neutron.services.segments.plugin [-] Segment 647b4678-6ac9-41a4-9195-73b1cb9e5e12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 647b4678-6ac9-41a4-9195-73b1cb9e5e12 found for delete ", "request_id": "req-8ee6e03e-422f-4688-bc34-697c84e5b979"}]} 2026-05-28 00:21:21.106 8 INFO neutron.services.segments.plugin [-] Segment 647b4678-6ac9-41a4-9195-73b1cb9e5e12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 647b4678-6ac9-41a4-9195-73b1cb9e5e12 found for delete ", "request_id": "req-afaec61b-a3ac-41be-88ad-229a59f7023d"}]} [pid: 8|app: 0|req: 758/1568] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:20 2026] DELETE /v2.0/networks/2594389a-8c49-4483-b183-e0c4fb588220 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1569] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:21 2026] GET /v2.0/ports/670e9120-b2cc-452d-b98a-f0747fbb6b54 => generated 959 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:21.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-33723798-2000-4cb7-9e72-dfab25cca5a0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 5381be53-80a9-48a7-9c52-32e9bd01201b 2026-05-28 00:21:21.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33723798-2000-4cb7-9e72-dfab25cca5a0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 5381be53-80a9-48a7-9c52-32e9bd01201b [pid: 7|app: 0|req: 811/1572] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:20 2026] PUT /v2.0/routers/f1912e9b-00aa-4ecd-a7a5-334ddbd8271b/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1573] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:21 2026] GET /v2.0/security-groups?tenant_id=955f646db9d848da9336f790c10a42cc&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: 762/1574] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:21 2026] PUT /v2.0/routers/94163495-48c9-48bc-83f3-f9b5ff72430f/add_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:22.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-b61db3cd-1571-4444-84d8-b9d9b61aa1fc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: fdde3ef2-3851-498f-897b-128c4dff1f74 2026-05-28 00:21:22.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b61db3cd-1571-4444-84d8-b9d9b61aa1fc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: fdde3ef2-3851-498f-897b-128c4dff1f74 [pid: 8|app: 0|req: 763/1575] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:22 2026] DELETE /v2.0/security-groups/63e64058-03a4-4d31-9c2d-29db72a36d99 => 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: 764/1576] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:22 2026] GET /v2.0/ports/71b11b1c-6ae1-4d57-9798-d72e9a54780d => generated 967 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:22.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-b61db3cd-1571-4444-84d8-b9d9b61aa1fc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 264419b5-07f8-47e1-b664-471826f36b16 2026-05-28 00:21:22.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b61db3cd-1571-4444-84d8-b9d9b61aa1fc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 264419b5-07f8-47e1-b664-471826f36b16 2026-05-28 00:21:22.709 8 INFO neutron_taas.services.taas.taas_plugin [None req-387f5869-d16c-43f5-a14a-4b9ff2c68857 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 71b11b1c-6ae1-4d57-9798-d72e9a54780d 2026-05-28 00:21:22.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-387f5869-d16c-43f5-a14a-4b9ff2c68857 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 71b11b1c-6ae1-4d57-9798-d72e9a54780d 2026-05-28 00:21:22.836 7 INFO neutron.services.segments.plugin [-] Segment 1ac84d0b-4a4e-4de4-9ec1-d385a03c9649 resource provider aggregate not found 2026-05-28 00:21:22.840 7 INFO neutron.services.segments.plugin [-] Segment 1ac84d0b-4a4e-4de4-9ec1-d385a03c9649 resource provider aggregate not found 2026-05-28 00:21:22.864 7 INFO neutron.services.segments.plugin [-] Segment 1ac84d0b-4a4e-4de4-9ec1-d385a03c9649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ac84d0b-4a4e-4de4-9ec1-d385a03c9649 found for delete ", "request_id": "req-fbc0d5a2-faa2-4995-a233-0b61427951fc"}]} 2026-05-28 00:21:22.865 7 INFO neutron.services.segments.plugin [-] Segment 1ac84d0b-4a4e-4de4-9ec1-d385a03c9649 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ac84d0b-4a4e-4de4-9ec1-d385a03c9649 found for delete ", "request_id": "req-52481391-3eef-4dc0-b706-e8319ce5ca04"}]} 2026-05-28 00:21:22.868 7 INFO neutron.db.l3_hamode_db [None req-b61db3cd-1571-4444-84d8-b9d9b61aa1fc 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network a6d083fc-5306-4054-af19-9a3c4876275a was deleted as no HA routers are present in tenant 19444659be3242038b0b5bcfe60bf524. [pid: 7|app: 0|req: 813/1577] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:22 2026] DELETE /v2.0/routers/f1912e9b-00aa-4ecd-a7a5-334ddbd8271b => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1578] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:22 2026] GET /v2.0/security-groups?tenant_id=4855216da482489f889b414f4c139dbc&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1579] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:22 2026] PUT /v2.0/routers/94163495-48c9-48bc-83f3-f9b5ff72430f/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1580] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:23 2026] DELETE /v2.0/subnets/e217d4e4-3cdf-4425-8b73-51ed07e19b77 => 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: 766/1581] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:23 2026] DELETE /v2.0/security-groups/35c73868-76b1-4d9c-a51e-9d927b11f9b1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:23.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-81ffc199-f7bd-46cc-9562-0c4f3de80b72 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 8807df8b-cc8d-44c5-86aa-7ab7e1180876 2026-05-28 00:21:23.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81ffc199-f7bd-46cc-9562-0c4f3de80b72 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 8807df8b-cc8d-44c5-86aa-7ab7e1180876 2026-05-28 00:21:23.513 8 INFO neutron.services.segments.plugin [-] Segment 619d6232-633c-4c01-897c-f3490de94cbe resource provider aggregate not found 2026-05-28 00:21:23.520 8 INFO neutron.services.segments.plugin [-] Segment 619d6232-633c-4c01-897c-f3490de94cbe resource provider aggregate not found 2026-05-28 00:21:23.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-9927f643-566f-44e4-95e6-a924c199f0fa 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 670e9120-b2cc-452d-b98a-f0747fbb6b54 2026-05-28 00:21:23.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9927f643-566f-44e4-95e6-a924c199f0fa 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 670e9120-b2cc-452d-b98a-f0747fbb6b54 2026-05-28 00:21:23.539 8 INFO neutron.services.segments.plugin [-] Segment 619d6232-633c-4c01-897c-f3490de94cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619d6232-633c-4c01-897c-f3490de94cbe found for delete ", "request_id": "req-0c00bef3-d8ce-4cc8-8cb2-3118134470cd"}]} [pid: 8|app: 0|req: 767/1582] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:23 2026] DELETE /v2.0/networks/d5ef002d-7cc5-4764-92c7-a68ef5fdc3b5 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:23.550 8 INFO neutron.services.segments.plugin [-] Segment 619d6232-633c-4c01-897c-f3490de94cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619d6232-633c-4c01-897c-f3490de94cbe found for delete ", "request_id": "req-24d19454-49f5-4744-89b6-18ef12da5bf0"}]} [pid: 8|app: 0|req: 768/1583] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:23 2026] GET /v2.0/security-groups?tenant_id=19444659be3242038b0b5bcfe60bf524&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1584] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:23 2026] DELETE /v2.0/security-groups/0c1ba907-b53f-4f82-a773-404d81fe648f => 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: 816/1585] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:23 2026] PUT /v2.0/routers/94163495-48c9-48bc-83f3-f9b5ff72430f/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1586] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:24 2026] GET /v2.0/ports?device_id=94163495-48c9-48bc-83f3-f9b5ff72430f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:24.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b370635-0932-4801-ae4a-4aa4b883d64d 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: e859bc56-bb72-4508-a885-20b4c0f6122c 2026-05-28 00:21:24.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b370635-0932-4801-ae4a-4aa4b883d64d 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: e859bc56-bb72-4508-a885-20b4c0f6122c [pid: 8|app: 0|req: 771/1587] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:24 2026] GET /v2.0/security-groups?tenant_id=f5fa6ccdf84642ba8ddd160642584470&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:24.531 7 INFO neutron.db.l3_hamode_db [None req-9b370635-0932-4801-ae4a-4aa4b883d64d 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] HA network 4b1f3ab3-d241-4356-bc7f-5a212cffbfc3 was deleted as no HA routers are present in tenant dcc50b01366b439e817f4000af69abb4. [pid: 7|app: 0|req: 817/1588] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:24 2026] DELETE /v2.0/routers/94163495-48c9-48bc-83f3-f9b5ff72430f => generated 0 bytes in 499 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1589] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:24 2026] DELETE /v2.0/security-groups/b7db1530-dfa2-4136-8239-8407fba26313 => 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: 818/1590] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:24 2026] DELETE /v2.0/subnets/9a729cff-28cd-40bf-b090-760dc48455d0 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1591] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:24 2026] DELETE /v2.0/subnets/b188009d-6cc8-4d3f-937b-6a354a9f90ad => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:24.889 7 INFO neutron.services.segments.plugin [-] Segment ff1d274c-56a0-440b-b417-3442efc8c540 resource provider aggregate not found 2026-05-28 00:21:24.895 7 INFO neutron.services.segments.plugin [-] Segment ff1d274c-56a0-440b-b417-3442efc8c540 resource provider aggregate not found 2026-05-28 00:21:24.919 7 INFO neutron.services.segments.plugin [-] Segment ff1d274c-56a0-440b-b417-3442efc8c540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff1d274c-56a0-440b-b417-3442efc8c540 found for delete ", "request_id": "req-40593d00-4c85-4ad8-a3df-bd48720cce7d"}]} 2026-05-28 00:21:24.925 7 INFO neutron.services.segments.plugin [-] Segment ff1d274c-56a0-440b-b417-3442efc8c540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff1d274c-56a0-440b-b417-3442efc8c540 found for delete ", "request_id": "req-5448c27c-b6ed-493e-acdd-4f3d7ac8337a"}]} 2026-05-28 00:21:25.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b54e201-7565-4319-9faa-13fa49799935 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: d6064a91-109a-4421-acbb-85f5121f4135 2026-05-28 00:21:25.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b54e201-7565-4319-9faa-13fa49799935 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: d6064a91-109a-4421-acbb-85f5121f4135 [pid: 7|app: 0|req: 819/1592] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:24 2026] DELETE /v2.0/networks/4680d9b7-4f9f-4036-8096-90a289506036 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:25.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-00fcdc95-5a37-4945-b598-36491b8edd33 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 22c8c4e3-e900-4cb0-863a-f88eff8a29bc 2026-05-28 00:21:25.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00fcdc95-5a37-4945-b598-36491b8edd33 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 22c8c4e3-e900-4cb0-863a-f88eff8a29bc [pid: 8|app: 0|req: 774/1593] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:25 2026] DELETE /v2.0/networks/c6d8396c-7600-40ec-a747-9bf0791aabfc => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:25.556 8 INFO neutron.services.segments.plugin [-] Segment 95bc2560-4e88-4751-8912-a7287c8e42ff resource provider aggregate not found 2026-05-28 00:21:25.569 8 INFO neutron.services.segments.plugin [-] Segment 95bc2560-4e88-4751-8912-a7287c8e42ff resource provider aggregate not found 2026-05-28 00:21:25.571 8 INFO neutron.services.segments.plugin [-] Segment 95bc2560-4e88-4751-8912-a7287c8e42ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95bc2560-4e88-4751-8912-a7287c8e42ff found for delete ", "request_id": "req-b8e813f4-a699-4704-934e-1b6e3887c7d5"}]} 2026-05-28 00:21:25.587 8 INFO neutron.services.segments.plugin [-] Segment 95bc2560-4e88-4751-8912-a7287c8e42ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95bc2560-4e88-4751-8912-a7287c8e42ff found for delete ", "request_id": "req-0d85447b-857c-424b-b54a-446d0bea9002"}]} 2026-05-28 00:21:25.600 7 INFO neutron.db.segments_db [None req-17863c53-8fcf-4937-9481-34817f9b81ee 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment 56d3a110-7c75-4a8b-a53f-575d09211e38 of type vxlan for network 7800f47c-3367-4281-a658-61068e53e39b [pid: 7|app: 0|req: 820/1594] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:25 2026] POST /v2.0/networks => generated 633 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1595] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:25 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:26.007 7 INFO neutron.db.segments_db [None req-4ba34031-c914-40bb-9128-0084bc8ac455 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment 8941d3fc-1c96-455b-bd2e-ce571851dbc0 of type vxlan for network 43e620a6-acbb-480a-a7b0-abca53441e17 2026-05-28 00:21:26.292 7 INFO neutron.db.l3_hamode_db [None req-4ba34031-c914-40bb-9128-0084bc8ac455 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:26.409 7 INFO neutron.db.l3_hamode_db [None req-4ba34031-c914-40bb-9128-0084bc8ac455 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 776/1596] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:21:26 2026] POST /v2.0/security-groups => generated 1601 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1597] 10.0.0.58 () {34 vars in 766 bytes} [Thu May 28 00:21:26 2026] PUT /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:26.953 7 INFO neutron.services.segments.plugin [-] Segment 872814f6-b31d-4b84-af5e-59d3d2291ad5 resource provider aggregate not found 2026-05-28 00:21:26.959 7 INFO neutron.services.segments.plugin [-] Segment 872814f6-b31d-4b84-af5e-59d3d2291ad5 resource provider aggregate not found [pid: 8|app: 0|req: 778/1598] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:26 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:26.976 7 INFO neutron.services.segments.plugin [-] Segment 872814f6-b31d-4b84-af5e-59d3d2291ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 872814f6-b31d-4b84-af5e-59d3d2291ad5 found for delete ", "request_id": "req-83e8f102-33d5-4484-a812-8fed0737fe95"}]} 2026-05-28 00:21:26.980 7 INFO neutron.services.segments.plugin [-] Segment 872814f6-b31d-4b84-af5e-59d3d2291ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 872814f6-b31d-4b84-af5e-59d3d2291ad5 found for delete ", "request_id": "req-61d92d17-8ec2-4362-9ed2-bab9b63681c2"}]} [pid: 8|app: 0|req: 779/1599] 10.0.0.58 () {34 vars in 777 bytes} [Thu May 28 00:21:26 2026] PUT /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1600] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1601] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:25 2026] POST /v2.0/routers => generated 510 bytes in 1176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1602] 10.0.0.58 () {34 vars in 773 bytes} [Thu May 28 00:21:27 2026] PUT /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1603] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1604] 10.0.0.58 () {34 vars in 795 bytes} [Thu May 28 00:21:27 2026] PUT /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1605] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1606] 10.0.0.58 () {34 vars in 766 bytes} [Thu May 28 00:21:27 2026] PUT /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1607] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1608] 10.0.0.58 () {32 vars in 754 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:27.493 8 INFO neutron.api.v2.resource [None req-8aeb8ce0-9072-4c89-a7d6-0b83bb4903e9 a8631e7a7f8247729ec9d7354b83bb5f b44039cb40bb48c8b44cceefef58dce5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1609] 10.0.0.58 () {32 vars in 758 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1610] 10.0.0.58 () {32 vars in 757 bytes} [Thu May 28 00:21:27 2026] DELETE /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/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: 822/1611] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:27 2026] POST /v2.0/ports => generated 964 bytes in 434 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: 790/1612] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:27.633 8 INFO neutron.api.v2.resource [None req-ff0af13b-52fe-4c50-b97a-299d8f704b72 a8631e7a7f8247729ec9d7354b83bb5f b44039cb40bb48c8b44cceefef58dce5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 791/1613] 10.0.0.58 () {32 vars in 761 bytes} [Thu May 28 00:21:27 2026] DELETE /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1614] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:21:27 2026] DELETE /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1615] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1616] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:27 2026] DELETE /v2.0/security-groups/dcc4db9a-5a42-4556-828f-f8abaa180521 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1617] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:27 2026] GET /v2.0/security-groups?tenant_id=559eadaa62e84d87bfca0a5450e945ce&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1618] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:28 2026] GET /v2.0/security-groups?tenant_id=3a17a1ffe54f4b18b76853ea606dc7ff&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1619] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:28 2026] DELETE /v2.0/security-groups/d296ebfd-cf27-4901-aa3a-be699a890ece => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1620] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:27 2026] PUT /v2.0/routers/e92dbf89-7c16-40a4-81e4-54c84dfa2aac/add_router_interface => generated 309 bytes in 1004 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: 798/1621] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:28 2026] GET /v2.0/security-groups?tenant_id=00690f1788314d62a16b096c6bf02077&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1622] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:28 2026] DELETE /v2.0/security-groups/eda0d744-c756-4e6a-b5fb-1572fdfabbb9 => 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: 825/1623] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:28 2026] GET /v2.0/ports/02832605-c3cd-4651-a964-0a2b16dbbd75 => generated 1038 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1624] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:28 2026] GET /v2.0/security-groups?tenant_id=b775a89e019f460eb9f5e61f728ef311&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1625] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:28 2026] DELETE /v2.0/security-groups/1d6b07bb-1689-476e-9126-ecfdb10875d8 => 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: 827/1626] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:28 2026] DELETE /v2.0/security-groups/6a4fce12-df07-483d-9b1b-575280345dfa => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1627] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:29 2026] GET /v2.0/security-groups?tenant_id=b44039cb40bb48c8b44cceefef58dce5&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: 829/1628] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:29 2026] DELETE /v2.0/security-groups/37876ed7-e93f-424f-830c-fbee7068d1b7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:29.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-2894e465-64ce-4397-9861-d6b470bca88a 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 02832605-c3cd-4651-a964-0a2b16dbbd75 2026-05-28 00:21:29.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2894e465-64ce-4397-9861-d6b470bca88a 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 02832605-c3cd-4651-a964-0a2b16dbbd75 [pid: 8|app: 0|req: 800/1629] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:28 2026] PUT /v2.0/routers/e92dbf89-7c16-40a4-81e4-54c84dfa2aac/remove_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:29.828 7 INFO neutron.api.v2.resource [None req-2705634b-9ace-4df6-b983-7e6e5cffa344 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 830/1630] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:29 2026] PUT /v2.0/routers/e92dbf89-7c16-40a4-81e4-54c84dfa2aac/remove_router_interface => generated 197 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 801/1631] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:29 2026] GET /v2.0/ports?device_id=e92dbf89-7c16-40a4-81e4-54c84dfa2aac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:30.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2712572-2d53-4a54-a3a1-388e0be64b7d 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: d2b9a968-790e-4fd5-bd09-731c82c10ee9 2026-05-28 00:21:30.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2712572-2d53-4a54-a3a1-388e0be64b7d 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: d2b9a968-790e-4fd5-bd09-731c82c10ee9 2026-05-28 00:21:30.344 7 INFO neutron.services.segments.plugin [-] Segment 8941d3fc-1c96-455b-bd2e-ce571851dbc0 resource provider aggregate not found 2026-05-28 00:21:30.345 7 INFO neutron.services.segments.plugin [-] Segment 8941d3fc-1c96-455b-bd2e-ce571851dbc0 resource provider aggregate not found 2026-05-28 00:21:30.364 7 INFO neutron.services.segments.plugin [-] Segment 8941d3fc-1c96-455b-bd2e-ce571851dbc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8941d3fc-1c96-455b-bd2e-ce571851dbc0 found for delete ", "request_id": "req-ffeea146-8ebe-4077-a547-305d67fd87a3"}]} 2026-05-28 00:21:30.367 7 INFO neutron.db.l3_hamode_db [None req-b2712572-2d53-4a54-a3a1-388e0be64b7d 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] HA network 43e620a6-acbb-480a-a7b0-abca53441e17 was deleted as no HA routers are present in tenant dcc50b01366b439e817f4000af69abb4. 2026-05-28 00:21:30.370 7 INFO neutron.services.segments.plugin [-] Segment 8941d3fc-1c96-455b-bd2e-ce571851dbc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8941d3fc-1c96-455b-bd2e-ce571851dbc0 found for delete ", "request_id": "req-fb127384-f39c-4099-997c-1a549ae374a7"}]} [pid: 7|app: 0|req: 831/1632] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:29 2026] DELETE /v2.0/routers/e92dbf89-7c16-40a4-81e4-54c84dfa2aac => generated 0 bytes in 513 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1633] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:30 2026] DELETE /v2.0/subnets/b7bfbf45-a33f-4ebe-8451-12e284151d53 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:30.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ef00145-087c-447b-944a-6831a1b0930e 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 73ecfe77-2f4c-4a14-af16-15982ea02e57 2026-05-28 00:21:30.610 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ef00145-087c-447b-944a-6831a1b0930e 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 73ecfe77-2f4c-4a14-af16-15982ea02e57 [pid: 7|app: 0|req: 832/1634] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:30 2026] DELETE /v2.0/networks/7800f47c-3367-4281-a658-61068e53e39b => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:30.809 7 INFO neutron.db.segments_db [None req-6c43cb88-5cf0-4758-a6f3-76480f1095e8 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment eba70b24-6914-4d9e-af15-ed9ee3dd21ca of type vxlan for network 39784adc-c9c3-4a9e-bf0b-1c7b4951f149 [pid: 7|app: 0|req: 833/1635] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:30 2026] POST /v2.0/networks => generated 634 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:30.928 8 INFO neutron.db.segments_db [None req-407adc89-6ae3-4c8d-9bea-1f245d2b6be0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 533f6129-fb10-4011-98ba-0e0cafff90b3 of type vxlan for network 29598169-99a5-4ff5-8c9a-74de29f7ee4d [pid: 8|app: 0|req: 803/1636] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:21:30 2026] POST /v2.0/networks => generated 741 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1637] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:30 2026] POST /v2.0/subnets => generated 646 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:31.176 7 INFO neutron.db.segments_db [None req-0088970e-661d-470e-8d68-10041e61615a 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment 24679aac-5267-461c-acd9-1b364358fbca of type vxlan for network 3175de61-4dec-404c-ac58-931029fc6720 [pid: 8|app: 0|req: 804/1638] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:31 2026] POST /v2.0/subnets => generated 688 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:31.283 8 INFO neutron.db.segments_db [None req-76ae6c3a-6bd6-4014-991c-b1838dfd90ef 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 38cd6776-1544-41df-82e4-b0b2e36da6fe of type vxlan for network 7d5c1ded-220a-4d84-8716-7bee234c05bc 2026-05-28 00:21:31.418 7 INFO neutron.db.l3_hamode_db [None req-0088970e-661d-470e-8d68-10041e61615a 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:31.515 8 INFO neutron.db.l3_hamode_db [None req-76ae6c3a-6bd6-4014-991c-b1838dfd90ef 0970b078bb4c483e99562efb47f5ee03 0ce0b31d3e5746e98ae73a8f713feb1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:31.524 7 INFO neutron.db.l3_hamode_db [None req-0088970e-661d-470e-8d68-10041e61615a 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 835/1639] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:31 2026] POST /v2.0/routers => generated 510 bytes in 943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:32.296 8 INFO neutron.db.l3_hamode_db [None req-76ae6c3a-6bd6-4014-991c-b1838dfd90ef 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:32.385 7 INFO neutron.services.segments.plugin [-] Segment 56d3a110-7c75-4a8b-a53f-575d09211e38 resource provider aggregate not found 2026-05-28 00:21:32.395 7 INFO neutron.services.segments.plugin [-] Segment 56d3a110-7c75-4a8b-a53f-575d09211e38 resource provider aggregate not found 2026-05-28 00:21:32.403 7 INFO neutron.services.segments.plugin [-] Segment 56d3a110-7c75-4a8b-a53f-575d09211e38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56d3a110-7c75-4a8b-a53f-575d09211e38 found for delete ", "request_id": "req-bb03f1fb-9414-4c23-a2fe-6fc4f0367a19"}]} 2026-05-28 00:21:32.415 7 INFO neutron.services.segments.plugin [-] Segment 56d3a110-7c75-4a8b-a53f-575d09211e38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56d3a110-7c75-4a8b-a53f-575d09211e38 found for delete ", "request_id": "req-2a7e73b0-79ec-4437-b052-892a2813d805"}]} [pid: 7|app: 0|req: 836/1640] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:32 2026] GET /v2.0/security-groups?tenant_id=444d6b7337c14ee8bbeaa9c25ca2140f&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1641] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:31 2026] POST /v2.0/routers => generated 728 bytes in 1881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:33.290 8 INFO neutron.db.segments_db [None req-be4eac11-37b1-4398-98e8-dfae032158db ecd9c091491448e9ac80ccb211f8d86c fff1798010db4307b91d05a4bc33e7c8 - - default default] Added segment 9901a382-94f3-488f-a9ce-810b06663af8 of type vxlan for network a5e6f533-5014-43fa-b387-aab2de438675 [pid: 8|app: 0|req: 806/1642] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:33 2026] POST /v2.0/networks => generated 632 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1643] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:32 2026] PUT /v2.0/routers/ac06622f-0de6-4a2a-9f33-f9fd8723e8d7/add_router_interface => generated 309 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1644] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:33 2026] DELETE /v2.0/security-groups/13b0160f-1a46-483e-b26d-9984a9046a7c => 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: 808/1645] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:33 2026] POST /v2.0/subnets => generated 626 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1646] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:33 2026] GET /v2.0/ports/edbfe539-6fa6-44d5-83e0-2d5e33186902 => generated 959 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1647] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:21:33 2026] PUT /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:34.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f8cccc6-0ab5-4a74-bfa7-70b3910ba28e 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: edbfe539-6fa6-44d5-83e0-2d5e33186902 2026-05-28 00:21:34.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f8cccc6-0ab5-4a74-bfa7-70b3910ba28e 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: edbfe539-6fa6-44d5-83e0-2d5e33186902 [pid: 7|app: 0|req: 838/1648] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:33 2026] PUT /v2.0/routers/90c73f48-3fd1-405a-ab1f-aa2b9418c9e7/add_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1649] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:33 2026] PUT /v2.0/routers/ac06622f-0de6-4a2a-9f33-f9fd8723e8d7/remove_router_interface => generated 309 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1650] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:21:34 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1651] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:34 2026] GET /v2.0/ports?device_id=ac06622f-0de6-4a2a-9f33-f9fd8723e8d7 => 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: 840/1652] 10.0.0.58 () {34 vars in 761 bytes} [Thu May 28 00:21:34 2026] PUT /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1653] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:21:34 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1654] 10.0.0.58 () {34 vars in 757 bytes} [Thu May 28 00:21:34 2026] PUT /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-28 00:21:34.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-53fe9c0c-3435-465e-83b9-df1950e7e7b4 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 994853d9-0789-42de-aa91-f8e9c6a3dcb2 2026-05-28 00:21:34.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53fe9c0c-3435-465e-83b9-df1950e7e7b4 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 994853d9-0789-42de-aa91-f8e9c6a3dcb2 [pid: 7|app: 0|req: 843/1655] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:21:34 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1656] 10.0.0.58 () {34 vars in 779 bytes} [Thu May 28 00:21:34 2026] PUT /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags/black.or.white => generated 4 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1657] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:21:34 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/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: 846/1658] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:21:34 2026] PUT /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1659] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:21:35 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:35.066 8 INFO neutron.services.segments.plugin [-] Segment 24679aac-5267-461c-acd9-1b364358fbca resource provider aggregate not found 2026-05-28 00:21:35.079 8 INFO neutron.services.segments.plugin [-] Segment 24679aac-5267-461c-acd9-1b364358fbca resource provider aggregate not found 2026-05-28 00:21:35.093 8 INFO neutron.services.segments.plugin [-] Segment 24679aac-5267-461c-acd9-1b364358fbca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24679aac-5267-461c-acd9-1b364358fbca found for delete ", "request_id": "req-6e6626a9-a2e8-4d76-ae52-f9767c848781"}]} 2026-05-28 00:21:35.093 8 INFO neutron.services.segments.plugin [-] Segment 24679aac-5267-461c-acd9-1b364358fbca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24679aac-5267-461c-acd9-1b364358fbca found for delete ", "request_id": "req-95957922-d2e9-47b9-a45e-df65cbaef948"}]} [pid: 7|app: 0|req: 848/1660] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:21:35 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:35.112 8 INFO neutron.db.l3_hamode_db [None req-53fe9c0c-3435-465e-83b9-df1950e7e7b4 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] HA network 3175de61-4dec-404c-ac58-931029fc6720 was deleted as no HA routers are present in tenant dcc50b01366b439e817f4000af69abb4. [pid: 8|app: 0|req: 813/1661] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:34 2026] DELETE /v2.0/routers/ac06622f-0de6-4a2a-9f33-f9fd8723e8d7 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:35.154 7 INFO neutron.api.v2.resource [None req-050a87d0-f7b4-4a47-bc36-18b5c67b1871 ecd9c091491448e9ac80ccb211f8d86c fff1798010db4307b91d05a4bc33e7c8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1662] 10.0.0.58 () {32 vars in 742 bytes} [Thu May 28 00:21:35 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1663] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:21:35 2026] DELETE /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1664] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:35 2026] DELETE /v2.0/subnets/9f111be8-9a52-4528-80db-e1fa1ba78884 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1665] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:21:35 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:35.516 7 INFO neutron.db.segments_db [None req-0ef8edd7-b422-4229-bf7a-1c5d105e521a bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Added segment b7694452-61e9-4b42-b41f-bd3ae015499f of type vxlan for network 9272d0a0-417c-493d-bc0b-feac913f4f48 2026-05-28 00:21:35.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3aea729-452c-46cb-9ddd-7fe462e14642 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 51da0ec9-8626-407d-bfef-49dfc7345d30 2026-05-28 00:21:35.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3aea729-452c-46cb-9ddd-7fe462e14642 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 51da0ec9-8626-407d-bfef-49dfc7345d30 [pid: 7|app: 0|req: 851/1666] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:35 2026] POST /v2.0/networks => generated 650 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:35.660 7 INFO neutron.api.v2.resource [None req-3e19ebb9-a0fd-4589-86f8-859ff8f2b44a ecd9c091491448e9ac80ccb211f8d86c fff1798010db4307b91d05a4bc33e7c8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1667] 10.0.0.58 () {32 vars in 745 bytes} [Thu May 28 00:21:35 2026] DELETE /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1668] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:35 2026] DELETE /v2.0/networks/39784adc-c9c3-4a9e-bf0b-1c7b4951f149 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1669] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:21:35 2026] DELETE /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:35.892 8 INFO neutron.db.segments_db [None req-ffd15c72-1701-46a6-b391-861255ab48b0 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Added segment a09c5c71-a2c3-4c58-8f1a-9e7be3ae48aa of type vxlan for network bf0f607f-c4be-41a2-acda-ae235fe8885b [pid: 7|app: 0|req: 853/1670] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:35 2026] POST /v2.0/subnets => generated 627 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1671] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:21:35 2026] GET /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:36.049 7 INFO neutron.db.segments_db [None req-a35b5c20-b6b2-497b-a39f-bccb55f50f3d bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Added segment 2ef0bb19-3811-48c1-8bdd-07233c01bb0c of type vxlan for network 45e62eed-4732-4fcc-9bcb-1d5cf47cee29 2026-05-28 00:21:36.157 8 INFO neutron.db.l3_hamode_db [None req-ffd15c72-1701-46a6-b391-861255ab48b0 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:36.290 7 INFO neutron.db.l3_hamode_db [None req-a35b5c20-b6b2-497b-a39f-bccb55f50f3d bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:36.943 8 INFO neutron.db.l3_hamode_db [None req-ffd15c72-1701-46a6-b391-861255ab48b0 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:37.056 7 INFO neutron.db.l3_hamode_db [None req-a35b5c20-b6b2-497b-a39f-bccb55f50f3d bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:37.114 8 INFO neutron.services.segments.plugin [-] Segment eba70b24-6914-4d9e-af15-ed9ee3dd21ca resource provider aggregate not found 2026-05-28 00:21:37.122 8 INFO neutron.services.segments.plugin [-] Segment eba70b24-6914-4d9e-af15-ed9ee3dd21ca resource provider aggregate not found 2026-05-28 00:21:37.148 8 INFO neutron.services.segments.plugin [-] Segment eba70b24-6914-4d9e-af15-ed9ee3dd21ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba70b24-6914-4d9e-af15-ed9ee3dd21ca found for delete ", "request_id": "req-b3ffe674-e85c-4cfc-b7ba-63fc0658198a"}]} 2026-05-28 00:21:37.161 8 INFO neutron.services.segments.plugin [-] Segment eba70b24-6914-4d9e-af15-ed9ee3dd21ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba70b24-6914-4d9e-af15-ed9ee3dd21ca found for delete ", "request_id": "req-b7724521-318d-4f8e-a919-487937269f00"}]} [pid: 8|app: 0|req: 818/1672] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:35 2026] POST /v2.0/routers => generated 692 bytes in 1990 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1673] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:35 2026] POST /v2.0/routers => generated 695 bytes in 1928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1676] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:37 2026] DELETE /v2.0/subnets/15fcbe96-00cb-4b03-914f-89b811770e47 => 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: 858/1677] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:21:37 2026] GET /v2.0/networks?id=29598169-99a5-4ff5-8c9a-74de29f7ee4d => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1678] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:21:37 2026] GET /v2.0/routers/bd9643ff-65b1-40fc-9eb8-26149ca69fc3 => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1679] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:38 2026] DELETE /v2.0/networks/a5e6f533-5014-43fa-b387-aab2de438675 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1680] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/quotas/0ce0b31d3e5746e98ae73a8f713feb1d => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1681] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/routers => generated 701 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1682] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/ports?tenant_id=0ce0b31d3e5746e98ae73a8f713feb1d&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1683] 10.0.0.58 () {34 vars in 740 bytes} [Thu May 28 00:21:38 2026] PUT /v2.0/routers/bd9643ff-65b1-40fc-9eb8-26149ca69fc3 => generated 705 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1684] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/networks/29598169-99a5-4ff5-8c9a-74de29f7ee4d?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: 827/1685] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/routers/bd9643ff-65b1-40fc-9eb8-26149ca69fc3 => generated 705 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1686] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/networks/29598169-99a5-4ff5-8c9a-74de29f7ee4d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1687] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/ports?device_id=bd9643ff-65b1-40fc-9eb8-26149ca69fc3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:39.181 8 INFO neutron.services.segments.plugin [-] Segment 9901a382-94f3-488f-a9ce-810b06663af8 resource provider aggregate not found 2026-05-28 00:21:39.197 8 INFO neutron.services.segments.plugin [-] Segment 9901a382-94f3-488f-a9ce-810b06663af8 resource provider aggregate not found 2026-05-28 00:21:39.201 8 INFO neutron.services.segments.plugin [-] Segment 9901a382-94f3-488f-a9ce-810b06663af8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9901a382-94f3-488f-a9ce-810b06663af8 found for delete ", "request_id": "req-4860e9cc-3e71-406d-94bd-83df3af2398f"}]} 2026-05-28 00:21:39.218 8 INFO neutron.services.segments.plugin [-] Segment 9901a382-94f3-488f-a9ce-810b06663af8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9901a382-94f3-488f-a9ce-810b06663af8 found for delete ", "request_id": "req-31b1549a-13b7-4a40-8517-8e58002f14b2"}]} [pid: 8|app: 0|req: 830/1688] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:38 2026] GET /v2.0/security-groups?tenant_id=fff1798010db4307b91d05a4bc33e7c8&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:39.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-16776ff2-604e-4f93-838e-f938331a33f7 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 0ff136d1-20b5-45be-922d-d9ad935b6e63 2026-05-28 00:21:39.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16776ff2-604e-4f93-838e-f938331a33f7 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 0ff136d1-20b5-45be-922d-d9ad935b6e63 [pid: 7|app: 0|req: 859/1689] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:37 2026] PUT /v2.0/routers/f019f415-f6c1-4d40-8e1a-0e2f46d62e2d/add_router_interface => generated 309 bytes in 1491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1690] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:39 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1691] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:39 2026] DELETE /v2.0/security-groups/0825b559-b413-432a-bc39-8927aca2bee2 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:39.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-16776ff2-604e-4f93-838e-f938331a33f7 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] TaaS: Handle Delete Port: 85cb7a71-69c6-4bfe-8b10-4a7b09b17d15 2026-05-28 00:21:39.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16776ff2-604e-4f93-838e-f938331a33f7 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] Tap Mirror: Handle Delete Port: 85cb7a71-69c6-4bfe-8b10-4a7b09b17d15 [pid: 7|app: 0|req: 862/1692] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:39 2026] POST /v2.0/ports => generated 954 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 863/1693] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:39 2026] GET /v2.0/security-groups?tenant_id=12f91e8ad6fc428287b9fc170a910ab0&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:40.098 8 INFO neutron.db.l3_hamode_db [None req-16776ff2-604e-4f93-838e-f938331a33f7 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] HA network bf0f607f-c4be-41a2-acda-ae235fe8885b was deleted as no HA routers are present in tenant dcc50b01366b439e817f4000af69abb4. [pid: 8|app: 0|req: 831/1694] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:39 2026] DELETE /v2.0/routers/bd9643ff-65b1-40fc-9eb8-26149ca69fc3 => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1695] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/security-groups/3a5fb285-ad69-49f5-8a50-7de299085b7f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1696] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:40 2026] GET /v2.0/ports?device_id=bd9643ff-65b1-40fc-9eb8-26149ca69fc3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:40.230 8 INFO neutron.api.v2.resource [None req-04a7662f-2c70-4cba-ab48-905a3b7ffc59 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 834/1697] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/routers/bd9643ff-65b1-40fc-9eb8-26149ca69fc3 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1698] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:40 2026] GET /v2.0/ports?device_id=ac06622f-0de6-4a2a-9f33-f9fd8723e8d7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:40.276 8 INFO neutron.api.v2.resource [None req-2a4d0262-7d23-4546-9333-a6ae6fded5d4 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1699] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/routers/ac06622f-0de6-4a2a-9f33-f9fd8723e8d7 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:40.290 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb3d5e13-6da8-456c-bbb0-50a5d5674cea 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 837/1700] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/subnets/9f111be8-9a52-4528-80db-e1fa1ba78884 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1701] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:40 2026] GET /v2.0/ports?device_id=e92dbf89-7c16-40a4-81e4-54c84dfa2aac => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:40.328 8 INFO neutron.api.v2.resource [None req-edb3ed96-3207-4dad-9742-32cc98280d23 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1702] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/routers/e92dbf89-7c16-40a4-81e4-54c84dfa2aac => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:40.343 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a699817-6154-43f3-9c4e-ff4d413ee6d3 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1703] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/subnets/b7bfbf45-a33f-4ebe-8451-12e284151d53 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1704] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:21:40 2026] POST /v2.0/ports => generated 955 bytes in 350 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: 841/1705] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:40 2026] GET /v2.0/ports?device_id=94163495-48c9-48bc-83f3-f9b5ff72430f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:40.394 8 INFO neutron.api.v2.resource [None req-15d7520f-519f-4a59-8a04-436b919e8750 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1706] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/routers/94163495-48c9-48bc-83f3-f9b5ff72430f => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:40.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6fffee3-66b5-448d-b4fb-ea20e77d4258 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 843/1707] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/subnets/9a729cff-28cd-40bf-b090-760dc48455d0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:21:40.434 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb8c8baf-f757-405c-addf-10f32fd4a50e 795895d3b2e147c480db26e146f10888 dcc50b01366b439e817f4000af69abb4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 844/1708] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:40 2026] DELETE /v2.0/subnets/b188009d-6cc8-4d3f-937b-6a354a9f90ad => 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: 845/1709] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:40 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => 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: 846/1710] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:40 2026] GET /v2.0/security-groups?tenant_id=dcc50b01366b439e817f4000af69abb4&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1711] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:41 2026] DELETE /v2.0/security-groups/a42dd67c-e066-44be-bf17-7068f6fc09e1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:41.225 8 INFO neutron.services.segments.plugin [-] Segment a09c5c71-a2c3-4c58-8f1a-9e7be3ae48aa resource provider aggregate not found 2026-05-28 00:21:41.235 8 INFO neutron.services.segments.plugin [-] Segment a09c5c71-a2c3-4c58-8f1a-9e7be3ae48aa resource provider aggregate not found 2026-05-28 00:21:41.242 8 INFO neutron.services.segments.plugin [-] Segment a09c5c71-a2c3-4c58-8f1a-9e7be3ae48aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a09c5c71-a2c3-4c58-8f1a-9e7be3ae48aa found for delete ", "request_id": "req-373293cc-23f1-4492-adf3-0dac1801d383"}]} 2026-05-28 00:21:41.246 8 INFO neutron.services.segments.plugin [-] Segment a09c5c71-a2c3-4c58-8f1a-9e7be3ae48aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a09c5c71-a2c3-4c58-8f1a-9e7be3ae48aa found for delete ", "request_id": "req-c49c372a-aabd-4cf9-9cea-276e8b142cd7"}]} 2026-05-28 00:21:41.515 7 INFO neutron.db.l3_db [None req-7e379e9b-ccee-41e5-843a-0ee423db6307 bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Floating IP 88725671-9acd-4c3b-bb50-e0ac31281fca associated. External IP: 10.96.250.214, port: 27e18421-19d8-41fc-a39c-ded890547011. [pid: 8|app: 0|req: 848/1712] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:41 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => 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: 865/1713] 10.0.0.58 () {34 vars in 676 bytes} [Thu May 28 00:21:40 2026] POST /v2.0/floatingips => generated 842 bytes in 1506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:41.993 8 INFO neutron.db.l3_db [None req-5646f9f5-4176-4089-838f-9c61c5d71dbb bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Floating IP 88725671-9acd-4c3b-bb50-e0ac31281fca disassociated. External IP: 10.96.250.214, port: 27e18421-19d8-41fc-a39c-ded890547011. [pid: 8|app: 0|req: 849/1714] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:21:41 2026] PUT /v2.0/floatingips/88725671-9acd-4c3b-bb50-e0ac31281fca => generated 552 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:42.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fd5820d-8b35-4c5a-a641-057942fc1d1a bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] TaaS: Handle Delete Port: b9a0d30d-e16f-47a3-9534-af963e702889 2026-05-28 00:21:42.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fd5820d-8b35-4c5a-a641-057942fc1d1a bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Tap Mirror: Handle Delete Port: b9a0d30d-e16f-47a3-9534-af963e702889 [pid: 7|app: 0|req: 866/1715] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:21:42 2026] DELETE /v2.0/floatingips/88725671-9acd-4c3b-bb50-e0ac31281fca => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1716] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:42 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => 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: 868/1717] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:21:43 2026] GET /v2.0/networks?id=29598169-99a5-4ff5-8c9a-74de29f7ee4d => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:43.649 8 INFO neutron.db.l3_db [None req-9d02b807-df0f-4d9e-b0ad-ac182f6daedd bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Floating IP 684ff08c-37f6-4d2a-8c5e-8f705a6546bb associated. External IP: 10.96.250.219, port: d4443f0e-bab6-4e29-aef3-1fd3116c8c5f. [pid: 7|app: 0|req: 869/1718] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:21:43 2026] POST /v2.0/ports => generated 954 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1719] 10.0.0.58 () {34 vars in 676 bytes} [Thu May 28 00:21:42 2026] POST /v2.0/floatingips => generated 841 bytes in 1328 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: 851/1720] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:43 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:44.067 7 INFO neutron.db.segments_db [None req-0dc59174-af54-4ee8-b7da-cb86d54d2c5b 2bed027d21164ba485c4b25f56e0f09f e489d9ea611f4aaebafdd8d0d888e1c4 - - default default] Added segment 5368a371-5db4-4202-9ae2-04ad1cb21569 of type vxlan for network 468568fe-1a8f-4d19-860c-dfb3f990a970 [pid: 7|app: 0|req: 870/1721] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:43 2026] POST /v2.0/networks => generated 631 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1722] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:44 2026] GET /v2.0/floatingips/684ff08c-37f6-4d2a-8c5e-8f705a6546bb => generated 841 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1723] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:44 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1724] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:21:43 2026] PUT /v2.0/ports/edb99bac-c36a-424c-8a1f-860aec7747a0 => generated 1235 bytes in 369 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-05-28 00:21:44.364 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65874b9b-719c-4f55-8a00-4dcaac542632'] response: {'name': 'network-changed', 'server_uuid': '0d5fa8d4-0043-47da-b337-83ee17b36c70', 'tag': 'edb99bac-c36a-424c-8a1f-860aec7747a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 853/1725] 10.0.0.58 () {32 vars in 654 bytes} [Thu May 28 00:21:44 2026] GET /v2.0/floatingips => generated 844 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1726] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:21:44 2026] POST /v2.0/ports => generated 743 bytes in 242 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: 854/1727] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:44 2026] GET /v2.0/security-groups?tenant_id=216a65e1c43546618703a42e1a3b4cc4&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:44.726 7 INFO neutron.db.l3_db [None req-fec6aa1b-4e7f-4874-b0c3-e465b9664988 bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Floating IP 684ff08c-37f6-4d2a-8c5e-8f705a6546bb associated. External IP: 10.96.250.219, port: d4443f0e-bab6-4e29-aef3-1fd3116c8c5f. [pid: 8|app: 0|req: 855/1728] 10.0.0.58 () {34 vars in 665 bytes} [Thu May 28 00:21:44 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1729] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:44 2026] DELETE /v2.0/security-groups/04851dbc-5cce-4fd0-8272-9e0c502a0251 => 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: 857/1730] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:21:44 2026] PUT /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1731] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:21:44 2026] GET /v2.0/ports?tenant_id=0ce0b31d3e5746e98ae73a8f713feb1d&device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => 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: 859/1732] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:44 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1733] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:21:44 2026] GET /v2.0/networks?tenant_id=0ce0b31d3e5746e98ae73a8f713feb1d&shared=False => generated 769 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1734] 10.0.0.58 () {34 vars in 759 bytes} [Thu May 28 00:21:45 2026] PUT /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1735] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1736] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1737] 10.0.0.58 () {34 vars in 755 bytes} [Thu May 28 00:21:45 2026] PUT /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1738] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/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: 874/1739] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:21:44 2026] PUT /v2.0/floatingips/684ff08c-37f6-4d2a-8c5e-8f705a6546bb => generated 842 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1740] 10.0.0.58 () {34 vars in 777 bytes} [Thu May 28 00:21:45 2026] PUT /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags/black.or.white => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1741] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1742] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:21:45 2026] PUT /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/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: 877/1743] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1744] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:45.356 8 INFO neutron.db.l3_db [None req-1353e152-9ab1-4141-bcb1-a36125e95597 bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Floating IP 684ff08c-37f6-4d2a-8c5e-8f705a6546bb disassociated. External IP: 10.96.250.219, port: 27e18421-19d8-41fc-a39c-ded890547011. [pid: 7|app: 0|req: 879/1745] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1746] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:45.413 7 INFO neutron.api.v2.resource [None req-eb1ebb53-6f6a-4644-bb6c-0a37648b5c56 2bed027d21164ba485c4b25f56e0f09f e489d9ea611f4aaebafdd8d0d888e1c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1747] 10.0.0.58 () {32 vars in 740 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags/green => generated 99 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1748] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:45 2026] DELETE /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1749] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:45.517 7 INFO neutron.api.v2.resource [None req-33caad56-905e-4c4d-9f0c-b9b8014ff895 2bed027d21164ba485c4b25f56e0f09f e489d9ea611f4aaebafdd8d0d888e1c4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 884/1750] 10.0.0.58 () {32 vars in 743 bytes} [Thu May 28 00:21:45 2026] DELETE /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/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: 885/1751] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:21:45 2026] DELETE /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1752] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a/tags => 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: 887/1753] 10.0.0.58 () {32 vars in 718 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1754] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:45 2026] GET /v2.0/ports/e3690172-6036-4397-89a1-fb78345d98b5 => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1755] 10.0.0.58 () {32 vars in 721 bytes} [Thu May 28 00:21:45 2026] DELETE /v2.0/trunks/0b3e04ff-efa3-4e3d-946c-8ab181e5623a => 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: 867/1756] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:21:45 2026] PUT /v2.0/floatingips/684ff08c-37f6-4d2a-8c5e-8f705a6546bb => generated 552 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:45.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-87718d91-a48e-43d6-ab48-3128560bf2c1 2bed027d21164ba485c4b25f56e0f09f e489d9ea611f4aaebafdd8d0d888e1c4 - - default default] TaaS: Handle Delete Port: e3690172-6036-4397-89a1-fb78345d98b5 2026-05-28 00:21:45.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87718d91-a48e-43d6-ab48-3128560bf2c1 2bed027d21164ba485c4b25f56e0f09f e489d9ea611f4aaebafdd8d0d888e1c4 - - default default] Tap Mirror: Handle Delete Port: e3690172-6036-4397-89a1-fb78345d98b5 2026-05-28 00:21:45.888 8 INFO neutron_taas.services.taas.taas_plugin [None req-63ca0692-6130-4bf2-b3f8-05158215a05d bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] TaaS: Handle Delete Port: 30d929ab-0eb2-4d35-9edf-cb0bb52cf8c4 2026-05-28 00:21:45.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63ca0692-6130-4bf2-b3f8-05158215a05d bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Tap Mirror: Handle Delete Port: 30d929ab-0eb2-4d35-9edf-cb0bb52cf8c4 [pid: 7|app: 0|req: 890/1757] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:45 2026] DELETE /v2.0/ports/e3690172-6036-4397-89a1-fb78345d98b5 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:46.027 7 INFO neutron.services.segments.plugin [-] Segment 5368a371-5db4-4202-9ae2-04ad1cb21569 resource provider aggregate not found 2026-05-28 00:21:46.032 7 INFO neutron.services.segments.plugin [-] Segment 5368a371-5db4-4202-9ae2-04ad1cb21569 resource provider aggregate not found 2026-05-28 00:21:46.050 7 INFO neutron.services.segments.plugin [-] Segment 5368a371-5db4-4202-9ae2-04ad1cb21569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5368a371-5db4-4202-9ae2-04ad1cb21569 found for delete ", "request_id": "req-da6d3dd1-cce5-421e-927d-a45ed867f36f"}]} [pid: 7|app: 0|req: 891/1758] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:45 2026] DELETE /v2.0/networks/468568fe-1a8f-4d19-860c-dfb3f990a970 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:46.056 7 INFO neutron.services.segments.plugin [-] Segment 5368a371-5db4-4202-9ae2-04ad1cb21569 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5368a371-5db4-4202-9ae2-04ad1cb21569 found for delete ", "request_id": "req-136ae076-2c62-4e47-9d34-23b8b0caca96"}]} [pid: 8|app: 0|req: 868/1759] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:21:45 2026] DELETE /v2.0/floatingips/684ff08c-37f6-4d2a-8c5e-8f705a6546bb => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:46.089 7 INFO neutron.api.v2.resource [None req-829bdd98-7a01-4619-9982-271e0d57d4ba bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1760] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:21:46 2026] DELETE /v2.0/floatingips/684ff08c-37f6-4d2a-8c5e-8f705a6546bb => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1761] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/ports?tenant_id=0ce0b31d3e5746e98ae73a8f713feb1d&device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1762] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=edb99bac-c36a-424c-8a1f-860aec7747a0 => 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: 895/1763] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/subnets?id=94cd5c7c-ddd0-4a6d-b454-26509465faf7 => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:46.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-4af60c9f-d6b1-47c7-a1c1-b89fa24a704f bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] TaaS: Handle Delete Port: 27e18421-19d8-41fc-a39c-ded890547011 2026-05-28 00:21:46.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4af60c9f-d6b1-47c7-a1c1-b89fa24a704f bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Tap Mirror: Handle Delete Port: 27e18421-19d8-41fc-a39c-ded890547011 [pid: 7|app: 0|req: 896/1764] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/ports?network_id=29598169-99a5-4ff5-8c9a-74de29f7ee4d&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1765] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/networks/29598169-99a5-4ff5-8c9a-74de29f7ee4d?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1766] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/networks/29598169-99a5-4ff5-8c9a-74de29f7ee4d?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: 869/1767] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:46 2026] DELETE /v2.0/ports/27e18421-19d8-41fc-a39c-ded890547011 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1768] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1769] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:46.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-5728c740-d307-4533-999c-db34fce43592 bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] TaaS: Handle Delete Port: d4443f0e-bab6-4e29-aef3-1fd3116c8c5f 2026-05-28 00:21:46.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5728c740-d307-4533-999c-db34fce43592 bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Tap Mirror: Handle Delete Port: d4443f0e-bab6-4e29-aef3-1fd3116c8c5f [pid: 7|app: 0|req: 899/1770] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:21:46 2026] DELETE /v2.0/ports/d4443f0e-bab6-4e29-aef3-1fd3116c8c5f => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1771] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/ports?device_id=f019f415-f6c1-4d40-8e1a-0e2f46d62e2d => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1772] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:46 2026] GET /v2.0/security-groups?tenant_id=674b59ae0cf24fcdbef7c2d17de0be65&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1773] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:47 2026] GET /v2.0/security-groups?tenant_id=2db52c060de94673b7441f71344b9de3&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:21:47.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-509bb9ea-3102-4e05-9c00-a6112b1445fb bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] TaaS: Handle Delete Port: 3e2c9730-4920-46b9-b7d6-d8f82b0a9130 2026-05-28 00:21:47.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-509bb9ea-3102-4e05-9c00-a6112b1445fb bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Tap Mirror: Handle Delete Port: 3e2c9730-4920-46b9-b7d6-d8f82b0a9130 [pid: 8|app: 0|req: 874/1774] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:47 2026] DELETE /v2.0/security-groups/29d6c1f1-c029-4f0e-852e-1afd69a4fb8d => 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: 875/1775] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:47 2026] DELETE /v2.0/security-groups/8428eb4a-554e-4073-a677-df92f2dc5737 => 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: 876/1776] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:47 2026] GET /v2.0/security-groups?tenant_id=e489d9ea611f4aaebafdd8d0d888e1c4&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: 877/1777] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:47 2026] DELETE /v2.0/security-groups/503d5e67-784a-4bc2-b525-8a07e793f3af => 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: 878/1778] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:47 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1779] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:47 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1780] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:46 2026] PUT /v2.0/routers/f019f415-f6c1-4d40-8e1a-0e2f46d62e2d/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:47.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-86c5ba02-9218-4b82-8332-6f6f309cb4aa bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] TaaS: Handle Delete Port: e49c93fa-d06f-4733-b4a0-9812eb477667 2026-05-28 00:21:47.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86c5ba02-9218-4b82-8332-6f6f309cb4aa bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Tap Mirror: Handle Delete Port: e49c93fa-d06f-4733-b4a0-9812eb477667 2026-05-28 00:21:48.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-86c5ba02-9218-4b82-8332-6f6f309cb4aa bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] TaaS: Handle Delete Port: 21477151-34e9-48ca-bff5-7ddcf9c00ad0 2026-05-28 00:21:48.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86c5ba02-9218-4b82-8332-6f6f309cb4aa bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] Tap Mirror: Handle Delete Port: 21477151-34e9-48ca-bff5-7ddcf9c00ad0 2026-05-28 00:21:48.494 8 INFO neutron.services.segments.plugin [-] Segment 2ef0bb19-3811-48c1-8bdd-07233c01bb0c resource provider aggregate not found 2026-05-28 00:21:48.504 8 INFO neutron.services.segments.plugin [-] Segment 2ef0bb19-3811-48c1-8bdd-07233c01bb0c resource provider aggregate not found 2026-05-28 00:21:48.511 8 INFO neutron.services.segments.plugin [-] Segment 2ef0bb19-3811-48c1-8bdd-07233c01bb0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ef0bb19-3811-48c1-8bdd-07233c01bb0c found for delete ", "request_id": "req-6e682ff7-ae46-48d1-885d-bff77bb719e7"}]} 2026-05-28 00:21:48.519 8 INFO neutron.db.l3_hamode_db [None req-86c5ba02-9218-4b82-8332-6f6f309cb4aa bf7e49c1765b4a219f9ddc4c3490b23b 3433a45884344575b8c526a0ddf4abb1 - - default default] HA network 45e62eed-4732-4fcc-9bcb-1d5cf47cee29 was deleted as no HA routers are present in tenant 3433a45884344575b8c526a0ddf4abb1. [pid: 8|app: 0|req: 880/1781] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:47 2026] DELETE /v2.0/routers/f019f415-f6c1-4d40-8e1a-0e2f46d62e2d => generated 0 bytes in 707 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:21:48.528 8 INFO neutron.services.segments.plugin [-] Segment 2ef0bb19-3811-48c1-8bdd-07233c01bb0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ef0bb19-3811-48c1-8bdd-07233c01bb0c found for delete ", "request_id": "req-8b5c9fda-5cbd-46ee-9a07-4681de4ef45b"}]} [pid: 7|app: 0|req: 902/1782] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:48 2026] DELETE /v2.0/subnets/4d523ec4-677e-43f7-b398-9d2d93315ea5 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1783] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:48 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1784] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:48 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1785] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:48 2026] DELETE /v2.0/networks/9272d0a0-417c-493d-bc0b-feac913f4f48 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1786] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:49 2026] GET /v2.0/security-groups?tenant_id=3433a45884344575b8c526a0ddf4abb1&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1787] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:49 2026] DELETE /v2.0/security-groups/8c9ab729-981b-4a2f-a910-9ce8249399ee => 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: 906/1788] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:49 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1789] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:49 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:50.537 8 INFO neutron.services.segments.plugin [-] Segment b7694452-61e9-4b42-b41f-bd3ae015499f resource provider aggregate not found 2026-05-28 00:21:50.557 8 INFO neutron.services.segments.plugin [-] Segment b7694452-61e9-4b42-b41f-bd3ae015499f resource provider aggregate not found 2026-05-28 00:21:50.562 8 INFO neutron.services.segments.plugin [-] Segment b7694452-61e9-4b42-b41f-bd3ae015499f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7694452-61e9-4b42-b41f-bd3ae015499f found for delete ", "request_id": "req-6ab60117-190f-459b-ac2e-9f2836142900"}]} 2026-05-28 00:21:50.582 8 INFO neutron.services.segments.plugin [-] Segment b7694452-61e9-4b42-b41f-bd3ae015499f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7694452-61e9-4b42-b41f-bd3ae015499f found for delete ", "request_id": "req-9c9158b5-677a-4dbf-b9b7-6149343fb65e"}]} [pid: 7|app: 0|req: 907/1790] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:51 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1792] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:51 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:51.972 7 INFO neutron.db.segments_db [None req-d1c5393d-b77c-45ae-bdcd-abae77d060b3 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment 84db6182-e94f-4dde-9f07-ff9dffa1444f of type vxlan for network 630ebe3f-1a95-4ecb-89b9-61fb6df3babc [pid: 7|app: 0|req: 910/1794] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:51 2026] POST /v2.0/networks => generated 628 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:52.129 8 INFO neutron.db.segments_db [None req-486f0189-008b-42b8-b13f-e02adcc3ac09 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment 583087b2-2d9c-46f7-949a-1cd31d0e6d5a of type vxlan for network 7acbd3b0-65d7-4606-bf43-f3e5d7626dae [pid: 8|app: 0|req: 885/1795] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:52 2026] POST /v2.0/networks => generated 629 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1796] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:52 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1797] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:52 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1798] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:52 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1799] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:52 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:52.817 8 INFO neutron.db.segments_db [None req-4d832fbf-022e-4795-a62c-26d51d5573c2 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment 6f11869c-40e3-4487-a49c-2e0f7be4e5c1 of type vxlan for network d6075e6f-947f-4cb0-9069-1a8d6353afcd 2026-05-28 00:21:53.105 8 INFO neutron.db.l3_hamode_db [None req-4d832fbf-022e-4795-a62c-26d51d5573c2 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:53.312 8 INFO neutron.db.l3_hamode_db [None req-4d832fbf-022e-4795-a62c-26d51d5573c2 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 914/1800] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:53 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1801] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:53 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1802] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:52 2026] POST /v2.0/routers => generated 507 bytes in 1174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1803] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:54 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1804] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:54 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&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: 7|app: 0|req: 916/1805] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:53 2026] PUT /v2.0/routers/2c07672e-192e-4868-9b41-f92f4ada64da/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1806] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:55 2026] GET /v2.0/ports/a56ec680-f902-4411-a735-b4c258c391ab => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1807] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:56 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1808] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:21:56 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1809] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:21:56 2026] GET /v2.0/security-groups?id=54c0650c-adb7-4a08-8eba-dfa26b49677d&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:56.229 8 INFO neutron_taas.services.taas.taas_plugin [req-c9ae73fa-d956-4515-a346-a42bd2ce9c81 req-3e083a5e-05ba-4fd4-8f26-061e5ebc6f55 ef1c49ac78df45799a912defce3f7d39 0ce0b31d3e5746e98ae73a8f713feb1d - - default default] TaaS: Handle Delete Port: edb99bac-c36a-424c-8a1f-860aec7747a0 2026-05-28 00:21:56.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c9ae73fa-d956-4515-a346-a42bd2ce9c81 req-3e083a5e-05ba-4fd4-8f26-061e5ebc6f55 ef1c49ac78df45799a912defce3f7d39 0ce0b31d3e5746e98ae73a8f713feb1d - - default default] Tap Mirror: Handle Delete Port: edb99bac-c36a-424c-8a1f-860aec7747a0 [pid: 7|app: 0|req: 917/1810] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:21:55 2026] PUT /v2.0/routers/2c07672e-192e-4868-9b41-f92f4ada64da/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1811] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:21:56 2026] DELETE /v2.0/ports/edb99bac-c36a-424c-8a1f-860aec7747a0 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1812] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:21:56 2026] GET /v2.0/ports/d182e5c6-f576-4b95-b455-ae0ad6eb35a8 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:21:56.428 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-914e1cec-2b64-4380-9870-780f52488145'] response: {'server_uuid': '0d5fa8d4-0043-47da-b337-83ee17b36c70', 'name': 'network-vif-deleted', 'tag': 'edb99bac-c36a-424c-8a1f-860aec7747a0', 'status': 'completed', 'code': 200} 2026-05-28 00:21:56.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a0c9548-e7fe-47a8-af86-b1dc0fa6537f 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: d182e5c6-f576-4b95-b455-ae0ad6eb35a8 2026-05-28 00:21:56.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a0c9548-e7fe-47a8-af86-b1dc0fa6537f 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: d182e5c6-f576-4b95-b455-ae0ad6eb35a8 2026-05-28 00:21:56.910 7 INFO neutron.db.segments_db [None req-416ccddb-4a3e-4eb1-9eda-66369d7a331f 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Added segment e096828c-ab73-46c9-8a92-d0cbd6c11c46 of type vxlan for network ba30f995-6a2e-4734-9d54-e3182052fe4f [pid: 7|app: 0|req: 919/1813] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:56 2026] POST /v2.0/networks => generated 639 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1814] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:56 2026] POST /v2.0/subnets => generated 657 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1815] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:56 2026] PUT /v2.0/routers/2c07672e-192e-4868-9b41-f92f4ada64da/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1816] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:57 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => 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: 896/1817] 10.0.0.58 () {32 vars in 721 bytes} [Thu May 28 00:21:57 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1818] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:57 2026] POST /v2.0/subnets => generated 732 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:57.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e6c1a31-41a0-4b1f-b49a-fc30f611e855 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: a56ec680-f902-4411-a735-b4c258c391ab 2026-05-28 00:21:57.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e6c1a31-41a0-4b1f-b49a-fc30f611e855 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: a56ec680-f902-4411-a735-b4c258c391ab 2026-05-28 00:21:57.592 8 INFO neutron.db.segments_db [None req-06283c32-8c7a-4765-b8d7-b480f6fd41d8 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Added segment df7c54a5-ca54-4d9b-b78f-affe7df82c1d of type vxlan for network a8608dd3-b10f-49e1-a493-d85e1e63f863 [pid: 8|app: 0|req: 898/1819] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:57 2026] POST /v2.0/networks => generated 637 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1820] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:21:57 2026] GET /v2.0/security-groups?tenant_id=7b5f26f8ada44f379630fbb84c18f8ab&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1821] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:21:57 2026] PUT /v2.0/routers/2c07672e-192e-4868-9b41-f92f4ada64da/remove_router_interface => generated 309 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1822] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:57 2026] POST /v2.0/subnets => generated 656 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1823] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:21:58 2026] GET /v2.0/ports?device_id=2c07672e-192e-4868-9b41-f92f4ada64da => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1824] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:21:58 2026] DELETE /v2.0/security-groups/96c3088b-5639-4496-b12b-57874ac7d41d => 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: 902/1825] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:58 2026] POST /v2.0/subnets => generated 725 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:58.308 8 INFO neutron.db.segments_db [None req-aa8555c9-8627-460a-8b1f-9ec24f488434 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Added segment 5796d8ef-9067-481a-bb44-bd1674bd9301 of type vxlan for network b4013536-70d1-44f7-9cd8-227c0888b6b4 2026-05-28 00:21:58.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf80d045-0859-447d-81f1-59c7e3b6ad2e 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: d68a4c8d-1a42-4072-8b05-37b10191107f 2026-05-28 00:21:58.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf80d045-0859-447d-81f1-59c7e3b6ad2e 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: d68a4c8d-1a42-4072-8b05-37b10191107f [pid: 8|app: 0|req: 903/1826] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:58 2026] POST /v2.0/networks => generated 637 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1827] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:58 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => 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: 905/1828] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:58 2026] POST /v2.0/subnets => generated 655 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:58.694 7 INFO neutron.services.segments.plugin [-] Segment 6f11869c-40e3-4487-a49c-2e0f7be4e5c1 resource provider aggregate not found 2026-05-28 00:21:58.699 7 INFO neutron.services.segments.plugin [-] Segment 6f11869c-40e3-4487-a49c-2e0f7be4e5c1 resource provider aggregate not found 2026-05-28 00:21:58.713 7 INFO neutron.services.segments.plugin [-] Segment 6f11869c-40e3-4487-a49c-2e0f7be4e5c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f11869c-40e3-4487-a49c-2e0f7be4e5c1 found for delete ", "request_id": "req-b4ed04e4-a306-44cc-884e-cfeef3cb20cb"}]} 2026-05-28 00:21:58.717 7 INFO neutron.services.segments.plugin [-] Segment 6f11869c-40e3-4487-a49c-2e0f7be4e5c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f11869c-40e3-4487-a49c-2e0f7be4e5c1 found for delete ", "request_id": "req-91315a91-612a-47fb-b0a2-cc40a2aec03a"}]} 2026-05-28 00:21:58.723 7 INFO neutron.db.l3_hamode_db [None req-cf80d045-0859-447d-81f1-59c7e3b6ad2e 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] HA network d6075e6f-947f-4cb0-9069-1a8d6353afcd was deleted as no HA routers are present in tenant 20ca0d154b414a0ab82eff429e6ad397. [pid: 7|app: 0|req: 924/1829] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:58 2026] DELETE /v2.0/routers/2c07672e-192e-4868-9b41-f92f4ada64da => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1830] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:58 2026] POST /v2.0/subnets => generated 729 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:58.867 8 INFO neutron.db.segments_db [None req-2349211e-28b3-4f20-aef8-c5041ecee6c7 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Added segment 5ec3ee09-dddf-4aa8-b768-16ab40e7cf3c of type vxlan for network 8becaf1d-b90b-4d80-9abb-e2deef684aab [pid: 7|app: 0|req: 925/1831] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:58 2026] DELETE /v2.0/subnets/a2242977-20d6-4015-bc87-67e3b8ad30d0 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1832] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:21:58 2026] DELETE /v2.0/subnets/913cb131-06e6-42b4-8d48-6b90dc367ec2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:59.079 8 INFO neutron.db.l3_hamode_db [None req-2349211e-28b3-4f20-aef8-c5041ecee6c7 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:21:59.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4350b99-75a7-494f-9ffa-e9510590e392 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: e9538a34-a610-4710-98ee-7e4d28801b09 2026-05-28 00:21:59.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4350b99-75a7-494f-9ffa-e9510590e392 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: e9538a34-a610-4710-98ee-7e4d28801b09 [pid: 7|app: 0|req: 927/1833] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:59 2026] DELETE /v2.0/networks/7acbd3b0-65d7-4606-bf43-f3e5d7626dae => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:21:59.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-1529e978-47f3-403f-8d7d-531b458f3343 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: b2f71492-ed33-4b2a-bac2-63748f68c707 2026-05-28 00:21:59.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1529e978-47f3-403f-8d7d-531b458f3343 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: b2f71492-ed33-4b2a-bac2-63748f68c707 [pid: 7|app: 0|req: 928/1834] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:21:59 2026] DELETE /v2.0/networks/630ebe3f-1a95-4ecb-89b9-61fb6df3babc => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1835] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:21:59 2026] GET /v2.0/ports?device_id=0d5fa8d4-0043-47da-b337-83ee17b36c70 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:21:59.751 7 INFO neutron.db.segments_db [None req-02f65803-5e0f-4130-86eb-f861843dff3d 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment bc8d12ac-63cb-4f45-825f-45021594c98b of type vxlan for network 8f2ce83d-1a9f-4806-987c-bc9b96853831 [pid: 7|app: 0|req: 930/1836] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:21:59 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:21:59.899 8 INFO neutron.db.l3_hamode_db [None req-2349211e-28b3-4f20-aef8-c5041ecee6c7 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 931/1837] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:59 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:00.096 7 INFO neutron.db.segments_db [None req-aaa67dd4-fa8b-4cae-9ecb-fec2008b116a 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment d73cc2b1-fbcf-480c-9c65-9b7b416dbbb1 of type vxlan for network 07c86454-d43e-49d0-93de-99b7c56f6943 2026-05-28 00:22:00.259 7 INFO neutron.db.l3_hamode_db [None req-aaa67dd4-fa8b-4cae-9ecb-fec2008b116a 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:22:00.342 7 INFO neutron.db.l3_hamode_db [None req-aaa67dd4-fa8b-4cae-9ecb-fec2008b116a 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:22:00.744 7 INFO neutron.services.segments.plugin [-] Segment 583087b2-2d9c-46f7-949a-1cd31d0e6d5a resource provider aggregate not found 2026-05-28 00:22:00.756 7 INFO neutron.services.segments.plugin [-] Segment 583087b2-2d9c-46f7-949a-1cd31d0e6d5a resource provider aggregate not found 2026-05-28 00:22:00.771 7 INFO neutron.services.segments.plugin [-] Segment 583087b2-2d9c-46f7-949a-1cd31d0e6d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 583087b2-2d9c-46f7-949a-1cd31d0e6d5a found for delete ", "request_id": "req-085e7189-f01d-4472-847c-2c22d6d7f416"}]} 2026-05-28 00:22:00.781 7 INFO neutron.services.segments.plugin [-] Segment 583087b2-2d9c-46f7-949a-1cd31d0e6d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 583087b2-2d9c-46f7-949a-1cd31d0e6d5a found for delete ", "request_id": "req-fe60371a-ed6a-47fe-9cee-57bd58cdb502"}]} 2026-05-28 00:22:00.790 7 INFO neutron.services.segments.plugin [-] Segment 84db6182-e94f-4dde-9f07-ff9dffa1444f resource provider aggregate not found 2026-05-28 00:22:00.808 7 INFO neutron.services.segments.plugin [-] Segment 84db6182-e94f-4dde-9f07-ff9dffa1444f resource provider aggregate not found 2026-05-28 00:22:00.825 7 INFO neutron.services.segments.plugin [-] Segment 84db6182-e94f-4dde-9f07-ff9dffa1444f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84db6182-e94f-4dde-9f07-ff9dffa1444f found for delete ", "request_id": "req-6f90357d-e233-4af6-9bb8-587db3ed8bb8"}]} 2026-05-28 00:22:00.850 7 INFO neutron.services.segments.plugin [-] Segment 84db6182-e94f-4dde-9f07-ff9dffa1444f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84db6182-e94f-4dde-9f07-ff9dffa1444f found for delete ", "request_id": "req-e906ea27-6b30-482a-973c-c35af2d8a866"}]} [pid: 8|app: 0|req: 907/1838] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:21:58 2026] POST /v2.0/routers => generated 685 bytes in 2068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1839] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:22:00 2026] POST /v2.0/routers => generated 507 bytes in 947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1840] 10.0.0.58 () {34 vars in 664 bytes} [Thu May 28 00:22:01 2026] POST /v2.0/ports => generated 952 bytes in 342 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: 908/1841] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:22:00 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1842] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:22:01 2026] PUT /v2.0/routers/f6224596-9213-4f4d-b716-a3401184ae18/add_router_interface => generated 309 bytes in 1018 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-05-28 00:22:02.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-739f0e3e-d7cd-4e56-ab32-1ea2d20f9018 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 8dbbbf42-f41d-4308-84c2-d3a22745eb4d 2026-05-28 00:22:02.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-739f0e3e-d7cd-4e56-ab32-1ea2d20f9018 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 8dbbbf42-f41d-4308-84c2-d3a22745eb4d [pid: 8|app: 0|req: 909/1843] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:22:02 2026] PUT /v2.0/routers/90c73f48-3fd1-405a-ab1f-aa2b9418c9e7/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:03.346 8 INFO neutron.db.segments_db [None req-2e331b6d-63b5-4be1-b84f-4b0c8efdcf16 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Added segment 7b19c868-3c35-4961-a417-0e10693a4729 of type vxlan for network f3cadf25-db95-46b0-b1c3-5d1502ab9b16 2026-05-28 00:22:03.636 8 INFO neutron.db.l3_hamode_db [None req-2e331b6d-63b5-4be1-b84f-4b0c8efdcf16 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 935/1844] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:22:02 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/add_router_interface => generated 309 bytes in 1340 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1845] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:22:03 2026] GET /v2.0/ports/ee399148-679c-479c-8999-5cc44feacc7e => generated 1026 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:03.764 8 INFO neutron.db.l3_hamode_db [None req-2e331b6d-63b5-4be1-b84f-4b0c8efdcf16 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:22:03.935 7 INFO neutron_taas.services.taas.taas_plugin [None req-12a5c6e1-b229-4a90-b039-dcd7d3beca57 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 23f3529d-86e2-4b8f-bc86-f0c29f1b37b1 2026-05-28 00:22:03.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12a5c6e1-b229-4a90-b039-dcd7d3beca57 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 23f3529d-86e2-4b8f-bc86-f0c29f1b37b1 2026-05-28 00:22:04.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-12a5c6e1-b229-4a90-b039-dcd7d3beca57 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: a1c48020-36e9-4cc8-92bb-924042ebcb64 2026-05-28 00:22:04.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12a5c6e1-b229-4a90-b039-dcd7d3beca57 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: a1c48020-36e9-4cc8-92bb-924042ebcb64 [pid: 8|app: 0|req: 910/1846] 10.0.0.58 () {34 vars in 667 bytes} [Thu May 28 00:22:03 2026] POST /v2.0/routers => generated 474 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:04.537 7 INFO neutron.services.segments.plugin [-] Segment 38cd6776-1544-41df-82e4-b0b2e36da6fe resource provider aggregate not found 2026-05-28 00:22:04.542 7 INFO neutron.services.segments.plugin [-] Segment 38cd6776-1544-41df-82e4-b0b2e36da6fe resource provider aggregate not found 2026-05-28 00:22:04.557 7 INFO neutron.services.segments.plugin [-] Segment 38cd6776-1544-41df-82e4-b0b2e36da6fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38cd6776-1544-41df-82e4-b0b2e36da6fe found for delete ", "request_id": "req-147e7cc3-d86d-4f0c-a471-2d3dfceb0e20"}]} 2026-05-28 00:22:04.559 7 INFO neutron.services.segments.plugin [-] Segment 38cd6776-1544-41df-82e4-b0b2e36da6fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38cd6776-1544-41df-82e4-b0b2e36da6fe found for delete ", "request_id": "req-381ba783-4950-4ed4-8c46-40d4fa6f4efd"}]} 2026-05-28 00:22:04.575 7 INFO neutron.db.l3_hamode_db [None req-12a5c6e1-b229-4a90-b039-dcd7d3beca57 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network 7d5c1ded-220a-4d84-8716-7bee234c05bc was deleted as no HA routers are present in tenant 0ce0b31d3e5746e98ae73a8f713feb1d. [pid: 7|app: 0|req: 937/1847] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:03 2026] DELETE /v2.0/routers/90c73f48-3fd1-405a-ab1f-aa2b9418c9e7 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:22:05.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-f674ec40-33b0-4fc0-b73c-0ec19ddfc94a 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: ee399148-679c-479c-8999-5cc44feacc7e 2026-05-28 00:22:05.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f674ec40-33b0-4fc0-b73c-0ec19ddfc94a 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: ee399148-679c-479c-8999-5cc44feacc7e [pid: 8|app: 0|req: 911/1848] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:22:04 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/add_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:05.859 8 INFO neutron.db.l3_hamode_db [None req-c1fb2d86-4093-4365-8a88-9622bc81902a 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 938/1849] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:22:04 2026] PUT /v2.0/routers/f6224596-9213-4f4d-b716-a3401184ae18/remove_router_interface => generated 309 bytes in 1325 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-05-28 00:22:06.001 8 INFO neutron.db.l3_hamode_db [None req-c1fb2d86-4093-4365-8a88-9622bc81902a 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1850] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:05 2026] DELETE /v2.0/subnets/94cd5c7c-ddd0-4a6d-b454-26509465faf7 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1851] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:22:06 2026] POST /v2.0/security-groups => generated 1628 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:22:06.348 7 INFO neutron.api.v2.resource [None req-255cf791-4243-4f3f-b3d4-6cec9b2721c4 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 941/1852] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:22:06 2026] PUT /v2.0/routers/f6224596-9213-4f4d-b716-a3401184ae18/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:22:06.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-1344abdd-43cf-4425-955b-6aa88e9c481d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 6532fd10-1bcd-44c4-8db4-62209f39f844 2026-05-28 00:22:06.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1344abdd-43cf-4425-955b-6aa88e9c481d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 6532fd10-1bcd-44c4-8db4-62209f39f844 [pid: 8|app: 0|req: 912/1853] 10.0.0.58 () {34 vars in 667 bytes} [Thu May 28 00:22:05 2026] POST /v2.0/routers => generated 474 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:06.639 7 INFO neutron.services.segments.plugin [-] Segment 533f6129-fb10-4011-98ba-0e0cafff90b3 resource provider aggregate not found 2026-05-28 00:22:06.646 7 INFO neutron.services.segments.plugin [-] Segment 533f6129-fb10-4011-98ba-0e0cafff90b3 resource provider aggregate not found 2026-05-28 00:22:06.663 7 INFO neutron.services.segments.plugin [-] Segment 533f6129-fb10-4011-98ba-0e0cafff90b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 533f6129-fb10-4011-98ba-0e0cafff90b3 found for delete ", "request_id": "req-59b5caa3-7380-4fb1-947a-a202ca929cf0"}]} [pid: 7|app: 0|req: 942/1856] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:22:06 2026] DELETE /v2.0/networks/29598169-99a5-4ff5-8c9a-74de29f7ee4d => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:22:06.676 7 INFO neutron.services.segments.plugin [-] Segment 533f6129-fb10-4011-98ba-0e0cafff90b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 533f6129-fb10-4011-98ba-0e0cafff90b3 found for delete ", "request_id": "req-4143b508-2974-4000-809c-64b5ff5f96fb"}]} [pid: 7|app: 0|req: 943/1857] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:06 2026] GET /v2.0/ports?device_id=f6224596-9213-4f4d-b716-a3401184ae18 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:06.740 7 INFO neutron.db.l3_hamode_db [None req-461d0ae8-08da-4948-b021-62ac7c80a6fd 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 915/1858] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:06.861 7 INFO neutron.db.l3_hamode_db [None req-461d0ae8-08da-4948-b021-62ac7c80a6fd 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:22:06.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd83a1a2-9f59-44f4-b375-40286b435671 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: 8338572f-d070-4a97-90ab-4153e31e4d16 2026-05-28 00:22:06.904 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd83a1a2-9f59-44f4-b375-40286b435671 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: 8338572f-d070-4a97-90ab-4153e31e4d16 2026-05-28 00:22:07.223 8 INFO neutron.services.segments.plugin [-] Segment d73cc2b1-fbcf-480c-9c65-9b7b416dbbb1 resource provider aggregate not found 2026-05-28 00:22:07.230 8 INFO neutron.services.segments.plugin [-] Segment d73cc2b1-fbcf-480c-9c65-9b7b416dbbb1 resource provider aggregate not found 2026-05-28 00:22:07.238 8 INFO neutron.services.segments.plugin [-] Segment d73cc2b1-fbcf-480c-9c65-9b7b416dbbb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d73cc2b1-fbcf-480c-9c65-9b7b416dbbb1 found for delete ", "request_id": "req-3a2270a8-f258-4fa5-a70e-4231a1d63d5a"}]} 2026-05-28 00:22:07.252 8 INFO neutron.services.segments.plugin [-] Segment d73cc2b1-fbcf-480c-9c65-9b7b416dbbb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d73cc2b1-fbcf-480c-9c65-9b7b416dbbb1 found for delete ", "request_id": "req-c3e25b8c-7ad4-49c0-aee2-b2563bd97eef"}]} 2026-05-28 00:22:07.259 8 INFO neutron.db.l3_hamode_db [None req-fd83a1a2-9f59-44f4-b375-40286b435671 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] HA network 07c86454-d43e-49d0-93de-99b7c56f6943 was deleted as no HA routers are present in tenant 20ca0d154b414a0ab82eff429e6ad397. [pid: 8|app: 0|req: 916/1859] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:06 2026] DELETE /v2.0/routers/f6224596-9213-4f4d-b716-a3401184ae18 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1860] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1861] 10.0.0.58 () {34 vars in 667 bytes} [Thu May 28 00:22:06 2026] POST /v2.0/routers => generated 474 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1862] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:07 2026] GET /v2.0/security-groups?tenant_id=0ce0b31d3e5746e98ae73a8f713feb1d&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1863] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:07 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1864] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:07 2026] DELETE /v2.0/subnets/dc10e5b5-04a2-43c5-9bed-bc24ef4534bf => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:22:07.562 8 INFO neutron.db.l3_hamode_db [None req-be244195-8228-443d-8df5-62b33735824c 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 946/1865] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:07 2026] DELETE /v2.0/security-groups/54c0650c-adb7-4a08-8eba-dfa26b49677d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:22:07.653 8 INFO neutron.db.l3_hamode_db [None req-be244195-8228-443d-8df5-62b33735824c 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 947/1866] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1867] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:22:07 2026] DELETE /v2.0/networks/8f2ce83d-1a9f-4806-987c-bc9b96853831 => 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: 949/1868] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:08.035 7 INFO neutron.db.segments_db [None req-3bc3adb0-2e4e-4b13-a678-cbd6267cf8fd 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment d89534ce-df7a-428c-b201-e8322b8afb5d of type vxlan for network ca0a1932-875e-4799-9848-88d8ac54862d [pid: 7|app: 0|req: 950/1869] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:22:07 2026] POST /v2.0/networks => generated 628 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1870] 10.0.0.58 () {34 vars in 667 bytes} [Thu May 28 00:22:07 2026] POST /v2.0/routers => generated 474 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1871] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:08.346 7 INFO neutron.db.l3_hamode_db [None req-12305626-9b83-4db5-8183-2bf4f45d38e8 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 921/1872] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:22:08 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:08.481 7 INFO neutron.db.l3_hamode_db [None req-12305626-9b83-4db5-8183-2bf4f45d38e8 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 922/1873] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:08.600 8 INFO neutron.db.segments_db [None req-e8643ee0-88d1-44b6-bf16-52d59e4fb3c2 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment 300fe602-9b68-4b25-b938-b0aa6f149c2e of type vxlan for network 826303b4-cfe4-45c2-b7e8-2a454e747625 2026-05-28 00:22:08.684 7 INFO neutron.services.segments.plugin [-] Segment bc8d12ac-63cb-4f45-825f-45021594c98b resource provider aggregate not found 2026-05-28 00:22:08.703 7 INFO neutron.services.segments.plugin [-] Segment bc8d12ac-63cb-4f45-825f-45021594c98b resource provider aggregate not found 2026-05-28 00:22:08.709 7 INFO neutron.services.segments.plugin [-] Segment bc8d12ac-63cb-4f45-825f-45021594c98b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc8d12ac-63cb-4f45-825f-45021594c98b found for delete ", "request_id": "req-ee24e83e-57b3-47f4-818e-756335a7c5e7"}]} 2026-05-28 00:22:08.728 7 INFO neutron.services.segments.plugin [-] Segment bc8d12ac-63cb-4f45-825f-45021594c98b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc8d12ac-63cb-4f45-825f-45021594c98b found for delete ", "request_id": "req-04193fbb-7dcb-4d8c-bebe-cbfeb729e2a0"}]} 2026-05-28 00:22:08.900 8 INFO neutron.db.l3_hamode_db [None req-e8643ee0-88d1-44b6-bf16-52d59e4fb3c2 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:22:09.047 8 INFO neutron.db.l3_hamode_db [None req-e8643ee0-88d1-44b6-bf16-52d59e4fb3c2 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 952/1874] 10.0.0.58 () {34 vars in 667 bytes} [Thu May 28 00:22:08 2026] POST /v2.0/routers => generated 474 bytes in 843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1875] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1876] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:22:09 2026] PUT /v2.0/routers/b68c1d43-26f3-45d6-a908-6f9b1818f161/tags => generated 17 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1877] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1878] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:22:09 2026] PUT /v2.0/routers/bf62560f-431d-4ec3-bfdb-58aee1a3cd1f/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1879] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1880] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:22:09 2026] PUT /v2.0/routers/b88121f8-4f0c-4cce-a652-d0a397cca688/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1881] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1882] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:22:08 2026] POST /v2.0/routers => generated 506 bytes in 1677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1883] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:22:10 2026] PUT /v2.0/routers/256f788c-a428-4792-913b-46ed376d43ea/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1884] 10.0.0.58 () {32 vars in 663 bytes} [Thu May 28 00:22:10 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1885] 10.0.0.58 () {32 vars in 677 bytes} [Thu May 28 00:22:10 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1886] 10.0.0.58 () {32 vars in 673 bytes} [Thu May 28 00:22:10 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1887] 10.0.0.152 () {34 vars in 1096 bytes} [Thu May 28 00:22:10 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1815851574&fields=id&tenant_id=779f9a9ad3794ed9966281c98bc1e7d3 => 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: 965/1888] 10.0.0.58 () {32 vars in 685 bytes} [Thu May 28 00:22:10 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:10.928 7 INFO neutron.db.segments_db [None req-6f1b20fb-a3c2-40aa-b447-330f098c587f 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Added segment d3612682-394c-4ba6-9007-e3fd4a443ae4 of type vxlan for network 700021c9-570c-4316-b083-eef7fdeb3476 [pid: 7|app: 0|req: 966/1889] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:22:10 2026] POST /v2.0/networks => generated 633 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1890] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:22:11 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 704 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1891] 10.0.0.58 () {32 vars in 671 bytes} [Thu May 28 00:22:11 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:11.170 7 INFO neutron.db.segments_db [None req-576f1df9-2674-4faf-bb30-4285e4988527 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Added segment 03076fe4-167c-4925-9f91-68fbbc4277af of type vxlan for network eb369081-8af2-49a8-a504-aa6e41144404 [pid: 8|app: 0|req: 924/1892] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:22:10 2026] PUT /v2.0/routers/66ca146e-009d-4c5d-a3ed-c7890eae6187/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1893] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:22:11 2026] GET /v2.0/quotas/779f9a9ad3794ed9966281c98bc1e7d3 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:11.383 7 INFO neutron.db.l3_hamode_db [None req-576f1df9-2674-4faf-bb30-4285e4988527 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 926/1894] 10.0.0.58 () {32 vars in 685 bytes} [Thu May 28 00:22:11 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1895] 10.0.0.58 () {32 vars in 716 bytes} [Thu May 28 00:22:11 2026] GET /v2.0/ports/e59c0cdc-f8ba-4f9a-984b-9d5cd6fad897 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1896] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:22:11 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&fields=id => generated 241 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1897] 10.0.0.58 () {32 vars in 681 bytes} [Thu May 28 00:22:11 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:12.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-481cd199-7d77-4e26-86e3-b17066709474 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: e59c0cdc-f8ba-4f9a-984b-9d5cd6fad897 2026-05-28 00:22:12.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-481cd199-7d77-4e26-86e3-b17066709474 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: e59c0cdc-f8ba-4f9a-984b-9d5cd6fad897 2026-05-28 00:22:12.049 7 INFO neutron.db.l3_hamode_db [None req-576f1df9-2674-4faf-bb30-4285e4988527 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 930/1898] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:22:11 2026] PUT /v2.0/routers/66ca146e-009d-4c5d-a3ed-c7890eae6187/remove_router_interface => generated 309 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1899] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:22:12 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 932/1900] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:22:12 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1901] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:12 2026] GET /v2.0/ports?device_id=66ca146e-009d-4c5d-a3ed-c7890eae6187 => 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: 934/1902] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:22:12 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 969/1903] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:22:11 2026] POST /v2.0/routers => generated 695 bytes in 1531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1904] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:22:12 2026] GET /v2.0/routers/b68c1d43-26f3-45d6-a908-6f9b1818f161 => generated 485 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1905] 10.0.0.58 () {32 vars in 775 bytes} [Thu May 28 00:22:12 2026] GET /v2.0/subnets?project_id=15d83298631b415a88910f615a5956b6&cidr=10.100.0.0%2F28 => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:12.839 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ae992e1-a998-49ca-a52c-d4290d467ab1 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: 47361523-97ad-4e4b-89e8-f3828c7dc96d 2026-05-28 00:22:12.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ae992e1-a998-49ca-a52c-d4290d467ab1 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: 47361523-97ad-4e4b-89e8-f3828c7dc96d 2026-05-28 00:22:13.186 7 INFO neutron.services.segments.plugin [-] Segment 300fe602-9b68-4b25-b938-b0aa6f149c2e resource provider aggregate not found 2026-05-28 00:22:13.199 7 INFO neutron.services.segments.plugin [-] Segment 300fe602-9b68-4b25-b938-b0aa6f149c2e resource provider aggregate not found 2026-05-28 00:22:13.207 7 INFO neutron.services.segments.plugin [-] Segment 300fe602-9b68-4b25-b938-b0aa6f149c2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 300fe602-9b68-4b25-b938-b0aa6f149c2e found for delete ", "request_id": "req-52a0298a-6276-4d39-829f-ec921d11ba9f"}]} 2026-05-28 00:22:13.221 7 INFO neutron.services.segments.plugin [-] Segment 300fe602-9b68-4b25-b938-b0aa6f149c2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 300fe602-9b68-4b25-b938-b0aa6f149c2e found for delete ", "request_id": "req-a03232ae-c743-49a5-a5bf-3cdd4178e701"}]} 2026-05-28 00:22:13.228 7 INFO neutron.db.l3_hamode_db [None req-8ae992e1-a998-49ca-a52c-d4290d467ab1 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] HA network 826303b4-cfe4-45c2-b7e8-2a454e747625 was deleted as no HA routers are present in tenant 20ca0d154b414a0ab82eff429e6ad397. [pid: 7|app: 0|req: 970/1906] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:12 2026] DELETE /v2.0/routers/66ca146e-009d-4c5d-a3ed-c7890eae6187 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1907] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:13 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => 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: 972/1908] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:22:13 2026] GET /v2.0/networks?router%3Aexternal=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: 937/1909] 10.0.0.58 () {34 vars in 741 bytes} [Thu May 28 00:22:12 2026] PUT /v2.0/routers/b68c1d43-26f3-45d6-a908-6f9b1818f161 => generated 485 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1910] 10.0.0.58 () {32 vars in 783 bytes} [Thu May 28 00:22:13 2026] GET /v2.0/subnets?network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5&cidr=10.100.0.0%2F28 => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1911] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:13 2026] GET /v2.0/ports?device_id=b68c1d43-26f3-45d6-a908-6f9b1818f161 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1912] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:13 2026] DELETE /v2.0/subnets/9a122c46-723c-4f5d-9671-6badef130a2c => 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: 940/1913] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:22:13 2026] POST /v2.0/subnets => generated 657 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:13.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-82f790a2-e5d4-446c-be67-d63907e226c4 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] TaaS: Handle Delete Port: 829db0d5-8da9-4c2f-8381-50e3d86e6bb5 2026-05-28 00:22:13.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82f790a2-e5d4-446c-be67-d63907e226c4 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Tap Mirror: Handle Delete Port: 829db0d5-8da9-4c2f-8381-50e3d86e6bb5 2026-05-28 00:22:13.722 8 INFO neutron.services.segments.plugin [-] Segment d89534ce-df7a-428c-b201-e8322b8afb5d resource provider aggregate not found 2026-05-28 00:22:13.733 8 INFO neutron.services.segments.plugin [-] Segment d89534ce-df7a-428c-b201-e8322b8afb5d resource provider aggregate not found 2026-05-28 00:22:13.752 8 INFO neutron.services.segments.plugin [-] Segment d89534ce-df7a-428c-b201-e8322b8afb5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89534ce-df7a-428c-b201-e8322b8afb5d found for delete ", "request_id": "req-88aaff5f-cc13-4e33-b608-e8373a481d8f"}]} [pid: 8|app: 0|req: 941/1914] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:22:13 2026] DELETE /v2.0/networks/ca0a1932-875e-4799-9848-88d8ac54862d => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:22:13.764 8 INFO neutron.services.segments.plugin [-] Segment d89534ce-df7a-428c-b201-e8322b8afb5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d89534ce-df7a-428c-b201-e8322b8afb5d found for delete ", "request_id": "req-0c677e7d-7dd6-43ad-8177-4a9cd196a2d0"}]} [pid: 7|app: 0|req: 974/1915] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:13 2026] DELETE /v2.0/routers/b68c1d43-26f3-45d6-a908-6f9b1818f161 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:22:13.910 7 INFO neutron.db.segments_db [None req-b1e4a821-05a9-45a0-a2e2-15acae375034 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Added segment da2eb0bc-ff60-4e73-9b47-3cef2ccd64b2 of type vxlan for network 39a66846-e7b4-4426-9ba4-0f22de867efd 2026-05-28 00:22:14.133 7 INFO neutron.db.l3_hamode_db [None req-b1e4a821-05a9-45a0-a2e2-15acae375034 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:22:14.944 7 INFO neutron.db.l3_hamode_db [None req-b1e4a821-05a9-45a0-a2e2-15acae375034 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 942/1916] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:22:13 2026] PUT /v2.0/routers/c54e7dbf-ff5d-46a6-b839-9294f3f2f71b/add_router_interface => generated 309 bytes in 1344 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1917] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:22:15 2026] GET /v2.0/routers/bf62560f-431d-4ec3-bfdb-58aee1a3cd1f => generated 493 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1918] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:22:15 2026] GET /v2.0/networks => generated 8055 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1919] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:22:13 2026] POST /v2.0/routers => generated 687 bytes in 1857 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1920] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:22:15 2026] GET /v2.0/subnets => generated 8663 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1921] 10.0.0.58 () {34 vars in 741 bytes} [Thu May 28 00:22:15 2026] PUT /v2.0/routers/bf62560f-431d-4ec3-bfdb-58aee1a3cd1f => generated 493 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1922] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:22:15 2026] GET /v2.0/routers/ebc81047-bdec-4e89-82ac-240e9e51e05f => generated 693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1923] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:15 2026] GET /v2.0/ports?device_id=bf62560f-431d-4ec3-bfdb-58aee1a3cd1f => 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: 946/1924] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:22:15 2026] GET /v2.0/routers => generated 4228 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1925] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:22:15 2026] GET /v2.0/routers => generated 696 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:16.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc7fe40e-7312-4940-b6e8-42213ce72645 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] TaaS: Handle Delete Port: ec7cb5dc-7436-43c1-bc1d-0835f541b253 2026-05-28 00:22:16.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc7fe40e-7312-4940-b6e8-42213ce72645 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Tap Mirror: Handle Delete Port: ec7cb5dc-7436-43c1-bc1d-0835f541b253 [pid: 7|app: 0|req: 980/1926] 10.0.0.58 () {34 vars in 740 bytes} [Thu May 28 00:22:15 2026] PUT /v2.0/routers/ebc81047-bdec-4e89-82ac-240e9e51e05f => generated 700 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1927] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:15 2026] DELETE /v2.0/routers/bf62560f-431d-4ec3-bfdb-58aee1a3cd1f => generated 0 bytes in 390 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1928] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:22:16 2026] GET /v2.0/routers/ebc81047-bdec-4e89-82ac-240e9e51e05f => generated 700 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1929] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:22:16 2026] GET /v2.0/routers/b88121f8-4f0c-4cce-a652-d0a397cca688 => generated 502 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1930] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:16 2026] GET /v2.0/ports?device_id=ebc81047-bdec-4e89-82ac-240e9e51e05f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1931] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:22:16 2026] POST /v2.0/security-groups => generated 1675 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:22:16.659 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ee75c71-ef16-41e2-a88d-e92ff650d298 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: 3c42a1d8-4ebf-4789-a1ed-52b1b297bbc8 2026-05-28 00:22:16.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ee75c71-ef16-41e2-a88d-e92ff650d298 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: 3c42a1d8-4ebf-4789-a1ed-52b1b297bbc8 [pid: 8|app: 0|req: 951/1932] 10.0.0.58 () {34 vars in 741 bytes} [Thu May 28 00:22:16 2026] PUT /v2.0/routers/b88121f8-4f0c-4cce-a652-d0a397cca688 => generated 502 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:16.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ee75c71-ef16-41e2-a88d-e92ff650d298 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] TaaS: Handle Delete Port: e21424a3-baee-4a51-a2cb-7fab9fea71be 2026-05-28 00:22:16.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ee75c71-ef16-41e2-a88d-e92ff650d298 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] Tap Mirror: Handle Delete Port: e21424a3-baee-4a51-a2cb-7fab9fea71be [pid: 8|app: 0|req: 952/1933] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1934] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:17 2026] GET /v2.0/ports?device_id=b88121f8-4f0c-4cce-a652-d0a397cca688 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1935] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:22:17 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1936] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:17.289 7 INFO neutron.services.segments.plugin [-] Segment da2eb0bc-ff60-4e73-9b47-3cef2ccd64b2 resource provider aggregate not found 2026-05-28 00:22:17.290 7 INFO neutron.services.segments.plugin [-] Segment da2eb0bc-ff60-4e73-9b47-3cef2ccd64b2 resource provider aggregate not found 2026-05-28 00:22:17.311 7 INFO neutron.db.l3_hamode_db [None req-3ee75c71-ef16-41e2-a88d-e92ff650d298 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] HA network 39a66846-e7b4-4426-9ba4-0f22de867efd was deleted as no HA routers are present in tenant 20ca0d154b414a0ab82eff429e6ad397. 2026-05-28 00:22:17.312 7 INFO neutron.services.segments.plugin [-] Segment da2eb0bc-ff60-4e73-9b47-3cef2ccd64b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da2eb0bc-ff60-4e73-9b47-3cef2ccd64b2 found for delete ", "request_id": "req-39c2d695-8ae4-454a-b841-71435db02c6c"}]} 2026-05-28 00:22:17.319 7 INFO neutron.services.segments.plugin [-] Segment da2eb0bc-ff60-4e73-9b47-3cef2ccd64b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da2eb0bc-ff60-4e73-9b47-3cef2ccd64b2 found for delete ", "request_id": "req-6e364fae-f222-4941-b77b-7311062e2a09"}]} [pid: 7|app: 0|req: 982/1937] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:16 2026] DELETE /v2.0/routers/ebc81047-bdec-4e89-82ac-240e9e51e05f => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1938] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:22:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=779f9a9ad3794ed9966281c98bc1e7d3 => generated 179 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:17.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-18761a6a-dd7f-47cd-974d-89c98bfc4a35 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] TaaS: Handle Delete Port: 5eecc909-52af-48e6-a735-3aa0109246f6 2026-05-28 00:22:17.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18761a6a-dd7f-47cd-974d-89c98bfc4a35 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Tap Mirror: Handle Delete Port: 5eecc909-52af-48e6-a735-3aa0109246f6 [pid: 7|app: 0|req: 984/1939] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1940] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:17 2026] GET /v2.0/ports?device_id=ebc81047-bdec-4e89-82ac-240e9e51e05f => 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: 956/1941] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:17 2026] DELETE /v2.0/routers/b88121f8-4f0c-4cce-a652-d0a397cca688 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1942] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:17.726 8 INFO neutron.api.v2.resource [None req-13ef725d-3005-46f7-b29f-b8d9d2888786 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 958/1943] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:17 2026] DELETE /v2.0/routers/ebc81047-bdec-4e89-82ac-240e9e51e05f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1944] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:22:17 2026] GET /v2.0/routers/256f788c-a428-4792-913b-46ed376d43ea => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1945] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:22:17 2026] POST /v2.0/ports => generated 1179 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 00:22:17.812 8 INFO neutron.db.securitygroups_db [None req-f0fc4baf-00ae-4fea-bd4b-d63a21879faf 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Project 15d83298631b415a88910f615a5956b6 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: 987/1946] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:17 2026] GET /v2.0/ports?device_id=66ca146e-009d-4c5d-a3ed-c7890eae6187 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1947] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1948] 10.0.0.58 () {34 vars in 741 bytes} [Thu May 28 00:22:17 2026] PUT /v2.0/routers/256f788c-a428-4792-913b-46ed376d43ea => generated 487 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:18.334 7 INFO neutron.api.v2.resource [None req-1563aed4-bf3d-47a7-8e37-0824608f4ee6 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 989/1949] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/routers/66ca146e-009d-4c5d-a3ed-c7890eae6187 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:22:18.364 7 INFO neutron.db.securitygroups_db [None req-6045687b-8c6f-452d-86a1-2e0aa19f1d94 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Project 15d83298631b415a88910f615a5956b6 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: 961/1950] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:22:17 2026] PUT /v2.0/ports/fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => generated 1460 bytes in 495 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: 962/1951] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/ports?device_id=256f788c-a428-4792-913b-46ed376d43ea => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:18.451 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86da8a30-c2d4-470c-8b4c-0afc2bc0777c'] response: {'name': 'network-changed', 'server_uuid': '7b63ef12-884a-41ae-b3ae-efc13ef6f2d8', 'tag': 'fbdbf063-cc40-4c2b-85fe-43bac95ed0c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 963/1952] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1194 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:18.512 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29366eae-fb52-4dad-b04b-8434770f44b0 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 964/1953] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/subnets/9a122c46-723c-4f5d-9671-6badef130a2c => 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: 990/1954] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1955] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1956] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/ports?device_id=f6224596-9213-4f4d-b716-a3401184ae18 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:18.645 7 INFO neutron.api.v2.resource [None req-cf899e79-3d99-417f-a48e-0fb8e3707894 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/1957] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/routers/f6224596-9213-4f4d-b716-a3401184ae18 => generated 135 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:22:18.661 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd801570-139d-4b79-9196-ccfbf1b554cd 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/1958] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/subnets/dc10e5b5-04a2-43c5-9bed-bc24ef4534bf => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1959] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/ports?device_id=2c07672e-192e-4868-9b41-f92f4ada64da => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:18.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-35f04e26-b679-4ef9-9dc7-2b1e70d7a71a 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] TaaS: Handle Delete Port: d4639331-f48f-4ba4-ac38-4c28a7040950 2026-05-28 00:22:18.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35f04e26-b679-4ef9-9dc7-2b1e70d7a71a 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Tap Mirror: Handle Delete Port: d4639331-f48f-4ba4-ac38-4c28a7040950 2026-05-28 00:22:18.713 7 INFO neutron.api.v2.resource [None req-733bae6b-b305-4f50-863e-9f87785427c6 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 996/1960] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/routers/2c07672e-192e-4868-9b41-f92f4ada64da => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:22:18.725 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24c705d6-fff2-497f-bad0-c80b9a1a973d 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/1961] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/subnets/a2242977-20d6-4015-bc87-67e3b8ad30d0 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:22:18.742 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a86c1d8-591b-453a-b354-484ea0794d46 8ae3fa254dd64afbaa1474dce669025d 20ca0d154b414a0ab82eff429e6ad397 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 998/1962] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/subnets/913cb131-06e6-42b4-8d48-6b90dc367ec2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1963] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:18 2026] DELETE /v2.0/routers/256f788c-a428-4792-913b-46ed376d43ea => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1964] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/routers/ed9d9e6e-b543-4a01-a710-9afe20821108 => generated 480 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1965] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1966] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:22:18 2026] GET /v2.0/networks => generated 1298 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1967] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/networks?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1968] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1969] 10.0.0.152 () {34 vars in 1100 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1001322723&fields=id&tenant_id=15d83298631b415a88910f615a5956b6 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1970] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/networks?id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1971] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/quotas/15d83298631b415a88910f615a5956b6 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1972] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/security-groups?tenant_id=20ca0d154b414a0ab82eff429e6ad397&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1973] 10.0.0.58 () {34 vars in 741 bytes} [Thu May 28 00:22:19 2026] PUT /v2.0/routers/ed9d9e6e-b543-4a01-a710-9afe20821108 => generated 480 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1974] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1975] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/ports?device_id=ed9d9e6e-b543-4a01-a710-9afe20821108 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1976] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:19 2026] DELETE /v2.0/security-groups/0fd2e8bc-b35e-48bf-8105-5043d6db0520 => 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: 1008/1977] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1009/1978] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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-05-28 00:22:19.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0eca492-0f21-4d4d-9bc9-1a982f6a0f86 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] TaaS: Handle Delete Port: b316a102-2c8a-4ce3-ad4e-e4015bbd6e74 2026-05-28 00:22:19.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0eca492-0f21-4d4d-9bc9-1a982f6a0f86 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] Tap Mirror: Handle Delete Port: b316a102-2c8a-4ce3-ad4e-e4015bbd6e74 [pid: 7|app: 0|req: 1010/1979] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:19 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:20.117 8 INFO neutron.services.segments.plugin [-] Segment 7b19c868-3c35-4961-a417-0e10693a4729 resource provider aggregate not found 2026-05-28 00:22:20.125 8 INFO neutron.services.segments.plugin [-] Segment 7b19c868-3c35-4961-a417-0e10693a4729 resource provider aggregate not found 2026-05-28 00:22:20.135 8 INFO neutron.services.segments.plugin [-] Segment 7b19c868-3c35-4961-a417-0e10693a4729 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b19c868-3c35-4961-a417-0e10693a4729 found for delete ", "request_id": "req-e7272273-b992-4c52-a800-0f67df38142a"}]} 2026-05-28 00:22:20.146 8 INFO neutron.services.segments.plugin [-] Segment 7b19c868-3c35-4961-a417-0e10693a4729 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b19c868-3c35-4961-a417-0e10693a4729 found for delete ", "request_id": "req-0b921acb-de64-471e-87c0-927835103922"}]} 2026-05-28 00:22:20.154 8 INFO neutron.db.l3_hamode_db [None req-b0eca492-0f21-4d4d-9bc9-1a982f6a0f86 390b7ab7b71846598321d49af9946714 3088d4d25ff74f7bb09e3b0c0456b7e2 - - default default] HA network f3cadf25-db95-46b0-b1c3-5d1502ab9b16 was deleted as no HA routers are present in tenant 3088d4d25ff74f7bb09e3b0c0456b7e2. [pid: 8|app: 0|req: 970/1980] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:22:19 2026] DELETE /v2.0/routers/ed9d9e6e-b543-4a01-a710-9afe20821108 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1981] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1982] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1983] 199.204.45.138 () {34 vars in 1102 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A59&port_id=fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => 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: 972/1984] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/subnets?id=e036a19c-ebc1-467f-aad6-87ac062ce319&id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1985] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 973/1986] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1987] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 974/1988] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1989] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:20 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 12 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1992] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:21 2026] GET /v2.0/security-groups?tenant_id=3088d4d25ff74f7bb09e3b0c0456b7e2&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1993] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:21 2026] DELETE /v2.0/security-groups/a5ed0e0d-c05d-4557-bcfd-1349451ca1c7 => 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: 1019/1994] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:21 2026] GET /v2.0/security-groups?tenant_id=1595c39817d7427a8ecc4004a017da9d&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1995] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:21 2026] DELETE /v2.0/security-groups/f204e344-f5fb-4e23-82f3-608860320248 => 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: 976/1996] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:22:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1997] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:21 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1998] 10.0.0.58 () {34 vars in 757 bytes} [Thu May 28 00:22:21 2026] PUT /v2.0/security-groups/c59197a1-fb96-4655-8e4d-00c02a907107 => generated 1662 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1999] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:21 2026] GET /v2.0/security-groups?tenant_id=c849a62313e9463b8b186063f195a8a0&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2000] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:22:22 2026] GET /v2.0/security-groups/c59197a1-fb96-4655-8e4d-00c02a907107 => generated 1662 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2001] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:22 2026] DELETE /v2.0/security-groups/6d95547f-e4c1-463f-96bb-40827bab17d8 => 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: 1024/2002] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:22 2026] DELETE /v2.0/security-groups/c59197a1-fb96-4655-8e4d-00c02a907107 => 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: 979/2003] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:22.213 7 INFO neutron.api.v2.resource [None req-fc281579-73c5-4602-aef8-e8a488360d0d c7e615366bf648d2baf11b91af5341e8 d374e6f62fc7440a88b640629d0f8691 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/2004] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:22 2026] DELETE /v2.0/security-groups/c59197a1-fb96-4655-8e4d-00c02a907107 => 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: 980/2005] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:22:22 2026] POST /v2.0/security-groups => generated 1624 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2006] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:22 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 981/2007] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2008] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:22:22 2026] GET /v2.0/security-group-rules/3a27e4cf-aa40-43d5-a877-8d78f4ba175b => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2009] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:22 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2010] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:22:22 2026] DELETE /v2.0/security-group-rules/3a27e4cf-aa40-43d5-a877-8d78f4ba175b => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2011] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2012] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2013] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:22:22 2026] GET /v2.0/security-group-rules/e8e8a4cd-c5ab-49e7-9238-f696593ec1df => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2014] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:22 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) [pid: 8|app: 0|req: 985/2015] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:22:22 2026] DELETE /v2.0/security-group-rules/e8e8a4cd-c5ab-49e7-9238-f696593ec1df => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2016] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:23.117 8 INFO neutron.db.securitygroups_db [None req-0961a8eb-d7ee-4750-9e31-c22c7302e14a c7e615366bf648d2baf11b91af5341e8 d374e6f62fc7440a88b640629d0f8691 - - default default] Project d374e6f62fc7440a88b640629d0f8691 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: 986/2017] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:23 2026] POST /v2.0/security-group-rules => generated 607 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2018] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/security-group-rules/c025866a-b28b-4df5-a11e-fd0f79176be5 => generated 607 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2019] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2020] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:22:23 2026] DELETE /v2.0/security-group-rules/c025866a-b28b-4df5-a11e-fd0f79176be5 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2021] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2022] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 989/2023] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:23 2026] DELETE /v2.0/security-groups/fef1566c-2042-4794-b56c-2f6630985a99 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2024] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2025] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:23 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: 7|app: 0|req: 1036/2026] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1194 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2027] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:23 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&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: 1037/2028] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:22:24 2026] GET /v2.0/networks?id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2029] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:22:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=15d83298631b415a88910f615a5956b6 => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2030] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:24 2026] GET /v2.0/security-groups?tenant_id=d374e6f62fc7440a88b640629d0f8691&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2031] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:24 2026] DELETE /v2.0/security-groups/40428f44-a378-4a15-ace5-ed1457519fa6 => 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: 1038/2032] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:22:24 2026] POST /v2.0/ports => generated 958 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1039/2033] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:24 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 961 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2034] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:24 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&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: 995/2035] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:22:24 2026] PUT /v2.0/ports/86ed1f80-63af-4b00-a951-7ec6b16d6dda => generated 1239 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:25.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-754c43c0-ccbe-4e12-8d0c-072830dad66f'] response: {'name': 'network-changed', 'server_uuid': '821b10b3-f67c-4b85-a043-49cb9dea4378', 'tag': '86ed1f80-63af-4b00-a951-7ec6b16d6dda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1041/2036] 10.0.0.58 () {34 vars in 677 bytes} [Thu May 28 00:22:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 158 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: 996/2037] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:22:25 2026] PUT /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/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: 997/2038] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2039] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2040] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/networks?tenant_id=15d83298631b415a88910f615a5956b6&shared=False => 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: 1043/2041] 10.0.0.58 () {34 vars in 763 bytes} [Thu May 28 00:22:25 2026] PUT /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/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: 999/2042] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2043] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/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: 1045/2044] 10.0.0.58 () {34 vars in 759 bytes} [Thu May 28 00:22:25 2026] PUT /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2045] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2046] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2047] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2048] 10.0.0.58 () {34 vars in 781 bytes} [Thu May 28 00:22:25 2026] PUT /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2049] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:25 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/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: 1048/2050] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:22:25 2026] PUT /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/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: 1003/2051] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2052] 10.0.0.58 () {32 vars in 740 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:22:26.137 8 INFO neutron.api.v2.resource [None req-0ea81ef7-151a-40fb-85c3-e68bec9e6f47 51528f7736df4d4482dbebf26ab1f3df 3c9018c80f0f450b82586a091ccea8da - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/2053] 10.0.0.58 () {32 vars in 744 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2054] 10.0.0.58 () {32 vars in 743 bytes} [Thu May 28 00:22:26 2026] DELETE /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2055] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:26.299 7 INFO neutron.api.v2.resource [None req-ffa3d6c7-c8a0-497d-bce9-af0e6bcb8b20 51528f7736df4d4482dbebf26ab1f3df 3c9018c80f0f450b82586a091ccea8da - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1052/2056] 10.0.0.58 () {32 vars in 747 bytes} [Thu May 28 00:22:26 2026] DELETE /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2057] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:26 2026] DELETE /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2058] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2059] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:22:26 2026] DELETE /v2.0/qos/policies/5e6e0f8c-580e-4467-8e84-f78bb77ad7c0 => 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: 1005/2060] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:22:26 2026] POST /v2.0/security-groups => generated 1625 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2061] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/security-groups => generated 4530 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2062] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2063] 10.0.0.58 () {34 vars in 757 bytes} [Thu May 28 00:22:26 2026] PUT /v2.0/security-groups/7346bb19-5a16-49fc-8599-0d6f25ce30bc => generated 1663 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2064] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=86ed1f80-63af-4b00-a951-7ec6b16d6dda => 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: 1007/2065] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/security-groups/7346bb19-5a16-49fc-8599-0d6f25ce30bc => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2066] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/subnets?id=05ff24ad-b69e-479b-bc51-364a48e651a6 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2067] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/ports?network_id=700021c9-570c-4316-b083-eef7fdeb3476&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: 1061/2068] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1008/2069] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:26 2026] DELETE /v2.0/security-groups/7346bb19-5a16-49fc-8599-0d6f25ce30bc => 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: 1062/2070] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1009/2071] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2072] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2073] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:27.013 8 INFO neutron.api.v2.resource [None req-621098de-c1c1-4b0a-b7de-680fdc63ff5d 358cc72249954a878a23ba2bb075a51a 7f1cd9b6ce3c4c8f897b62f7c3f9f65f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1011/2074] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:27 2026] DELETE /v2.0/security-groups/7346bb19-5a16-49fc-8599-0d6f25ce30bc => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2075] 10.0.0.58 () {34 vars in 683 bytes} [Thu May 28 00:22:27 2026] POST /v2.0/security-groups => generated 1625 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2076] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2077] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-group-rules/756c162c-ba21-4727-b5f3-ff6eefc84ded => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2078] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2079] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-groups?tenant_id=576008dcd0d745b8b48ce68d6dcdf835&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2080] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:22:27 2026] DELETE /v2.0/security-group-rules/756c162c-ba21-4727-b5f3-ff6eefc84ded => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2081] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2082] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:27 2026] DELETE /v2.0/security-groups/e8382ae2-d1a6-483f-8cc5-b679958449a5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2083] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2084] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-group-rules/11765560-7c02-4b43-bf7b-116c2c50dbc0 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2085] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2086] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-groups?tenant_id=3c9018c80f0f450b82586a091ccea8da&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2087] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:22:27 2026] DELETE /v2.0/security-group-rules/11765560-7c02-4b43-bf7b-116c2c50dbc0 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2088] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2089] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:27 2026] DELETE /v2.0/security-groups/fef1d622-9d7c-4e4c-a30a-39d14b408010 => 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: 1071/2090] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:22:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2091] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-group-rules/db3f80f1-edd7-4142-9ea7-647aff0903d2 => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2092] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 1072/2093] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2094] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&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: 1073/2095] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:22:28 2026] DELETE /v2.0/security-group-rules/db3f80f1-edd7-4142-9ea7-647aff0903d2 => 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: 1023/2096] 10.0.0.58 () {32 vars in 672 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2097] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:28 2026] DELETE /v2.0/security-groups/dbdf5421-cc63-4443-94ea-d0539d674e30 => 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: 1024/2098] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2099] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2100] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1196 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2101] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2102] 10.0.0.58 () {32 vars in 817 bytes} [Thu May 28 00:22:29 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&mac_address=fa%3A16%3A3e%3Aef%3A08%3A49 => generated 1196 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2103] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:28 2026] GET /v2.0/security-groups?tenant_id=7f1cd9b6ce3c4c8f897b62f7c3f9f65f&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2104] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:29 2026] DELETE /v2.0/security-groups/da24b9fb-5a6b-4d85-8400-754864d98801 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2105] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:29 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2106] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:29 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:29.969 7 INFO neutron.db.l3_db [None req-c97b1a4e-6b17-4755-97eb-a8bbfa8e617d 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Floating IP 58ec8612-21d8-4569-a5a6-b26a97d0d2ca associated. External IP: 10.96.250.205, port: fbdbf063-cc40-4c2b-85fe-43bac95ed0c9. [pid: 7|app: 0|req: 1078/2107] 10.0.0.58 () {34 vars in 676 bytes} [Thu May 28 00:22:29 2026] POST /v2.0/floatingips => generated 855 bytes in 1185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:30.365 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ff982bf-39a6-475a-ba77-fd467933442d'] response: {'name': 'network-changed', 'server_uuid': '7b63ef12-884a-41ae-b3ae-efc13ef6f2d8', 'tag': 'fbdbf063-cc40-4c2b-85fe-43bac95ed0c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1030/2108] 10.0.0.152 () {34 vars in 1096 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1815851574&fields=id&tenant_id=779f9a9ad3794ed9966281c98bc1e7d3 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2109] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2110] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/quotas/779f9a9ad3794ed9966281c98bc1e7d3 => 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: 1079/2111] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2112] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&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: 1080/2113] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&fields=id => generated 333 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2114] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1081/2115] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2116] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2117] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2118] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => 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: 1036/2119] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2120] 199.204.45.138 () {34 vars in 1102 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A59&port_id=fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => 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: 1037/2121] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/subnets?id=e036a19c-ebc1-467f-aad6-87ac062ce319&id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2122] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2123] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2124] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2125] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1039/2126] 10.0.0.58 () {34 vars in 676 bytes} [Thu May 28 00:22:31 2026] POST /v2.0/subnetpools => generated 549 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2127] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/subnetpools/355f4ee8-eea5-4a10-8729-64bbbae84fc6 => generated 549 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2128] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:22:31 2026] PUT /v2.0/subnetpools/355f4ee8-eea5-4a10-8729-64bbbae84fc6 => generated 500 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2129] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:22:31 2026] DELETE /v2.0/subnetpools/355f4ee8-eea5-4a10-8729-64bbbae84fc6 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:22:31.585 7 INFO neutron.api.v2.resource [None req-9438a385-d316-4339-8675-753a74efc123 85042141ba6749e89bc2bb60d81d267a 6092af011ae24e1f97262055c2d65d71 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1091/2130] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/subnetpools/355f4ee8-eea5-4a10-8729-64bbbae84fc6 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:22:31.605 7 INFO neutron.api.v2.resource [None req-7b095ffc-0059-4fa9-82ef-aeb73318f8a4 85042141ba6749e89bc2bb60d81d267a 6092af011ae24e1f97262055c2d65d71 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1092/2131] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:22:31 2026] DELETE /v2.0/subnetpools/355f4ee8-eea5-4a10-8729-64bbbae84fc6 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:22:31.623 8 INFO neutron.db.segments_db [None req-c4d71c24-daa9-4492-8249-db9fd0f262b4 f80d75c4f70c4c43bf38211d55e93c18 490e8a5563a2416eb9bc738fc446f95d - - default default] Added segment 58761bec-01db-48d0-8a6e-bcb7e76eb08d of type vxlan for network dcd43c42-7f65-49ff-9f89-bea206af981d [pid: 7|app: 0|req: 1093/2132] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2133] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:22:31 2026] POST /v2.0/networks => generated 631 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2134] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:31.783 8 INFO neutron.db.segments_db [None req-7c294e3d-e343-4bae-8e4f-a75adbf12227 f80d75c4f70c4c43bf38211d55e93c18 490e8a5563a2416eb9bc738fc446f95d - - default default] Added segment 61fc2deb-9f55-497d-bb8e-48c9386addc2 of type vxlan for network 1e659a25-9402-4f3f-ab94-6e15d1ae17f5 [pid: 8|app: 0|req: 1041/2135] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:22:31 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2136] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2137] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&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: 8|app: 0|req: 1042/2138] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:22:31 2026] PUT /v2.0/networks/dcd43c42-7f65-49ff-9f89-bea206af981d/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2139] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2140] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:31 2026] GET /v2.0/networks/dcd43c42-7f65-49ff-9f89-bea206af981d/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2141] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:22:32 2026] PUT /v2.0/networks/1e659a25-9402-4f3f-ab94-6e15d1ae17f5/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2142] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:32 2026] GET /v2.0/networks/1e659a25-9402-4f3f-ab94-6e15d1ae17f5/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2143] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:32 2026] GET /v2.0/security-groups?tenant_id=6092af011ae24e1f97262055c2d65d71&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2144] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:22:32 2026] PUT /v2.0/networks/1e659a25-9402-4f3f-ab94-6e15d1ae17f5/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: 1102/2145] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:32 2026] DELETE /v2.0/security-groups/1344f58e-9f8c-491b-b827-de83dc6aa704 => 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: 1103/2146] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:32 2026] GET /v2.0/networks/1e659a25-9402-4f3f-ab94-6e15d1ae17f5/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2147] 10.0.0.58 () {32 vars in 732 bytes} [Thu May 28 00:22:32 2026] GET /v2.0/networks/dcd43c42-7f65-49ff-9f89-bea206af981d/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:22:32.804 7 INFO neutron.services.segments.plugin [-] Segment 58761bec-01db-48d0-8a6e-bcb7e76eb08d resource provider aggregate not found 2026-05-28 00:22:32.818 7 INFO neutron.services.segments.plugin [-] Segment 58761bec-01db-48d0-8a6e-bcb7e76eb08d resource provider aggregate not found 2026-05-28 00:22:32.831 7 INFO neutron.services.segments.plugin [-] Segment 58761bec-01db-48d0-8a6e-bcb7e76eb08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58761bec-01db-48d0-8a6e-bcb7e76eb08d found for delete ", "request_id": "req-33987bde-be94-4eae-b84e-8a3438c87c28"}]} 2026-05-28 00:22:32.839 7 INFO neutron.services.segments.plugin [-] Segment 58761bec-01db-48d0-8a6e-bcb7e76eb08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58761bec-01db-48d0-8a6e-bcb7e76eb08d found for delete ", "request_id": "req-56a5186b-90ba-4afb-8cbf-48a3f7389793"}]} [pid: 7|app: 0|req: 1105/2148] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:22:32 2026] DELETE /v2.0/networks/dcd43c42-7f65-49ff-9f89-bea206af981d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:22:32.878 8 INFO neutron.db.l3_db [None req-a7f77b17-dd8b-4f51-9044-eba95c6d182f 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Floating IP f48af8bc-9fd1-434d-82fe-526f66cc60f6 associated. External IP: 10.96.250.201, port: 86ed1f80-63af-4b00-a951-7ec6b16d6dda. [pid: 7|app: 0|req: 1106/2149] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:22:32 2026] DELETE /v2.0/networks/1e659a25-9402-4f3f-ab94-6e15d1ae17f5 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2150] 10.0.0.58 () {34 vars in 676 bytes} [Thu May 28 00:22:32 2026] POST /v2.0/floatingips => generated 856 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:33.249 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-acf5b1b1-5268-4979-8a01-369debe56ac9'] response: {'name': 'network-changed', 'server_uuid': '821b10b3-f67c-4b85-a043-49cb9dea4378', 'tag': '86ed1f80-63af-4b00-a951-7ec6b16d6dda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1107/2151] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2152] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2153] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/security-groups?tenant_id=490e8a5563a2416eb9bc738fc446f95d&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: 1109/2154] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/networks?id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2155] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=86ed1f80-63af-4b00-a951-7ec6b16d6dda => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2156] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/subnets?id=05ff24ad-b69e-479b-bc51-364a48e651a6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2157] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:33 2026] DELETE /v2.0/security-groups/95943033-7752-41f1-91c6-8eff565fa91d => 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: 1112/2158] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/ports?network_id=700021c9-570c-4316-b083-eef7fdeb3476&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2159] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:22:33 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2160] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:22:34 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2161] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:34 2026] GET /v2.0/security-groups?tenant_id=275680862a494d399f4fba997fc934e7&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2162] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:22:34 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2163] 10.0.0.58 () {32 vars in 622 bytes} [Thu May 28 00:22:34 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2164] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:34 2026] DELETE /v2.0/security-groups/273512b4-dd26-4c72-82cc-5179bef78c1c => 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: 1051/2165] 10.0.0.58 () {32 vars in 632 bytes} [Thu May 28 00:22:34 2026] GET /v2.0/ => generated 632 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:22:34.861 7 INFO neutron.services.segments.plugin [-] Segment 61fc2deb-9f55-497d-bb8e-48c9386addc2 resource provider aggregate not found 2026-05-28 00:22:34.864 7 INFO neutron.services.segments.plugin [-] Segment 61fc2deb-9f55-497d-bb8e-48c9386addc2 resource provider aggregate not found 2026-05-28 00:22:34.885 7 INFO neutron.services.segments.plugin [-] Segment 61fc2deb-9f55-497d-bb8e-48c9386addc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61fc2deb-9f55-497d-bb8e-48c9386addc2 found for delete ", "request_id": "req-c07cb36e-26e0-49bf-af11-ae58f921e0f6"}]} 2026-05-28 00:22:34.887 7 INFO neutron.services.segments.plugin [-] Segment 61fc2deb-9f55-497d-bb8e-48c9386addc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61fc2deb-9f55-497d-bb8e-48c9386addc2 found for delete ", "request_id": "req-c693f483-b8ce-4b5b-bf44-4a04c9eb42ea"}]} [pid: 7|app: 0|req: 1115/2166] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:34 2026] GET /v2.0/security-groups?tenant_id=e8d7333a30744c9e8f2e0bb5dd196292&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2167] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:35 2026] DELETE /v2.0/security-groups/b9c1db93-13b9-4d96-bc74-681f82cd63ee => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2168] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:22:35 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2169] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:22:35 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2170] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:22:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=779f9a9ad3794ed9966281c98bc1e7d3 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2171] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:22:35 2026] POST /v2.0/ports => generated 1183 bytes in 375 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: 1055/2172] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:36 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1198 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2173] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:36 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2176] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:22:35 2026] PUT /v2.0/ports/984284fe-71a3-483a-a64e-2c58613639c7 => generated 1464 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:36.332 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07f6a5bc-2711-48d3-a2fa-8cbf92dbd6ec'] response: {'name': 'network-changed', 'server_uuid': '664425c5-6e0f-4a8a-b038-df57f8ed70b6', 'tag': '984284fe-71a3-483a-a64e-2c58613639c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1059/2177] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:36 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1467 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1119/2178] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:22:36 2026] GET /v2.0/networks?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&shared=False => generated 2374 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2179] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:22:36 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: 7|app: 0|req: 1120/2180] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:22:37 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1465 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2181] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 28 00:22:37 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&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: 7|app: 0|req: 1121/2182] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:37 2026] GET /v2.0/security-groups?tenant_id=47f361291d354aadaf7601e33b535321&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2183] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2184] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:38 2026] DELETE /v2.0/security-groups/9e47e189-1953-4422-a2d1-164c70678cfb => 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: 1123/2185] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/security-groups?tenant_id=dfab1e2eb577423a8dec85ce6edfed3d&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2186] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:38 2026] DELETE /v2.0/security-groups/a0be644b-85b4-490f-8d75-53dfa270b6b2 => 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: 1063/2187] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=984284fe-71a3-483a-a64e-2c58613639c7 => generated 19 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2188] 199.204.45.138 () {34 vars in 1104 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A41&port_id=984284fe-71a3-483a-a64e-2c58613639c7 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2189] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/subnets?id=9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6&id=98198072-ede4-4c60-805e-f004c20a9021 => generated 1413 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2190] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2191] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2192] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2193] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:22:38 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1128/2194] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:41 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1198 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2195] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:41 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2196] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:22:46 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2197] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:22:46 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2198] 10.0.0.58 () {32 vars in 817 bytes} [Thu May 28 00:22:46 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&mac_address=fa%3A16%3A3e%3Ac1%3A4e%3Ab3 => generated 1200 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:22:47.258 8 INFO neutron.db.l3_db [None req-4b82b876-be51-4638-918b-9fc389f5f79c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Floating IP 76465f76-5602-43f2-a08f-d026db7b0c62 associated. External IP: 10.96.250.211, port: 984284fe-71a3-483a-a64e-2c58613639c7. [pid: 8|app: 0|req: 1069/2199] 10.0.0.58 () {34 vars in 676 bytes} [Thu May 28 00:22:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:22:47.624 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7b1a79f-4a61-40e7-9b15-4f327c06b633'] response: {'name': 'network-changed', 'server_uuid': '664425c5-6e0f-4a8a-b038-df57f8ed70b6', 'tag': '984284fe-71a3-483a-a64e-2c58613639c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1131/2200] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2201] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2202] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=984284fe-71a3-483a-a64e-2c58613639c7 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2203] 199.204.45.138 () {34 vars in 1104 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A41&port_id=984284fe-71a3-483a-a64e-2c58613639c7 => 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: 1133/2204] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/subnets?id=9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6&id=98198072-ede4-4c60-805e-f004c20a9021 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2205] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2206] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2207] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2208] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1074/2209] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:48 2026] GET /v2.0/security-groups?tenant_id=7f7006bcfe114a6094315d294f4dfb40&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2210] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:48 2026] DELETE /v2.0/security-groups/64eb04c6-fa7d-42d8-a5d1-4774057ab686 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2213] 10.0.0.128 () {30 vars in 650 bytes} [Thu May 28 00:22:52 2026] GET /v2.0/extensions => generated 21537 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2214] 10.0.0.128 () {30 vars in 724 bytes} [Thu May 28 00:22:52 2026] GET /v2.0/quotas/0d5427d6005741ada32ccafa49b05a2b/details => generated 847 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2215] 10.0.0.128 () {30 vars in 650 bytes} [Thu May 28 00:22:54 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2216] 10.0.0.128 () {30 vars in 724 bytes} [Thu May 28 00:22:54 2026] GET /v2.0/quotas/0d5427d6005741ada32ccafa49b05a2b/details => generated 847 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2217] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:22:54 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => 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: 1140/2218] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 28 00:22:54 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&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: 1079/2219] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:22:56 2026] GET /v2.0/security-groups?tenant_id=0d5427d6005741ada32ccafa49b05a2b&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2220] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:22:56 2026] DELETE /v2.0/security-groups/905543d0-2a1d-41d7-8cba-57f3f6e37197 => 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: 1080/2221] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:22:57 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 1142/2222] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 28 00:22:57 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:00.780 8 INFO neutron.db.segments_db [None req-87f4e9a2-0979-42e3-90d0-b6a4f3d2606f 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] Added segment 771fbfce-106e-4cd8-9647-42cf5b34c985 of type vxlan for network 0e89c991-fd16-40d1-84ea-287835b9acf3 [pid: 8|app: 0|req: 1081/2223] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:00 2026] POST /v2.0/networks => generated 726 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2224] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:23:00 2026] POST /v2.0/subnets => generated 644 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:23:01.061 8 WARNING neutron.api.v2.base [None req-0ab5b93b-073c-4126-96bc-956ae65ccded 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - 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-05-28 00:23:01.063 8 INFO neutron.api.v2.resource [None req-0ab5b93b-073c-4126-96bc-956ae65ccded 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1082/2225] 10.0.0.58 () {34 vars in 680 bytes} [Thu May 28 00:23:01 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-28 00:23:01.263 7 INFO neutron.services.segments.plugin [-] Segment 771fbfce-106e-4cd8-9647-42cf5b34c985 resource provider aggregate not found 2026-05-28 00:23:01.271 7 INFO neutron.services.segments.plugin [-] Segment 771fbfce-106e-4cd8-9647-42cf5b34c985 resource provider aggregate not found 2026-05-28 00:23:01.285 7 INFO neutron.services.segments.plugin [-] Segment 771fbfce-106e-4cd8-9647-42cf5b34c985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 771fbfce-106e-4cd8-9647-42cf5b34c985 found for delete ", "request_id": "req-2c998971-6a43-42fa-88b3-11ec31c18133"}]} 2026-05-28 00:23:01.290 7 INFO neutron.services.segments.plugin [-] Segment 771fbfce-106e-4cd8-9647-42cf5b34c985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 771fbfce-106e-4cd8-9647-42cf5b34c985 found for delete ", "request_id": "req-303cbeb3-9733-4d8e-aec5-5d357b4cb6c3"}]} [pid: 7|app: 0|req: 1144/2226] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:01 2026] DELETE /v2.0/networks/0e89c991-fd16-40d1-84ea-287835b9acf3 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:01.350 8 INFO neutron.db.segments_db [None req-30e74a2e-6120-43c4-a97d-03917192927a 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] Added segment c7895a73-c84f-438a-919c-f0e4d691d605 of type vxlan for network 277b9e56-e1fc-4423-935d-13ba67c3d7ce [pid: 8|app: 0|req: 1083/2227] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:01 2026] POST /v2.0/networks => generated 726 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2228] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:23:01 2026] POST /v2.0/subnets => generated 647 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:23:01.623 8 WARNING neutron.api.v2.base [None req-bb3effa1-13b1-40a6-b853-a36f14627596 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - 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-05-28 00:23:01.624 8 INFO neutron.api.v2.resource [None req-bb3effa1-13b1-40a6-b853-a36f14627596 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1084/2229] 10.0.0.58 () {34 vars in 680 bytes} [Thu May 28 00:23:01 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2230] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:01 2026] DELETE /v2.0/networks/277b9e56-e1fc-4423-935d-13ba67c3d7ce => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:01.830 8 INFO neutron.db.segments_db [None req-4e01c82f-cd8c-4037-846c-bf987a1e929f 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] Added segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff of type vxlan for network 0f2f7e8c-c6e8-49e0-9c45-53c659ef544b [pid: 8|app: 0|req: 1085/2231] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:01 2026] POST /v2.0/networks => generated 726 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2232] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:23:01 2026] POST /v2.0/subnets => generated 647 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2233] 10.0.0.58 () {34 vars in 680 bytes} [Thu May 28 00:23:02 2026] POST /v2.0/rbac-policies => generated 324 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2234] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:23:02 2026] GET /v2.0/networks/0f2f7e8c-c6e8-49e0-9c45-53c659ef544b => generated 654 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:03.143 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8c77fa3-0062-4cf1-ac47-c4bbf00e2c6e d4594cda5d2c4c9d8e4c42615f35f75e 167ee684ddc449f59e994de5cf9e723c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1087/2235] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:23:03 2026] GET /v2.0/networks/0f2f7e8c-c6e8-49e0-9c45-53c659ef544b => generated 138 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:23:03.310 7 INFO neutron.services.segments.plugin [-] Segment c7895a73-c84f-438a-919c-f0e4d691d605 resource provider aggregate not found 2026-05-28 00:23:03.319 7 INFO neutron.services.segments.plugin [-] Segment c7895a73-c84f-438a-919c-f0e4d691d605 resource provider aggregate not found 2026-05-28 00:23:03.341 7 INFO neutron.services.segments.plugin [-] Segment c7895a73-c84f-438a-919c-f0e4d691d605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7895a73-c84f-438a-919c-f0e4d691d605 found for delete ", "request_id": "req-036cafd8-4a23-4673-8d6f-9437358bc62a"}]} 2026-05-28 00:23:03.344 7 INFO neutron.services.segments.plugin [-] Segment c7895a73-c84f-438a-919c-f0e4d691d605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7895a73-c84f-438a-919c-f0e4d691d605 found for delete ", "request_id": "req-2d3c0d36-962b-4e64-a8b5-8a341b4f76d6"}]} 2026-05-28 00:23:03.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-2dd61593-65cc-422c-bc89-24d5b412b92b 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] TaaS: Handle Delete Port: c7583804-b895-4a74-b20a-ba533ffed49e 2026-05-28 00:23:03.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dd61593-65cc-422c-bc89-24d5b412b92b 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] Tap Mirror: Handle Delete Port: c7583804-b895-4a74-b20a-ba533ffed49e [pid: 7|app: 0|req: 1149/2236] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:03 2026] DELETE /v2.0/networks/0f2f7e8c-c6e8-49e0-9c45-53c659ef544b => generated 0 bytes in 968 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:04.138 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2406684-8e09-4782-a62d-a6b5a9a2d3d6 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1088/2237] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:23:04 2026] DELETE /v2.0/subnets/66fa40f7-5748-4484-b5fe-2a3bb9fad68e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:23:04.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-169c5b37-44dd-4cdc-85fe-ea3e1af5dd9d 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2238] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:23:04 2026] DELETE /v2.0/subnets/e9497f1f-4069-4220-922f-62163c32c8e9 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:23:04.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3de7adf6-52c2-453f-afc3-6752b9625f0f 555b918024254c09879654e432a2e786 65522ad46b674b6f9c0b587a0bea52a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1089/2239] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:23:04 2026] DELETE /v2.0/subnets/7eec9b66-db16-4824-9e85-fd746ee7350e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2240] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:04 2026] GET /v2.0/security-groups?tenant_id=167ee684ddc449f59e994de5cf9e723c&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2241] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:05 2026] DELETE /v2.0/security-groups/3224a540-7c42-46b4-803e-b26be3bf2d4e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:05.403 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider aggregate not found 2026-05-28 00:23:05.405 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider aggregate not found 2026-05-28 00:23:05.456 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff found for delete ", "request_id": "req-51f9281c-1cd7-43fa-9d73-0575f18382c4"}]} 2026-05-28 00:23:05.460 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff found for delete ", "request_id": "req-667ed7a4-a18b-4d82-afe0-ff35f71d6982"}]} 2026-05-28 00:23:05.479 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider aggregate not found 2026-05-28 00:23:05.480 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider aggregate not found [pid: 7|app: 0|req: 1152/2242] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:05 2026] GET /v2.0/security-groups?tenant_id=c4d078663ac54759b0f02b733b6ea389&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:23:05.502 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff found for delete ", "request_id": "req-275c15e8-e3e5-48cb-9539-d754bb9a7167"}]} 2026-05-28 00:23:05.503 7 INFO neutron.services.segments.plugin [-] Segment ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec9c70a4-0267-41c4-bb96-ddd2c5d2fdff found for delete ", "request_id": "req-c0df3df8-0be6-4076-a2ba-cb0c187cab27"}]} [pid: 8|app: 0|req: 1091/2243] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:05 2026] DELETE /v2.0/security-groups/27fc22d7-1a32-4435-ad47-936dbe85da8f => 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: 1153/2244] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:05 2026] GET /v2.0/security-groups?tenant_id=65522ad46b674b6f9c0b587a0bea52a2&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: 1092/2245] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:05 2026] DELETE /v2.0/security-groups/cca692ba-b39a-4a81-ac62-eac540a2a42a => 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: 1155/2248] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:23:09 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2249] 10.0.0.58 () {32 vars in 825 bytes} [Thu May 28 00:23:10 2026] GET /v2.0/ports?project_id=15d83298631b415a88910f615a5956b6&network_id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 3695 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2250] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:23:10 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2251] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:23:10 2026] GET /v2.0/subnets?network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2252] 10.0.0.120 () {30 vars in 690 bytes} [Thu May 28 00:23:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:11.208 8 INFO neutron.db.l3_db [None req-678dfaf4-994f-455d-8e25-7a2b01c220f9 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Floating IP f48af8bc-9fd1-434d-82fe-526f66cc60f6 disassociated. External IP: 10.96.250.201, port: 86ed1f80-63af-4b00-a951-7ec6b16d6dda. [pid: 7|app: 0|req: 1157/2253] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:23:10 2026] POST /v2.0/floatingips => generated 552 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2254] 10.0.0.120 () {30 vars in 692 bytes} [Thu May 28 00:23:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2255] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:23:11 2026] PUT /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 554 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2256] 10.0.0.120 () {30 vars in 668 bytes} [Thu May 28 00:23:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2257] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:23:11 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 554 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2258] 10.0.0.120 () {30 vars in 704 bytes} [Thu May 28 00:23:11 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) 2026-05-28 00:23:11.573 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff662add-fbf2-4b85-902b-f482db27ad31'] response: {'name': 'network-changed', 'server_uuid': '821b10b3-f67c-4b85-a043-49cb9dea4378', 'tag': '86ed1f80-63af-4b00-a951-7ec6b16d6dda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1159/2259] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:23:11 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2260] 10.0.0.120 () {28 vars in 439 bytes} [Thu May 28 00:23:12 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2261] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 1162/2262] 10.0.0.120 () {30 vars in 728 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2263] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/networks?id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2264] 10.0.0.120 () {30 vars in 690 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2265] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=86ed1f80-63af-4b00-a951-7ec6b16d6dda => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2266] 10.0.0.120 () {30 vars in 692 bytes} [Thu May 28 00:23:12 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: 1167/2267] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/subnets?id=05ff24ad-b69e-479b-bc51-364a48e651a6 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2268] 10.0.0.120 () {30 vars in 668 bytes} [Thu May 28 00:23:12 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: 1169/2269] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/ports?network_id=700021c9-570c-4316-b083-eef7fdeb3476&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2270] 10.0.0.120 () {30 vars in 704 bytes} [Thu May 28 00:23:12 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: 1171/2271] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1172/2272] 10.0.0.120 () {30 vars in 728 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2273] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1101/2274] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:23:11 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2275] 10.0.0.120 () {30 vars in 690 bytes} [Thu May 28 00:23: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: 8|app: 0|req: 1103/2276] 10.0.0.120 () {30 vars in 692 bytes} [Thu May 28 00:23: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: 1104/2277] 10.0.0.120 () {30 vars in 668 bytes} [Thu May 28 00:23: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: 1105/2278] 10.0.0.120 () {30 vars in 704 bytes} [Thu May 28 00:23: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) [pid: 8|app: 0|req: 1106/2279] 10.0.0.120 () {30 vars in 730 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2280] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2281] 10.0.0.120 () {30 vars in 682 bytes} [Thu May 28 00:23:12 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2282] 10.0.0.120 () {34 vars in 704 bytes} [Thu May 28 00:23:12 2026] POST /v2.0/ports => generated 1124 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2283] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:23:12 2026] POST /v2.0/floatingips => generated 552 bytes in 521 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: 1110/2284] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:23:12 2026] PUT /v2.0/floatingips/426ecf67-230d-4011-8cf4-5f9ef6fdbfc8/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2285] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:23:13 2026] PUT /v2.0/floatingips/4ead2bf6-3307-4aa7-89c1-f0c303ec12c1/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: 1111/2286] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:23:13 2026] PUT /v2.0/floatingips/6e565dd2-4da3-4c8d-a48a-abe095f732f1/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2287] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:23:13 2026] PUT /v2.0/floatingips/b67a8277-f0fc-441d-b261-f7b23d7b8570/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2288] 10.0.0.58 () {32 vars in 671 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2289] 10.0.0.58 () {32 vars in 685 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2290] 10.0.0.58 () {32 vars in 681 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2291] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2292] 10.0.0.58 () {32 vars in 679 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2293] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2294] 10.0.0.58 () {32 vars in 689 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2295] 10.0.0.58 () {32 vars in 701 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2296] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:23:13 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:13.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-20009ad1-874f-4e90-9148-bbe42d46ab1d 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] TaaS: Handle Delete Port: d2c313d2-1b72-4bcd-9171-62f4cddcb8f0 2026-05-28 00:23:13.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20009ad1-874f-4e90-9148-bbe42d46ab1d 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] Tap Mirror: Handle Delete Port: d2c313d2-1b72-4bcd-9171-62f4cddcb8f0 [pid: 7|app: 0|req: 1181/2297] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:23:13 2026] DELETE /v2.0/floatingips/426ecf67-230d-4011-8cf4-5f9ef6fdbfc8 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:13.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-d91b6409-4259-4b07-8b70-46de4c64350c 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] TaaS: Handle Delete Port: 9506a1c8-0e5c-4421-8da7-30c7b5f53cd6 2026-05-28 00:23:13.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d91b6409-4259-4b07-8b70-46de4c64350c 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] Tap Mirror: Handle Delete Port: 9506a1c8-0e5c-4421-8da7-30c7b5f53cd6 [pid: 8|app: 0|req: 1117/2298] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:23:13 2026] DELETE /v2.0/floatingips/4ead2bf6-3307-4aa7-89c1-f0c303ec12c1 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:14.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-fedac301-21e8-410b-9998-22820690b4a6 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] TaaS: Handle Delete Port: 59d88c41-818f-41d4-aa4b-4f5ba48ff011 2026-05-28 00:23:14.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fedac301-21e8-410b-9998-22820690b4a6 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] Tap Mirror: Handle Delete Port: 59d88c41-818f-41d4-aa4b-4f5ba48ff011 [pid: 7|app: 0|req: 1182/2299] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:23:14 2026] DELETE /v2.0/floatingips/6e565dd2-4da3-4c8d-a48a-abe095f732f1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:14.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-df378c34-be66-4e94-8a40-af6833e2f785 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] TaaS: Handle Delete Port: 75cac019-af38-483c-8899-4bf9ba58028d 2026-05-28 00:23:14.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df378c34-be66-4e94-8a40-af6833e2f785 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] Tap Mirror: Handle Delete Port: 75cac019-af38-483c-8899-4bf9ba58028d [pid: 8|app: 0|req: 1118/2300] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:23:14 2026] DELETE /v2.0/floatingips/b67a8277-f0fc-441d-b261-f7b23d7b8570 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2301] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:23:14 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-28 00:23:14.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d8bafef-9f3e-44d9-a720-63f86b826d06 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] TaaS: Handle Delete Port: 183024ab-9bc5-47d0-a02c-b7776f340a7f 2026-05-28 00:23:14.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d8bafef-9f3e-44d9-a720-63f86b826d06 6a20e1bdd9864fddabce00ac22fbb316 0f3bc960ad6f49de8743d68aa91834e6 - - default default] Tap Mirror: Handle Delete Port: 183024ab-9bc5-47d0-a02c-b7776f340a7f [pid: 7|app: 0|req: 1184/2302] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:23:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2303] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:23:14 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: 8|app: 0|req: 1119/2304] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:23:14 2026] DELETE /v2.0/floatingips/e2b862cb-2685-4147-ab7f-4df389b155ed => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2305] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:23:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2306] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:23:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:23:15.376 7 INFO neutron.db.securitygroups_db [None req-141fe35e-b56b-4a04-b9d2-9c5389e075f9 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Project 15d83298631b415a88910f615a5956b6 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: 1187/2307] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:23:15 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) 2026-05-28 00:23:15.507 8 INFO neutron.db.securitygroups_db [None req-c3ad2d3d-90db-4937-b67e-78ccfe5c2e9b 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Project 15d83298631b415a88910f615a5956b6 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: 1121/2308] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:23:15 2026] POST /v2.0/security-group-rules => generated 606 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2309] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:23:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2310] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:23:15 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: 1189/2311] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:23:15 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: 1123/2312] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:23:15 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: 1190/2313] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:23:15 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2314] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:15 2026] GET /v2.0/security-groups?tenant_id=cb8e47709260439f9f1977be07cbe576&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2315] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:23:16 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: 1191/2316] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:23:15 2026] GET /v2.0/networks => generated 1298 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2317] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2318] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:23:16 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: 1194/2319] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:23:16 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-05-28 00:23:16.078 7 INFO neutron.api.v2.resource [None req-911f758a-41cb-4d83-9c45-fbfafe817820 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1195/2320] 199.204.45.138 () {30 vars in 763 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/security-groups/lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2321] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:16 2026] DELETE /v2.0/security-groups/fa0e2b8a-4d25-4556-85f6-4a41e3172f6d => 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: 1196/2322] 199.204.45.138 () {30 vars in 785 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/security-groups?name=lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2323] 10.0.0.152 () {34 vars in 1098 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-487013058&fields=id&tenant_id=15d83298631b415a88910f615a5956b6 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2324] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/networks?id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2325] 199.204.45.138 () {34 vars in 736 bytes} [Thu May 28 00:23:16 2026] POST /v2.0/security-groups => generated 1638 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2326] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/quotas/15d83298631b415a88910f615a5956b6 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2327] 199.204.45.138 () {30 vars in 815 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/security-group-rules?security_group_id=29ffab2b-1568-4ddd-930f-85c731e22b7d => 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: 1199/2328] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/security-groups?tenant_id=0f3bc960ad6f49de8743d68aa91834e6&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2329] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2330] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:16 2026] DELETE /v2.0/security-groups/5c419eec-325f-4a7e-a3f9-3d81e961d5fe => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2331] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2332] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1200/2333] 199.204.45.138 () {34 vars in 789 bytes} [Thu May 28 00:23:16 2026] PUT /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 252 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: 1201/2334] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1202/2335] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:23:16 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: 1203/2336] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2337] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:23:16 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: 1205/2338] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:23:16 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: 1134/2339] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/security-groups?tenant_id=e03f20bb0a81412c8d6fa1af4abea9bd&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2340] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:23:16 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2341] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:16 2026] DELETE /v2.0/security-groups/5ce3509f-c995-4b24-be19-8e1b874b0a98 => 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: 1207/2342] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:17 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1136/2343] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:18 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2344] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:20 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1209/2345] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:23:20 2026] GET /v2.0/networks?id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:20.996 8 INFO neutron.db.segments_db [None req-71fef7d0-c276-4053-8651-7422cccc109e d17c925b961c4dce944b041807dbda3d 25ada9c4293c4e638e687982c39161c7 - - default default] Added segment c65e9f88-e173-4c31-9dbd-f38a67b9177b of type vxlan for network 178a9471-568f-4477-9fa2-df18836e439c [pid: 7|app: 0|req: 1210/2346] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:23:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=15d83298631b415a88910f615a5956b6 => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2347] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:20 2026] POST /v2.0/networks => generated 632 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:23:21.140 8 INFO neutron.db.segments_db [None req-e3c04a61-3eda-4d6a-a0d9-63c3fcde472e d17c925b961c4dce944b041807dbda3d 25ada9c4293c4e638e687982c39161c7 - - default default] Added segment ec3b5c4a-9376-43e3-bdbb-d04b25e6fddb of type vxlan for network d20337bb-0991-465b-a70c-4b277fe5625e [pid: 8|app: 0|req: 1138/2348] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:21 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2351] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:21 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:21.331 8 INFO neutron.db.segments_db [None req-7d5d6f54-0090-452a-848d-80fe67bac85d d17c925b961c4dce944b041807dbda3d 25ada9c4293c4e638e687982c39161c7 - - default default] Added segment 0ffe44b4-74cb-4e3b-9efd-9563b445139a of type vxlan for network 735d3ce4-b19c-4b05-8455-cba05af71af1 [pid: 7|app: 0|req: 1211/2352] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:23:21 2026] POST /v2.0/ports => generated 958 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: 1212/2353] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:21 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2354] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:21 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) 2026-05-28 00:23:21.479 8 INFO neutron.db.segments_db [None req-aeaeb6a6-7afe-403e-9872-f2a896de5bee d17c925b961c4dce944b041807dbda3d 25ada9c4293c4e638e687982c39161c7 - - default default] Added segment 6a36cfce-000f-412a-9369-f3a2f9b16370 of type vxlan for network 3160aff5-42af-474b-9cef-fde6bb63182a [pid: 8|app: 0|req: 1143/2355] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:21 2026] POST /v2.0/networks => generated 632 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:23:21.637 8 INFO neutron.db.segments_db [None req-04232675-1be2-4c9b-ac60-2312075d2d30 d17c925b961c4dce944b041807dbda3d 25ada9c4293c4e638e687982c39161c7 - - default default] Added segment f87b7a30-85f1-447f-b425-68369e58dd2f of type vxlan for network 77538bc6-8b7f-4787-981c-b411f54cdcf5 [pid: 8|app: 0|req: 1144/2356] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:21 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2357] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:23:21 2026] PUT /v2.0/ports/0cdbca3a-5ffa-496a-a22e-cff645ccd142 => generated 1239 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2358] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:23:21 2026] PUT /v2.0/networks/178a9471-568f-4477-9fa2-df18836e439c/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 00:23:21.800 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05c6ad45-cb7a-456d-aef5-32df0bdf1da6'] response: {'name': 'network-changed', 'server_uuid': '5188c79b-83c8-4796-ad03-ad370d53fdce', 'tag': '0cdbca3a-5ffa-496a-a22e-cff645ccd142', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1214/2359] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:23:21 2026] PUT /v2.0/networks/d20337bb-0991-465b-a70c-4b277fe5625e/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2360] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:23:21 2026] PUT /v2.0/networks/735d3ce4-b19c-4b05-8455-cba05af71af1/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2361] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:23:21 2026] PUT /v2.0/networks/3160aff5-42af-474b-9cef-fde6bb63182a/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2362] 10.0.0.58 () {32 vars in 665 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2363] 10.0.0.58 () {32 vars in 679 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2364] 10.0.0.58 () {32 vars in 675 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2365] 10.0.0.58 () {32 vars in 687 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2366] 10.0.0.58 () {32 vars in 673 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2367] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2368] 10.0.0.58 () {32 vars in 687 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2369] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?tenant_id=15d83298631b415a88910f615a5956b6&shared=False => generated 757 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2370] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:23:22 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: 8|app: 0|req: 1151/2371] 10.0.0.58 () {32 vars in 683 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2372] 10.0.0.58 () {32 vars in 695 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2373] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2374] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:22 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:22.648 7 INFO neutron.services.segments.plugin [-] Segment c65e9f88-e173-4c31-9dbd-f38a67b9177b resource provider aggregate not found 2026-05-28 00:23:22.654 7 INFO neutron.services.segments.plugin [-] Segment c65e9f88-e173-4c31-9dbd-f38a67b9177b resource provider aggregate not found 2026-05-28 00:23:22.669 7 INFO neutron.services.segments.plugin [-] Segment c65e9f88-e173-4c31-9dbd-f38a67b9177b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c65e9f88-e173-4c31-9dbd-f38a67b9177b found for delete ", "request_id": "req-b52f0b64-df91-4d09-902c-5d73881b45b8"}]} 2026-05-28 00:23:22.675 7 INFO neutron.services.segments.plugin [-] Segment c65e9f88-e173-4c31-9dbd-f38a67b9177b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c65e9f88-e173-4c31-9dbd-f38a67b9177b found for delete ", "request_id": "req-4546e3fc-ccca-4585-8871-0b63f65a0e20"}]} [pid: 7|app: 0|req: 1222/2375] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:22 2026] DELETE /v2.0/networks/178a9471-568f-4477-9fa2-df18836e439c => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:22.796 8 INFO neutron.services.segments.plugin [-] Segment ec3b5c4a-9376-43e3-bdbb-d04b25e6fddb resource provider aggregate not found 2026-05-28 00:23:22.802 8 INFO neutron.services.segments.plugin [-] Segment ec3b5c4a-9376-43e3-bdbb-d04b25e6fddb resource provider aggregate not found 2026-05-28 00:23:22.817 8 INFO neutron.services.segments.plugin [-] Segment ec3b5c4a-9376-43e3-bdbb-d04b25e6fddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec3b5c4a-9376-43e3-bdbb-d04b25e6fddb found for delete ", "request_id": "req-e7c7e31a-2e76-4cf7-8e49-088e61c45b89"}]} 2026-05-28 00:23:22.820 8 INFO neutron.services.segments.plugin [-] Segment ec3b5c4a-9376-43e3-bdbb-d04b25e6fddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec3b5c4a-9376-43e3-bdbb-d04b25e6fddb found for delete ", "request_id": "req-d765b782-01c0-4e71-88f9-9b09fd01bcd5"}]} [pid: 8|app: 0|req: 1154/2376] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:22 2026] DELETE /v2.0/networks/d20337bb-0991-465b-a70c-4b277fe5625e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2377] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:22 2026] DELETE /v2.0/networks/735d3ce4-b19c-4b05-8455-cba05af71af1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2378] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:22 2026] DELETE /v2.0/networks/3160aff5-42af-474b-9cef-fde6bb63182a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2379] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:23 2026] DELETE /v2.0/networks/77538bc6-8b7f-4787-981c-b411f54cdcf5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2380] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2381] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0cdbca3a-5ffa-496a-a22e-cff645ccd142 => 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: 1157/2382] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/subnets?id=05ff24ad-b69e-479b-bc51-364a48e651a6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2383] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/ports?network_id=700021c9-570c-4316-b083-eef7fdeb3476&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2384] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1227/2385] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1159/2386] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1228/2387] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&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: 1229/2388] 10.0.0.152 () {34 vars in 1016 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/security-groups?id=4ebfe6dd-d697-4993-b023-891b02a9098f&fields=id => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2389] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:23 2026] GET /v2.0/security-groups?tenant_id=db4ca773533e410ab0ad5e2432257073&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2390] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/networks?id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2391] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/quotas/cc62948663234860a682aa8ed82cde2d => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2392] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:24 2026] DELETE /v2.0/security-groups/12cd2db3-50d2-4215-a10c-9dda6e7fa1c3 => 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: 1232/2393] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2394] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2395] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1163/2396] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/security-groups?tenant_id=8eb59d5166924f9e8ffc24dd9e12b9b0&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: 1234/2397] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:24 2026] DELETE /v2.0/security-groups/91414530-1b48-4353-ae3d-537e31f422f8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:24.695 7 INFO neutron.services.segments.plugin [-] Segment 0ffe44b4-74cb-4e3b-9efd-9563b445139a resource provider aggregate not found 2026-05-28 00:23:24.702 7 INFO neutron.services.segments.plugin [-] Segment 0ffe44b4-74cb-4e3b-9efd-9563b445139a resource provider aggregate not found 2026-05-28 00:23:24.708 7 INFO neutron.services.segments.plugin [-] Segment 0ffe44b4-74cb-4e3b-9efd-9563b445139a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffe44b4-74cb-4e3b-9efd-9563b445139a found for delete ", "request_id": "req-e3c75ccf-f8c5-4681-adf6-7846c09ed6c5"}]} 2026-05-28 00:23:24.714 7 INFO neutron.services.segments.plugin [-] Segment 0ffe44b4-74cb-4e3b-9efd-9563b445139a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffe44b4-74cb-4e3b-9efd-9563b445139a found for delete ", "request_id": "req-59a8223c-64d5-47d0-b124-3eb8ef5888cc"}]} 2026-05-28 00:23:24.719 7 INFO neutron.services.segments.plugin [-] Segment f87b7a30-85f1-447f-b425-68369e58dd2f resource provider aggregate not found 2026-05-28 00:23:24.727 7 INFO neutron.services.segments.plugin [-] Segment f87b7a30-85f1-447f-b425-68369e58dd2f resource provider aggregate not found 2026-05-28 00:23:24.733 7 INFO neutron.services.segments.plugin [-] Segment f87b7a30-85f1-447f-b425-68369e58dd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87b7a30-85f1-447f-b425-68369e58dd2f found for delete ", "request_id": "req-be89cd77-dccb-4794-ae0f-027d0268e89b"}]} 2026-05-28 00:23:24.739 7 INFO neutron.services.segments.plugin [-] Segment f87b7a30-85f1-447f-b425-68369e58dd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f87b7a30-85f1-447f-b425-68369e58dd2f found for delete ", "request_id": "req-50b58ecf-68b4-4bdd-a3a6-d035a90d53a7"}]} [pid: 8|app: 0|req: 1164/2398] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/security-groups?tenant_id=25ada9c4293c4e638e687982c39161c7&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:23:24.835 8 INFO neutron.services.segments.plugin [-] Segment 6a36cfce-000f-412a-9369-f3a2f9b16370 resource provider aggregate not found 2026-05-28 00:23:24.841 8 INFO neutron.services.segments.plugin [-] Segment 6a36cfce-000f-412a-9369-f3a2f9b16370 resource provider aggregate not found 2026-05-28 00:23:24.861 8 INFO neutron.services.segments.plugin [-] Segment 6a36cfce-000f-412a-9369-f3a2f9b16370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a36cfce-000f-412a-9369-f3a2f9b16370 found for delete ", "request_id": "req-00111d2b-49c4-412c-a048-11e266c8c80e"}]} 2026-05-28 00:23:24.863 8 INFO neutron.services.segments.plugin [-] Segment 6a36cfce-000f-412a-9369-f3a2f9b16370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a36cfce-000f-412a-9369-f3a2f9b16370 found for delete ", "request_id": "req-b09a9091-1984-49c1-8109-5db53c5c71f9"}]} [pid: 8|app: 0|req: 1165/2399] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2400] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:24 2026] DELETE /v2.0/security-groups/f8cd49ab-aa96-46b6-ab45-f77ed9515467 => 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: 1166/2401] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:24 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&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: 1236/2402] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:25 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1167/2403] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:25 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1237/2404] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:25 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2405] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:26 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&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: 1238/2406] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:27 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2407] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:27 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2408] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:27 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1170/2409] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:27 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1240/2410] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:28 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1171/2411] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:28 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2412] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:28 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1172/2413] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:28 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2414] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:23:28 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:23:28.957 8 INFO neutron.db.l3_db [None req-0c008211-0721-4091-b82e-25671e2f43ff 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Floating IP f48af8bc-9fd1-434d-82fe-526f66cc60f6 associated. External IP: 10.96.250.201, port: 0cdbca3a-5ffa-496a-a22e-cff645ccd142. [pid: 8|app: 0|req: 1173/2415] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:23:28 2026] PUT /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 856 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:29.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00f7cf02-751b-41b0-949b-a5acc344beb1'] response: {'name': 'network-changed', 'server_uuid': '5188c79b-83c8-4796-ad03-ad370d53fdce', 'tag': '0cdbca3a-5ffa-496a-a22e-cff645ccd142', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1174/2416] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:23:29 2026] GET /v2.0/networks?id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:29.395 7 INFO neutron.db.segments_db [None req-2986c276-7f5b-46bb-af10-2a88a5475637 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Added segment 03c89981-d5b4-48bc-a548-a336292f9bd6 of type vxlan for network 0100ce6d-207a-4d63-9e98-db7a1fbe7fbb [pid: 8|app: 0|req: 1175/2417] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:23:29 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2418] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:23:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cc62948663234860a682aa8ed82cde2d => generated 343 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2419] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:28 2026] POST /v2.0/networks => generated 631 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2420] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:23:29 2026] POST /v2.0/ports => generated 1078 bytes in 338 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: 1244/2421] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:23:29 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 00:23:29.901 7 INFO neutron.db.segments_db [None req-f37f4e29-74f5-401c-ba6e-ee6a20978b5d 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Added segment 292c8255-2d4e-4191-90e3-ad7a112066f9 of type vxlan for network 0424a0c8-8571-4a02-867e-f086825d327c [pid: 7|app: 0|req: 1245/2422] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:29 2026] POST /v2.0/networks => generated 632 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2423] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/ports?tenant_id=15d83298631b415a88910f615a5956b6&device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2424] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:23:30 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1178/2425] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:23:29 2026] PUT /v2.0/ports/44988b52-8f77-4209-9373-6105d75f47c7 => generated 1239 bytes in 573 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: 1248/2426] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/networks?id=700021c9-570c-4316-b083-eef7fdeb3476 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:30.461 8 INFO neutron.db.segments_db [None req-df045fc1-9878-481a-b1e6-91b8650f79b4 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Added segment 5f4dab51-b979-43bd-876e-2db6acc6f3e5 of type vxlan for network 25d33675-7771-499e-ba70-9943685f6ecf [pid: 7|app: 0|req: 1249/2427] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2428] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0cdbca3a-5ffa-496a-a22e-cff645ccd142 => generated 861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2429] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/subnets?id=05ff24ad-b69e-479b-bc51-364a48e651a6 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2430] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:30 2026] POST /v2.0/networks => generated 631 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2431] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/ports?network_id=700021c9-570c-4316-b083-eef7fdeb3476&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: 1181/2432] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1182/2433] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:23:30 2026] GET /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476?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: 1252/2434] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:23:30 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:23:30.959 8 INFO neutron.db.segments_db [None req-570c5795-0def-4639-b983-a2e9049b1bb5 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Added segment a8467b1b-067d-46e8-b17f-91fa9cc04edd of type vxlan for network a690352e-4908-47d2-adc2-57bd25086468 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1253/2435] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1183/2436] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:30 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2437] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/security-groups?id=4ebfe6dd-d697-4993-b023-891b02a9098f&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2438] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2439] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:23:31 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:23:31.394 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b50d0af6-7654-4989-8635-f27c3f94feb1'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': '44988b52-8f77-4209-9373-6105d75f47c7', 'status': 'completed', 'code': 200} 2026-05-28 00:23:31.411 7 INFO neutron.db.segments_db [None req-c4d5837c-a2f6-4f24-8e8f-6fa4f4d7ab5a 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Added segment ff4a9dcf-54f3-440c-95a9-cf33c0a29950 of type vxlan for network 4746582d-6f56-4b45-b6e9-e0bfca1565c4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1185/2440] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2441] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => 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: 1256/2442] 10.0.0.58 () {34 vars in 669 bytes} [Thu May 28 00:23:31 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: 1187/2443] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2444] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2445] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&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: 1259/2446] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1260/2447] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:23:31 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2448] 10.0.0.58 () {34 vars in 663 bytes} [Thu May 28 00:23:31 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2449] 10.0.0.58 () {34 vars in 746 bytes} [Thu May 28 00:23:31 2026] PUT /v2.0/ports/d16e8401-cc8d-4549-b88b-772d7dec046a/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1189/2450] 10.0.0.58 () {34 vars in 746 bytes} [Thu May 28 00:23:31 2026] PUT /v2.0/ports/6b062deb-3dd1-41e6-bd56-d32ea058d27c/tags => generated 25 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: 7|app: 0|req: 1262/2451] 10.0.0.58 () {34 vars in 746 bytes} [Thu May 28 00:23:31 2026] PUT /v2.0/ports/59a49b71-5ae8-4bd6-aa09-cff081450687/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: 1190/2452] 10.0.0.58 () {34 vars in 746 bytes} [Thu May 28 00:23:32 2026] PUT /v2.0/ports/8bbf0d7d-4775-41f0-82b5-455c37b458f5/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1263/2453] 10.0.0.58 () {32 vars in 659 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1191/2454] 10.0.0.58 () {32 vars in 673 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2455] 10.0.0.58 () {32 vars in 669 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2456] 10.0.0.58 () {32 vars in 681 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2457] 10.0.0.58 () {32 vars in 667 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2458] 10.0.0.58 () {32 vars in 681 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2459] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2460] 10.0.0.58 () {32 vars in 677 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2461] 10.0.0.58 () {32 vars in 689 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2462] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/networks?id=caefb93f-ac64-46ce-9cb2-28d2553ba22c => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2463] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => 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: 1197/2464] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2465] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:23:32.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-533ffed3-19f6-48fc-9590-0199925037ac 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] TaaS: Handle Delete Port: d16e8401-cc8d-4549-b88b-772d7dec046a 2026-05-28 00:23:32.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-533ffed3-19f6-48fc-9590-0199925037ac 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Tap Mirror: Handle Delete Port: d16e8401-cc8d-4549-b88b-772d7dec046a [pid: 8|app: 0|req: 1199/2466] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1200/2467] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:23:32 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2468] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:23:32 2026] DELETE /v2.0/ports/d16e8401-cc8d-4549-b88b-772d7dec046a => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:33.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebd13758-0732-4eb2-aa5e-1633ff2d9dcb 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] TaaS: Handle Delete Port: 6b062deb-3dd1-41e6-bd56-d32ea058d27c 2026-05-28 00:23:33.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebd13758-0732-4eb2-aa5e-1633ff2d9dcb 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Tap Mirror: Handle Delete Port: 6b062deb-3dd1-41e6-bd56-d32ea058d27c [pid: 8|app: 0|req: 1201/2469] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:23:33 2026] DELETE /v2.0/ports/6b062deb-3dd1-41e6-bd56-d32ea058d27c => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:33.306 7 INFO neutron_taas.services.taas.taas_plugin [None req-3420f5fe-6d69-4a1d-bafb-ac4f8d656f58 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] TaaS: Handle Delete Port: 59a49b71-5ae8-4bd6-aa09-cff081450687 2026-05-28 00:23:33.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3420f5fe-6d69-4a1d-bafb-ac4f8d656f58 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Tap Mirror: Handle Delete Port: 59a49b71-5ae8-4bd6-aa09-cff081450687 [pid: 7|app: 0|req: 1269/2470] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:23:33 2026] DELETE /v2.0/ports/59a49b71-5ae8-4bd6-aa09-cff081450687 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:33.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a17d9bc-f500-479b-b59a-a43200b70681 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] TaaS: Handle Delete Port: 8bbf0d7d-4775-41f0-82b5-455c37b458f5 2026-05-28 00:23:33.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a17d9bc-f500-479b-b59a-a43200b70681 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Tap Mirror: Handle Delete Port: 8bbf0d7d-4775-41f0-82b5-455c37b458f5 [pid: 8|app: 0|req: 1202/2471] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:23:33 2026] DELETE /v2.0/ports/8bbf0d7d-4775-41f0-82b5-455c37b458f5 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:33.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-b241abdb-ceba-4d3a-a129-68eda1c01cd1 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] TaaS: Handle Delete Port: cf1af270-7b8a-4bc8-b1ee-c7975474f463 2026-05-28 00:23:33.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b241abdb-ceba-4d3a-a129-68eda1c01cd1 789ec3a0351c4cdc87252e1a1bc4bb80 a88ceaac3c724266b74c50d295e9e6ea - - default default] Tap Mirror: Handle Delete Port: cf1af270-7b8a-4bc8-b1ee-c7975474f463 [pid: 7|app: 0|req: 1270/2472] 10.0.0.58 () {32 vars in 719 bytes} [Thu May 28 00:23:33 2026] DELETE /v2.0/ports/cf1af270-7b8a-4bc8-b1ee-c7975474f463 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:33.896 8 INFO neutron.services.segments.plugin [-] Segment 03c89981-d5b4-48bc-a548-a336292f9bd6 resource provider aggregate not found 2026-05-28 00:23:33.902 8 INFO neutron.services.segments.plugin [-] Segment 03c89981-d5b4-48bc-a548-a336292f9bd6 resource provider aggregate not found 2026-05-28 00:23:33.913 8 INFO neutron.services.segments.plugin [-] Segment 03c89981-d5b4-48bc-a548-a336292f9bd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c89981-d5b4-48bc-a548-a336292f9bd6 found for delete ", "request_id": "req-0a277010-fba5-4416-9257-dd01684ce258"}]} [pid: 7|app: 0|req: 1271/2473] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:33 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:23:33.928 8 INFO neutron.services.segments.plugin [-] Segment 03c89981-d5b4-48bc-a548-a336292f9bd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c89981-d5b4-48bc-a548-a336292f9bd6 found for delete ", "request_id": "req-427853b4-6e42-41a2-8416-a3113783e38a"}]} [pid: 8|app: 0|req: 1203/2474] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:33 2026] DELETE /v2.0/networks/0100ce6d-207a-4d63-9e98-db7a1fbe7fbb => 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: 1272/2475] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:33 2026] GET /v2.0/security-groups?id=4ebfe6dd-d697-4993-b023-891b02a9098f&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2476] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:34 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1204/2477] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:33 2026] DELETE /v2.0/networks/0424a0c8-8571-4a02-867e-f086825d327c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:34.186 7 INFO neutron.services.segments.plugin [-] Segment 5f4dab51-b979-43bd-876e-2db6acc6f3e5 resource provider aggregate not found 2026-05-28 00:23:34.190 7 INFO neutron.services.segments.plugin [-] Segment 5f4dab51-b979-43bd-876e-2db6acc6f3e5 resource provider aggregate not found 2026-05-28 00:23:34.209 7 INFO neutron.services.segments.plugin [-] Segment 5f4dab51-b979-43bd-876e-2db6acc6f3e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f4dab51-b979-43bd-876e-2db6acc6f3e5 found for delete ", "request_id": "req-abcf5717-3956-4565-acee-ca2032b942c1"}]} 2026-05-28 00:23:34.210 7 INFO neutron.services.segments.plugin [-] Segment 5f4dab51-b979-43bd-876e-2db6acc6f3e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f4dab51-b979-43bd-876e-2db6acc6f3e5 found for delete ", "request_id": "req-523a341c-2201-434d-b3af-b755c815aae3"}]} [pid: 7|app: 0|req: 1274/2478] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:34 2026] DELETE /v2.0/networks/25d33675-7771-499e-ba70-9943685f6ecf => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2479] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:34 2026] DELETE /v2.0/networks/a690352e-4908-47d2-adc2-57bd25086468 => 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: 1275/2480] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:23:34 2026] DELETE /v2.0/networks/4746582d-6f56-4b45-b6e9-e0bfca1565c4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2481] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:35 2026] GET /v2.0/security-groups?tenant_id=242cdf1ee0c74971a5b061a1466ada0e&name=default => generated 2929 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2482] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:35 2026] DELETE /v2.0/security-groups/56462dae-cb63-46fc-a14f-7a3bd63125fa => 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: 1207/2483] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:35 2026] GET /v2.0/security-groups?tenant_id=a88ceaac3c724266b74c50d295e9e6ea&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2484] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:35 2026] DELETE /v2.0/security-groups/464bf7d1-4513-4511-839f-caaeded99afa => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:35.934 8 INFO neutron.services.segments.plugin [-] Segment 292c8255-2d4e-4191-90e3-ad7a112066f9 resource provider aggregate not found 2026-05-28 00:23:35.947 8 INFO neutron.services.segments.plugin [-] Segment 292c8255-2d4e-4191-90e3-ad7a112066f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292c8255-2d4e-4191-90e3-ad7a112066f9 found for delete ", "request_id": "req-cb57fce1-ba07-49ec-a4a4-945a1bcb3ef8"}]} 2026-05-28 00:23:35.950 8 INFO neutron.services.segments.plugin [-] Segment 292c8255-2d4e-4191-90e3-ad7a112066f9 resource provider aggregate not found 2026-05-28 00:23:35.961 8 INFO neutron.services.segments.plugin [-] Segment a8467b1b-067d-46e8-b17f-91fa9cc04edd resource provider aggregate not found 2026-05-28 00:23:35.965 8 INFO neutron.services.segments.plugin [-] Segment 292c8255-2d4e-4191-90e3-ad7a112066f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292c8255-2d4e-4191-90e3-ad7a112066f9 found for delete ", "request_id": "req-87e71f82-79b8-4342-9985-81f69176a309"}]} 2026-05-28 00:23:35.978 8 INFO neutron.services.segments.plugin [-] Segment a8467b1b-067d-46e8-b17f-91fa9cc04edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8467b1b-067d-46e8-b17f-91fa9cc04edd found for delete ", "request_id": "req-6d8117df-bcff-401d-9dea-a10cb2b799aa"}]} 2026-05-28 00:23:35.983 8 INFO neutron.services.segments.plugin [-] Segment a8467b1b-067d-46e8-b17f-91fa9cc04edd resource provider aggregate not found 2026-05-28 00:23:35.998 8 INFO neutron.services.segments.plugin [-] Segment a8467b1b-067d-46e8-b17f-91fa9cc04edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8467b1b-067d-46e8-b17f-91fa9cc04edd found for delete ", "request_id": "req-45665fc7-e265-446b-87a1-45073baddb4f"}]} [pid: 8|app: 0|req: 1208/2486] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:36 2026] GET /v2.0/security-groups?tenant_id=f952069275974a12b675fd93a251cdbf&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2488] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:23:36 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:23:36.238 7 INFO neutron.services.segments.plugin [-] Segment ff4a9dcf-54f3-440c-95a9-cf33c0a29950 resource provider aggregate not found 2026-05-28 00:23:36.241 7 INFO neutron.services.segments.plugin [-] Segment ff4a9dcf-54f3-440c-95a9-cf33c0a29950 resource provider aggregate not found [pid: 8|app: 0|req: 1209/2489] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:36 2026] DELETE /v2.0/security-groups/b592112e-e8be-42e1-bf5e-0b7f4dcd7e4b => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2490] 199.204.45.138 () {34 vars in 1044 bytes} [Thu May 28 00:23:36 2026] GET /v2.0/security-groups?id=4ebfe6dd-d697-4993-b023-891b02a9098f&fields=id&fields=name => generated 96 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:23:36.258 7 INFO neutron.services.segments.plugin [-] Segment ff4a9dcf-54f3-440c-95a9-cf33c0a29950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4a9dcf-54f3-440c-95a9-cf33c0a29950 found for delete ", "request_id": "req-4680fad0-e460-45e6-81fa-59536be7cbf9"}]} 2026-05-28 00:23:36.260 7 INFO neutron.services.segments.plugin [-] Segment ff4a9dcf-54f3-440c-95a9-cf33c0a29950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4a9dcf-54f3-440c-95a9-cf33c0a29950 found for delete ", "request_id": "req-e95e63c3-1757-46f7-8a56-782bd072de56"}]} [pid: 8|app: 0|req: 1210/2491] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:37 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2492] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:37 2026] GET /v2.0/security-groups?id=4ebfe6dd-d697-4993-b023-891b02a9098f&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2493] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:37 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2494] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:23:37 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2495] 10.0.0.4 () {34 vars in 1038 bytes} [Thu May 28 00:23:37 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2496] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:23:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2497] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:23:39 2026] PUT /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2498] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:23:39 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2499] 10.0.0.58 () {34 vars in 769 bytes} [Thu May 28 00:23:39 2026] PUT /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2500] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:39 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1215/2501] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:23:39 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2502] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:39 2026] GET /v2.0/security-groups?id=4ebfe6dd-d697-4993-b023-891b02a9098f&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2503] 10.0.0.58 () {34 vars in 765 bytes} [Thu May 28 00:23:39 2026] PUT /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2504] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1217/2505] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/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: 1289/2506] 10.0.0.58 () {34 vars in 787 bytes} [Thu May 28 00:23:40 2026] PUT /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags/black.or.white => 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: 1218/2507] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2508] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:23:40 2026] PUT /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/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: 1219/2509] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2510] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:40.455 8 INFO neutron.api.v2.resource [None req-e43292ef-5a17-4e3a-b877-443b95d7cc56 fcf44d3fbe724a41b4508e0cd12ec77e b35c26005fdc471294808779ce8dc89f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2511] 10.0.0.58 () {32 vars in 750 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2512] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:23:40 2026] DELETE /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags/red => 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: 1221/2513] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:23:40.572 7 INFO neutron.api.v2.resource [None req-5aeb5cb3-128c-432d-9f34-03b0834fb857 fcf44d3fbe724a41b4508e0cd12ec77e b35c26005fdc471294808779ce8dc89f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2514] 10.0.0.58 () {32 vars in 753 bytes} [Thu May 28 00:23:40 2026] DELETE /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2515] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:23:40 2026] DELETE /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2516] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:23:40 2026] GET /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2517] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:23:40 2026] DELETE /v2.0/subnetpools/3fdb75c3-f988-434b-bc99-bdd04b2498d9 => 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: 1295/2518] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:41 2026] GET /v2.0/security-groups?tenant_id=81836c8834bd4efb81e6e29a9d4ae82a&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2519] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:41 2026] DELETE /v2.0/security-groups/80397687-1bdc-40b7-a700-b017660e8e02 => 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: 1296/2520] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:23:41 2026] GET /v2.0/security-groups?tenant_id=b35c26005fdc471294808779ce8dc89f&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2521] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:41 2026] DELETE /v2.0/security-groups/bd948d57-e7da-4fca-9c7b-f1bab75866cc => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2522] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:48 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2523] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:48 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2524] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:50 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2525] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:50 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&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: 8|app: 0|req: 1229/2528] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:51 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2529] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:23:51 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1230/2530] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:51 2026] GET /v2.0/security-groups?id=45479988-354b-403e-acc7-0ea3a431db17&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-05-28 00:23:51.481 7 INFO neutron_taas.services.taas.taas_plugin [req-ccf31f61-f7e2-48b7-b155-6d6f1e49a4d2 req-0c72effd-a464-4891-802b-e05dbf76193a 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] TaaS: Handle Delete Port: 0cdbca3a-5ffa-496a-a22e-cff645ccd142 2026-05-28 00:23:51.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ccf31f61-f7e2-48b7-b155-6d6f1e49a4d2 req-0c72effd-a464-4891-802b-e05dbf76193a 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Tap Mirror: Handle Delete Port: 0cdbca3a-5ffa-496a-a22e-cff645ccd142 2026-05-28 00:23:51.595 7 INFO neutron.db.l3_db [req-ccf31f61-f7e2-48b7-b155-6d6f1e49a4d2 req-0c72effd-a464-4891-802b-e05dbf76193a 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Floating IP f48af8bc-9fd1-434d-82fe-526f66cc60f6 disassociated. External IP: 10.96.250.201, port: 0cdbca3a-5ffa-496a-a22e-cff645ccd142. [pid: 7|app: 0|req: 1301/2531] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:23:51 2026] DELETE /v2.0/ports/0cdbca3a-5ffa-496a-a22e-cff645ccd142 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:51.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8ce14dd-fa20-4c01-9cb4-fa04f1c5b910'] response: {'server_uuid': '5188c79b-83c8-4796-ad03-ad370d53fdce', 'name': 'network-vif-deleted', 'tag': '0cdbca3a-5ffa-496a-a22e-cff645ccd142', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1231/2532] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:52 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1302/2533] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:53 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1232/2534] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:54 2026] GET /v2.0/ports?device_id=5188c79b-83c8-4796-ad03-ad370d53fdce => 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: 1303/2535] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:23:55 2026] DELETE /v2.0/security-groups/45479988-354b-403e-acc7-0ea3a431db17 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:23:56.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-02dab9ed-9e9d-45f1-a56f-68a4b234d87f 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] TaaS: Handle Delete Port: ac9c5ba4-4ffc-4f54-9557-e71ee6bf6beb 2026-05-28 00:23:56.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02dab9ed-9e9d-45f1-a56f-68a4b234d87f 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Tap Mirror: Handle Delete Port: ac9c5ba4-4ffc-4f54-9557-e71ee6bf6beb [pid: 8|app: 0|req: 1233/2536] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:23:55 2026] DELETE /v2.0/floatingips/f48af8bc-9fd1-434d-82fe-526f66cc60f6 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2537] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:56 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2538] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:56 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2539] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:57 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 1235/2540] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:57 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&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: 1306/2541] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:58 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2542] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:23:58 2026] GET /v2.0/security-groups?id=7340d18c-922b-45e6-8c7f-0ce00e8c0c68&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2543] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:23:58 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:23:58.952 7 INFO neutron_taas.services.taas.taas_plugin [req-7afbe413-bf98-4499-a673-66e826127199 req-d0a2d50c-ad7e-445a-8dc5-710e649c1b66 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] TaaS: Handle Delete Port: 86ed1f80-63af-4b00-a951-7ec6b16d6dda 2026-05-28 00:23:58.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7afbe413-bf98-4499-a673-66e826127199 req-d0a2d50c-ad7e-445a-8dc5-710e649c1b66 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Tap Mirror: Handle Delete Port: 86ed1f80-63af-4b00-a951-7ec6b16d6dda [pid: 7|app: 0|req: 1308/2544] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:23:58 2026] DELETE /v2.0/ports/86ed1f80-63af-4b00-a951-7ec6b16d6dda => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:23:59.189 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9203b383-2014-4652-a580-e0051b50a2ca'] response: {'server_uuid': '821b10b3-f67c-4b85-a043-49cb9dea4378', 'name': 'network-vif-deleted', 'tag': '86ed1f80-63af-4b00-a951-7ec6b16d6dda', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1237/2545] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:23:59 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 1309/2546] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:00 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2547] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:02 2026] GET /v2.0/ports?device_id=821b10b3-f67c-4b85-a043-49cb9dea4378 => 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: 1310/2548] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:24:03 2026] DELETE /v2.0/security-groups/7340d18c-922b-45e6-8c7f-0ce00e8c0c68 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:24:03.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4dc8ec3-58b5-4e58-a2b1-b265fcfaed82 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] TaaS: Handle Delete Port: 523a3e35-5971-4852-90d6-49686d6097d6 2026-05-28 00:24:03.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4dc8ec3-58b5-4e58-a2b1-b265fcfaed82 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Tap Mirror: Handle Delete Port: 523a3e35-5971-4852-90d6-49686d6097d6 [pid: 8|app: 0|req: 1239/2549] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:24:03 2026] PUT /v2.0/routers/c54e7dbf-ff5d-46a6-b839-9294f3f2f71b/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2550] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:24:04 2026] DELETE /v2.0/subnets/05ff24ad-b69e-479b-bc51-364a48e651a6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:24:04.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed894247-4e72-4312-b2e4-6f6f0109b348 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] TaaS: Handle Delete Port: d04220da-021d-46a7-ad21-ae62599c2ad6 2026-05-28 00:24:04.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed894247-4e72-4312-b2e4-6f6f0109b348 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Tap Mirror: Handle Delete Port: d04220da-021d-46a7-ad21-ae62599c2ad6 2026-05-28 00:24:04.838 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed894247-4e72-4312-b2e4-6f6f0109b348 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] TaaS: Handle Delete Port: b89364d4-ada2-4773-8d2c-bbe186884cdf 2026-05-28 00:24:04.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed894247-4e72-4312-b2e4-6f6f0109b348 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Tap Mirror: Handle Delete Port: b89364d4-ada2-4773-8d2c-bbe186884cdf 2026-05-28 00:24:05.189 8 INFO neutron.services.segments.plugin [-] Segment 03076fe4-167c-4925-9f91-68fbbc4277af resource provider aggregate not found 2026-05-28 00:24:05.195 8 INFO neutron.services.segments.plugin [-] Segment 03076fe4-167c-4925-9f91-68fbbc4277af resource provider aggregate not found 2026-05-28 00:24:05.214 8 INFO neutron.services.segments.plugin [-] Segment 03076fe4-167c-4925-9f91-68fbbc4277af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03076fe4-167c-4925-9f91-68fbbc4277af found for delete ", "request_id": "req-cc2b72e9-74d5-4bea-a93b-a7400d414875"}]} 2026-05-28 00:24:05.216 8 INFO neutron.services.segments.plugin [-] Segment 03076fe4-167c-4925-9f91-68fbbc4277af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03076fe4-167c-4925-9f91-68fbbc4277af found for delete ", "request_id": "req-aa39d03c-abe4-4bdd-aafd-bfc97f47f7c3"}]} 2026-05-28 00:24:05.218 8 INFO neutron.db.l3_hamode_db [None req-ed894247-4e72-4312-b2e4-6f6f0109b348 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] HA network eb369081-8af2-49a8-a504-aa6e41144404 was deleted as no HA routers are present in tenant 15d83298631b415a88910f615a5956b6. [pid: 8|app: 0|req: 1240/2551] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:24:04 2026] DELETE /v2.0/routers/c54e7dbf-ff5d-46a6-b839-9294f3f2f71b => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:24:05.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-00e7bc3c-fbdf-4c9e-af04-addcf603b980 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] TaaS: Handle Delete Port: f424639a-9f77-4527-a1a7-405e1f2c2f08 2026-05-28 00:24:05.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00e7bc3c-fbdf-4c9e-af04-addcf603b980 17d59e1d6d3442e3945ea95436ba3c29 15d83298631b415a88910f615a5956b6 - - default default] Tap Mirror: Handle Delete Port: f424639a-9f77-4527-a1a7-405e1f2c2f08 2026-05-28 00:24:05.490 7 INFO neutron.services.segments.plugin [-] Segment d3612682-394c-4ba6-9007-e3fd4a443ae4 resource provider aggregate not found 2026-05-28 00:24:05.495 7 INFO neutron.services.segments.plugin [-] Segment d3612682-394c-4ba6-9007-e3fd4a443ae4 resource provider aggregate not found 2026-05-28 00:24:05.519 7 INFO neutron.services.segments.plugin [-] Segment d3612682-394c-4ba6-9007-e3fd4a443ae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3612682-394c-4ba6-9007-e3fd4a443ae4 found for delete ", "request_id": "req-9731d7b1-3a18-4b37-bd27-50523c619bd2"}]} 2026-05-28 00:24:05.527 7 INFO neutron.services.segments.plugin [-] Segment d3612682-394c-4ba6-9007-e3fd4a443ae4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3612682-394c-4ba6-9007-e3fd4a443ae4 found for delete ", "request_id": "req-b4a15aa3-a396-4726-887e-d68d32dc1fde"}]} [pid: 7|app: 0|req: 1312/2552] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:24:05 2026] DELETE /v2.0/networks/700021c9-570c-4316-b083-eef7fdeb3476 => 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: 1242/2555] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:24:06 2026] GET /v2.0/security-groups?tenant_id=15d83298631b415a88910f615a5956b6&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2556] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:24:06 2026] DELETE /v2.0/security-groups/f3f3dfc7-465b-43ba-954b-58df62114052 => 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: 1243/2557] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:24:06 2026] GET /v2.0/security-groups?tenant_id=4321c11dc7134bbbb311553d9f59dcac&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2558] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:24:06 2026] DELETE /v2.0/security-groups/2aabec37-eeea-4297-9c15-636fbcfbf7be => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:24:08.740 8 INFO neutron.db.segments_db [None req-3c911d10-2c01-4093-8509-b42471422a4c 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment da03eac3-e8fb-4627-8a19-77278167d9da of type vxlan for network 409553d1-518a-40c4-98b4-0c5b26dabb47 [pid: 8|app: 0|req: 1244/2559] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:24:08 2026] POST /v2.0/networks => generated 740 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2560] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:24:08 2026] POST /v2.0/subnets => generated 687 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:24:09.105 8 INFO neutron.db.segments_db [None req-1d33c36f-6424-4c99-b883-99bc2a9c1f92 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 0fd5eb6a-288b-4c5e-b156-edc3b4170690 of type vxlan for network 1b57d9d6-6dc4-43ab-b684-94315dcfff5a 2026-05-28 00:24:09.312 8 INFO neutron.db.l3_hamode_db [None req-1d33c36f-6424-4c99-b883-99bc2a9c1f92 0970b078bb4c483e99562efb47f5ee03 a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:24:10.196 8 INFO neutron.db.l3_hamode_db [None req-1d33c36f-6424-4c99-b883-99bc2a9c1f92 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1245/2561] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:24:09 2026] POST /v2.0/routers => generated 727 bytes in 2156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2562] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:24:11 2026] PUT /v2.0/routers/04a6bb61-6e49-477d-bff1-2aa6566ba2bb/add_router_interface => generated 309 bytes in 1598 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:24:13.929 8 INFO neutron.db.segments_db [None req-c5450193-cc0d-42ac-9976-3b40cb3ae58a 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 11db8cda-54d9-4b06-b96b-3231ff41ca35 of type vxlan for network b563a768-ae83-41e4-acfb-258cd7175802 [pid: 8|app: 0|req: 1246/2563] 10.0.0.58 () {34 vars in 670 bytes} [Thu May 28 00:24:13 2026] POST /v2.0/networks => generated 740 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2564] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:24:14 2026] POST /v2.0/subnets => generated 687 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:24:14.265 8 INFO neutron.db.segments_db [None req-bfc97829-cf67-4381-83cd-164cb545f73c 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Added segment 187890cd-f6e1-4f3a-aa9c-889c26ce9226 of type vxlan for network 2c9bf6a0-8124-4267-aff4-8bd77f42498e 2026-05-28 00:24:14.475 8 INFO neutron.db.l3_hamode_db [None req-bfc97829-cf67-4381-83cd-164cb545f73c 0970b078bb4c483e99562efb47f5ee03 2076003cab3a46d78e683852148abfcb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:24:15.259 8 INFO neutron.db.l3_hamode_db [None req-bfc97829-cf67-4381-83cd-164cb545f73c 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1319/2565] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:24: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: 1320/2566] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:24:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2567] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:24:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2568] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:24:15 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: 1323/2569] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:24:15 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2570] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:24:15 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2571] 199.204.45.138 () {34 vars in 717 bytes} [Thu May 28 00:24:15 2026] POST /v2.0/ports => generated 1055 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2572] 10.0.0.152 () {34 vars in 971 bytes} [Thu May 28 00:24:16 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1055 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2573] 10.0.0.152 () {34 vars in 907 bytes} [Thu May 28 00:24:16 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: 1247/2574] 10.0.0.58 () {34 vars in 668 bytes} [Thu May 28 00:24:14 2026] POST /v2.0/routers => generated 727 bytes in 2461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2575] 199.204.45.138 () {34 vars in 1262 bytes} [Thu May 28 00:24:17 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2576] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:17 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1250/2577] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:17 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1251/2578] 199.204.45.138 () {34 vars in 975 bytes} [Thu May 28 00:24:17 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2579] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:17 2026] GET /v2.0/networks?id=ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2580] 10.0.0.58 () {34 vars in 782 bytes} [Thu May 28 00:24:16 2026] PUT /v2.0/routers/6490df31-b16e-419e-9f59-da18c8907067/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2581] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:24:17 2026] PUT /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1245 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:18.390 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa2a692f-ea15-4dc5-9d40-038f0d996301'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': '2ff0ec1d-a83a-4539-a160-6f8300a82913', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1329/2582] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:24:18 2026] POST /v2.0/security-groups => generated 1677 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2583] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:18 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2584] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:18 2026] GET /v2.0/networks?id=ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 802 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2585] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:24:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => 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: 1330/2586] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2587] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:19 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2588] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:19 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2589] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:19 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2590] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2591] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:19 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1332/2592] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:19 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: 8|app: 0|req: 1261/2593] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:19 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) 2026-05-28 00:24:19.514 7 INFO neutron.db.securitygroups_db [None req-6ef64a01-76cf-419c-9d99-ec0d81417be2 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] Project a464d298cc9742d698b4ecd8ce7bbaa5 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: 1333/2594] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-28 00:24:19.689 8 INFO neutron.db.securitygroups_db [None req-9d472dce-db6f-42cc-b27a-62b40c1fd6a0 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] Project a464d298cc9742d698b4ecd8ce7bbaa5 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: 1262/2595] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2596] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2481 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2597] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2598] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2599] 10.0.0.58 () {34 vars in 684 bytes} [Thu May 28 00:24:20 2026] POST /v2.0/security-groups => generated 1663 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2600] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2601] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1268/2602] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1335/2603] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2604] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => 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: 1270/2605] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2606] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2607] 10.0.0.58 () {34 vars in 694 bytes} [Thu May 28 00:24:20 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) [pid: 8|app: 0|req: 1272/2608] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1273/2609] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:20 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2612] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:24:20 2026] POST /v2.0/floatingips => generated 552 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2613] 10.0.0.152 () {34 vars in 1100 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1556954392&fields=id&tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2614] 10.0.0.152 () {34 vars in 1100 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1483111506&fields=id&tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2615] 10.0.0.152 () {34 vars in 982 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/networks?id=409553d1-518a-40c4-98b4-0c5b26dabb47 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2616] 10.0.0.152 () {34 vars in 965 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/quotas/a464d298cc9742d698b4ecd8ce7bbaa5 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2617] 10.0.0.152 () {34 vars in 1002 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/ports?tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2618] 10.0.0.152 () {34 vars in 1008 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/networks/409553d1-518a-40c4-98b4-0c5b26dabb47?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: 1279/2619] 10.0.0.152 () {34 vars in 1108 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/networks/409553d1-518a-40c4-98b4-0c5b26dabb47?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: 1341/2620] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:21 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2621] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:23 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => 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: 1342/2622] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:24 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => 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: 1281/2623] 10.0.0.152 () {34 vars in 971 bytes} [Thu May 28 00:24:24 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1247 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2624] 199.204.45.138 () {34 vars in 789 bytes} [Thu May 28 00:24:24 2026] PUT /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1270 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:25.111 8 INFO neutron.api.v2.resource [None req-5572a88b-7a8a-416e-b435-dba3bb05930d 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1282/2625] 199.204.45.138 () {30 vars in 763 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/security-groups/lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:24:25.131 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8f3724d-df5a-4eef-bb80-5e19321a723f'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': '2ff0ec1d-a83a-4539-a160-6f8300a82913', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1344/2626] 199.204.45.138 () {30 vars in 785 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/security-groups?name=lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2627] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => 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: 1283/2628] 199.204.45.138 () {34 vars in 789 bytes} [Thu May 28 00:24:25 2026] PUT /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1308 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:25.450 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13865764-bb7b-4320-8f5f-4d9dd98d2496'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': '2ff0ec1d-a83a-4539-a160-6f8300a82913', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1346/2629] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:24:25 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: 1284/2630] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:24:25 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: 1347/2631] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:24:25 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: 1348/2632] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2633] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2634] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2635] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/networks?id=ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 802 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2636] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2637] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2638] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2639] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1344 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2640] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2641] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2642] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1353/2643] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => 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: 1291/2644] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2645] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2646] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:24:25 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2647] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:26 2026] GET /v2.0/networks?id=409553d1-518a-40c4-98b4-0c5b26dabb47 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2648] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:26 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => 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: 1356/2649] 199.204.45.138 () {34 vars in 1050 bytes} [Thu May 28 00:24:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5 => generated 274 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2650] 199.204.45.138 () {38 vars in 955 bytes} [Thu May 28 00:24:26 2026] POST /v2.0/ports => generated 997 bytes in 414 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: 1295/2651] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:26 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2652] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:26 2026] GET /v2.0/networks?id=ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 802 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2653] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => 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: 1298/2654] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2655] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2656] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1301/2657] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1357/2658] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:24:26 2026] PUT /v2.0/ports/3ae41022-ae78-4486-9547-e65b35299d9c => generated 1278 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:27.300 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8036f57-b900-40be-b4c4-0606dbd7ec64'] response: {'name': 'network-changed', 'server_uuid': '1f9cf5ff-4aa4-4e32-932e-9e660aa1007e', 'tag': '3ae41022-ae78-4486-9547-e65b35299d9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1302/2659] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1012 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: 1358/2660] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&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: 8|app: 0|req: 1303/2661] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/ports?tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5&device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2662] 199.204.45.138 () {34 vars in 1018 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/networks?tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5&shared=False => generated 768 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2663] 199.204.45.138 () {34 vars in 930 bytes} [Thu May 28 00:24:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2664] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:28 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1012 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2665] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:28 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&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: 1361/2666] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:28 2026] GET /v2.0/ports?tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5&device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1281 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2667] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3ae41022-ae78-4486-9547-e65b35299d9c => 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: 1362/2668] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:29 2026] GET /v2.0/subnets?id=b989353a-0e15-4f74-983d-66c0c24da28a => generated 690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2669] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:29 2026] GET /v2.0/ports?network_id=409553d1-518a-40c4-98b4-0c5b26dabb47&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: 1363/2670] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:29 2026] GET /v2.0/networks/409553d1-518a-40c4-98b4-0c5b26dabb47?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: 1308/2671] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:29 2026] GET /v2.0/networks/409553d1-518a-40c4-98b4-0c5b26dabb47?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: 1364/2672] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:29 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2673] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:29 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2674] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:30 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2675] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:30 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2676] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:32 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2677] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:32 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2678] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:24:32 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1281 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2679] 199.204.45.138 () {34 vars in 1124 bytes} [Thu May 28 00:24:32 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2680] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:33 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2681] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:33 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:24:34.086 7 INFO neutron.db.l3_db [None req-44b3b6a6-7692-431f-b327-765ae840a252 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Floating IP d23614d0-77cb-4269-b3b7-29e8155667c6 associated. External IP: 10.96.250.204, port: 655fceaf-8669-4d42-bf38-fe031fc4c97a. [pid: 7|app: 0|req: 1369/2682] 10.0.0.58 () {34 vars in 676 bytes} [Thu May 28 00:24:33 2026] POST /v2.0/floatingips => generated 897 bytes in 1084 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2683] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:34 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2684] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:34 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2685] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:35 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2686] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:35 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2687] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:35 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:36.144 7 INFO neutron.db.l3_db [None req-de9f4c02-b09e-4e8b-af05-ba108b2d2a37 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] Floating IP a44e668d-4f0a-4762-aca2-9561b2954259 associated. External IP: 10.96.250.214, port: 3ae41022-ae78-4486-9547-e65b35299d9c. [pid: 7|app: 0|req: 1372/2690] 10.0.0.58 () {34 vars in 748 bytes} [Thu May 28 00:24:35 2026] PUT /v2.0/floatingips/a44e668d-4f0a-4762-aca2-9561b2954259 => generated 856 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:24:36.624 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f436e64-f99c-4188-b8fa-520fe24d889e'] response: {'name': 'network-changed', 'server_uuid': '1f9cf5ff-4aa4-4e32-932e-9e660aa1007e', 'tag': '3ae41022-ae78-4486-9547-e65b35299d9c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1319/2691] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/ports?tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5&device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2692] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/networks?id=409553d1-518a-40c4-98b4-0c5b26dabb47 => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2693] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3ae41022-ae78-4486-9547-e65b35299d9c => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2694] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/subnets?id=b989353a-0e15-4f74-983d-66c0c24da28a => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2695] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:24:37 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: 1321/2696] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/ports?network_id=409553d1-518a-40c4-98b4-0c5b26dabb47&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: 1376/2697] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:24:37 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: 1377/2698] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:24:37 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: 1378/2699] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:24:37 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-05-28 00:24:37.407 7 INFO neutron.api.v2.resource [None req-df0c5ee2-5bcd-4eab-9976-780d8dfe2121 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1379/2700] 199.204.45.138 () {30 vars in 763 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/security-groups/lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2701] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/networks/409553d1-518a-40c4-98b4-0c5b26dabb47?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2702] 199.204.45.138 () {30 vars in 785 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/security-groups?name=lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2703] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/networks/409553d1-518a-40c4-98b4-0c5b26dabb47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2704] 199.204.45.138 () {30 vars in 815 bytes} [Thu May 28 00:24:37 2026] GET /v2.0/security-group-rules?security_group_id=29ffab2b-1568-4ddd-930f-85c731e22b7d => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2705] 199.204.45.138 () {34 vars in 747 bytes} [Thu May 28 00:24:37 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: 7|app: 0|req: 1382/2706] 199.204.45.138 () {34 vars in 747 bytes} [Thu May 28 00:24:37 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: 8|app: 0|req: 1325/2707] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2708] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2709] 10.0.0.120 () {30 vars in 690 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2710] 10.0.0.120 () {30 vars in 692 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2711] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1283 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2712] 10.0.0.120 () {30 vars in 668 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2713] 10.0.0.120 () {30 vars in 704 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2714] 10.0.0.58 () {32 vars in 857 bytes} [Thu May 28 00:24:46 2026] GET /v2.0/floatingips?floating_network_id=8ce93a0e-0f07-4976-b46b-733c93155ca5&port_id=3ae41022-ae78-4486-9547-e65b35299d9c => generated 861 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2715] 10.0.0.120 () {28 vars in 439 bytes} [Thu May 28 00:24:47 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: 1386/2716] 10.0.0.120 () {30 vars in 728 bytes} [Thu May 28 00:24:47 2026] GET /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => generated 656 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2717] 10.0.0.4 () {34 vars in 988 bytes} [Thu May 28 00:24:47 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2718] 10.0.0.4 () {34 vars in 1118 bytes} [Thu May 28 00:24:47 2026] GET /v2.0/security-groups?id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&id=23d28d43-f837-4be8-abf9-a0411d3549fe&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2719] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2720] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2721] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2722] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2723] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2724] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2725] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2726] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2727] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:24:49 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: 1392/2728] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2729] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2730] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:49 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2731] 199.204.45.138 () {34 vars in 717 bytes} [Thu May 28 00:24:49 2026] POST /v2.0/ports => generated 1328 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2732] 10.0.0.152 () {34 vars in 971 bytes} [Thu May 28 00:24:50 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1338/2733] 10.0.0.152 () {34 vars in 907 bytes} [Thu May 28 00:24:50 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: 7|app: 0|req: 1396/2734] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:51 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2737] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:51 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2738] 199.204.45.138 () {34 vars in 1262 bytes} [Thu May 28 00:24:51 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2739] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:51 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1400/2740] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:51 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1341/2741] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:52 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2742] 10.0.0.152 () {34 vars in 1120 bytes} [Thu May 28 00:24:52 2026] GET /v2.0/security-groups?id=23d28d43-f837-4be8-abf9-a0411d3549fe&id=3415674b-9285-4b1b-bcd3-dd6f1b2a2068&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: 8|app: 0|req: 1342/2743] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:24:52 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2744] 199.204.45.138 () {34 vars in 975 bytes} [Thu May 28 00:24:52 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:52.504 7 INFO neutron_taas.services.taas.taas_plugin [req-8a1f6752-f78e-43e5-b76b-42e6b559ea1d req-ac7c328a-b747-4676-900a-6794231dacad 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] TaaS: Handle Delete Port: 3ae41022-ae78-4486-9547-e65b35299d9c 2026-05-28 00:24:52.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8a1f6752-f78e-43e5-b76b-42e6b559ea1d req-ac7c328a-b747-4676-900a-6794231dacad 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] Tap Mirror: Handle Delete Port: 3ae41022-ae78-4486-9547-e65b35299d9c [pid: 8|app: 0|req: 1344/2745] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:52 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:24:52.636 7 INFO neutron.db.l3_db [req-8a1f6752-f78e-43e5-b76b-42e6b559ea1d req-ac7c328a-b747-4676-900a-6794231dacad 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] Floating IP a44e668d-4f0a-4762-aca2-9561b2954259 disassociated. External IP: 10.96.250.214, port: 3ae41022-ae78-4486-9547-e65b35299d9c. [pid: 7|app: 0|req: 1402/2746] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:24:52 2026] DELETE /v2.0/ports/3ae41022-ae78-4486-9547-e65b35299d9c => generated 0 bytes in 585 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2747] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:24:52 2026] PUT /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1518 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:53.006 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a802fd99-0fc1-4ff8-88ce-1b650a8418ab'] response: {'server_uuid': '1f9cf5ff-4aa4-4e32-932e-9e660aa1007e', 'name': 'network-vif-deleted', 'tag': '3ae41022-ae78-4486-9547-e65b35299d9c', 'status': 'completed', 'code': 200} 2026-05-28 00:24:53.086 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e096fedc-eb24-487d-972c-8cd98041487b'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': 'ba8762d3-f984-437b-a948-ee5a6b7267bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1403/2748] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => generated 12 bytes in 14 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: 1346/2749] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4090 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2750] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2751] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1405/2752] 199.204.45.138 () {34 vars in 1104 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a0&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1348/2753] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/subnets?id=e036a19c-ebc1-467f-aad6-87ac062ce319&id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2754] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 8|app: 0|req: 1349/2755] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 7|app: 0|req: 1407/2756] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1350/2757] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:53 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1408/2758] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:54 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => 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: 1351/2759] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:24:54 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4090 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2760] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => 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: 1352/2761] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2762] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2763] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1411/2764] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2765] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => 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: 1412/2766] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2767] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&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: 1413/2768] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1356/2769] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1414/2770] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1357/2771] 199.204.45.138 () {34 vars in 1104 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a0&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1358/2772] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => 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: 1415/2773] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/subnets?id=e036a19c-ebc1-467f-aad6-87ac062ce319&id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2774] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2775] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 8|app: 0|req: 1360/2776] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1417/2777] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:24:55 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2778] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:24:56 2026] GET /v2.0/ports?device_id=1f9cf5ff-4aa4-4e32-932e-9e660aa1007e => 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: 1418/2779] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:24:57 2026] DELETE /v2.0/security-groups/23d28d43-f837-4be8-abf9-a0411d3549fe => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:24:57.940 8 INFO neutron.api.v2.resource [None req-fdc74abe-1719-4f90-b675-07f5d9c477e6 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1362/2780] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:24:57 2026] GET /v2.0/security-groups/23d28d43-f837-4be8-abf9-a0411d3549fe => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:24:58.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e65e257-c2a8-4840-b040-b54f690d9e9e 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] TaaS: Handle Delete Port: 4916841c-2b1b-4e31-9f19-9bb72734b3b0 2026-05-28 00:24:58.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e65e257-c2a8-4840-b040-b54f690d9e9e 3612d6b423064c59b710e6451b2e6f2f a464d298cc9742d698b4ecd8ce7bbaa5 - - default default] Tap Mirror: Handle Delete Port: 4916841c-2b1b-4e31-9f19-9bb72734b3b0 [pid: 7|app: 0|req: 1419/2781] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:24:57 2026] DELETE /v2.0/floatingips/a44e668d-4f0a-4762-aca2-9561b2954259 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2782] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:24:58 2026] DELETE /v2.0/security-groups/3415674b-9285-4b1b-bcd3-dd6f1b2a2068 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:24:58.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea45463c-5140-4f2b-979e-1e75c8889c20 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: b621171a-74c5-464c-84f7-e1d4d228cdf9 2026-05-28 00:24:58.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea45463c-5140-4f2b-979e-1e75c8889c20 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: b621171a-74c5-464c-84f7-e1d4d228cdf9 [pid: 7|app: 0|req: 1420/2783] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:24:58 2026] PUT /v2.0/routers/04a6bb61-6e49-477d-bff1-2aa6566ba2bb/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:24:59.598 8 INFO neutron_taas.services.taas.taas_plugin [None req-28cfd066-32e0-48d9-8b44-9afe1e2f0692 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: eb2c8785-de73-4f6b-80bc-d510a203a8b6 2026-05-28 00:24:59.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28cfd066-32e0-48d9-8b44-9afe1e2f0692 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: eb2c8785-de73-4f6b-80bc-d510a203a8b6 [pid: 7|app: 0|req: 1421/2784] 10.0.0.152 () {34 vars in 971 bytes} [Thu May 28 00:24:59 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:24:59.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-28cfd066-32e0-48d9-8b44-9afe1e2f0692 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: de491a9a-4d12-4cf2-8fa7-dee9beefce05 2026-05-28 00:24:59.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28cfd066-32e0-48d9-8b44-9afe1e2f0692 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: de491a9a-4d12-4cf2-8fa7-dee9beefce05 [pid: 7|app: 0|req: 1422/2785] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:24:59 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 797 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2786] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:24:59 2026] GET /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => 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: 1424/2787] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:24:59 2026] GET /v2.0/subnets/e036a19c-ebc1-467f-aad6-87ac062ce319 => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2788] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2789] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:00 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: 1427/2790] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:00 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: 1428/2791] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:00 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: 1429/2792] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:25:00.180 8 INFO neutron.db.l3_hamode_db [None req-28cfd066-32e0-48d9-8b44-9afe1e2f0692 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network 1b57d9d6-6dc4-43ab-b684-94315dcfff5a was deleted as no HA routers are present in tenant a464d298cc9742d698b4ecd8ce7bbaa5. [pid: 7|app: 0|req: 1430/2793] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2794] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:24:59 2026] DELETE /v2.0/routers/04a6bb61-6e49-477d-bff1-2aa6566ba2bb => generated 0 bytes in 796 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2795] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1344 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:25:00.256 8 INFO neutron.services.segments.plugin [-] Segment 0fd5eb6a-288b-4c5e-b156-edc3b4170690 resource provider aggregate not found 2026-05-28 00:25:00.266 8 INFO neutron.services.segments.plugin [-] Segment 0fd5eb6a-288b-4c5e-b156-edc3b4170690 resource provider aggregate not found 2026-05-28 00:25:00.274 8 INFO neutron.services.segments.plugin [-] Segment 0fd5eb6a-288b-4c5e-b156-edc3b4170690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fd5eb6a-288b-4c5e-b156-edc3b4170690 found for delete ", "request_id": "req-91c6a87f-34df-4fc8-834a-9553df50f858"}]} [pid: 7|app: 0|req: 1432/2796] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:25:00.297 8 INFO neutron.services.segments.plugin [-] Segment 0fd5eb6a-288b-4c5e-b156-edc3b4170690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fd5eb6a-288b-4c5e-b156-edc3b4170690 found for delete ", "request_id": "req-abff543e-3a8f-4e91-8fc6-6b8b1fda8e13"}]} [pid: 7|app: 0|req: 1433/2797] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => 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: 1365/2798] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:25:00 2026] DELETE /v2.0/subnets/b989353a-0e15-4f74-983d-66c0c24da28a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2799] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2800] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:00 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:25:00.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-359b9747-3a4c-4237-accf-b5098ff86454 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 2f32984c-0000-42b3-8eb3-9084741313cd 2026-05-28 00:25:00.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-359b9747-3a4c-4237-accf-b5098ff86454 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 2f32984c-0000-42b3-8eb3-9084741313cd [pid: 8|app: 0|req: 1366/2801] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:25:00 2026] DELETE /v2.0/networks/409553d1-518a-40c4-98b4-0c5b26dabb47 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:25:01.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-b713e730-788a-4b68-8780-72485d011449 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: cdb46aa1-e85f-4bb2-b261-0e46d432652b 2026-05-28 00:25:01.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b713e730-788a-4b68-8780-72485d011449 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: cdb46aa1-e85f-4bb2-b261-0e46d432652b [pid: 7|app: 0|req: 1436/2802] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:25:00 2026] PUT /v2.0/routers/6490df31-b16e-419e-9f59-da18c8907067/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:25:01.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e53cbae-7df1-4503-a34f-5dd9ef419db6 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: da893715-bb1d-4fc0-aabe-af59ab70d29a 2026-05-28 00:25:01.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e53cbae-7df1-4503-a34f-5dd9ef419db6 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: da893715-bb1d-4fc0-aabe-af59ab70d29a 2026-05-28 00:25:02.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e53cbae-7df1-4503-a34f-5dd9ef419db6 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 4683e63a-788b-424b-b349-401fc57a7450 2026-05-28 00:25:02.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e53cbae-7df1-4503-a34f-5dd9ef419db6 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 4683e63a-788b-424b-b349-401fc57a7450 2026-05-28 00:25:02.311 8 INFO neutron.services.segments.plugin [-] Segment da03eac3-e8fb-4627-8a19-77278167d9da resource provider aggregate not found 2026-05-28 00:25:02.317 8 INFO neutron.services.segments.plugin [-] Segment da03eac3-e8fb-4627-8a19-77278167d9da resource provider aggregate not found 2026-05-28 00:25:02.331 8 INFO neutron.services.segments.plugin [-] Segment da03eac3-e8fb-4627-8a19-77278167d9da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da03eac3-e8fb-4627-8a19-77278167d9da found for delete ", "request_id": "req-60ab5f71-7d63-4d4f-aae6-eb6eaae22d94"}]} 2026-05-28 00:25:02.337 8 INFO neutron.services.segments.plugin [-] Segment da03eac3-e8fb-4627-8a19-77278167d9da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da03eac3-e8fb-4627-8a19-77278167d9da found for delete ", "request_id": "req-75eeaaac-abba-4ab4-ba6c-af1f91a88124"}]} 2026-05-28 00:25:02.480 8 INFO neutron.db.l3_hamode_db [None req-6e53cbae-7df1-4503-a34f-5dd9ef419db6 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] HA network 2c9bf6a0-8124-4267-aff4-8bd77f42498e was deleted as no HA routers are present in tenant 2076003cab3a46d78e683852148abfcb. [pid: 8|app: 0|req: 1367/2803] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:25:01 2026] DELETE /v2.0/routers/6490df31-b16e-419e-9f59-da18c8907067 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2804] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:25:02 2026] DELETE /v2.0/subnets/cdfc93de-7ff3-46a4-b29e-5419ac15569b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:25:02.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e82ceca-f132-4abb-8ec1-72322bdfdd26 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: fa82f48b-a314-4165-aecc-f890f10c6237 2026-05-28 00:25:02.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e82ceca-f132-4abb-8ec1-72322bdfdd26 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: fa82f48b-a314-4165-aecc-f890f10c6237 [pid: 8|app: 0|req: 1368/2805] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:25:02 2026] DELETE /v2.0/networks/b563a768-ae83-41e4-acfb-258cd7175802 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2806] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:03 2026] GET /v2.0/security-groups?tenant_id=2076003cab3a46d78e683852148abfcb&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2807] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:03 2026] DELETE /v2.0/security-groups/ed9255cf-d8f2-44d5-8291-ad926a5c9b80 => 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: 1439/2808] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:03 2026] GET /v2.0/security-groups?tenant_id=a464d298cc9742d698b4ecd8ce7bbaa5&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2809] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:03 2026] DELETE /v2.0/security-groups/08d74fa3-f0fd-4bca-bcf7-6a5a77ebdd9b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:25:04.357 8 INFO neutron.services.segments.plugin [-] Segment 187890cd-f6e1-4f3a-aa9c-889c26ce9226 resource provider aggregate not found 2026-05-28 00:25:04.379 8 INFO neutron.services.segments.plugin [-] Segment 187890cd-f6e1-4f3a-aa9c-889c26ce9226 resource provider aggregate not found 2026-05-28 00:25:04.393 8 INFO neutron.services.segments.plugin [-] Segment 187890cd-f6e1-4f3a-aa9c-889c26ce9226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 187890cd-f6e1-4f3a-aa9c-889c26ce9226 found for delete ", "request_id": "req-e36d7082-4448-4717-a1cf-aff01cf21ba0"}]} 2026-05-28 00:25:04.400 8 INFO neutron.services.segments.plugin [-] Segment 187890cd-f6e1-4f3a-aa9c-889c26ce9226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 187890cd-f6e1-4f3a-aa9c-889c26ce9226 found for delete ", "request_id": "req-babeb030-3fd0-4a59-8646-99223d8df809"}]} 2026-05-28 00:25:04.417 8 INFO neutron.services.segments.plugin [-] Segment 11db8cda-54d9-4b06-b96b-3231ff41ca35 resource provider aggregate not found 2026-05-28 00:25:04.420 8 INFO neutron.services.segments.plugin [-] Segment 11db8cda-54d9-4b06-b96b-3231ff41ca35 resource provider aggregate not found 2026-05-28 00:25:04.451 8 INFO neutron.services.segments.plugin [-] Segment 11db8cda-54d9-4b06-b96b-3231ff41ca35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11db8cda-54d9-4b06-b96b-3231ff41ca35 found for delete ", "request_id": "req-8e36f2df-d641-46d5-844f-ae19e617d8e2"}]} 2026-05-28 00:25:04.453 8 INFO neutron.services.segments.plugin [-] Segment 11db8cda-54d9-4b06-b96b-3231ff41ca35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11db8cda-54d9-4b06-b96b-3231ff41ca35 found for delete ", "request_id": "req-93a87d12-889d-4811-ae9f-11514bf27a01"}]} [pid: 8|app: 0|req: 1372/2812] 10.0.0.120 () {30 vars in 690 bytes} [Thu May 28 00:25:07 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: 1441/2813] 10.0.0.120 () {30 vars in 692 bytes} [Thu May 28 00:25:07 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: 1373/2814] 10.0.0.120 () {30 vars in 668 bytes} [Thu May 28 00:25:07 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: 1442/2815] 10.0.0.120 () {30 vars in 704 bytes} [Thu May 28 00:25:07 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: 1443/2816] 10.0.0.120 () {28 vars in 439 bytes} [Thu May 28 00:25:08 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2817] 10.0.0.58 () {34 vars in 677 bytes} [Thu May 28 00:25:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2818] 10.0.0.120 () {30 vars in 728 bytes} [Thu May 28 00:25:08 2026] GET /v2.0/subnets/9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6 => generated 655 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2819] 10.0.0.58 () {34 vars in 677 bytes} [Thu May 28 00:25:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2820] 10.0.0.58 () {34 vars in 677 bytes} [Thu May 28 00:25:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2821] 10.0.0.58 () {34 vars in 677 bytes} [Thu May 28 00:25:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2822] 10.0.0.58 () {34 vars in 677 bytes} [Thu May 28 00:25:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2823] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:25:08 2026] PUT /v2.0/policies/e5ecc71d-7f30-4ecc-bfa8-659f309607ac/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2824] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:25:08 2026] PUT /v2.0/policies/dc6dc0a1-7bb2-4e90-b4ad-6252cb5ca1fb/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2825] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:25:08 2026] PUT /v2.0/policies/323f6822-02e6-493d-976c-f999832ef706/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2826] 10.0.0.58 () {34 vars in 752 bytes} [Thu May 28 00:25:08 2026] PUT /v2.0/policies/cbaf6429-4551-4f29-9a6b-5e138503c617/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2827] 10.0.0.58 () {32 vars in 673 bytes} [Thu May 28 00:25:08 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2828] 10.0.0.58 () {32 vars in 687 bytes} [Thu May 28 00:25:09 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2829] 10.0.0.58 () {32 vars in 683 bytes} [Thu May 28 00:25:09 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2830] 10.0.0.58 () {32 vars in 695 bytes} [Thu May 28 00:25:09 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2831] 10.0.0.58 () {32 vars in 681 bytes} [Thu May 28 00:25:09 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2832] 10.0.0.58 () {32 vars in 695 bytes} [Thu May 28 00:25:09 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2833] 10.0.0.58 () {32 vars in 691 bytes} [Thu May 28 00:25:09 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: 1383/2834] 10.0.0.58 () {32 vars in 703 bytes} [Thu May 28 00:25:09 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2835] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:25:09 2026] DELETE /v2.0/qos/policies/e5ecc71d-7f30-4ecc-bfa8-659f309607ac => 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: 1384/2836] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:25:09 2026] DELETE /v2.0/qos/policies/dc6dc0a1-7bb2-4e90-b4ad-6252cb5ca1fb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2837] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:25:09 2026] DELETE /v2.0/qos/policies/323f6822-02e6-493d-976c-f999832ef706 => 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: 1385/2838] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:25:09 2026] DELETE /v2.0/qos/policies/cbaf6429-4551-4f29-9a6b-5e138503c617 => 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: 1454/2839] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:25:09 2026] DELETE /v2.0/qos/policies/2a188d63-73ed-441d-8127-7d01ffdb8ebc => 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: 1386/2840] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2841] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2842] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:10 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: 1456/2843] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2844] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2845] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/subnets/9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2846] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4092 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2847] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:10 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: 1390/2848] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:10 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: 1459/2849] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:10 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: 1391/2850] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2851] 199.204.45.138 () {34 vars in 717 bytes} [Thu May 28 00:25:10 2026] POST /v2.0/ports => generated 1328 bytes in 335 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: 1461/2852] 10.0.0.152 () {34 vars in 971 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2853] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:10 2026] GET /v2.0/security-groups?tenant_id=233ef826e7314dfc96e7612151118ad0&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2854] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:11 2026] DELETE /v2.0/security-groups/60f77dea-9434-4c97-9b19-776fe9b89587 => 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: 1393/2855] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:11 2026] GET /v2.0/security-groups?tenant_id=fa744beb1b81410092b53f8a553ed0f0&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2856] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:11 2026] DELETE /v2.0/security-groups/e32008ed-9ce8-4240-a42f-31d69ff04167 => 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: 1394/2857] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:11 2026] GET /v2.0/security-groups?tenant_id=cf9163f4c81449509783e72d36159ca3&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2858] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:11 2026] DELETE /v2.0/security-groups/0c988501-16ec-43b8-b9af-aeb95bb5b425 => 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: 1395/2859] 199.204.45.138 () {34 vars in 1262 bytes} [Thu May 28 00:25:12 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2860] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:12 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1396/2861] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:12 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2862] 199.204.45.138 () {34 vars in 975 bytes} [Thu May 28 00:25:12 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2863] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:25:12 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2864] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:25:12 2026] PUT /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1518 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:25:13.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-530b66c5-d731-4be3-922f-dc036dbc635a'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': '3d411356-5a5c-49a5-909a-ee0a06fd5b82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1398/2865] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:13 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 5602 bytes in 68 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: 1468/2866] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:25:13 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2867] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.15&port_id=3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2868] 199.204.45.138 () {34 vars in 1106 bytes} [Thu May 28 00:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1e8&port_id=3d411356-5a5c-49a5-909a-ee0a06fd5b82 => 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: 1400/2869] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:25:13 2026] GET /v2.0/subnets?id=9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6&id=98198072-ede4-4c60-805e-f004c20a9021 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2870] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:13 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2871] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:14 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2872] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:14 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1402/2873] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:14 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1472/2874] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 5602 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2875] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => 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: 1473/2876] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => 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: 1404/2877] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&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: 1474/2878] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2879] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1475/2880] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => 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: 1406/2881] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2882] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2883] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1477/2884] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2885] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1478/2886] 199.204.45.138 () {34 vars in 1104 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a0&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1409/2887] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/subnets?id=e036a19c-ebc1-467f-aad6-87ac062ce319&id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2888] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 8|app: 0|req: 1410/2889] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 1480/2890] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1411/2891] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2892] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.15&port_id=3d411356-5a5c-49a5-909a-ee0a06fd5b82 => 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: 1412/2893] 199.204.45.138 () {34 vars in 1106 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1e8&port_id=3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2894] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:25:15 2026] GET /v2.0/subnets?id=9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6&id=98198072-ede4-4c60-805e-f004c20a9021 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2895] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&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: 1483/2896] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2897] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2898] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2899] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:25:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2900] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:25:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2901] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:25:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2902] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:25:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2903] 10.0.0.58 () {34 vars in 675 bytes} [Thu May 28 00:25:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2904] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:25:16 2026] PUT /v2.0/subnetpools/c2277df5-b527-4f45-8338-fd3d821b9235/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: 1418/2905] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:25:16 2026] PUT /v2.0/subnetpools/9e664e49-ab95-44c4-b6c1-3e68261881c4/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2906] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:25:16 2026] PUT /v2.0/subnetpools/8e2e45bb-c301-42f6-8182-ca2b0621b1c0/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2907] 10.0.0.58 () {34 vars in 758 bytes} [Thu May 28 00:25:16 2026] PUT /v2.0/subnetpools/05cc2bd4-000a-40e4-8c92-3ead022849d0/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2908] 10.0.0.58 () {32 vars in 671 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2909] 10.0.0.58 () {32 vars in 685 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2910] 10.0.0.58 () {32 vars in 681 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2911] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2912] 10.0.0.58 () {32 vars in 679 bytes} [Thu May 28 00:25:16 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2913] 10.0.0.58 () {32 vars in 693 bytes} [Thu May 28 00:25:17 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2914] 10.0.0.58 () {32 vars in 689 bytes} [Thu May 28 00:25:17 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2915] 10.0.0.58 () {32 vars in 701 bytes} [Thu May 28 00:25:17 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2916] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:25:17 2026] DELETE /v2.0/subnetpools/c2277df5-b527-4f45-8338-fd3d821b9235 => 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: 1424/2917] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:25:17 2026] DELETE /v2.0/subnetpools/9e664e49-ab95-44c4-b6c1-3e68261881c4 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2918] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:25:17 2026] DELETE /v2.0/subnetpools/8e2e45bb-c301-42f6-8182-ca2b0621b1c0 => 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: 1425/2919] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:25:17 2026] DELETE /v2.0/subnetpools/05cc2bd4-000a-40e4-8c92-3ead022849d0 => 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: 1495/2920] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:25:17 2026] DELETE /v2.0/subnetpools/ae1f122f-54cc-43d2-8f80-1cdc5b7c64e2 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2921] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:18 2026] GET /v2.0/security-groups?tenant_id=920fdbd7d2114b0ca5eb547143a367b5&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2922] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:18 2026] DELETE /v2.0/security-groups/cb2ff44d-2b57-4a43-aa3d-4cd32502a8b9 => 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: 1427/2923] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:18 2026] GET /v2.0/security-groups?tenant_id=6aad7c85d6364d389e611187b3075dbe&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: 1497/2924] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:18 2026] DELETE /v2.0/security-groups/ee9fb063-7682-4a2c-ad71-c9a739b41acc => 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: 1428/2925] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:19 2026] GET /v2.0/security-groups?tenant_id=5fb27f2bb96c4d99aa8f2849ffa47edc&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2926] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:19 2026] DELETE /v2.0/security-groups/f6ef0b98-9240-41ff-8ef3-361ad54b423d => 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: 1429/2927] 10.0.0.152 () {34 vars in 971 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => 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: 1499/2928] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 797 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2929] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/subnets/9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2930] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/subnets/98198072-ede4-4c60-805e-f004c20a9021 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2931] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1520 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2932] 199.204.45.138 () {34 vars in 790 bytes} [Thu May 28 00:25:20 2026] PUT /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1255 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:25:20.733 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16f4f421-66a6-46b0-9893-a3e2ba6ad81e'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': 'ba8762d3-f984-437b-a948-ee5a6b7267bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1432/2933] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 797 bytes in 69 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: 1502/2934] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => 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: 1433/2935] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2936] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25: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: 8|app: 0|req: 1434/2937] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:20 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: 1504/2938] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2939] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2940] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:20 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2941] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1344 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2942] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2945] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2946] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2947] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2948] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 5375 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2949] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2950] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1440/2951] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/subnets?id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2952] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2953] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2954] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:21 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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-05-28 00:25:22.828 8 INFO neutron.db.segments_db [None req-c7988487-c347-402a-b28d-eba2b4c61f85 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] Added segment 54be2292-aec4-4c19-9940-aaea657da626 of type vxlan for network 339c2d9d-7d8a-4af3-9fc8-9b129e714c53 2026-05-28 00:25:23.076 8 INFO neutron.db.l3_hamode_db [None req-c7988487-c347-402a-b28d-eba2b4c61f85 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-28 00:25:23.179 8 INFO neutron.db.l3_hamode_db [None req-c7988487-c347-402a-b28d-eba2b4c61f85 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1442/2955] 10.0.0.58 () {34 vars in 667 bytes} [Thu May 28 00:25:22 2026] POST /v2.0/routers => generated 474 bytes in 1137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2956] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:25:23 2026] PUT /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2957] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:25:23 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2958] 10.0.0.58 () {34 vars in 761 bytes} [Thu May 28 00:25:23 2026] PUT /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags/green => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2959] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:25:24 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2960] 10.0.0.58 () {34 vars in 757 bytes} [Thu May 28 00:25:24 2026] PUT /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags/red => 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: 1445/2961] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:25:24 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2962] 10.0.0.58 () {34 vars in 779 bytes} [Thu May 28 00:25:24 2026] PUT /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags/black.or.white => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2963] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:25:24 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 52 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2964] 10.0.0.58 () {34 vars in 750 bytes} [Thu May 28 00:25:24 2026] PUT /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2965] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:25:24 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2966] 10.0.0.58 () {32 vars in 738 bytes} [Thu May 28 00:25:24 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags/red => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:25:25.158 8 INFO neutron.api.v2.resource [None req-9643521c-7a7d-4f85-a1b5-1c23ee7379bd 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1448/2967] 10.0.0.58 () {32 vars in 742 bytes} [Thu May 28 00:25:25 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2968] 10.0.0.58 () {32 vars in 741 bytes} [Thu May 28 00:25:25 2026] DELETE /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags/red => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2969] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:25:25 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:25:25.503 7 INFO neutron.api.v2.resource [None req-e667c933-dcc3-464a-b8d5-c149a82b8254 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/2970] 10.0.0.58 () {32 vars in 745 bytes} [Thu May 28 00:25:25 2026] DELETE /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags/green => generated 99 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2971] 10.0.0.58 () {32 vars in 733 bytes} [Thu May 28 00:25:25 2026] DELETE /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => 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: 1522/2972] 10.0.0.58 () {32 vars in 730 bytes} [Thu May 28 00:25:25 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b/tags => generated 12 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2973] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:25:25 2026] GET /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b => 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: 1523/2974] 10.0.0.58 () {34 vars in 741 bytes} [Thu May 28 00:25:25 2026] PUT /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b => generated 480 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2975] 10.0.0.58 () {32 vars in 735 bytes} [Thu May 28 00:25:26 2026] GET /v2.0/ports?device_id=0fbe0a50-43a5-4de8-a54d-4c01d61afa9b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:25:26.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-9db79402-c3a0-409e-9ac6-9fcde5cf69c2 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] TaaS: Handle Delete Port: 538902ad-ee75-4f0e-9fcc-17d648349c21 2026-05-28 00:25:26.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9db79402-c3a0-409e-9ac6-9fcde5cf69c2 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] Tap Mirror: Handle Delete Port: 538902ad-ee75-4f0e-9fcc-17d648349c21 2026-05-28 00:25:26.724 7 INFO neutron.db.l3_hamode_db [None req-9db79402-c3a0-409e-9ac6-9fcde5cf69c2 6c27ad0bc26d40948fd791adf06982e8 72063a195a4a469abeb689fbb480e5d3 - - default default] HA network 339c2d9d-7d8a-4af3-9fc8-9b129e714c53 was deleted as no HA routers are present in tenant 72063a195a4a469abeb689fbb480e5d3. [pid: 7|app: 0|req: 1524/2976] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:25:26 2026] DELETE /v2.0/routers/0fbe0a50-43a5-4de8-a54d-4c01d61afa9b => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:25:26.804 7 INFO neutron.services.segments.plugin [-] Segment 54be2292-aec4-4c19-9940-aaea657da626 resource provider aggregate not found 2026-05-28 00:25:26.822 7 INFO neutron.services.segments.plugin [-] Segment 54be2292-aec4-4c19-9940-aaea657da626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54be2292-aec4-4c19-9940-aaea657da626 found for delete ", "request_id": "req-69f817d7-f276-4eb2-82cb-cf178fc4ceb5"}]} 2026-05-28 00:25:26.824 7 INFO neutron.services.segments.plugin [-] Segment 54be2292-aec4-4c19-9940-aaea657da626 resource provider aggregate not found 2026-05-28 00:25:26.839 7 INFO neutron.services.segments.plugin [-] Segment 54be2292-aec4-4c19-9940-aaea657da626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54be2292-aec4-4c19-9940-aaea657da626 found for delete ", "request_id": "req-486d5b4b-aa46-4660-acd5-b36be389650a"}]} [pid: 8|app: 0|req: 1453/2977] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:27 2026] GET /v2.0/security-groups?tenant_id=72063a195a4a469abeb689fbb480e5d3&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2978] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:27 2026] DELETE /v2.0/security-groups/35a6da55-d696-498d-b3c9-39c8464352b1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2979] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:25:27 2026] GET /v2.0/security-groups?tenant_id=ddeb010269dd41d3b119987c4d654313&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2980] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:25:27 2026] DELETE /v2.0/security-groups/9d173675-6f87-4b17-95ac-0df396725469 => 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: 1455/2981] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:33 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: 1527/2982] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:33 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: 1456/2983] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:33 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: 1528/2984] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:33 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: 1457/2985] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:33 2026] GET /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2986] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:33 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 5375 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2987] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2988] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:33 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: 1459/2989] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:33 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: 1531/2990] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:33 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: 1460/2991] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:33 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2992] 199.204.45.138 () {34 vars in 790 bytes} [Thu May 28 00:25:33 2026] PUT /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1251 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:25:33.943 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f9b5edf-3d85-473b-b947-1527b560532f'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': '3d411356-5a5c-49a5-909a-ee0a06fd5b82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1461/2993] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:33 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 797 bytes in 51 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: 1533/2994] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:33 2026] GET /v2.0/subnets/9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2995] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:33 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1287 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2996] 199.204.45.138 () {34 vars in 789 bytes} [Thu May 28 00:25:34 2026] PUT /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1080 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2997] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:34 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 797 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: 7|app: 0|req: 1535/2998] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:34 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2999] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:34 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3000] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:34 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3001] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:25:34 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3002] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:34 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3003] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:34 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1538/3004] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:35 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:25:35.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d815df98-5ac4-40c0-93a5-e23488f0850b'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': '3d411356-5a5c-49a5-909a-ee0a06fd5b82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1468/3007] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3008] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3009] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1541/3010] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 4971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3011] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1542/3012] 199.204.45.138 () {34 vars in 975 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3013] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3014] 199.204.45.138 () {34 vars in 1016 bytes} [Thu May 28 00:25:36 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3015] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:25:36 2026] PUT /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 917 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3016] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:37 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3863 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 00:25:37.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e6e4f27-6757-43e5-98ce-647a79b17e7e 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 3d411356-5a5c-49a5-909a-ee0a06fd5b82 2026-05-28 00:25:37.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e6e4f27-6757-43e5-98ce-647a79b17e7e 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 3d411356-5a5c-49a5-909a-ee0a06fd5b82 [pid: 8|app: 0|req: 1473/3017] 199.204.45.138 () {32 vars in 759 bytes} [Thu May 28 00:25:37 2026] DELETE /v2.0/ports/3d411356-5a5c-49a5-909a-ee0a06fd5b82 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3018] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3019] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3020] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3021] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3022] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3023] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3024] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1344 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3025] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3026] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3027] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3028] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3029] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3863 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3030] 199.204.45.138 () {34 vars in 1226 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/networks?id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&id=ba30f995-6a2e-4734-9d54-e3182052fe4f&id=a8608dd3-b10f-49e1-a493-d85e1e63f863&id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 3095 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3031] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => 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: 1552/3032] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3033] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3034] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:38 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1482/3035] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3036] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => 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: 1483/3037] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3038] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3039] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1556/3040] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1485/3041] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=ba8762d3-f984-437b-a948-ee5a6b7267bb => 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: 1557/3042] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/subnets?id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3043] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 1558/3044] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1487/3045] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:39 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1559/3046] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3047] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:43 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: 1560/3048] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3049] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:43 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: 1561/3050] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:43 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3863 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3051] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3052] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:43 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: 1491/3053] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:43 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: 1563/3054] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:43 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: 1492/3055] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:43 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3056] 199.204.45.138 () {34 vars in 789 bytes} [Thu May 28 00:25:43 2026] PUT /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1080 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:25:44.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50fc49df-1bf2-4d48-9e8a-f9380e28e325'] response: {'name': 'network-changed', 'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'tag': 'ba8762d3-f984-437b-a948-ee5a6b7267bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1493/3057] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:43 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 797 bytes in 33 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: 1565/3058] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:44 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3688 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3059] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:44 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3688 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3060] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:44 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3688 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3061] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:25:44 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3062] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:44 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1496/3063] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:44 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3064] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:45 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3688 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3065] 199.204.45.138 () {34 vars in 975 bytes} [Thu May 28 00:25:46 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3066] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:25:46 2026] GET /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3067] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:46 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 3688 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3068] 199.204.45.138 () {34 vars in 1016 bytes} [Thu May 28 00:25:46 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3069] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:25:46 2026] PUT /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 917 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3070] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 00:25:47.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-4995077a-914c-4757-991d-a459d2e2d52a 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: ba8762d3-f984-437b-a948-ee5a6b7267bb 2026-05-28 00:25:47.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4995077a-914c-4757-991d-a459d2e2d52a 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: ba8762d3-f984-437b-a948-ee5a6b7267bb [pid: 8|app: 0|req: 1500/3071] 199.204.45.138 () {32 vars in 759 bytes} [Thu May 28 00:25:47 2026] DELETE /v2.0/ports/ba8762d3-f984-437b-a948-ee5a6b7267bb => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3072] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3073] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:47 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: 1573/3074] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:47 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: 1502/3075] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3076] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3077] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3078] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1344 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3079] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3080] 199.204.45.138 () {30 vars in 743 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3081] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:25:47 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3082] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3083] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3084] 199.204.45.138 () {34 vars in 1146 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/networks?id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&id=ba30f995-6a2e-4734-9d54-e3182052fe4f&id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 2309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3085] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => 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: 1579/3086] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3087] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&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: 1580/3088] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3089] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3090] 199.204.45.138 () {34 vars in 1056 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3091] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/subnets?id=3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3092] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/ports?network_id=ba30f995-6a2e-4734-9d54-e3182052fe4f&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: 1511/3093] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1583/3094] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:25:48 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?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: 1585/3097] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:25:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3098] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:25:59 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: 1586/3099] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:25:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3100] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:25:59 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-05-28 00:25:59.399 7 INFO neutron.api.v2.resource [None req-f5b9aeb1-f9d7-4702-80b3-28ec7dee66f2 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3101] 199.204.45.138 () {30 vars in 763 bytes} [Thu May 28 00:25:59 2026] GET /v2.0/security-groups/lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3102] 199.204.45.138 () {30 vars in 785 bytes} [Thu May 28 00:25:59 2026] GET /v2.0/security-groups?name=lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3103] 199.204.45.138 () {30 vars in 815 bytes} [Thu May 28 00:25:59 2026] GET /v2.0/security-group-rules?security_group_id=29ffab2b-1568-4ddd-930f-85c731e22b7d => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3104] 199.204.45.138 () {32 vars in 789 bytes} [Thu May 28 00:25:59 2026] DELETE /v2.0/security-group-rules/11793513-668f-4e90-afce-bbc8823076bb => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3105] 199.204.45.138 () {32 vars in 789 bytes} [Thu May 28 00:25:59 2026] DELETE /v2.0/security-group-rules/b9732846-f322-4fde-a35e-7bb1a09bf7f1 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:03.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bcf7819-12ba-4607-a459-905dbe7b2d8f 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: 29b27613-fb6f-482c-9ef5-ed9e123c56dd 2026-05-28 00:26:03.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bcf7819-12ba-4607-a459-905dbe7b2d8f 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: 29b27613-fb6f-482c-9ef5-ed9e123c56dd 2026-05-28 00:26:03.645 8 INFO neutron.db.l3_db [None req-5bcf7819-12ba-4607-a459-905dbe7b2d8f 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Floating IP d23614d0-77cb-4269-b3b7-29e8155667c6 disassociated (deleted). External IP: 10.96.250.204, port: 655fceaf-8669-4d42-bf38-fe031fc4c97a. [pid: 8|app: 0|req: 1517/3106] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:26:03 2026] DELETE /v2.0/floatingips/d23614d0-77cb-4269-b3b7-29e8155667c6 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:04.020 7 INFO neutron.api.v2.resource [None req-1f2076ed-a3b6-40f7-940c-25c745c20016 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3107] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/floatingips/d23614d0-77cb-4269-b3b7-29e8155667c6 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3108] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3109] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:26:04 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: 1519/3110] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3111] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:26:04 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-05-28 00:26:04.766 8 INFO neutron.api.v2.resource [None req-0751dbf0-4973-45a8-b3ef-9fea1edb4cb1 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3112] 199.204.45.138 () {30 vars in 763 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/security-groups/lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3113] 199.204.45.138 () {30 vars in 785 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/security-groups?name=lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3114] 199.204.45.138 () {30 vars in 815 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/security-group-rules?security_group_id=29ffab2b-1568-4ddd-930f-85c731e22b7d => 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: 1594/3115] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3116] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3117] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3118] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:26:04 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: 1596/3119] 199.204.45.138 () {30 vars in 741 bytes} [Thu May 28 00:26:04 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3120] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:26:05 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3121] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:26:05 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3122] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:26:05 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3125] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:26:06 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3126] 199.204.45.138 () {34 vars in 975 bytes} [Thu May 28 00:26:07 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3127] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:26:07 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3128] 199.204.45.138 () {34 vars in 1016 bytes} [Thu May 28 00:26:07 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3129] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:26:07 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 2580 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3130] 199.204.45.138 () {38 vars in 1028 bytes} [Thu May 28 00:26:07 2026] PUT /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1145 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3131] 199.204.45.138 () {30 vars in 769 bytes} [Thu May 28 00:26:08 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1530/3132] 199.204.45.138 () {34 vars in 789 bytes} [Thu May 28 00:26:08 2026] PUT /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1086 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3133] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:26:08 2026] GET /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 1086 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-28 00:26:08.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fa67161-9032-44f8-9787-c9ea9f30059e 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 2ff0ec1d-a83a-4539-a160-6f8300a82913 2026-05-28 00:26:08.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fa67161-9032-44f8-9787-c9ea9f30059e 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 2ff0ec1d-a83a-4539-a160-6f8300a82913 [pid: 8|app: 0|req: 1531/3134] 199.204.45.138 () {32 vars in 759 bytes} [Thu May 28 00:26:08 2026] DELETE /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3135] 199.204.45.138 () {30 vars in 703 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3136] 199.204.45.138 () {30 vars in 705 bytes} [Thu May 28 00:26:09 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: 1533/3137] 199.204.45.138 () {30 vars in 681 bytes} [Thu May 28 00:26:09 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: 1534/3138] 199.204.45.138 () {30 vars in 717 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:26:09.114 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e217bd9f-3ea5-4735-9acc-bd4790a80f8a 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3139] 199.204.45.138 () {32 vars in 759 bytes} [Thu May 28 00:26:09 2026] DELETE /v2.0/ports/2ff0ec1d-a83a-4539-a160-6f8300a82913 => 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: 1605/3140] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/ports?tenant_id=cc62948663234860a682aa8ed82cde2d&device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => 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: 1606/3141] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3142] 199.204.45.138 () {34 vars in 1066 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/networks?id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&id=ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 1523 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:26:09.178 7 INFO neutron.api.v2.resource [None req-7670c407-850c-4710-a727-3e78d28d24e7 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3143] 199.204.45.138 () {30 vars in 763 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/security-groups/lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3144] 199.204.45.138 () {34 vars in 1060 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.83&port_id=44988b52-8f77-4209-9373-6105d75f47c7 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3145] 199.204.45.138 () {30 vars in 785 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/security-groups?name=lb-29ac01e5-ff67-47a9-9a6f-0078b7c5ca74 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3146] 199.204.45.138 () {34 vars in 984 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/subnets?id=527349c9-f677-40c9-b103-3c75a696c6a7 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3147] 199.204.45.138 () {30 vars in 737 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1124 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3148] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/ports?network_id=caefb93f-ac64-46ce-9cb2-28d2553ba22c&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: 1540/3149] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1541/3150] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:26:09 2026] GET /v2.0/networks/caefb93f-ac64-46ce-9cb2-28d2553ba22c?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: 1610/3151] 199.204.45.138 () {34 vars in 789 bytes} [Thu May 28 00:26:09 2026] PUT /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 1086 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3152] 199.204.45.138 () {32 vars in 779 bytes} [Thu May 28 00:26:09 2026] DELETE /v2.0/security-groups/29ffab2b-1568-4ddd-930f-85c731e22b7d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:09.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-c28b062d-c609-4059-970a-71336393e4f0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 655fceaf-8669-4d42-bf38-fe031fc4c97a 2026-05-28 00:26:09.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c28b062d-c609-4059-970a-71336393e4f0 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 655fceaf-8669-4d42-bf38-fe031fc4c97a [pid: 7|app: 0|req: 1611/3153] 199.204.45.138 () {32 vars in 759 bytes} [Thu May 28 00:26:09 2026] DELETE /v2.0/ports/655fceaf-8669-4d42-bf38-fe031fc4c97a => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3154] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:26:12 2026] GET /v2.0/ports?device_id=95f1254b-97b7-4c7b-9216-0f2923e9abc9 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:26:12.628 7 INFO neutron_taas.services.taas.taas_plugin [req-47cd3c77-d7a5-459b-a317-705d87c7eab6 req-deb0a927-d191-4f93-916f-32c8e62025ad 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] TaaS: Handle Delete Port: 44988b52-8f77-4209-9373-6105d75f47c7 2026-05-28 00:26:12.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47cd3c77-d7a5-459b-a317-705d87c7eab6 req-deb0a927-d191-4f93-916f-32c8e62025ad 0970b078bb4c483e99562efb47f5ee03 cc62948663234860a682aa8ed82cde2d - - default default] Tap Mirror: Handle Delete Port: 44988b52-8f77-4209-9373-6105d75f47c7 [pid: 7|app: 0|req: 1612/3155] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:26:12 2026] DELETE /v2.0/ports/44988b52-8f77-4209-9373-6105d75f47c7 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:12.801 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-669da9c8-9519-4b34-bdc5-50ef3b53ad79'] response: {'server_uuid': '95f1254b-97b7-4c7b-9216-0f2923e9abc9', 'name': 'network-vif-deleted', 'tag': '44988b52-8f77-4209-9373-6105d75f47c7', 'status': 'completed', 'code': 200} 2026-05-28 00:26:14.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-b110d5fb-b73a-40c5-9202-ddae4315db7d 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: f0c854ea-032b-431c-a053-55733c953590 2026-05-28 00:26:14.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b110d5fb-b73a-40c5-9202-ddae4315db7d 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: f0c854ea-032b-431c-a053-55733c953590 2026-05-28 00:26:14.568 8 INFO neutron.db.l3_db [None req-b110d5fb-b73a-40c5-9202-ddae4315db7d 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Floating IP 76465f76-5602-43f2-a08f-d026db7b0c62 disassociated (deleted). External IP: 10.96.250.211, port: 984284fe-71a3-483a-a64e-2c58613639c7. [pid: 8|app: 0|req: 1544/3156] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:26:14 2026] DELETE /v2.0/floatingips/76465f76-5602-43f2-a08f-d026db7b0c62 => generated 0 bytes in 725 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:14.994 7 INFO neutron.api.v2.resource [None req-56e2d735-0a6a-4ff2-9951-354cc7c9b91b 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3157] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:26:14 2026] GET /v2.0/floatingips/76465f76-5602-43f2-a08f-d026db7b0c62 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:15.022 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12bb1e18-5ec5-4160-b4c6-a2db0572d8db'] response: {'name': 'network-changed', 'server_uuid': '664425c5-6e0f-4a8a-b038-df57f8ed70b6', 'tag': '984284fe-71a3-483a-a64e-2c58613639c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1545/3158] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3159] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3160] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3161] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/networks?id=b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3162] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=984284fe-71a3-483a-a64e-2c58613639c7 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3163] 199.204.45.138 () {34 vars in 1104 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A41&port_id=984284fe-71a3-483a-a64e-2c58613639c7 => 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: 1548/3164] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/subnets?id=9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6&id=98198072-ede4-4c60-805e-f004c20a9021 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3165] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&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: 1549/3166] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/ports?network_id=b4013536-70d1-44f7-9cd8-227c0888b6b4&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: 1618/3167] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1550/3168] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:26:15 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4?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: 1619/3169] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:26:17 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:26:17.723 8 INFO neutron_taas.services.taas.taas_plugin [req-809696f8-75b7-4b4d-b9d7-43536fd7840f req-ffecaf90-02ab-4721-8aae-bc2a7f429cc9 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: 984284fe-71a3-483a-a64e-2c58613639c7 2026-05-28 00:26:17.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-809696f8-75b7-4b4d-b9d7-43536fd7840f req-ffecaf90-02ab-4721-8aae-bc2a7f429cc9 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: 984284fe-71a3-483a-a64e-2c58613639c7 [pid: 8|app: 0|req: 1551/3170] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:26:17 2026] DELETE /v2.0/ports/984284fe-71a3-483a-a64e-2c58613639c7 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:17.955 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f34fdde4-0307-4535-9f10-b1d1a1439dea'] response: {'server_uuid': '664425c5-6e0f-4a8a-b038-df57f8ed70b6', 'name': 'network-vif-deleted', 'tag': '984284fe-71a3-483a-a64e-2c58613639c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1620/3171] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:26:20 2026] GET /v2.0/ports?device_id=664425c5-6e0f-4a8a-b038-df57f8ed70b6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-28 00:26:25.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3ba11f3-2d6d-4af6-83cb-0ee9f2a3c746 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: 6ee9f84b-d8ca-4b2b-bf46-a6221d777e92 2026-05-28 00:26:25.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3ba11f3-2d6d-4af6-83cb-0ee9f2a3c746 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: 6ee9f84b-d8ca-4b2b-bf46-a6221d777e92 2026-05-28 00:26:25.773 8 INFO neutron.db.l3_db [None req-c3ba11f3-2d6d-4af6-83cb-0ee9f2a3c746 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Floating IP 58ec8612-21d8-4569-a5a6-b26a97d0d2ca disassociated (deleted). External IP: 10.96.250.205, port: fbdbf063-cc40-4c2b-85fe-43bac95ed0c9. [pid: 8|app: 0|req: 1553/3174] 10.0.0.58 () {32 vars in 731 bytes} [Thu May 28 00:26:25 2026] DELETE /v2.0/floatingips/58ec8612-21d8-4569-a5a6-b26a97d0d2ca => generated 0 bytes in 670 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:26.115 7 INFO neutron.api.v2.resource [None req-fdd679cb-6f68-415d-b680-7c0abcd5d0b8 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3175] 10.0.0.58 () {32 vars in 728 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/floatingips/58ec8612-21d8-4569-a5a6-b26a97d0d2ca => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:26.118 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-641d1fe0-211c-47ca-9112-7a1545fb1dfb'] response: {'name': 'network-changed', 'server_uuid': '7b63ef12-884a-41ae-b3ae-efc13ef6f2d8', 'tag': 'fbdbf063-cc40-4c2b-85fe-43bac95ed0c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1554/3176] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3177] 10.0.0.152 () {34 vars in 1040 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/security-groups?id=ea22b9e2-364c-4250-86b0-eb213443e179&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: 1555/3178] 199.204.45.138 () {34 vars in 1080 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/ports?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1465 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3179] 199.204.45.138 () {34 vars in 986 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/networks?id=a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3180] 199.204.45.138 () {34 vars in 1058 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => 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: 1625/3181] 199.204.45.138 () {34 vars in 1102 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A59&port_id=fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => 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: 1557/3182] 199.204.45.138 () {34 vars in 1064 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/subnets?id=e036a19c-ebc1-467f-aad6-87ac062ce319&id=04726b36-e41d-4f35-87af-98b36d13bde8 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3183] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&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: 1558/3184] 199.204.45.138 () {34 vars in 1052 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/ports?network_id=a8608dd3-b10f-49e1-a493-d85e1e63f863&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3185] 199.204.45.138 () {34 vars in 1012 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?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: 1559/3186] 199.204.45.138 () {34 vars in 1112 bytes} [Thu May 28 00:26:26 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3187] 199.204.45.138 () {34 vars in 994 bytes} [Thu May 28 00:26:28 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => generated 1196 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-28 00:26:29.066 8 INFO neutron_taas.services.taas.taas_plugin [req-6460e008-7b6f-472a-a9f2-3b96ff8bdd9e req-d4779368-dd37-4d4f-80c3-08d990bf2d98 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 2026-05-28 00:26:29.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6460e008-7b6f-472a-a9f2-3b96ff8bdd9e req-d4779368-dd37-4d4f-80c3-08d990bf2d98 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 [pid: 8|app: 0|req: 1560/3188] 199.204.45.138 () {36 vars in 997 bytes} [Thu May 28 00:26:28 2026] DELETE /v2.0/ports/fbdbf063-cc40-4c2b-85fe-43bac95ed0c9 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:29.296 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a4735ab-28d4-44eb-8269-73dc74abc77d'] response: {'server_uuid': '7b63ef12-884a-41ae-b3ae-efc13ef6f2d8', 'name': 'network-vif-deleted', 'tag': 'fbdbf063-cc40-4c2b-85fe-43bac95ed0c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1629/3189] 10.0.0.152 () {34 vars in 990 bytes} [Thu May 28 00:26:31 2026] GET /v2.0/ports?device_id=7b63ef12-884a-41ae-b3ae-efc13ef6f2d8 => 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: 1562/3192] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:36 2026] DELETE /v2.0/security-group-rules/48ddbf1a-31f1-4901-a2bd-4f98990dbe6a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:36.630 7 INFO neutron.api.v2.resource [None req-ee05a229-56a2-480f-94a5-e562a6f20d07 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3193] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:36 2026] GET /v2.0/security-group-rules/48ddbf1a-31f1-4901-a2bd-4f98990dbe6a => generated 155 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3194] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:36 2026] DELETE /v2.0/security-group-rules/210a28b7-4956-4a25-900c-9364664977a6 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:36.711 7 INFO neutron.api.v2.resource [None req-df9b75ec-dd7e-4985-a72b-cd16aa01eaac 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3195] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:36 2026] GET /v2.0/security-group-rules/210a28b7-4956-4a25-900c-9364664977a6 => 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: 1564/3196] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:36 2026] DELETE /v2.0/security-group-rules/f764feb7-d6e9-401c-8b9c-b57e775e4e1b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:36.796 7 INFO neutron.api.v2.resource [None req-ed0bbe82-dc0f-4b5e-b732-06826b279c99 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3197] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:36 2026] GET /v2.0/security-group-rules/f764feb7-d6e9-401c-8b9c-b57e775e4e1b => 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: 1565/3198] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:36 2026] DELETE /v2.0/security-group-rules/be4a1234-bd97-4311-b289-9a72fb989bfb => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:36.881 7 INFO neutron.api.v2.resource [None req-2715b0ad-aee3-4ff3-b7df-da2b5a8fd780 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3199] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:36 2026] GET /v2.0/security-group-rules/be4a1234-bd97-4311-b289-9a72fb989bfb => 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: 1566/3200] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:36 2026] DELETE /v2.0/security-group-rules/50570fc8-3920-4677-95b9-4b783f59f04b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:36.963 7 INFO neutron.api.v2.resource [None req-43c49895-9a99-4f3b-9a88-c827e9067132 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3201] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:36 2026] GET /v2.0/security-group-rules/50570fc8-3920-4677-95b9-4b783f59f04b => 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: 1567/3202] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:36 2026] DELETE /v2.0/security-group-rules/ccfa1e18-3630-46d8-8874-6238733ff3e7 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:37.060 7 INFO neutron.api.v2.resource [None req-80239f31-59a3-4c1b-bfaf-dc4bc215788a 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3203] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:37 2026] GET /v2.0/security-group-rules/ccfa1e18-3630-46d8-8874-6238733ff3e7 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3204] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:37 2026] DELETE /v2.0/security-group-rules/b9d33b32-5d4b-49d2-8cf0-477f518778a0 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:37.137 7 INFO neutron.api.v2.resource [None req-0ac06f9a-fd2e-4e71-9b78-a677b8762d64 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3205] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:37 2026] GET /v2.0/security-group-rules/b9d33b32-5d4b-49d2-8cf0-477f518778a0 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3206] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:37 2026] DELETE /v2.0/security-group-rules/91d1ecd8-dea1-4c84-afa4-cdf6451cbc03 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:37.216 7 INFO neutron.api.v2.resource [None req-0541d8e4-98ac-4890-8e16-3129998bb84e 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3207] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:37 2026] GET /v2.0/security-group-rules/91d1ecd8-dea1-4c84-afa4-cdf6451cbc03 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3208] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:37 2026] DELETE /v2.0/security-group-rules/0beeab6e-facb-4cf1-a7c0-2e9b43e8d864 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:37.307 7 INFO neutron.api.v2.resource [None req-44b0fb08-71b9-440c-9098-d2bca14eb07a 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3209] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:37 2026] GET /v2.0/security-group-rules/0beeab6e-facb-4cf1-a7c0-2e9b43e8d864 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3210] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:37 2026] DELETE /v2.0/security-group-rules/2623b6f9-5676-4ad0-99ff-beaa4a66e7c8 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:37.392 7 INFO neutron.api.v2.resource [None req-c1e55b3d-8f6e-4148-93d7-95dd4d22fd53 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3211] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:37 2026] GET /v2.0/security-group-rules/2623b6f9-5676-4ad0-99ff-beaa4a66e7c8 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3212] 10.0.0.58 () {32 vars in 749 bytes} [Thu May 28 00:26:37 2026] DELETE /v2.0/security-group-rules/819db87c-f5ac-4836-8019-9b5d7c665b5b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:37.472 7 INFO neutron.api.v2.resource [None req-ab12f030-5e9d-4e94-b3d9-a12a8fe93fa7 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3213] 10.0.0.58 () {32 vars in 746 bytes} [Thu May 28 00:26:37 2026] GET /v2.0/security-group-rules/819db87c-f5ac-4836-8019-9b5d7c665b5b => 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: 1573/3214] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:37 2026] DELETE /v2.0/security-groups/ea22b9e2-364c-4250-86b0-eb213443e179 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:37.575 7 INFO neutron.api.v2.resource [None req-c315f60e-c990-4b69-97a0-a1adda0f5900 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3215] 10.0.0.58 () {32 vars in 736 bytes} [Thu May 28 00:26:37 2026] GET /v2.0/security-groups/ea22b9e2-364c-4250-86b0-eb213443e179 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:37.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-f03fd010-0708-403a-87a3-8eb6db7addc4 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: b1c1387f-5ded-4973-9cd7-e6f534c5a451 2026-05-28 00:26:37.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f03fd010-0708-403a-87a3-8eb6db7addc4 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: b1c1387f-5ded-4973-9cd7-e6f534c5a451 [pid: 8|app: 0|req: 1574/3216] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:26:37 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:26:38.745 7 INFO neutron.api.v2.resource [None req-9d858346-badd-4dcf-aecf-32d1ed2eebeb 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3217] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:26:38 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:39.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-52157833-8301-4908-afb1-797b451c66ac 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: b27e21df-103c-4f9f-80b5-ceb2637c6429 2026-05-28 00:26:39.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52157833-8301-4908-afb1-797b451c66ac 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: b27e21df-103c-4f9f-80b5-ceb2637c6429 [pid: 8|app: 0|req: 1575/3218] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:26:38 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:26:39.864 7 INFO neutron.api.v2.resource [None req-318af314-4c02-4b2c-b7c9-4d9ba8ea4d2f 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3219] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:26:39 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/remove_router_interface => generated 198 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:40.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-127f455b-fd8a-41ad-917d-6d59b556f209 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: cd6a8d64-0d23-4db0-8330-26653ae85095 2026-05-28 00:26:40.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-127f455b-fd8a-41ad-917d-6d59b556f209 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: cd6a8d64-0d23-4db0-8330-26653ae85095 [pid: 8|app: 0|req: 1576/3220] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:26:39 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-28 00:26:40.941 7 INFO neutron.api.v2.resource [None req-1e0f9dcc-e042-4229-a145-b52e68847d5b 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3221] 10.0.0.58 () {34 vars in 788 bytes} [Thu May 28 00:26:40 2026] PUT /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:41.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-73bd13fe-8367-4cb9-9b4a-b5aee8384a3c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: 89023c44-828d-480d-acb5-4ed78ff1f692 2026-05-28 00:26:41.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73bd13fe-8367-4cb9-9b4a-b5aee8384a3c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: 89023c44-828d-480d-acb5-4ed78ff1f692 2026-05-28 00:26:41.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-73bd13fe-8367-4cb9-9b4a-b5aee8384a3c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: e0deeb72-4efe-465c-a859-03dd9f1db0b2 2026-05-28 00:26:41.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73bd13fe-8367-4cb9-9b4a-b5aee8384a3c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: e0deeb72-4efe-465c-a859-03dd9f1db0b2 2026-05-28 00:26:41.747 8 INFO neutron.services.segments.plugin [-] Segment 5ec3ee09-dddf-4aa8-b768-16ab40e7cf3c resource provider aggregate not found 2026-05-28 00:26:41.755 8 INFO neutron.services.segments.plugin [-] Segment 5ec3ee09-dddf-4aa8-b768-16ab40e7cf3c resource provider aggregate not found 2026-05-28 00:26:41.772 8 INFO neutron.services.segments.plugin [-] Segment 5ec3ee09-dddf-4aa8-b768-16ab40e7cf3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ec3ee09-dddf-4aa8-b768-16ab40e7cf3c found for delete ", "request_id": "req-1c21cb86-348d-4e07-9745-2b932b594aef"}]} 2026-05-28 00:26:41.774 8 INFO neutron.services.segments.plugin [-] Segment 5ec3ee09-dddf-4aa8-b768-16ab40e7cf3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ec3ee09-dddf-4aa8-b768-16ab40e7cf3c found for delete ", "request_id": "req-6ad7607a-aa95-41aa-8a28-45d8a79ee279"}]} 2026-05-28 00:26:41.784 8 INFO neutron.db.l3_hamode_db [None req-73bd13fe-8367-4cb9-9b4a-b5aee8384a3c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] HA network 8becaf1d-b90b-4d80-9abb-e2deef684aab was deleted as no HA routers are present in tenant 779f9a9ad3794ed9966281c98bc1e7d3. [pid: 8|app: 0|req: 1577/3222] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:26:40 2026] DELETE /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-28 00:26:41.814 7 INFO neutron.api.v2.resource [None req-94a1705d-058e-457b-b021-b2d6971dc88e 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3223] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:26:41 2026] GET /v2.0/routers/d0044b7a-3cbd-4d95-acad-b48f487fefd2 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3224] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:26:41 2026] DELETE /v2.0/subnets/98198072-ede4-4c60-805e-f004c20a9021 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:41.997 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be7c83e0-e4bc-4609-a0e2-7e75eb36ad27 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3225] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:26:41 2026] GET /v2.0/subnets/98198072-ede4-4c60-805e-f004c20a9021 => 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: 1579/3226] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:26:42 2026] DELETE /v2.0/subnets/9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:42.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5baccc26-aa91-4047-8ece-7131edb0a039 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3227] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:26:42 2026] GET /v2.0/subnets/9a6a6cf4-77e1-4432-8cce-d23fa4bee9c6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:42.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbf72f82-f22f-47d0-af22-24082a082577 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: f1c8206f-0b70-4f2d-9a30-6d0a689bb1a9 2026-05-28 00:26:42.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbf72f82-f22f-47d0-af22-24082a082577 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: f1c8206f-0b70-4f2d-9a30-6d0a689bb1a9 [pid: 8|app: 0|req: 1580/3228] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:26:42 2026] DELETE /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:42.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7433e471-9f3b-418c-83f2-edbe439c4c0f 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3229] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:26:42 2026] GET /v2.0/networks/b4013536-70d1-44f7-9cd8-227c0888b6b4 => 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: 1581/3230] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:26:42 2026] DELETE /v2.0/subnets/e036a19c-ebc1-467f-aad6-87ac062ce319 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:42.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff8d7bc6-8342-4694-92f7-40f28b94fb9a 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3231] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:26:42 2026] GET /v2.0/subnets/e036a19c-ebc1-467f-aad6-87ac062ce319 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3232] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:26:42 2026] DELETE /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:42.847 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83a49fce-62b6-4c96-a27f-e85d20eda64c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3233] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:26:42 2026] GET /v2.0/subnets/04726b36-e41d-4f35-87af-98b36d13bde8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:42.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-523a6f97-6637-4f07-84a8-35dc1cb36222 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: 592ed543-a101-498a-bf09-1bc7e438a3a0 2026-05-28 00:26:42.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-523a6f97-6637-4f07-84a8-35dc1cb36222 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: 592ed543-a101-498a-bf09-1bc7e438a3a0 [pid: 8|app: 0|req: 1583/3234] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:26:42 2026] DELETE /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:43.158 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad4228ae-cba0-4378-912f-a588a29f0a5d 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3235] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:26:43 2026] GET /v2.0/networks/a8608dd3-b10f-49e1-a493-d85e1e63f863 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3236] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:26:43 2026] DELETE /v2.0/subnets/0649309f-c856-4e0d-a294-815c97f208ef => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:43.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05b39922-4031-43c9-b64b-010f98c6375c 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3237] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:26:43 2026] GET /v2.0/subnets/0649309f-c856-4e0d-a294-815c97f208ef => 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: 1585/3238] 10.0.0.58 () {32 vars in 723 bytes} [Thu May 28 00:26:43 2026] DELETE /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:43.520 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c41829f-4a8b-480c-827f-4f9b43c733de 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3239] 10.0.0.58 () {32 vars in 720 bytes} [Thu May 28 00:26:43 2026] GET /v2.0/subnets/3716549f-9162-4f5c-8ca4-3094f8b2ef1f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:43.628 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1f7990d-50a5-461a-ad0a-9d819c6997c1 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] TaaS: Handle Delete Port: 0d3be93f-4892-4469-b8ea-d0da3f0efda1 2026-05-28 00:26:43.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1f7990d-50a5-461a-ad0a-9d819c6997c1 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] Tap Mirror: Handle Delete Port: 0d3be93f-4892-4469-b8ea-d0da3f0efda1 2026-05-28 00:26:43.798 8 INFO neutron.services.segments.plugin [-] Segment 5796d8ef-9067-481a-bb44-bd1674bd9301 resource provider aggregate not found 2026-05-28 00:26:43.802 8 INFO neutron.services.segments.plugin [-] Segment 5796d8ef-9067-481a-bb44-bd1674bd9301 resource provider aggregate not found 2026-05-28 00:26:43.824 8 INFO neutron.services.segments.plugin [-] Segment 5796d8ef-9067-481a-bb44-bd1674bd9301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5796d8ef-9067-481a-bb44-bd1674bd9301 found for delete ", "request_id": "req-f779519d-88c4-4c45-80d8-6b2f089d7cb1"}]} 2026-05-28 00:26:43.825 8 INFO neutron.services.segments.plugin [-] Segment 5796d8ef-9067-481a-bb44-bd1674bd9301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5796d8ef-9067-481a-bb44-bd1674bd9301 found for delete ", "request_id": "req-7ef5013a-31bf-496d-9d9c-a612e2581dab"}]} 2026-05-28 00:26:43.848 8 INFO neutron.services.segments.plugin [-] Segment df7c54a5-ca54-4d9b-b78f-affe7df82c1d resource provider aggregate not found 2026-05-28 00:26:43.853 8 INFO neutron.services.segments.plugin [-] Segment df7c54a5-ca54-4d9b-b78f-affe7df82c1d resource provider aggregate not found 2026-05-28 00:26:43.866 8 INFO neutron.services.segments.plugin [-] Segment df7c54a5-ca54-4d9b-b78f-affe7df82c1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7c54a5-ca54-4d9b-b78f-affe7df82c1d found for delete ", "request_id": "req-fc74c44c-af26-439d-8a0a-683f8c65f17f"}]} 2026-05-28 00:26:43.871 8 INFO neutron.services.segments.plugin [-] Segment df7c54a5-ca54-4d9b-b78f-affe7df82c1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df7c54a5-ca54-4d9b-b78f-affe7df82c1d found for delete ", "request_id": "req-52424b5f-5558-4a10-93b7-18f7bb71de62"}]} [pid: 8|app: 0|req: 1586/3240] 10.0.0.58 () {32 vars in 725 bytes} [Thu May 28 00:26:43 2026] DELETE /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-28 00:26:43.900 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da6c50a2-e255-46a7-beda-55df2cfc7b2b 6deebc909471426c84164faa39fae514 779f9a9ad3794ed9966281c98bc1e7d3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3241] 10.0.0.58 () {32 vars in 722 bytes} [Thu May 28 00:26:43 2026] GET /v2.0/networks/ba30f995-6a2e-4734-9d54-e3182052fe4f => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-28 00:26:45.883 8 INFO neutron.services.segments.plugin [-] Segment e096828c-ab73-46c9-8a92-d0cbd6c11c46 resource provider aggregate not found 2026-05-28 00:26:45.892 8 INFO neutron.services.segments.plugin [-] Segment e096828c-ab73-46c9-8a92-d0cbd6c11c46 resource provider aggregate not found 2026-05-28 00:26:45.901 8 INFO neutron.services.segments.plugin [-] Segment e096828c-ab73-46c9-8a92-d0cbd6c11c46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e096828c-ab73-46c9-8a92-d0cbd6c11c46 found for delete ", "request_id": "req-bd5c06e1-6a71-4f5d-a024-5dedd979e66b"}]} 2026-05-28 00:26:45.911 8 INFO neutron.services.segments.plugin [-] Segment e096828c-ab73-46c9-8a92-d0cbd6c11c46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e096828c-ab73-46c9-8a92-d0cbd6c11c46 found for delete ", "request_id": "req-7644931d-63e6-443f-a886-3d5066fe7c26"}]} [pid: 8|app: 0|req: 1587/3242] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:26:45 2026] GET /v2.0/security-groups?tenant_id=779f9a9ad3794ed9966281c98bc1e7d3&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3243] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:45 2026] DELETE /v2.0/security-groups/75408f88-1bbb-486f-8a31-2d14d4d8a837 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3244] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:26:46 2026] GET /v2.0/security-groups?tenant_id=0b12302cd059400aa5d39f2522aff632&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3245] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:46 2026] DELETE /v2.0/security-groups/82ddf7df-4524-4076-9400-f31708004a3c => 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: 1589/3246] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:26:46 2026] GET /v2.0/security-groups?tenant_id=2795c4cd3f734755952c481b2cee500b&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3247] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:46 2026] DELETE /v2.0/security-groups/a17320ff-40b0-4839-af94-281aff9d454c => 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: 1590/3248] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:26:46 2026] GET /v2.0/security-groups?tenant_id=def56832e342473abb11f2742de5cea9&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3249] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:46 2026] DELETE /v2.0/security-groups/db75115a-0f36-401d-ac13-6731910343a0 => 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: 1591/3250] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:26:47 2026] GET /v2.0/security-groups?tenant_id=5eb05363cdfe4bac9053977f382c22a8&name=default => generated 2929 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3251] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:47 2026] DELETE /v2.0/security-groups/e90ef4e0-3a89-4dd4-90e8-e187d5a8448e => 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: 1592/3252] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:26:47 2026] GET /v2.0/security-groups?tenant_id=903bb03a2e484dbb88db823180ed39d9&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3253] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:48 2026] DELETE /v2.0/security-groups/144a2065-9602-498f-ba9b-f06e0b4e0edf => 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: 1593/3254] 10.0.0.58 () {32 vars in 773 bytes} [Thu May 28 00:26:48 2026] GET /v2.0/security-groups?tenant_id=c0c8dedae7e44360886d127c2ba39ea2&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3255] 10.0.0.58 () {32 vars in 739 bytes} [Thu May 28 00:26:48 2026] DELETE /v2.0/security-groups/e335b60f-0058-422d-b65d-6c7a228551de => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3258] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:26:50 2026] GET /v2.0/networks => generated 2168 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3259] 10.0.0.58 () {32 vars in 654 bytes} [Thu May 28 00:26:52 2026] GET /v2.0/floatingips => 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: 1595/3260] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:26:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3261] 10.0.0.58 () {32 vars in 642 bytes} [Thu May 28 00:26:52 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3262] 10.0.0.58 () {32 vars in 646 bytes} [Thu May 28 00:26:52 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3263] 10.0.0.58 () {32 vars in 648 bytes} [Thu May 28 00:26:52 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3264] 10.0.0.58 () {32 vars in 662 bytes} [Thu May 28 00:26:52 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3265] 10.0.0.58 () {32 vars in 654 bytes} [Thu May 28 00:26:52 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)