+ 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 [Sun Jun 28 20:33:41 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-7d95775c75-7z6tp 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 0x7f4e02f66668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-28 20:33:45.880 7 INFO neutron.common.config [-] Logging enabled! 2026-06-28 20:33:45.880 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev32 2026-06-28 20:33:45.928 8 INFO neutron.common.config [-] Logging enabled! 2026-06-28 20:33:45.928 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev32 2026-06-28 20:33:46.942 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-28 20:33:46.954 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-28 20:33:48.335 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:33:48.338 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-28 20:33:48.342 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-28 20:33:48.343 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:33:48.343 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-28 20:33:48.343 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-28 20:33:48.343 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:33:48.351 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:33:48.351 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:33:48.351 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:33:48.373 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-28 20:33:48.374 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:33:48.375 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-28 20:33:48.419 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-28 20:33:48.420 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-28 20:33:48.420 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-28 20:33:48.420 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-28 20:33:48.425 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:33:48.429 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-28 20:33:48.433 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-28 20:33:48.434 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-28 20:33:48.434 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-28 20:33:48.435 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-28 20:33:48.435 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:33:48.443 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:33:48.443 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-28 20:33:48.444 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:33:48.466 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-28 20:33:48.467 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-28 20:33:48.467 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-28 20:33:48.530 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-28 20:33:48.531 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-28 20:33:48.531 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-28 20:33:48.532 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-28 20:33:48.707 8 INFO neutron.plugins.ml2.managers [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] Initializing driver for type 'vlan' 2026-06-28 20:33:48.846 7 INFO neutron.plugins.ml2.managers [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] Initializing driver for type 'vlan' 2026-06-28 20:33:49.048 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] VlanTypeDriver initialization complete 2026-06-28 20:33:49.048 8 INFO neutron.plugins.ml2.managers [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] Initializing driver for type 'vxlan' 2026-06-28 20:33:49.049 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-28 20:33:49.060 8 INFO neutron.plugins.ml2.managers [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-28 20:33:49.060 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-28 20:33:49.060 8 INFO neutron.plugins.ml2.managers [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] Initializing extension driver 'port_security' 2026-06-28 20:33:49.060 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-28 20:33:49.060 8 INFO neutron.plugins.ml2.managers [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] Initializing extension driver 'qos' 2026-06-28 20:33:49.061 8 INFO neutron.plugins.ml2.managers [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-28 20:33:49.061 8 INFO neutron.plugins.ml2.managers [None req-ed6c670e-1e4a-48e6-ad89-a7d9bb23e5df - - - - - -] Initializing mechanism driver 'l2population' 2026-06-28 20:33:49.075 8 INFO neutron.quota [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded quota_driver: . 2026-06-28 20:33:49.075 8 INFO neutron.plugins.ml2.plugin [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Modular L2 Plugin initialization complete 2026-06-28 20:33:49.075 8 INFO neutron.plugins.ml2.managers [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-28 20:33:49.076 8 INFO neutron.plugins.ml2.managers [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-28 20:33:49.076 8 INFO neutron.plugins.ml2.managers [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-28 20:33:49.076 8 INFO neutron.extensions.vlantransparent [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Disabled vlantransparent extension. 2026-06-28 20:33:49.076 8 INFO neutron.extensions.qinq [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Disabled VLAN QinQ extension. 2026-06-28 20:33:49.076 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: qos 2026-06-28 20:33:49.089 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: router 2026-06-28 20:33:49.135 8 INFO neutron.services.service_base [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-28 20:33:49.135 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: segments 2026-06-28 20:33:49.185 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] VlanTypeDriver initialization complete 2026-06-28 20:33:49.185 7 INFO neutron.plugins.ml2.managers [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] Initializing driver for type 'vxlan' 2026-06-28 20:33:49.186 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-28 20:33:49.199 7 INFO neutron.plugins.ml2.managers [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-28 20:33:49.199 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-28 20:33:49.200 7 INFO neutron.plugins.ml2.managers [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] Initializing extension driver 'port_security' 2026-06-28 20:33:49.200 7 INFO neutron.plugins.ml2.extensions.port_security [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-28 20:33:49.200 7 INFO neutron.plugins.ml2.managers [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] Initializing extension driver 'qos' 2026-06-28 20:33:49.200 7 INFO neutron.plugins.ml2.managers [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-28 20:33:49.200 7 INFO neutron.plugins.ml2.managers [None req-cb4650f9-22e6-4f4e-8856-37ac3d5e74ab - - - - - -] Initializing mechanism driver 'l2population' 2026-06-28 20:33:49.212 7 INFO neutron.quota [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded quota_driver: . 2026-06-28 20:33:49.213 7 INFO neutron.plugins.ml2.plugin [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Modular L2 Plugin initialization complete 2026-06-28 20:33:49.213 7 INFO neutron.plugins.ml2.managers [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-28 20:33:49.213 7 INFO neutron.plugins.ml2.managers [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-28 20:33:49.213 7 INFO neutron.plugins.ml2.managers [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-28 20:33:49.213 7 INFO neutron.extensions.vlantransparent [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Disabled vlantransparent extension. 2026-06-28 20:33:49.213 7 INFO neutron.extensions.qinq [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Disabled VLAN QinQ extension. 2026-06-28 20:33:49.214 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: qos 2026-06-28 20:33:49.227 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: router 2026-06-28 20:33:49.230 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: trunk 2026-06-28 20:33:49.245 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: vpnaas 2026-06-28 20:33:49.273 7 INFO neutron.services.service_base [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-28 20:33:49.273 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: segments 2026-06-28 20:33:49.285 8 WARNING stevedore.named [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-28 20:33:49.285 8 WARNING stevedore.named [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:33:49.366 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: trunk 2026-06-28 20:33:49.374 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-28 20:33:49.374 8 INFO neutron.common.utils [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-28 20:33:49.375 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: taas 2026-06-28 20:33:49.380 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: vpnaas 2026-06-28 20:33:49.400 8 WARNING stevedore.named [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:33:49.420 7 WARNING stevedore.named [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-28 20:33:49.420 7 WARNING stevedore.named [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:33:49.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:33:49.428 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: tapmirror 2026-06-28 20:33:49.440 8 WARNING stevedore.named [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:33:49.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:33:49.459 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: auto_allocate 2026-06-28 20:33:49.466 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: tag 2026-06-28 20:33:49.476 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: timestamp 2026-06-28 20:33:49.478 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: network_ip_availability 2026-06-28 20:33:49.483 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: flavors 2026-06-28 20:33:49.486 8 INFO neutron.manager [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loading Plugin: revisions 2026-06-28 20:33:49.490 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Initializing extension manager. 2026-06-28 20:33:49.491 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: address-group 2026-06-28 20:33:49.492 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: address-scope 2026-06-28 20:33:49.493 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-28 20:33:49.494 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: agent 2026-06-28 20:33:49.494 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: agent-resources-synced 2026-06-28 20:33:49.495 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-28 20:33:49.496 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-28 20:33:49.497 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: availability_zone 2026-06-28 20:33:49.498 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: availability_zone_filter 2026-06-28 20:33:49.498 7 INFO neutron_vpnaas.services.vpn.plugin [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-28 20:33:49.498 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-28 20:33:49.498 7 INFO neutron.common.utils [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-28 20:33:49.498 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: taas 2026-06-28 20:33:49.499 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: default-subnetpools 2026-06-28 20:33:49.500 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-28 20:33:49.501 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: dns-integration 2026-06-28 20:33:49.501 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: dns-domain-ports 2026-06-28 20:33:49.502 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-28 20:33:49.502 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: dvr 2026-06-28 20:33:49.503 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-28 20:33:49.503 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: empty-string-filtering 2026-06-28 20:33:49.504 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:33:49.504 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-28 20:33:49.505 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: external-net 2026-06-28 20:33:49.505 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-28 20:33:49.507 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: extraroute 2026-06-28 20:33:49.508 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: extraroute-atomic 2026-06-28 20:33:49.508 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-28 20:33:49.509 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-28 20:33:49.509 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-28 20:33:49.510 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-28 20:33:49.510 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: fip-port-details 2026-06-28 20:33:49.511 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: flavors 2026-06-28 20:33:49.512 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-28 20:33:49.513 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: floatingip-pools 2026-06-28 20:33:49.514 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: ip_allocation 2026-06-28 20:33:49.514 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-28 20:33:49.515 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: l2_adjacency 2026-06-28 20:33:49.516 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: router 2026-06-28 20:33:49.517 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:33:49.518 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-28 20:33:49.519 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-28 20:33:49.519 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: ext-gw-mode 2026-06-28 20:33:49.520 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: l3-ha 2026-06-28 20:33:49.520 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:33:49.521 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-28 20:33:49.521 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: l3-flavors 2026-06-28 20:33:49.522 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:33:49.523 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-28 20:33:49.525 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-28 20:33:49.525 7 WARNING stevedore.named [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:33:49.526 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-28 20:33:49.527 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-28 20:33:49.528 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-28 20:33:49.529 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-28 20:33:49.529 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: multi-provider 2026-06-28 20:33:49.530 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: net-mtu 2026-06-28 20:33:49.530 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: net-mtu-writable 2026-06-28 20:33:49.531 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: network_availability_zone 2026-06-28 20:33:49.531 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: network_ha 2026-06-28 20:33:49.532 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: network-ip-availability 2026-06-28 20:33:49.533 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-28 20:33:49.534 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: pagination 2026-06-28 20:33:49.534 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-device-profile 2026-06-28 20:33:49.535 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-28 20:33:49.535 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-28 20:33:49.536 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-28 20:33:49.536 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-mac-override 2026-06-28 20:33:49.537 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-28 20:33:49.537 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-28 20:33:49.538 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-28 20:33:49.539 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-resource-request 2026-06-28 20:33:49.540 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-28 20:33:49.541 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-28 20:33:49.541 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: binding 2026-06-28 20:33:49.543 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: binding-extended 2026-06-28 20:33:49.543 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-security 2026-06-28 20:33:49.544 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: project-id 2026-06-28 20:33:49.545 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: provider 2026-06-28 20:33:49.545 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-28 20:33:49.548 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos 2026-06-28 20:33:49.548 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-28 20:33:49.549 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-28 20:33:49.549 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-default 2026-06-28 20:33:49.550 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-fip 2026-06-28 20:33:49.550 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-28 20:33:49.551 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-28 20:33:49.551 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-28 20:33:49.552 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-28 20:33:49.553 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-28 20:33:49.553 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-pps 2026-06-28 20:33:49.554 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-28 20:33:49.555 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-28 20:33:49.557 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: qos-rules-alias 2026-06-28 20:33:49.559 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: quota-check-limit 2026-06-28 20:33:49.562 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-28 20:33:49.566 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: quotas 2026-06-28 20:33:49.567 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: quota_details 2026-06-28 20:33:49.569 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: rbac-policies 2026-06-28 20:33:49.569 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: rbac-address-group 2026-06-28 20:33:49.570 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: rbac-address-scope 2026-06-28 20:33:49.571 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: rbac-security-groups 2026-06-28 20:33:49.575 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-28 20:33:49.575 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: revision-if-match 2026-06-28 20:33:49.576 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-28 20:33:49.577 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: router_availability_zone 2026-06-28 20:33:49.578 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-28 20:33:49.584 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-28 20:33:49.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:33:49.585 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: tapmirror 2026-06-28 20:33:49.585 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-28 20:33:49.586 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-28 20:33:49.587 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-28 20:33:49.588 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-28 20:33:49.589 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-28 20:33:49.595 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: security-group 2026-06-28 20:33:49.596 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: segment 2026-06-28 20:33:49.597 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-28 20:33:49.597 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: service-type 2026-06-28 20:33:49.598 7 WARNING stevedore.named [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-28 20:33:49.598 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: sorting 2026-06-28 20:33:49.599 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: standard-attr-segment 2026-06-28 20:33:49.599 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: standard-attr-description 2026-06-28 20:33:49.600 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: stateful-security-group 2026-06-28 20:33:49.602 8 WARNING neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-28 20:33:49.602 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-28 20:33:49.605 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: subnet-external-network 2026-06-28 20:33:49.606 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: subnet_onboard 2026-06-28 20:33:49.607 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-28 20:33:49.607 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: subnet-service-types 2026-06-28 20:33:49.608 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: subnet_allocation 2026-06-28 20:33:49.609 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-28 20:33:49.610 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: tag-creation 2026-06-28 20:33:49.611 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-28 20:33:49.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-28 20:33:49.616 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: auto_allocate 2026-06-28 20:33:49.616 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: standard-attr-tag 2026-06-28 20:33:49.617 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-28 20:33:49.618 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: trunk 2026-06-28 20:33:49.618 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: trunk-details 2026-06-28 20:33:49.619 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-28 20:33:49.619 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-28 20:33:49.620 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-28 20:33:49.621 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-28 20:33:49.623 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-28 20:33:49.624 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-28 20:33:49.624 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: vpn-flavors 2026-06-28 20:33:49.624 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: tag 2026-06-28 20:33:49.626 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: vpnaas 2026-06-28 20:33:49.627 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: taas 2026-06-28 20:33:49.628 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: tap-mirror 2026-06-28 20:33:49.629 8 INFO neutron.api.extensions [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-28 20:33:49.632 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-28 20:33:49.632 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-28 20:33:49.632 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.633 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-28 20:33:49.633 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: timestamp 2026-06-28 20:33:49.637 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:33:49.637 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: network_ip_availability 2026-06-28 20:33:49.637 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:33:49.641 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: flavors 2026-06-28 20:33:49.642 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:33:49.643 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:33:49.643 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:33:49.644 7 INFO neutron.manager [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loading Plugin: revisions 2026-06-28 20:33:49.644 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.645 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.645 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.646 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.646 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:33:49.646 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.647 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.647 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:33:49.648 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:33:49.648 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:33:49.649 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Initializing extension manager. 2026-06-28 20:33:49.649 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.649 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:33:49.649 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.649 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] ikepolicy is already registered 2026-06-28 20:33:49.650 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: address-group 2026-06-28 20:33:49.651 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: address-scope 2026-06-28 20:33:49.651 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-28 20:33:49.652 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: agent 2026-06-28 20:33:49.653 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: agent-resources-synced 2026-06-28 20:33:49.654 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:33:49.654 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] router is already registered 2026-06-28 20:33:49.654 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-28 20:33:49.654 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:33:49.655 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] floatingip is already registered 2026-06-28 20:33:49.655 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-28 20:33:49.655 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: availability_zone 2026-06-28 20:33:49.656 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: availability_zone_filter 2026-06-28 20:33:49.656 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-28 20:33:49.657 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: default-subnetpools 2026-06-28 20:33:49.658 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:33:49.658 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] rbac_policy is already registered 2026-06-28 20:33:49.658 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-28 20:33:49.659 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:33:49.659 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: dns-integration 2026-06-28 20:33:49.659 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] security_group is already registered 2026-06-28 20:33:49.659 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:33:49.659 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: dns-domain-ports 2026-06-28 20:33:49.659 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] security_group_rule is already registered 2026-06-28 20:33:49.660 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-28 20:33:49.660 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.660 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.660 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: dvr 2026-06-28 20:33:49.661 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.661 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.661 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-28 20:33:49.661 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:33:49.661 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: empty-string-filtering 2026-06-28 20:33:49.661 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] trunk is already registered 2026-06-28 20:33:49.662 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.662 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] ikepolicy is already registered 2026-06-28 20:33:49.662 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.662 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:33:49.662 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:33:49.663 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:33:49.663 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-28 20:33:49.663 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] endpoint_group is already registered 2026-06-28 20:33:49.663 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: external-net 2026-06-28 20:33:49.663 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:33:49.663 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] vpnservice is already registered 2026-06-28 20:33:49.664 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-28 20:33:49.664 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:33:49.664 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] ipsec_site_connection is already registered 2026-06-28 20:33:49.664 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: extraroute 2026-06-28 20:33:49.664 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.664 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:33:49.665 8 INFO neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.665 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: extraroute-atomic 2026-06-28 20:33:49.665 8 WARNING neutron.quota.resource_registry [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] ikepolicy is already registered 2026-06-28 20:33:49.665 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-28 20:33:49.666 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-28 20:33:49.666 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-28 20:33:49.667 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-28 20:33:49.668 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: fip-port-details 2026-06-28 20:33:49.669 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: flavors 2026-06-28 20:33:49.670 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-28 20:33:49.670 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: floatingip-pools 2026-06-28 20:33:49.671 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: ip_allocation 2026-06-28 20:33:49.671 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-28 20:33:49.672 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: l2_adjacency 2026-06-28 20:33:49.673 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: router 2026-06-28 20:33:49.675 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-28 20:33:49.675 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-28 20:33:49.676 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-28 20:33:49.676 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: ext-gw-mode 2026-06-28 20:33:49.677 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: l3-ha 2026-06-28 20:33:49.677 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:33:49.678 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-28 20:33:49.678 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: l3-flavors 2026-06-28 20:33:49.679 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-28 20:33:49.680 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-28 20:33:49.682 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-28 20:33:49.683 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-28 20:33:49.684 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-28 20:33:49.685 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-28 20:33:49.686 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-28 20:33:49.687 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: multi-provider 2026-06-28 20:33:49.687 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: net-mtu 2026-06-28 20:33:49.688 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: net-mtu-writable 2026-06-28 20:33:49.688 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: network_availability_zone 2026-06-28 20:33:49.689 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: network_ha 2026-06-28 20:33:49.689 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: network-ip-availability 2026-06-28 20:33:49.690 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-28 20:33:49.691 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: pagination 2026-06-28 20:33:49.691 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-device-profile 2026-06-28 20:33:49.692 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-28 20:33:49.692 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-28 20:33:49.693 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-28 20:33:49.693 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-mac-override 2026-06-28 20:33:49.694 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-28 20:33:49.694 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-28 20:33:49.696 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-28 20:33:49.696 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-resource-request 2026-06-28 20:33:49.697 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-28 20:33:49.697 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-28 20:33:49.698 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: binding 2026-06-28 20:33:49.698 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: binding-extended 2026-06-28 20:33:49.699 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-security 2026-06-28 20:33:49.699 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: project-id 2026-06-28 20:33:49.700 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: provider 2026-06-28 20:33:49.700 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-28 20:33:49.702 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos 2026-06-28 20:33:49.702 8 WARNING keystonemiddleware._common.config [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-28 20:33:49.703 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-28 20:33:49.704 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-28 20:33:49.704 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-default 2026-06-28 20:33:49.705 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-fip 2026-06-28 20:33:49.705 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-28 20:33:49.706 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-28 20:33:49.706 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-28 20:33:49.707 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-28 20:33:49.707 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-28 20:33:49.708 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-pps 2026-06-28 20:33:49.709 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-28 20:33:49.709 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-28 20:33:49.710 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: qos-rules-alias 2026-06-28 20:33:49.710 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: quota-check-limit 2026-06-28 20:33:49.711 8 WARNING oslo_config.cfg [None req-b5e915b9-9aa3-4e3e-a263-830ace0a70e4 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-28 20:33:49.711 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-28 20:33:49.713 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: quotas WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f4e02f66668 pid: 8 (default app) 2026-06-28 20:33:49.716 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: quota_details 2026-06-28 20:33:49.717 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: rbac-policies 2026-06-28 20:33:49.718 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: rbac-address-group 2026-06-28 20:33:49.718 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: rbac-address-scope 2026-06-28 20:33:49.719 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: rbac-security-groups 2026-06-28 20:33:49.719 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-28 20:33:49.720 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: revision-if-match 2026-06-28 20:33:49.720 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-28 20:33:49.721 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: router_availability_zone 2026-06-28 20:33:49.722 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-28 20:33:49.723 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-28 20:33:49.724 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-28 20:33:49.724 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-28 20:33:49.725 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-28 20:33:49.725 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-28 20:33:49.726 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-28 20:33:49.730 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: security-group 2026-06-28 20:33:49.731 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: segment 2026-06-28 20:33:49.733 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-28 20:33:49.733 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: service-type 2026-06-28 20:33:49.734 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: sorting 2026-06-28 20:33:49.734 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: standard-attr-segment 2026-06-28 20:33:49.735 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: standard-attr-description 2026-06-28 20:33:49.736 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: stateful-security-group 2026-06-28 20:33:49.736 7 WARNING neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-28 20:33:49.737 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-28 20:33:49.737 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: subnet-external-network 2026-06-28 20:33:49.738 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: subnet_onboard 2026-06-28 20:33:49.738 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-28 20:33:49.739 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: subnet-service-types 2026-06-28 20:33:49.740 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: subnet_allocation 2026-06-28 20:33:49.740 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-28 20:33:49.741 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: tag-creation 2026-06-28 20:33:49.741 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-28 20:33:49.745 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: standard-attr-tag 2026-06-28 20:33:49.746 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-28 20:33:49.746 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: trunk 2026-06-28 20:33:49.747 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: trunk-details 2026-06-28 20:33:49.747 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-28 20:33:49.748 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-28 20:33:49.748 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-28 20:33:49.749 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-28 20:33:49.751 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-28 20:33:49.752 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-28 20:33:49.752 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: vpn-flavors 2026-06-28 20:33:49.754 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: vpnaas 2026-06-28 20:33:49.755 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: taas 2026-06-28 20:33:49.757 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: tap-mirror 2026-06-28 20:33:49.757 7 INFO neutron.api.extensions [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-28 20:33:49.760 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-28 20:33:49.760 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-28 20:33:49.760 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.760 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-28 20:33:49.764 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:33:49.765 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:33:49.769 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:33:49.770 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:33:49.770 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:33:49.771 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.771 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.772 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.772 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.772 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:33:49.773 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.773 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.774 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:33:49.774 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:33:49.775 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:33:49.775 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.775 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:33:49.775 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.776 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] ikepolicy is already registered 2026-06-28 20:33:49.780 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-28 20:33:49.780 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] router is already registered 2026-06-28 20:33:49.781 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-28 20:33:49.781 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] floatingip is already registered 2026-06-28 20:33:49.785 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-28 20:33:49.785 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] rbac_policy is already registered 2026-06-28 20:33:49.785 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-28 20:33:49.785 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] security_group is already registered 2026-06-28 20:33:49.786 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-28 20:33:49.786 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] security_group_rule is already registered 2026-06-28 20:33:49.787 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.787 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.787 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-28 20:33:49.787 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] subnetpool is already registered 2026-06-28 20:33:49.788 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-28 20:33:49.788 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] trunk is already registered 2026-06-28 20:33:49.788 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.789 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] ikepolicy is already registered 2026-06-28 20:33:49.789 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.789 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:33:49.789 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-28 20:33:49.790 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] endpoint_group is already registered 2026-06-28 20:33:49.790 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-28 20:33:49.790 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] vpnservice is already registered 2026-06-28 20:33:49.790 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-28 20:33:49.791 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] ipsec_site_connection is already registered 2026-06-28 20:33:49.791 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-28 20:33:49.791 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] ipsecpolicy is already registered 2026-06-28 20:33:49.791 7 INFO neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-28 20:33:49.792 7 WARNING neutron.quota.resource_registry [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] ikepolicy is already registered 2026-06-28 20:33:49.829 7 WARNING keystonemiddleware._common.config [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-28 20:33:49.836 7 WARNING oslo_config.cfg [None req-1491c28c-d90e-4afe-a15f-65f012babc13 - - - - - -] 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 0x7f4e02f66668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 20:33:55.041 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5297229d-6d04-44b3-b7a1-49f3f7b5571c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 20:33:54 2026] GET /v2.0/networks/public => generated 108 bytes in 907 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 20:33:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:33:55.842 8 WARNING neutron.services.revisions.revision_plugin [None req-251bfe01-e565-4f5a-9368-863e6bb2be0d 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:33:55.865 8 INFO neutron.db.segments_db [None req-251bfe01-e565-4f5a-9368-863e6bb2be0d 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment a4e61282-339d-4ad7-aa8f-3552bebb84b4 of type flat for network 3e5caba7-d61f-4da4-8f26-3692098c69b0 2026-06-28 20:33:55.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-251bfe01-e565-4f5a-9368-863e6bb2be0d 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.204.45.223 () {48 vars in 967 bytes} [Sun Jun 28 20:33:55 2026] POST /v2.0/networks => generated 124 bytes in 494 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:34:02.103 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d622337f-56db-461e-b501-7021af7faabf 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 20:34:01 2026] GET /v2.0/networks/public => generated 108 bytes in 362 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 20:34:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:34:02.371 7 WARNING neutron.services.revisions.revision_plugin [None req-4e1bb398-8dd8-4d92-bf92-c6d38ad76ba0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:34:02.394 7 INFO neutron.db.segments_db [None req-4e1bb398-8dd8-4d92-bf92-c6d38ad76ba0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment c42bd7ae-a1f6-4fd6-8706-412ff06c5984 of type flat for network beaf52f9-982c-40e1-b347-f0321e00865a 2026-06-28 20:34:02.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e1bb398-8dd8-4d92-bf92-c6d38ad76ba0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.204.45.223 () {48 vars in 967 bytes} [Sun Jun 28 20:34:02 2026] POST /v2.0/networks => generated 124 bytes in 326 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:34:08.345 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9cecd978-42b0-4afc-a5c5-bbcb3c3a6ae0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 20:34:08 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 20:34:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:34:08.444 8 WARNING neutron.services.revisions.revision_plugin [None req-4c17ff9f-3d8a-49d8-be4f-40f31253421d 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:34:08.455 8 INFO neutron.db.segments_db [None req-4c17ff9f-3d8a-49d8-be4f-40f31253421d 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment e5c1c043-c896-40b6-95c4-98b2f3b455c9 of type flat for network 24859ee3-f104-4d42-a9a2-81082bc4fd20 2026-06-28 20:34:08.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c17ff9f-3d8a-49d8-be4f-40f31253421d 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.204.45.223 () {48 vars in 967 bytes} [Sun Jun 28 20:34:08 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:34:14.434 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1af0c71e-5b87-4c2f-b457-8686910a1d92 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 20:34:14 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 20:34:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:34:14.501 8 WARNING neutron.services.revisions.revision_plugin [None req-5e3ed0b1-2928-42fb-9acb-1fe6ecf4d2d3 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:34:14.525 8 INFO neutron.db.segments_db [None req-5e3ed0b1-2928-42fb-9acb-1fe6ecf4d2d3 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment a88b9e36-5cbf-4a35-a081-7ca33cc13af3 of type flat for network 6d6ff6cd-2e47-4dbb-b510-549109a26e63 2026-06-28 20:34:14.550 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e3ed0b1-2928-42fb-9acb-1fe6ecf4d2d3 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.204.45.223 () {48 vars in 967 bytes} [Sun Jun 28 20:34:14 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:34:20.459 7 INFO neutron.pecan_wsgi.hooks.translation [None req-befad62b-e048-4c63-ac6c-32701a5a958d 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 20:34:20 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 20:34:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:34:20.567 7 WARNING neutron.services.revisions.revision_plugin [None req-b955d217-3de5-4f30-b5f2-a5fe92bc4c72 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:34:20.597 7 INFO neutron.db.segments_db [None req-b955d217-3de5-4f30-b5f2-a5fe92bc4c72 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 2e464c45-a184-41c4-bbf6-932eacec9ac5 of type flat for network 8405a4fd-faae-4b0f-bdb2-bcdc8c29203a 2026-06-28 20:34:20.624 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b955d217-3de5-4f30-b5f2-a5fe92bc4c72 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.204.45.223 () {48 vars in 967 bytes} [Sun Jun 28 20:34:20 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 20:34:26.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc00baee-e648-467e-85c1-30d1b844e16f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 20:34:26 2026] GET /v2.0/networks/public => generated 108 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 20:34:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:34:26.575 7 WARNING neutron.services.revisions.revision_plugin [None req-ddc184ee-8d7e-41d8-b1d6-c510e0221a8a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Could not find related network for resource to bump revision. 2026-06-28 20:34:26.590 7 INFO neutron.db.segments_db [None req-ddc184ee-8d7e-41d8-b1d6-c510e0221a8a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment a3def4f3-729b-4fc3-af2c-6124c2a0dddf of type flat for network 67298bb4-2b52-4607-a306-2d6a7040e1ba [pid: 7|app: 0|req: 11/23] 199.204.45.223 () {48 vars in 967 bytes} [Sun Jun 28 20:34:26 2026] POST /v2.0/networks => generated 706 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:34:27.784 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdd00a6b-f180-4d55-97dc-9bcb042d527e 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 20:34:27 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 20:34:27 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 20:34:27.856 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b68f74f3-2ce7-4a81-ac8d-788865008efd 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.204.45.223 () {44 vars in 1034 bytes} [Sun Jun 28 20:34:27 2026] GET /v2.0/subnets/public-subnet?network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.204.45.223 () {44 vars in 1057 bytes} [Sun Jun 28 20:34:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/28] 199.204.45.223 () {48 vars in 965 bytes} [Sun Jun 28 20:34:27 2026] POST /v2.0/subnets => generated 664 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:39:13.318 7 INFO neutron.pecan_wsgi.hooks.translation [None req-638e9816-7ea3-4ba8-9fe0-f7a185633e96 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 199.204.45.223 () {44 vars in 937 bytes} [Sun Jun 28 20:39:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 199.204.45.223 () {44 vars in 959 bytes} [Sun Jun 28 20:39:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:39:13.408 7 INFO neutron.db.segments_db [None req-dc4d43ac-49f4-4a42-8d2f-ebedd15d5b50 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 65838134-cc44-4c9e-99a1-58d84d6a4726 of type vxlan for network 810b174e-5557-4168-8546-3792a306414b [pid: 7|app: 0|req: 34/68] 199.204.45.223 () {48 vars in 966 bytes} [Sun Jun 28 20:39:13 2026] POST /v2.0/networks => generated 707 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:39:14.440 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e28d108-0c1f-4a90-be53-2785f7985d18 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 199.204.45.223 () {44 vars in 937 bytes} [Sun Jun 28 20:39:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 199.204.45.223 () {44 vars in 959 bytes} [Sun Jun 28 20:39:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 20:39:14.513 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc341ab0-17b7-450c-9d03-572db43ca3ad 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 199.204.45.223 () {44 vars in 1036 bytes} [Sun Jun 28 20:39:14 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=810b174e-5557-4168-8546-3792a306414b => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.223 () {44 vars in 1059 bytes} [Sun Jun 28 20:39:14 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=810b174e-5557-4168-8546-3792a306414b => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.204.45.223 () {48 vars in 965 bytes} [Sun Jun 28 20:39:14 2026] POST /v2.0/subnets => generated 651 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 20:39:15.783 7 INFO neutron.api.v2.resource [None req-f4cd04ba-f345-4305-b0c0-a5b5c5bc97b2 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/74] 199.204.45.223 () {44 vars in 971 bytes} [Sun Jun 28 20:39:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/75] 199.204.45.223 () {44 vars in 993 bytes} [Sun Jun 28 20:39:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.223 () {48 vars in 980 bytes} [Sun Jun 28 20:39:15 2026] POST /v2.0/security-groups => generated 1616 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:16 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 1616 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:17 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:17 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:39:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:18 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:18 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 2230 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:18 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => 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: 42/84] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:39:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:19 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:19 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:19 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => 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: 44/88] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:39:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:20 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:20 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => 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: 46/91] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:20 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:39:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:21 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4078 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:21 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:21 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:39:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.223 () {44 vars in 987 bytes} [Sun Jun 28 20:39:22 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 20:39:22.713 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdedece2-4a26-4fd8-b19f-cbd3bf940b91 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/98] 199.204.45.223 () {44 vars in 1076 bytes} [Sun Jun 28 20:39:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=810b174e-5557-4168-8546-3792a306414b => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.223 () {44 vars in 1099 bytes} [Sun Jun 28 20:39:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=810b174e-5557-4168-8546-3792a306414b => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:22 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.223 () {48 vars in 961 bytes} [Sun Jun 28 20:39:22 2026] POST /v2.0/ports => generated 1096 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 20:39:30.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-de38156c-908d-432e-be78-24ddc93f514a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.223 () {44 vars in 979 bytes} [Sun Jun 28 20:39:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/105] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.223 () {48 vars in 1031 bytes} [Sun Jun 28 20:39:30 2026] PUT /v2.0/ports/e20c6607-7d91-40ee-89d5-2773fe8f05cb => generated 1245 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.223 () {44 vars in 920 bytes} [Sun Jun 28 20:39:32 2026] GET /v2.0/ports => generated 3726 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 20:39:34.048 7 INFO neutron.api.v2.resource [None req-4d0dadf7-09cf-4e89-9a57-65c9c5ac89f6 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/108] 199.204.45.223 () {44 vars in 959 bytes} [Sun Jun 28 20:39:34 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.223 () {44 vars in 981 bytes} [Sun Jun 28 20:39:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => 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: 55/110] 199.204.45.223 () {48 vars in 980 bytes} [Sun Jun 28 20:39:34 2026] POST /v2.0/security-groups => generated 1610 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:35 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:35 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:35 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:39:35 2026] POST /v2.0/security-group-rules => generated 621 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:36 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:36 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:39:36 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 2244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:39:36 2026] POST /v2.0/security-group-rules => generated 625 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 199.204.45.223 () {44 vars in 975 bytes} [Sun Jun 28 20:40:47 2026] GET /v2.0/quotas/bfccfbbba6d34d95811556a3dabb5d67 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/130] 199.204.45.223 () {48 vars in 1027 bytes} [Sun Jun 28 20:40:47 2026] PUT /v2.0/quotas/bfccfbbba6d34d95811556a3dabb5d67 => generated 291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 20:43:08.097 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62aa4458-c73b-4f78-bfe3-b74e1b510bec 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/149] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 20:43:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 178 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: 75/150] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 20:43:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 20:43:09.972 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc589881-2103-4193-aa3d-aba0e1caf555 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/151] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 20:43:09 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: 8|app: 0|req: 76/152] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 20:43:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 20:50:16.361 7 INFO neutron.api.v2.resource [None req-c5fd79e3-1a41-4c26-8058-88a2ab83b058 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 106/211] 199.204.45.223 () {44 vars in 1074 bytes} [Sun Jun 28 20:50:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 139 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.204.45.223 () {44 vars in 1097 bytes} [Sun Jun 28 20:50:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 23 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.204.45.223 () {48 vars in 981 bytes} [Sun Jun 28 20:50:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:17 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 1624 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:50:17 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:17 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:50:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:18 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 2234 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:50:18 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:19 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:50:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/222] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:20 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 2846 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/223] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:50:20 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/224] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:20 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 2846 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/225] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:50:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/226] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:21 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/227] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 20:50:21 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => 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/228] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 20:50:21 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/229] 199.204.45.223 () {48 vars in 991 bytes} [Sun Jun 28 20:50:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/248] 199.204.45.223 () {30 vars in 740 bytes} [Sun Jun 28 20:52:38 2026] GET /v2.0/networks?tenant_id=d0ed84e3a3914aeb8f7bb213742f4486&shared=False => generated 15 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 20:52:39.111 8 INFO neutron.db.segments_db [None req-0e0ec960-988e-4380-9c6a-bc256f25955f 2d66354f4dd0424b80c10f745794c967 d0ed84e3a3914aeb8f7bb213742f4486 - - 33d85a05b9204ccbac58bfb1b0ae1e0f 33d85a05b9204ccbac58bfb1b0ae1e0f] Added segment 2d986f38-bdfb-4a46-893b-415fb5879dd7 of type vxlan for network 786bb97d-8c3e-42ae-b777-fd385523ee4f [pid: 8|app: 0|req: 124/249] 199.204.45.223 () {34 vars in 682 bytes} [Sun Jun 28 20:52:39 2026] POST /v2.0/networks => generated 718 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 199.204.45.223 () {30 vars in 722 bytes} [Sun Jun 28 20:52:39 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/251] 199.204.45.223 () {30 vars in 633 bytes} [Sun Jun 28 20:52:39 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/252] 199.204.45.223 () {34 vars in 677 bytes} [Sun Jun 28 20:52:39 2026] POST /v2.0/ports => generated 999 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/253] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 20:52:39 2026] GET /v2.0/networks/786bb97d-8c3e-42ae-b777-fd385523ee4f => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/256] 199.204.45.223 () {30 vars in 722 bytes} [Sun Jun 28 20:52:41 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/257] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 20:52:41 2026] GET /v2.0/networks/786bb97d-8c3e-42ae-b777-fd385523ee4f => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/260] 199.204.45.223 () {44 vars in 975 bytes} [Sun Jun 28 20:53:07 2026] GET /v2.0/quotas/d0ed84e3a3914aeb8f7bb213742f4486 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/261] 199.204.45.223 () {48 vars in 1027 bytes} [Sun Jun 28 20:53:08 2026] PUT /v2.0/quotas/d0ed84e3a3914aeb8f7bb213742f4486 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:00.983 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d796746d-f695-4c76-9965-0e9bd7a8e2f8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 21:05:00 2026] GET /v2.0/networks/public => generated 108 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 21:05:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:02.260 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df6d2b09-4924-4244-ad22-05ec3ff0c326 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/360] 199.204.45.223 () {44 vars in 927 bytes} [Sun Jun 28 21:05:02 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 21:05:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:02.327 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c28f5ffa-e3c6-4544-bb1c-3fc0a7f22053 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/362] 199.204.45.223 () {44 vars in 1034 bytes} [Sun Jun 28 21:05:02 2026] GET /v2.0/subnets/public-subnet?network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba => generated 113 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.223 () {44 vars in 1057 bytes} [Sun Jun 28 21:05:02 2026] GET /v2.0/subnets?name=public-subnet&network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba => generated 667 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:30.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-573f0835-e331-4b41-8c2c-493ebd62159a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/368] 199.204.45.223 () {44 vars in 937 bytes} [Sun Jun 28 21:05:30 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/369] 199.204.45.223 () {44 vars in 959 bytes} [Sun Jun 28 21:05:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:31.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-346f66ef-62c7-40e0-a85a-68546631bcfa 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/370] 199.204.45.223 () {44 vars in 937 bytes} [Sun Jun 28 21:05:31 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: 7|app: 0|req: 186/371] 199.204.45.223 () {44 vars in 959 bytes} [Sun Jun 28 21:05:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:31.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc13a071-f8c1-4c7b-b043-ac1f62bdbce5 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/372] 199.204.45.223 () {44 vars in 1036 bytes} [Sun Jun 28 21:05:31 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=810b174e-5557-4168-8546-3792a306414b => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/373] 199.204.45.223 () {44 vars in 1059 bytes} [Sun Jun 28 21:05:31 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=810b174e-5557-4168-8546-3792a306414b => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:32.824 8 INFO neutron.api.v2.resource [None req-4f1a3980-bdcc-4b3e-b649-127565fefb79 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/374] 199.204.45.223 () {44 vars in 971 bytes} [Sun Jun 28 21:05:32 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 199.204.45.223 () {44 vars in 993 bytes} [Sun Jun 28 21:05:32 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:33 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:33 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:05:33 2026] GET /v2.0/security-group-rules/efac699a-6a39-490a-90ae-02c9cbeaf473 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:34 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:34 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => 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: 191/381] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:05:34 2026] GET /v2.0/security-group-rules/6d1a613e-42d7-4e67-8890-175178a4c55a => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:35 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => 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: 192/383] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:35 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/384] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:05:35 2026] GET /v2.0/security-group-rules/ea6b71dd-05c6-4546-88f7-39da515d39fb => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:36 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:36 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:05:36 2026] GET /v2.0/security-group-rules/095fea8a-89e7-4a69-b132-159db9d3471f => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:37 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:37 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/390] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:05:37 2026] GET /v2.0/security-group-rules/5e0ff214-6645-4bc7-931a-fb1ada4cf75c => 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: 196/391] 199.204.45.223 () {44 vars in 987 bytes} [Sun Jun 28 21:05:39 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b => generated 732 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:05:39.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27cfd693-f656-4211-98f3-3e6396ad54ca 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/392] 199.204.45.223 () {44 vars in 1076 bytes} [Sun Jun 28 21:05:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=810b174e-5557-4168-8546-3792a306414b => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/393] 199.204.45.223 () {44 vars in 1099 bytes} [Sun Jun 28 21:05:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=810b174e-5557-4168-8546-3792a306414b => generated 1250 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:39 2026] GET /v2.0/security-groups/dce0b57b-f98f-4744-8e33-3fabee8abd46 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:05:46.907 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b7c7428-e7a6-4632-a8ad-5bb568297d0b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/397] 199.204.45.223 () {44 vars in 979 bytes} [Sun Jun 28 21:05:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/398] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/399] 199.204.45.223 () {44 vars in 920 bytes} [Sun Jun 28 21:05:48 2026] GET /v2.0/ports => generated 4721 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:05:49.695 7 INFO neutron.api.v2.resource [None req-d0f2fa03-eba8-4990-b9a3-1425cac6af5f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/400] 199.204.45.223 () {44 vars in 959 bytes} [Sun Jun 28 21:05:49 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/401] 199.204.45.223 () {44 vars in 981 bytes} [Sun Jun 28 21:05:49 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/402] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:51 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 2882 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/403] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:51 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/404] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:05:51 2026] GET /v2.0/security-group-rules/501902a7-a6d5-49b8-a7dc-b1ad9f6fb850 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/405] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:51 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/406] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:05:52 2026] GET /v2.0/security-groups/e3241859-a7b1-4d68-9aa9-4725a86ffa3a => generated 2882 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/407] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:05:52 2026] GET /v2.0/security-group-rules/33d0b545-2931-443f-8fee-fbc9f56138cb => generated 625 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.223 () {44 vars in 975 bytes} [Sun Jun 28 21:06:04 2026] GET /v2.0/quotas/bfccfbbba6d34d95811556a3dabb5d67 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:07:00.633 8 INFO neutron.api.v2.resource [None req-78268c7e-a2a0-4b35-b482-400960da8c87 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/419] 199.204.45.223 () {44 vars in 1074 bytes} [Sun Jun 28 21:07:00 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.204.45.223 () {44 vars in 1097 bytes} [Sun Jun 28 21:07:00 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 21:07:01 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => 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: 210/422] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:07:01 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:07:01 2026] GET /v2.0/security-group-rules/e6e26125-25ad-43ee-9ef0-0267627edcf4 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 21:07:02 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => 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: 214/425] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:07:02 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:07:02 2026] GET /v2.0/security-group-rules/9e9db58b-676d-4bf7-930d-3c3897790fd0 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 21:07:03 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => 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: 213/428] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:07:03 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:07:03 2026] GET /v2.0/security-group-rules/2d8ac433-30bd-400f-bcf4-b9f36a942f20 => 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: 214/430] 199.204.45.223 () {44 vars in 1088 bytes} [Sun Jun 28 21:07:04 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae?project_id=d0ed84e3a3914aeb8f7bb213742f4486 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/431] 199.204.45.223 () {44 vars in 1001 bytes} [Sun Jun 28 21:07:04 2026] GET /v2.0/security-groups/940a3c0d-09b9-4aaf-b59d-a1b6876d28ae => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/432] 199.204.45.223 () {44 vars in 1011 bytes} [Sun Jun 28 21:07:05 2026] GET /v2.0/security-group-rules/07c5cf2a-b59e-4208-8caf-5e98fff17862 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/435] 199.204.45.223 () {44 vars in 975 bytes} [Sun Jun 28 21:07:12 2026] GET /v2.0/quotas/d0ed84e3a3914aeb8f7bb213742f4486 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/442] 199.204.45.223 () {44 vars in 949 bytes} [Sun Jun 28 21:08:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/449] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:08:48 2026] GET /v2.0/networks => generated 2168 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/450] 10.0.0.94 () {32 vars in 654 bytes} [Sun Jun 28 21:08:49 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/451] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:08:50 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/452] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:08:50 2026] GET /v2.0/ports => generated 4721 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/453] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:08:50 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: 225/454] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:08:50 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/455] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:08:50 2026] GET /v2.0/security-groups => generated 17397 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/456] 10.0.0.94 () {32 vars in 654 bytes} [Sun Jun 28 21:08:50 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:01.990 7 INFO neutron.db.segments_db [None req-c5822f67-37a1-4609-9dba-bf2468126f1a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 39a5a467-129b-488f-b57c-019f193a9006 of type vxlan for network 07646592-28f9-4a43-95c8-8b0565fc18c7 2026-06-28 21:09:02.043 8 INFO neutron.db.segments_db [None req-6a08e891-f239-4bcb-a066-2db868932b21 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 14ada8f9-b1b8-404b-a9f7-8a4bc0a88beb of type vxlan for network 28ced98d-63a7-41c0-b5cb-9ef5c91f0991 [pid: 7|app: 0|req: 228/459] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:09:01 2026] POST /v2.0/networks => generated 737 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:09:01 2026] POST /v2.0/networks => generated 749 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:02.230 7 INFO neutron.db.segments_db [None req-3f43cd8b-ea6b-48a0-b164-0617d1b20827 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 372e366e-7124-474e-ba2b-03f87c27c1ee of type vxlan for network 70da75a6-6e59-43d2-b536-c2310a0ca602 [pid: 7|app: 0|req: 229/461] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:09:02 2026] POST /v2.0/networks => generated 752 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:02 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/463] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:02 2026] POST /v2.0/subnets => generated 699 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/464] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:02 2026] POST /v2.0/subnets => generated 696 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:02.539 8 INFO neutron.db.segments_db [None req-abb0cbe1-be15-476e-881e-6ffd1666e87c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 1075aa1f-bcce-4b19-8fd1-49646627cac6 of type vxlan for network 673a2306-f436-4c7a-80ce-bda059e13e98 2026-06-28 21:09:02.563 7 INFO neutron.db.segments_db [None req-eb7a5fa4-5417-428b-8523-f86a02ec8797 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 4aed87c2-7995-4ff9-b548-9d7a2b45e630 of type vxlan for network ed0b8372-e277-4a6d-ab82-387aa93020e8 2026-06-28 21:09:02.803 8 INFO neutron.db.l3_hamode_db [None req-abb0cbe1-be15-476e-881e-6ffd1666e87c 394864f304b34c498815eab595d37814 604400f9ceee4a96a658af60537029c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:09:02.822 7 INFO neutron.db.l3_hamode_db [None req-eb7a5fa4-5417-428b-8523-f86a02ec8797 394864f304b34c498815eab595d37814 5058f811e5b04784bced02d6dc2dbc88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:09:03.757 8 INFO neutron.db.l3_hamode_db [None req-abb0cbe1-be15-476e-881e-6ffd1666e87c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:09:03.832 7 INFO neutron.db.l3_hamode_db [None req-eb7a5fa4-5417-428b-8523-f86a02ec8797 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/465] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:02 2026] POST /v2.0/routers => generated 724 bytes in 2309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:04.836 8 INFO neutron.db.segments_db [None req-10436e55-919c-4bed-b5c0-f1bc5a51d0ff 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 8517acf2-71a3-4eb1-b571-8ee22ecafb54 of type vxlan for network 5e4d94ea-694c-4248-9de9-5183e7fdb421 [pid: 7|app: 0|req: 231/466] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:02 2026] POST /v2.0/routers => generated 739 bytes in 2373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:05.044 8 INFO neutron.db.l3_hamode_db [None req-10436e55-919c-4bed-b5c0-f1bc5a51d0ff 394864f304b34c498815eab595d37814 d552f2df8ed4457da85d977421216293 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/467] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:04 2026] GET /v2.0/security-groups?tenant_id=44525b010df24599851edba683a07099&name=default => generated 2924 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:05.582 8 INFO neutron.db.l3_hamode_db [None req-10436e55-919c-4bed-b5c0-f1bc5a51d0ff 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/468] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:09:05 2026] PUT /v2.0/routers/b6cefbfb-370f-443a-ba50-1b31589ea2e8/add_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:04 2026] POST /v2.0/routers => generated 736 bytes in 1731 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:06 2026] DELETE /v2.0/security-groups/f0b5b1b8-df46-4c0b-af0b-7650b711535c => 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: 234/471] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:09:06 2026] PUT /v2.0/routers/e455ab19-9d28-4a14-998d-c0ded8b81559/add_router_interface => generated 309 bytes in 1216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:09:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/473] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/475] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:09:06 2026] PUT /v2.0/routers/96f037c2-7942-49f1-9e02-1a5e87d0ad8b/add_router_interface => generated 309 bytes in 1313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:09:08 2026] POST /v2.0/security-groups => generated 1661 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:09:07 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:08.818 8 INFO neutron.db.segments_db [None req-41349637-f799-44e3-af73-320ea4571faf 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 9335a832-8489-4df1-89d5-2cb8cbfa6b52 of type vxlan for network 940ac8ae-087c-4512-97cd-94eeb54cab6a [pid: 8|app: 0|req: 242/480] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:09:08 2026] POST /v2.0/networks => generated 744 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:09:08 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/482] 10.0.0.244 () {38 vars in 971 bytes} [Sun Jun 28 21:09:08 2026] POST /v2.0/security-groups => generated 1685 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/483] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/security-groups/e68cb9ff-bb17-4e9c-a14b-bfc833b1b77e => generated 1685 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/484] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:09 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:09.257 7 INFO neutron.db.segments_db [None req-c117065e-8c2a-4f52-bfea-2898aacfcdfc 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 376690d3-9c07-4794-9af2-c0ac99e369dd of type vxlan for network 490f4869-35b3-42f6-9bcb-9fd810850842 [pid: 8|app: 0|req: 245/485] 10.0.0.244 () {38 vars in 981 bytes} [Sun Jun 28 21:09:09 2026] POST /v2.0/security-group-rules => generated 614 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/486] 10.0.0.244 () {38 vars in 971 bytes} [Sun Jun 28 21:09:09 2026] POST /v2.0/security-groups => generated 1685 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.244 () {34 vars in 1100 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1727616313&fields=id&tenant_id=604400f9ceee4a96a658af60537029c3 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:09.480 7 INFO neutron.db.l3_hamode_db [None req-c117065e-8c2a-4f52-bfea-2898aacfcdfc 394864f304b34c498815eab595d37814 0c30de83ca694077a1d851b416931c06 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/488] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/networks?id=07646592-28f9-4a43-95c8-8b0565fc18c7 => generated 669 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/quotas/604400f9ceee4a96a658af60537029c3 => 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: 250/490] 10.0.0.244 () {34 vars in 1100 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1388108053&fields=id&tenant_id=5058f811e5b04784bced02d6dc2dbc88 => 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: 251/491] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/ports?tenant_id=604400f9ceee4a96a658af60537029c3&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/492] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/493] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/quotas/5058f811e5b04784bced02d6dc2dbc88 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/494] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:09:09 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/495] 10.0.0.244 () {34 vars in 907 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/496] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/497] 10.0.0.244 () {34 vars in 907 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/498] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/499] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?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: 260/500] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?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: 261/501] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/security-groups/9c3160c4-43fb-4505-a44d-2973f2e9002b => generated 1685 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:10.482 7 INFO neutron.db.l3_hamode_db [None req-c117065e-8c2a-4f52-bfea-2898aacfcdfc 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 262/502] 10.0.0.244 () {38 vars in 981 bytes} [Sun Jun 28 21:09:10 2026] POST /v2.0/security-group-rules => generated 614 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/503] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/504] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => 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: 265/505] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/security-groups/9c3160c4-43fb-4505-a44d-2973f2e9002b => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/506] 10.0.0.244 () {38 vars in 981 bytes} [Sun Jun 28 21:09:10 2026] POST /v2.0/security-group-rules => generated 619 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/507] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/security-groups/9c3160c4-43fb-4505-a44d-2973f2e9002b => generated 2940 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/510] 10.0.0.244 () {34 vars in 1001 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/security-group-rules/22005aae-30a4-41dc-ba03-7dac7ebd22b1 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/511] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:10 2026] GET /v2.0/security-groups/9c3160c4-43fb-4505-a44d-2973f2e9002b => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/512] 10.0.0.244 () {36 vars in 1023 bytes} [Sun Jun 28 21:09:10 2026] DELETE /v2.0/security-group-rules/22005aae-30a4-41dc-ba03-7dac7ebd22b1 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/513] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:11 2026] GET /v2.0/security-groups/9c3160c4-43fb-4505-a44d-2973f2e9002b => generated 2310 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/514] 10.0.0.244 () {36 vars in 1013 bytes} [Sun Jun 28 21:09:11 2026] DELETE /v2.0/security-groups/9c3160c4-43fb-4505-a44d-2973f2e9002b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/515] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:11 2026] GET /v2.0/security-groups/e68cb9ff-bb17-4e9c-a14b-bfc833b1b77e => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/516] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:09 2026] POST /v2.0/routers => generated 731 bytes in 2162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/517] 10.0.0.244 () {36 vars in 1013 bytes} [Sun Jun 28 21:09:11 2026] DELETE /v2.0/security-groups/e68cb9ff-bb17-4e9c-a14b-bfc833b1b77e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:12.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb2179b3-fdf5-4d2e-a89c-f9d75bccbc7b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: c30c3738-7b43-425f-8e57-58f214b2e0c2 2026-06-28 21:09:12.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb2179b3-fdf5-4d2e-a89c-f9d75bccbc7b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: c30c3738-7b43-425f-8e57-58f214b2e0c2 [pid: 7|app: 0|req: 242/518] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:09:11 2026] PUT /v2.0/routers/8496ed62-72b8-48f3-873d-95ba3e0270b4/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/519] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:12 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/520] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:12 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => 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: 277/521] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:09:11 2026] PUT /v2.0/routers/96f037c2-7942-49f1-9e02-1a5e87d0ad8b/remove_router_interface => generated 309 bytes in 1474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:13.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6c09ca4-5665-4f75-8ff5-3a6df7aebe13 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 349d757a-32fd-4790-88e5-8cf13cecab28 2026-06-28 21:09:13.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6c09ca4-5665-4f75-8ff5-3a6df7aebe13 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 349d757a-32fd-4790-88e5-8cf13cecab28 [pid: 8|app: 0|req: 278/522] 10.0.0.244 () {38 vars in 971 bytes} [Sun Jun 28 21:09:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/523] 10.0.0.244 () {38 vars in 971 bytes} [Sun Jun 28 21:09:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:09:13.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6c09ca4-5665-4f75-8ff5-3a6df7aebe13 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: b6552663-4013-4ec9-a916-c3f398b997de 2026-06-28 21:09:13.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6c09ca4-5665-4f75-8ff5-3a6df7aebe13 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: b6552663-4013-4ec9-a916-c3f398b997de 2026-06-28 21:09:13.466 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-f6c09ca4-5665-4f75-8ff5-3a6df7aebe13 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - 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: 280/524] 10.0.0.244 () {38 vars in 971 bytes} [Sun Jun 28 21:09:13 2026] POST /v2.0/security-groups => generated 1681 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/525] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/security-groups?tenant_id=0c30de83ca694077a1d851b416931c06 => generated 7908 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/526] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/security-groups/4eeb83d1-7864-4ecd-b9d1-7779fda9e939 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/527] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/security-groups/4eeb83d1-7864-4ecd-b9d1-7779fda9e939 => generated 2922 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/528] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/security-groups/4ea5935b-4efc-4f33-b159-d5fbe935568a => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/529] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => 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: 286/530] 10.0.0.244 () {36 vars in 1013 bytes} [Sun Jun 28 21:09:13 2026] DELETE /v2.0/security-groups/4ea5935b-4efc-4f33-b159-d5fbe935568a => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/531] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:13.841 8 INFO neutron.api.v2.resource [req-822b2a24-011b-455d-9c6d-7d82b7079be2 req-14f18848-e66b-4264-9bae-834d13b71308 dae0bc31f8a4444d9dda38c887557245 0c30de83ca694077a1d851b416931c06 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 288/532] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/security-groups/4ea5935b-4efc-4f33-b159-d5fbe935568a => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/533] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:13 2026] GET /v2.0/security-groups/24eaf893-9608-4b07-a22b-c3449e1a8e0c => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:13.927 7 INFO neutron.db.l3_hamode_db [None req-f6c09ca4-5665-4f75-8ff5-3a6df7aebe13 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 5e4d94ea-694c-4248-9de9-5183e7fdb421 was deleted as no HA routers are present in tenant d552f2df8ed4457da85d977421216293. [pid: 7|app: 0|req: 245/534] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:12 2026] DELETE /v2.0/routers/96f037c2-7942-49f1-9e02-1a5e87d0ad8b => generated 0 bytes in 1064 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/535] 10.0.0.244 () {36 vars in 1013 bytes} [Sun Jun 28 21:09:13 2026] DELETE /v2.0/security-groups/24eaf893-9608-4b07-a22b-c3449e1a8e0c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:14.047 8 INFO neutron.api.v2.resource [req-e2465c7e-e8c2-4256-bc38-fd218353df0f req-692a531e-8b6e-4b50-a3fe-35d005384351 dae0bc31f8a4444d9dda38c887557245 0c30de83ca694077a1d851b416931c06 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 291/536] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/24eaf893-9608-4b07-a22b-c3449e1a8e0c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/537] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/4cae15b6-aa56-4e19-87ff-6ac7a3753f49 => 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: 246/538] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:13 2026] DELETE /v2.0/subnets/f4996d76-620d-4c79-8e8e-0c21d4d565e0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/539] 10.0.0.244 () {36 vars in 1013 bytes} [Sun Jun 28 21:09:14 2026] DELETE /v2.0/security-groups/4cae15b6-aa56-4e19-87ff-6ac7a3753f49 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:14.219 7 INFO neutron.services.segments.plugin [-] Segment 8517acf2-71a3-4eb1-b571-8ee22ecafb54 resource provider aggregate not found 2026-06-28 21:09:14.233 8 INFO neutron.api.v2.resource [req-6e76362a-cdb5-4128-9bad-beb5ba8363cd req-2e18faf2-54a2-422e-a1f0-0514e2bdea4c dae0bc31f8a4444d9dda38c887557245 0c30de83ca694077a1d851b416931c06 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 294/540] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/4cae15b6-aa56-4e19-87ff-6ac7a3753f49 => generated 146 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:09:14.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-650f8c0a-a0e8-4d78-805c-7f9074ad436c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 55393fef-a173-43e8-ab3b-d7b79f714649 2026-06-28 21:09:14.250 7 INFO neutron.services.segments.plugin [-] Segment 8517acf2-71a3-4eb1-b571-8ee22ecafb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8517acf2-71a3-4eb1-b571-8ee22ecafb54 found for delete ", "request_id": "req-2a2b82d1-b229-4e52-9d3d-74bb76898094"}]} 2026-06-28 21:09:14.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-650f8c0a-a0e8-4d78-805c-7f9074ad436c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 55393fef-a173-43e8-ab3b-d7b79f714649 2026-06-28 21:09:14.285 7 INFO neutron.services.segments.plugin [-] Segment 8517acf2-71a3-4eb1-b571-8ee22ecafb54 resource provider aggregate not found [pid: 8|app: 0|req: 295/541] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups?tenant_id=0c30de83ca694077a1d851b416931c06 => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:14.311 7 INFO neutron.services.segments.plugin [-] Segment 8517acf2-71a3-4eb1-b571-8ee22ecafb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8517acf2-71a3-4eb1-b571-8ee22ecafb54 found for delete ", "request_id": "req-21440885-bf03-457c-bb4e-fd4d8d5e1866"}]} [pid: 8|app: 0|req: 296/542] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/4eeb83d1-7864-4ecd-b9d1-7779fda9e939 => generated 2922 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/543] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/4eeb83d1-7864-4ecd-b9d1-7779fda9e939 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:14.420 8 INFO neutron.api.v2.resource [req-1e33f4c8-ca1d-4f49-845f-1c863e1e19f7 req-5a25d661-4f10-493a-a785-df8c2f05bcd5 dae0bc31f8a4444d9dda38c887557245 0c30de83ca694077a1d851b416931c06 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 298/544] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/4cae15b6-aa56-4e19-87ff-6ac7a3753f49 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:09:14.455 8 INFO neutron.api.v2.resource [req-d9262ed3-b199-42f8-b4b6-82cd2b679a21 req-e3d0880e-f5c5-48b2-b7e5-5cdd14bca32b dae0bc31f8a4444d9dda38c887557245 0c30de83ca694077a1d851b416931c06 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 299/545] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/24eaf893-9608-4b07-a22b-c3449e1a8e0c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/546] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:09:14 2026] DELETE /v2.0/networks/28ced98d-63a7-41c0-b5cb-9ef5c91f0991 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:09:14.506 8 INFO neutron.api.v2.resource [req-34a1af23-436f-4833-91ec-02a4f07a9f6e req-5db2a964-81b7-4aa6-a929-7e805b129b65 dae0bc31f8a4444d9dda38c887557245 0c30de83ca694077a1d851b416931c06 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 300/547] 10.0.0.244 () {34 vars in 991 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups/4ea5935b-4efc-4f33-b159-d5fbe935568a => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/548] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/security-groups?tenant_id=d552f2df8ed4457da85d977421216293&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/549] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:14 2026] DELETE /v2.0/security-groups/2efe4e76-ebdb-4f73-9ba1-d4afed5a65c1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/550] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => 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: 304/551] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:14 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:15.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-df8ec168-5775-4342-a271-a7f34a0e0336 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 91d70752-48e5-4392-afe5-e7baa4849dd0 2026-06-28 21:09:15.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df8ec168-5775-4342-a271-a7f34a0e0336 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 91d70752-48e5-4392-afe5-e7baa4849dd0 [pid: 8|app: 0|req: 305/552] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:15 2026] GET /v2.0/networks?id=07646592-28f9-4a43-95c8-8b0565fc18c7 => generated 669 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/553] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:09:14 2026] PUT /v2.0/routers/8496ed62-72b8-48f3-873d-95ba3e0270b4/remove_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/554] 199.204.45.223 () {34 vars in 911 bytes} [Sun Jun 28 21:09:15 2026] GET /v2.0/extensions => generated 21537 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/555] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:09:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=604400f9ceee4a96a658af60537029c3 => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/556] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:15 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:16.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0330204-4299-48e6-8ea8-8b91dcbff419 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 61a5cb8c-ae53-418f-8549-7323847c4be9 2026-06-28 21:09:16.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0330204-4299-48e6-8ea8-8b91dcbff419 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 61a5cb8c-ae53-418f-8549-7323847c4be9 2026-06-28 21:09:16.272 7 INFO neutron.services.segments.plugin [-] Segment 14ada8f9-b1b8-404b-a9f7-8a4bc0a88beb resource provider aggregate not found 2026-06-28 21:09:16.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0330204-4299-48e6-8ea8-8b91dcbff419 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 3455e1fb-366f-4dcf-81de-a054c772ab8f 2026-06-28 21:09:16.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0330204-4299-48e6-8ea8-8b91dcbff419 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 3455e1fb-366f-4dcf-81de-a054c772ab8f 2026-06-28 21:09:16.297 7 INFO neutron.services.segments.plugin [-] Segment 14ada8f9-b1b8-404b-a9f7-8a4bc0a88beb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ada8f9-b1b8-404b-a9f7-8a4bc0a88beb found for delete ", "request_id": "req-e9882b82-6594-428d-8f08-6270ff2c095c"}]} 2026-06-28 21:09:16.335 7 INFO neutron.services.segments.plugin [-] Segment 14ada8f9-b1b8-404b-a9f7-8a4bc0a88beb resource provider aggregate not found 2026-06-28 21:09:16.355 7 INFO neutron.services.segments.plugin [-] Segment 14ada8f9-b1b8-404b-a9f7-8a4bc0a88beb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14ada8f9-b1b8-404b-a9f7-8a4bc0a88beb found for delete ", "request_id": "req-e54e12c6-ae2d-4673-a2d3-10de771ca08b"}]} 2026-06-28 21:09:16.392 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-b0330204-4299-48e6-8ea8-8b91dcbff419 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 252/557] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:09:15 2026] POST /v2.0/ports => generated 958 bytes in 507 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: 253/558] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:16 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:16.857 8 INFO neutron.db.l3_hamode_db [None req-b0330204-4299-48e6-8ea8-8b91dcbff419 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 490f4869-35b3-42f6-9bcb-9fd810850842 was deleted as no HA routers are present in tenant 0c30de83ca694077a1d851b416931c06. [pid: 8|app: 0|req: 306/559] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:15 2026] DELETE /v2.0/routers/8496ed62-72b8-48f3-873d-95ba3e0270b4 => generated 0 bytes in 1100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:16.993 7 INFO neutron.db.segments_db [None req-7d34cce4-f267-4758-870f-0f2e963c00e7 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 7ac39b13-1392-441a-b336-c7674cb75051 of type vxlan for network eb30d3d6-e09f-4ada-b8db-5a50a06b5301 [pid: 7|app: 0|req: 254/560] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:09:16 2026] POST /v2.0/networks => generated 744 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:17.287 8 INFO neutron.services.segments.plugin [-] Segment 376690d3-9c07-4794-9af2-c0ac99e369dd resource provider aggregate not found 2026-06-28 21:09:17.302 8 INFO neutron.services.segments.plugin [-] Segment 376690d3-9c07-4794-9af2-c0ac99e369dd resource provider aggregate not found 2026-06-28 21:09:17.314 8 INFO neutron.services.segments.plugin [-] Segment 376690d3-9c07-4794-9af2-c0ac99e369dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 376690d3-9c07-4794-9af2-c0ac99e369dd found for delete ", "request_id": "req-a34e4f5f-ee16-481b-80ad-09ef1d3736c3"}]} 2026-06-28 21:09:17.320 8 INFO neutron.services.segments.plugin [-] Segment 376690d3-9c07-4794-9af2-c0ac99e369dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 376690d3-9c07-4794-9af2-c0ac99e369dd found for delete ", "request_id": "req-d35e542e-d155-4de0-acf1-4dfda9795296"}]} [pid: 7|app: 0|req: 255/561] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:17 2026] DELETE /v2.0/subnets/b22c2f53-8a21-40d2-a2b1-10db58c6a3af => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/562] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:17 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/563] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:17 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/564] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:09:16 2026] PUT /v2.0/ports/43e4a9cf-45c3-4096-9336-0970901ae09b => generated 1239 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:09:17.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-1244ce87-4be6-4f9e-b3ec-42a684417583 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 260a7d14-3ed9-4aad-b270-32792ff5a2e0 2026-06-28 21:09:17.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1244ce87-4be6-4f9e-b3ec-42a684417583 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 260a7d14-3ed9-4aad-b270-32792ff5a2e0 [pid: 7|app: 0|req: 258/565] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:17 2026] POST /v2.0/subnets => generated 691 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/566] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:17 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/567] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:09:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5058f811e5b04784bced02d6dc2dbc88 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/568] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:17 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:17.864 7 INFO neutron.db.segments_db [None req-e5c9cff6-b360-4b64-a7e8-762315a0e7e9 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment bba929a7-6e6c-4d1d-9337-df290434a8c9 of type vxlan for network f6f6663d-1a2f-492c-aabd-f33c0a7fb463 [pid: 8|app: 0|req: 308/569] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:09:17 2026] DELETE /v2.0/networks/940ac8ae-087c-4512-97cd-94eeb54cab6a => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:09:18.176 7 INFO neutron.db.l3_hamode_db [None req-e5c9cff6-b360-4b64-a7e8-762315a0e7e9 394864f304b34c498815eab595d37814 c53c628e986f42339e8e404819ecc6bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:09:18.215 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70bafd77-34c2-4eed-b826-5976450b1572'] response: {'name': 'network-changed', 'server_uuid': 'bec5d84b-12c6-40da-959e-adc90128cddf', 'tag': '43e4a9cf-45c3-4096-9336-0970901ae09b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 309/570] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:09:17 2026] POST /v2.0/ports => generated 954 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 310/571] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:18 2026] GET /v2.0/security-groups?tenant_id=0c30de83ca694077a1d851b416931c06&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/572] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:09:18 2026] PUT /v2.0/ports/b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 1235 bytes in 407 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: 312/573] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:18 2026] DELETE /v2.0/security-groups/4eeb83d1-7864-4ecd-b9d1-7779fda9e939 => 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: 313/574] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:18 2026] GET /v2.0/ports?tenant_id=604400f9ceee4a96a658af60537029c3&device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/575] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:18 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => 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: 315/576] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/577] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=43e4a9cf-45c3-4096-9336-0970901ae09b => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/578] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 318/579] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/580] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/subnets?id=2a38088b-3c2f-420b-a861-3f52916870f8 => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/581] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/ports?network_id=07646592-28f9-4a43-95c8-8b0565fc18c7&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-06-28 21:09:19.339 8 INFO neutron.services.segments.plugin [-] Segment 9335a832-8489-4df1-89d5-2cb8cbfa6b52 resource provider aggregate not found 2026-06-28 21:09:19.345 8 INFO neutron.services.segments.plugin [-] Segment 9335a832-8489-4df1-89d5-2cb8cbfa6b52 resource provider aggregate not found 2026-06-28 21:09:19.360 8 INFO neutron.services.segments.plugin [-] Segment 9335a832-8489-4df1-89d5-2cb8cbfa6b52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9335a832-8489-4df1-89d5-2cb8cbfa6b52 found for delete ", "request_id": "req-c41e0b22-2cfa-461f-b52c-a2ccb81fab68"}]} 2026-06-28 21:09:19.377 8 INFO neutron.services.segments.plugin [-] Segment 9335a832-8489-4df1-89d5-2cb8cbfa6b52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9335a832-8489-4df1-89d5-2cb8cbfa6b52 found for delete ", "request_id": "req-997e789a-3060-4bf8-95be-515405446ae6"}]} 2026-06-28 21:09:19.395 7 INFO neutron.db.l3_hamode_db [None req-e5c9cff6-b360-4b64-a7e8-762315a0e7e9 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 321/582] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?fields=segments => generated 14 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/583] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/584] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/585] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => 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: 325/586] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/subnets?id=7080ce63-f3dd-4416-adb5-a318d9808248 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/587] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:19 2026] GET /v2.0/ports?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/588] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?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: 328/589] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:20.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-64a4a258-6715-4b07-b655-ed560ca64036'] response: {'name': 'network-changed', 'server_uuid': '7cfd9e03-60c1-47e0-b7fc-f267508b9be1', 'tag': 'b9f0434e-7cd3-48af-906b-76e4bd3db68a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 329/590] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/591] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:17 2026] POST /v2.0/routers => generated 731 bytes in 2488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/592] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 331/593] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => 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: 332/594] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/595] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/ports?tenant_id=604400f9ceee4a96a658af60537029c3&device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/596] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:20 2026] GET /v2.0/networks?id=07646592-28f9-4a43-95c8-8b0565fc18c7 => generated 765 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:20.974 8 INFO neutron.db.segments_db [None req-7e601e7b-b542-4b44-a176-0376adf88d20 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 7effa56f-5df2-4ce8-a654-47bf63364a71 of type vxlan for network e52080ac-f23c-4750-9276-0559cad9efe7 [pid: 8|app: 0|req: 335/597] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:09:20 2026] POST /v2.0/networks => generated 744 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/598] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=43e4a9cf-45c3-4096-9336-0970901ae09b => 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: 337/599] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:21 2026] POST /v2.0/subnets => generated 691 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/600] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/subnets?id=2a38088b-3c2f-420b-a861-3f52916870f8 => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/601] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:21.402 8 INFO neutron.db.segments_db [None req-965a2736-9554-4931-a159-b849998a4c14 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment e2dd6e34-54cb-4936-a34b-20132f7119cd of type vxlan for network 827ba8ff-e27c-4a5d-b199-551f4aaea52b [pid: 7|app: 0|req: 263/602] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:09:20 2026] PUT /v2.0/routers/bb6d8600-70a5-44ee-b2fb-77d0e6d1aac5/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:21.686 8 INFO neutron.db.l3_hamode_db [None req-965a2736-9554-4931-a159-b849998a4c14 394864f304b34c498815eab595d37814 515ba7c7b6914970b27493066cd8ad20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 264/603] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/ports?network_id=07646592-28f9-4a43-95c8-8b0565fc18c7&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/604] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/605] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/606] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/607] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/608] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/609] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 271/610] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:21 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 272/611] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:22 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/612] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:22 2026] GET /v2.0/subnets?id=7080ce63-f3dd-4416-adb5-a318d9808248 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/613] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:22 2026] GET /v2.0/ports?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602&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: 275/614] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:22 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?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: 276/615] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:09:22 2026] POST /v2.0/security-groups => generated 1658 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/616] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:22 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?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: 278/617] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:09:22.452 8 INFO neutron.db.l3_hamode_db [None req-965a2736-9554-4931-a159-b849998a4c14 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 279/618] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/619] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:09:22 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/620] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/621] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => 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: 283/622] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/623] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 340/624] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:09:21 2026] POST /v2.0/routers => generated 731 bytes in 2108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/625] 10.0.0.244 () {34 vars in 1096 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--83856006&fields=id&tenant_id=c53c628e986f42339e8e404819ecc6bf => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/626] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/networks?id=eb30d3d6-e09f-4ada-b8db-5a50a06b5301 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/627] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/quotas/c53c628e986f42339e8e404819ecc6bf => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/628] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/ports?tenant_id=c53c628e986f42339e8e404819ecc6bf&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/629] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?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: 346/630] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:09:23 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?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: 347/631] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:24 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 285/632] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:09:23 2026] PUT /v2.0/routers/48bffe57-1d3d-4c77-9e1c-4fc3458fa1e1/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/633] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:24 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/634] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:24 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 348/635] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:24 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 973 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/636] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:24 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 349/637] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:25 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/638] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:09:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/639] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/640] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:09:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/641] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:25 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/642] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:25 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 295/645] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:25 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/646] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/647] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:09:25 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/648] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 352/649] 10.0.0.244 () {34 vars in 1100 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1357532549&fields=id&tenant_id=515ba7c7b6914970b27493066cd8ad20 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/650] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/networks?id=e52080ac-f23c-4750-9276-0559cad9efe7 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/651] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/quotas/515ba7c7b6914970b27493066cd8ad20 => 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: 299/652] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/ports?tenant_id=515ba7c7b6914970b27493066cd8ad20&fields=id => generated 57 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/653] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/654] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/655] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:26 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/656] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:27 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => 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: 301/657] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:27 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 357/658] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:27 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/659] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:27 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 358/660] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:27 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/661] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => 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: 359/662] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => 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: 304/663] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 360/664] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/665] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/networks?id=eb30d3d6-e09f-4ada-b8db-5a50a06b5301 => generated 676 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/666] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 362/667] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c53c628e986f42339e8e404819ecc6bf => generated 179 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/668] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/669] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:28 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/670] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:09:28 2026] POST /v2.0/ports => generated 958 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:09:29.173 7 INFO neutron.db.l3_db [None req-e1d4d72e-7c56-4690-b6f5-dd8dcd98ccac ab6bc74cb0824b4199bdf5bc9f3db26f 5058f811e5b04784bced02d6dc2dbc88 - - default default] Floating IP 734e557c-5cb4-4fa9-95cf-216d5af15ad5 associated. External IP: 10.96.250.202, port: b9f0434e-7cd3-48af-906b-76e4bd3db68a. [pid: 8|app: 0|req: 364/671] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:09:28 2026] PUT /v2.0/ports/5cf2b761-46c5-4acc-b6f5-5498bfad3644 => generated 1239 bytes in 462 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: 365/672] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:29.420 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80817606-13fe-4789-b88b-5b3b4c0508a2'] response: {'name': 'network-changed', 'server_uuid': '2211a82d-8050-486a-9136-aafca27421ad', 'tag': '5cf2b761-46c5-4acc-b6f5-5498bfad3644', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 366/673] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/674] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:09:28 2026] PUT /v2.0/floatingips/734e557c-5cb4-4fa9-95cf-216d5af15ad5 => generated 855 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/675] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/676] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/677] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/678] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 310/679] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/680] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/ports?tenant_id=c53c628e986f42339e8e404819ecc6bf&device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/681] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:09:29 2026] GET /v2.0/networks?tenant_id=c53c628e986f42339e8e404819ecc6bf&shared=False => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:30.020 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b276dd37-dc8e-4652-98e0-741f17a06aa6'] response: {'name': 'network-changed', 'server_uuid': '7cfd9e03-60c1-47e0-b7fc-f267508b9be1', 'tag': 'b9f0434e-7cd3-48af-906b-76e4bd3db68a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 371/682] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:09:30 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: 312/683] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => 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: 372/684] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/685] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/686] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/687] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/688] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/subnets?id=7080ce63-f3dd-4416-adb5-a318d9808248 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/689] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/690] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/ports?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/691] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?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: 376/692] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 317/693] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?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: 318/694] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&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: 377/695] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:30 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/696] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/ports?tenant_id=c53c628e986f42339e8e404819ecc6bf&device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/697] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5cf2b761-46c5-4acc-b6f5-5498bfad3644 => 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: 380/698] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/subnets?id=6aa4c51d-80e4-4ad5-9264-6b1957655b6e => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/699] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/ports?network_id=eb30d3d6-e09f-4ada-b8db-5a50a06b5301&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/700] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?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: 383/701] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:31.379 7 INFO neutron.db.l3_db [None req-87392070-87f2-4967-b06a-07bf1dc8e9b7 1b416af9a632462aa9ffee7b462bbe21 604400f9ceee4a96a658af60537029c3 - - default default] Floating IP 8e177c5a-3341-4133-87fb-25ea8166e572 associated. External IP: 10.96.250.220, port: 43e4a9cf-45c3-4096-9336-0970901ae09b. [pid: 8|app: 0|req: 384/702] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/networks?id=e52080ac-f23c-4750-9276-0559cad9efe7 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/703] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=515ba7c7b6914970b27493066cd8ad20 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/704] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:09:30 2026] PUT /v2.0/floatingips/8e177c5a-3341-4133-87fb-25ea8166e572 => generated 856 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/705] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => 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: 321/706] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/707] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:31 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 386/708] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:09:31 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: 8|app: 0|req: 387/709] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/710] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:32.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b89a5067-c2f4-4a3a-ba4d-f51f2217a4ed'] response: {'name': 'network-changed', 'server_uuid': 'bec5d84b-12c6-40da-959e-adc90128cddf', 'tag': '43e4a9cf-45c3-4096-9336-0970901ae09b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 389/711] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => 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: 390/712] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 323/713] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:09:32 2026] PUT /v2.0/ports/9a9b4d89-9008-4616-8c69-738b0753ac22 => generated 1235 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/714] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/ports?tenant_id=604400f9ceee4a96a658af60537029c3&device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 324/715] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/networks?id=07646592-28f9-4a43-95c8-8b0565fc18c7 => generated 765 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/716] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=43e4a9cf-45c3-4096-9336-0970901ae09b => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/717] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/subnets?id=2a38088b-3c2f-420b-a861-3f52916870f8 => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/718] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/719] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/ports?network_id=07646592-28f9-4a43-95c8-8b0565fc18c7&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/720] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&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: 327/721] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?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: 395/722] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:32 2026] GET /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7?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: 328/723] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/724] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&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: 329/725] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/726] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 330/727] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/ports?tenant_id=515ba7c7b6914970b27493066cd8ad20&device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 1238 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/728] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a9b4d89-9008-4616-8c69-738b0753ac22 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/729] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/subnets?id=6aa01134-52e9-407b-92a5-5681d674fc7f => generated 694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/730] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/ports?network_id=e52080ac-f23c-4750-9276-0559cad9efe7&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/731] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/732] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?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: 333/733] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:33 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 969 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:34.212 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1db6efbf-1605-4d3d-b92e-8889c4fea796'] response: {'name': 'network-changed', 'server_uuid': '59b237cf-de46-41cf-8dc8-afedb98b4a81', 'tag': '9a9b4d89-9008-4616-8c69-738b0753ac22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 401/734] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&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: 334/735] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 402/736] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/737] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/738] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/security-groups?id=24f14818-7f79-470d-be64-9fcfbe5b5457&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: 336/739] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:34.848 8 INFO neutron_taas.services.taas.taas_plugin [req-eaccfb70-e7f6-451e-b611-677eef8a809d req-5cc187c4-c54a-4fe5-a6a8-68770f4edead 1b416af9a632462aa9ffee7b462bbe21 604400f9ceee4a96a658af60537029c3 - - default default] TaaS: Handle Delete Port: 43e4a9cf-45c3-4096-9336-0970901ae09b 2026-06-28 21:09:34.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eaccfb70-e7f6-451e-b611-677eef8a809d req-5cc187c4-c54a-4fe5-a6a8-68770f4edead 1b416af9a632462aa9ffee7b462bbe21 604400f9ceee4a96a658af60537029c3 - - default default] Tap Mirror: Handle Delete Port: 43e4a9cf-45c3-4096-9336-0970901ae09b [pid: 7|app: 0|req: 337/740] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/ports?tenant_id=515ba7c7b6914970b27493066cd8ad20&device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 1238 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/741] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:34 2026] GET /v2.0/networks?id=e52080ac-f23c-4750-9276-0559cad9efe7 => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/742] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a9b4d89-9008-4616-8c69-738b0753ac22 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/743] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/subnets?id=6aa01134-52e9-407b-92a5-5681d674fc7f => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:35.126 8 INFO neutron.db.l3_db [req-eaccfb70-e7f6-451e-b611-677eef8a809d req-5cc187c4-c54a-4fe5-a6a8-68770f4edead 1b416af9a632462aa9ffee7b462bbe21 604400f9ceee4a96a658af60537029c3 - - default default] Floating IP 8e177c5a-3341-4133-87fb-25ea8166e572 disassociated. External IP: 10.96.250.220, port: 43e4a9cf-45c3-4096-9336-0970901ae09b. [pid: 7|app: 0|req: 341/744] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/ports?network_id=e52080ac-f23c-4750-9276-0559cad9efe7&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: 342/745] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/746] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/747] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/748] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/749] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:09:34 2026] DELETE /v2.0/ports/43e4a9cf-45c3-4096-9336-0970901ae09b => generated 0 bytes in 903 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:09:35.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-994743ff-6f90-4fbb-aa07-00df53263857'] response: {'server_uuid': 'bec5d84b-12c6-40da-959e-adc90128cddf', 'name': 'network-vif-deleted', 'tag': '43e4a9cf-45c3-4096-9336-0970901ae09b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/750] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/751] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => 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: 405/752] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:35 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/753] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:36 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/754] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:36 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&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: 407/755] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:36 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/756] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:36 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 408/757] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:36 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/758] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:36 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:37.471 8 INFO neutron.db.l3_db [None req-1620b490-9d80-40fd-8690-b238d5d673b5 81f0bb9b268a4b8f95165481108f5e8d c53c628e986f42339e8e404819ecc6bf - - default default] Floating IP c6c3f3b6-82f3-4904-b29c-4ebec0e1a189 associated. External IP: 10.96.250.213, port: 5cf2b761-46c5-4acc-b6f5-5498bfad3644. [pid: 7|app: 0|req: 351/759] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:37 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/760] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:37 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/761] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:09:37 2026] PUT /v2.0/floatingips/c6c3f3b6-82f3-4904-b29c-4ebec0e1a189 => generated 856 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:37.837 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17918b51-cee4-47e3-9ac7-43921aa7f9a5'] response: {'name': 'network-changed', 'server_uuid': '2211a82d-8050-486a-9136-aafca27421ad', 'tag': '5cf2b761-46c5-4acc-b6f5-5498bfad3644', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 353/762] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:37 2026] GET /v2.0/ports?device_id=bec5d84b-12c6-40da-959e-adc90128cddf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/763] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/ports?tenant_id=c53c628e986f42339e8e404819ecc6bf&device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 354/764] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/networks?id=eb30d3d6-e09f-4ada-b8db-5a50a06b5301 => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/765] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5cf2b761-46c5-4acc-b6f5-5498bfad3644 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/766] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/subnets?id=6aa4c51d-80e4-4ad5-9264-6b1957655b6e => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/767] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/ports?network_id=eb30d3d6-e09f-4ada-b8db-5a50a06b5301&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/768] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?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: 413/769] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?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: 357/770] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/771] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&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: 358/772] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:38 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/773] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:38 2026] DELETE /v2.0/security-groups/24f14818-7f79-470d-be64-9fcfbe5b5457 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:39.099 7 INFO neutron.api.v2.resource [None req-98613a8c-dd7e-4f2d-af1b-442cf90a393d 1b416af9a632462aa9ffee7b462bbe21 604400f9ceee4a96a658af60537029c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 360/774] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:09:39 2026] GET /v2.0/security-groups/24f14818-7f79-470d-be64-9fcfbe5b5457 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:09:39.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f6bfbec-19d6-4e6c-b618-9c7d773f4720 1b416af9a632462aa9ffee7b462bbe21 604400f9ceee4a96a658af60537029c3 - - default default] TaaS: Handle Delete Port: 8a2834e7-db7d-44e9-9c2e-a8eefe407c30 2026-06-28 21:09:39.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f6bfbec-19d6-4e6c-b618-9c7d773f4720 1b416af9a632462aa9ffee7b462bbe21 604400f9ceee4a96a658af60537029c3 - - default default] Tap Mirror: Handle Delete Port: 8a2834e7-db7d-44e9-9c2e-a8eefe407c30 2026-06-28 21:09:39.327 8 INFO neutron.db.l3_db [None req-8ec54a8c-9abd-4fe9-9fcd-3a8025cf15f9 5267137bf2d14466bc8f802833418b21 515ba7c7b6914970b27493066cd8ad20 - - default default] Floating IP c76eb108-4349-406e-923a-8f28a3b16485 associated. External IP: 10.96.250.212, port: 9a9b4d89-9008-4616-8c69-738b0753ac22. [pid: 7|app: 0|req: 361/775] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:09:39 2026] DELETE /v2.0/floatingips/8e177c5a-3341-4133-87fb-25ea8166e572 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/776] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:09:38 2026] PUT /v2.0/floatingips/c76eb108-4349-406e-923a-8f28a3b16485 => generated 855 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/777] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:39 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:39.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ec5688c-9298-4cf9-a2c3-4085dccfeb62 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 0d680800-dffb-4e06-95d2-8ab141d3fc17 2026-06-28 21:09:39.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ec5688c-9298-4cf9-a2c3-4085dccfeb62 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 0d680800-dffb-4e06-95d2-8ab141d3fc17 [pid: 8|app: 0|req: 417/778] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:39 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:39.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e73bc518-42f4-4e38-8cfa-e5d5b0b55ec8'] response: {'name': 'network-changed', 'server_uuid': '59b237cf-de46-41cf-8dc8-afedb98b4a81', 'tag': '9a9b4d89-9008-4616-8c69-738b0753ac22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 418/779] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => 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: 419/780] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&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: 362/781] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:09:39 2026] PUT /v2.0/routers/b6cefbfb-370f-443a-ba50-1b31589ea2e8/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/782] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/ports?tenant_id=515ba7c7b6914970b27493066cd8ad20&device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/783] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/networks?id=e52080ac-f23c-4750-9276-0559cad9efe7 => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/784] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9a9b4d89-9008-4616-8c69-738b0753ac22 => 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: 423/785] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/subnets?id=6aa01134-52e9-407b-92a5-5681d674fc7f => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:40.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d6425fc-3d3b-4f4f-a578-f9e7075b67d0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 11b7169e-dc9a-4731-8f85-201686167eea 2026-06-28 21:09:40.625 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d6425fc-3d3b-4f4f-a578-f9e7075b67d0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 11b7169e-dc9a-4731-8f85-201686167eea [pid: 8|app: 0|req: 424/786] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/ports?network_id=e52080ac-f23c-4750-9276-0559cad9efe7&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: 425/787] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?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: 426/788] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:09:40 2026] GET /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7?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: 429/791] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:41 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => 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: 430/792] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:41 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:41.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d6425fc-3d3b-4f4f-a578-f9e7075b67d0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: a2b7a02e-65f8-46ca-9599-c4005dad1f86 2026-06-28 21:09:41.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d6425fc-3d3b-4f4f-a578-f9e7075b67d0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: a2b7a02e-65f8-46ca-9599-c4005dad1f86 2026-06-28 21:09:41.762 7 INFO neutron.services.segments.plugin [-] Segment 1075aa1f-bcce-4b19-8fd1-49646627cac6 resource provider aggregate not found 2026-06-28 21:09:41.767 7 INFO neutron.services.segments.plugin [-] Segment 1075aa1f-bcce-4b19-8fd1-49646627cac6 resource provider aggregate not found 2026-06-28 21:09:41.784 7 INFO neutron.services.segments.plugin [-] Segment 1075aa1f-bcce-4b19-8fd1-49646627cac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1075aa1f-bcce-4b19-8fd1-49646627cac6 found for delete ", "request_id": "req-9aaee886-e983-4989-a89e-37c19332be9c"}]} 2026-06-28 21:09:41.786 7 INFO neutron.services.segments.plugin [-] Segment 1075aa1f-bcce-4b19-8fd1-49646627cac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1075aa1f-bcce-4b19-8fd1-49646627cac6 found for delete ", "request_id": "req-cf1c443b-e97a-414d-ae68-ea58fa2617ff"}]} 2026-06-28 21:09:41.805 7 INFO neutron.db.l3_hamode_db [None req-5d6425fc-3d3b-4f4f-a578-f9e7075b67d0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 673a2306-f436-4c7a-80ce-bda059e13e98 was deleted as no HA routers are present in tenant 604400f9ceee4a96a658af60537029c3. [pid: 7|app: 0|req: 363/793] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:40 2026] DELETE /v2.0/routers/b6cefbfb-370f-443a-ba50-1b31589ea2e8 => generated 0 bytes in 1419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/794] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:41 2026] DELETE /v2.0/subnets/2a38088b-3c2f-420b-a861-3f52916870f8 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:09:42.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-7eb27294-d2ba-4f2f-b96a-9c946efc0b9b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 104c5ddf-7518-4159-939d-7f09e49a6c01 2026-06-28 21:09:42.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eb27294-d2ba-4f2f-b96a-9c946efc0b9b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 104c5ddf-7518-4159-939d-7f09e49a6c01 [pid: 7|app: 0|req: 364/795] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:09:42 2026] DELETE /v2.0/networks/07646592-28f9-4a43-95c8-8b0565fc18c7 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/796] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:42 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/797] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:42 2026] GET /v2.0/security-groups?id=6a0cf358-6ad6-4e8e-9b58-fae460eb42bc&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: 433/798] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:42 2026] GET /v2.0/security-groups?tenant_id=604400f9ceee4a96a658af60537029c3&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/799] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:09:42 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/800] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:42 2026] DELETE /v2.0/security-groups/10880f79-d25b-44d3-a812-11983133821a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:42.837 7 INFO neutron_taas.services.taas.taas_plugin [req-b491fdbd-ff67-4c15-bb62-b5012d2f116e req-4488dd49-b821-437b-89e7-5e08e1fdaca8 5267137bf2d14466bc8f802833418b21 515ba7c7b6914970b27493066cd8ad20 - - default default] TaaS: Handle Delete Port: 9a9b4d89-9008-4616-8c69-738b0753ac22 2026-06-28 21:09:42.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b491fdbd-ff67-4c15-bb62-b5012d2f116e req-4488dd49-b821-437b-89e7-5e08e1fdaca8 5267137bf2d14466bc8f802833418b21 515ba7c7b6914970b27493066cd8ad20 - - default default] Tap Mirror: Handle Delete Port: 9a9b4d89-9008-4616-8c69-738b0753ac22 2026-06-28 21:09:43.029 7 INFO neutron.db.l3_db [req-b491fdbd-ff67-4c15-bb62-b5012d2f116e req-4488dd49-b821-437b-89e7-5e08e1fdaca8 5267137bf2d14466bc8f802833418b21 515ba7c7b6914970b27493066cd8ad20 - - default default] Floating IP c76eb108-4349-406e-923a-8f28a3b16485 disassociated. External IP: 10.96.250.212, port: 9a9b4d89-9008-4616-8c69-738b0753ac22. [pid: 7|app: 0|req: 367/801] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:09:42 2026] DELETE /v2.0/ports/9a9b4d89-9008-4616-8c69-738b0753ac22 => generated 0 bytes in 710 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:09:43.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfcd2008-f75f-4e7c-a6e9-0caa0f0bea03'] response: {'server_uuid': '59b237cf-de46-41cf-8dc8-afedb98b4a81', 'name': 'network-vif-deleted', 'tag': '9a9b4d89-9008-4616-8c69-738b0753ac22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 435/802] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:43 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:09:43.813 7 INFO neutron.services.segments.plugin [-] Segment 39a5a467-129b-488f-b57c-019f193a9006 resource provider aggregate not found 2026-06-28 21:09:43.818 7 INFO neutron.services.segments.plugin [-] Segment 39a5a467-129b-488f-b57c-019f193a9006 resource provider aggregate not found 2026-06-28 21:09:43.839 7 INFO neutron.services.segments.plugin [-] Segment 39a5a467-129b-488f-b57c-019f193a9006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a5a467-129b-488f-b57c-019f193a9006 found for delete ", "request_id": "req-2461f08e-6c2b-4d4b-8d88-670d911d4ade"}]} 2026-06-28 21:09:43.840 7 INFO neutron.services.segments.plugin [-] Segment 39a5a467-129b-488f-b57c-019f193a9006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a5a467-129b-488f-b57c-019f193a9006 found for delete ", "request_id": "req-24f2d0af-6aa1-4eeb-bbee-b70361661c74"}]} [pid: 7|app: 0|req: 368/803] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:44 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => 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: 436/804] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:45 2026] GET /v2.0/ports?device_id=59b237cf-de46-41cf-8dc8-afedb98b4a81 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/805] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:46 2026] DELETE /v2.0/security-groups/6a0cf358-6ad6-4e8e-9b58-fae460eb42bc => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:47.085 8 INFO neutron.api.v2.resource [None req-66abd74d-48e6-446d-8381-f36a5624c214 5267137bf2d14466bc8f802833418b21 515ba7c7b6914970b27493066cd8ad20 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 437/806] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:09:47 2026] GET /v2.0/security-groups/6a0cf358-6ad6-4e8e-9b58-fae460eb42bc => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:09:47.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-a51a617d-309e-4ee2-b1b3-dabe5441c70d 5267137bf2d14466bc8f802833418b21 515ba7c7b6914970b27493066cd8ad20 - - default default] TaaS: Handle Delete Port: 472269eb-2d0c-4a2f-bff4-4129777cbbf6 2026-06-28 21:09:47.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a51a617d-309e-4ee2-b1b3-dabe5441c70d 5267137bf2d14466bc8f802833418b21 515ba7c7b6914970b27493066cd8ad20 - - default default] Tap Mirror: Handle Delete Port: 472269eb-2d0c-4a2f-bff4-4129777cbbf6 [pid: 7|app: 0|req: 370/807] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:09:47 2026] DELETE /v2.0/floatingips/c76eb108-4349-406e-923a-8f28a3b16485 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:09:47.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-78071a7c-6248-43e1-bef0-274fe626902f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: e3d56a05-3174-492d-bf1a-f0fdd4b1a160 2026-06-28 21:09:47.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78071a7c-6248-43e1-bef0-274fe626902f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: e3d56a05-3174-492d-bf1a-f0fdd4b1a160 [pid: 8|app: 0|req: 438/808] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:09:47 2026] PUT /v2.0/routers/48bffe57-1d3d-4c77-9e1c-4fc3458fa1e1/remove_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:48.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ec8c4c-1122-4689-934d-6de5772e6417 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: e85b9ba9-bb5a-4795-a33a-f2cc4dc3d02a 2026-06-28 21:09:48.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ec8c4c-1122-4689-934d-6de5772e6417 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: e85b9ba9-bb5a-4795-a33a-f2cc4dc3d02a [pid: 8|app: 0|req: 439/809] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:48 2026] GET /v2.0/security-groups?tenant_id=3c29ea49c3ec4bb78cddaa5956dfdd37&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:48.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-13ec8c4c-1122-4689-934d-6de5772e6417 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 08fd2b74-4d03-40cc-864f-d23756ac312c 2026-06-28 21:09:48.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13ec8c4c-1122-4689-934d-6de5772e6417 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 08fd2b74-4d03-40cc-864f-d23756ac312c [pid: 8|app: 0|req: 440/810] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:48 2026] DELETE /v2.0/security-groups/142654a9-ce6a-45d6-a842-8aa5241bb750 => 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: 441/811] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:49 2026] GET /v2.0/security-groups?tenant_id=8dba5b244b524851b55df5af3489ea49&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:49.236 7 INFO neutron.services.segments.plugin [-] Segment e2dd6e34-54cb-4936-a34b-20132f7119cd resource provider aggregate not found 2026-06-28 21:09:49.243 7 INFO neutron.services.segments.plugin [-] Segment e2dd6e34-54cb-4936-a34b-20132f7119cd resource provider aggregate not found 2026-06-28 21:09:49.259 7 INFO neutron.services.segments.plugin [-] Segment e2dd6e34-54cb-4936-a34b-20132f7119cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2dd6e34-54cb-4936-a34b-20132f7119cd found for delete ", "request_id": "req-cbd12362-d445-4e00-ad03-c675b718ef75"}]} 2026-06-28 21:09:49.269 7 INFO neutron.services.segments.plugin [-] Segment e2dd6e34-54cb-4936-a34b-20132f7119cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2dd6e34-54cb-4936-a34b-20132f7119cd found for delete ", "request_id": "req-c7fb025d-5033-452f-88de-a3e7fff8774e"}]} 2026-06-28 21:09:49.274 7 INFO neutron.db.l3_hamode_db [None req-13ec8c4c-1122-4689-934d-6de5772e6417 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 827ba8ff-e27c-4a5d-b199-551f4aaea52b was deleted as no HA routers are present in tenant 515ba7c7b6914970b27493066cd8ad20. [pid: 7|app: 0|req: 371/812] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:48 2026] DELETE /v2.0/routers/48bffe57-1d3d-4c77-9e1c-4fc3458fa1e1 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/813] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:49 2026] DELETE /v2.0/security-groups/56463060-f042-4ab8-ba3f-98648717887e => 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: 443/814] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:09:49 2026] DELETE /v2.0/subnets/6aa01134-52e9-407b-92a5-5681d674fc7f => 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: 372/815] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:09:49 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 1244 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:09:49.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-25ddda81-e490-4e63-ab40-714e87e70756 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: c30be5d7-5e54-4014-a8e4-2530e5f85979 2026-06-28 21:09:49.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ddda81-e490-4e63-ab40-714e87e70756 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: c30be5d7-5e54-4014-a8e4-2530e5f85979 [pid: 7|app: 0|req: 373/816] 10.0.0.201 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:49 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:09:49.751 8 INFO neutron.services.segments.plugin [-] Segment 7effa56f-5df2-4ce8-a654-47bf63364a71 resource provider aggregate not found 2026-06-28 21:09:49.754 8 INFO neutron.services.segments.plugin [-] Segment 7effa56f-5df2-4ce8-a654-47bf63364a71 resource provider aggregate not found 2026-06-28 21:09:49.773 8 INFO neutron.services.segments.plugin [-] Segment 7effa56f-5df2-4ce8-a654-47bf63364a71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7effa56f-5df2-4ce8-a654-47bf63364a71 found for delete ", "request_id": "req-c79e788b-e8d7-4739-9c52-bea2bc456bed"}]} 2026-06-28 21:09:49.775 8 INFO neutron.services.segments.plugin [-] Segment 7effa56f-5df2-4ce8-a654-47bf63364a71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7effa56f-5df2-4ce8-a654-47bf63364a71 found for delete ", "request_id": "req-9e402504-9880-4875-b250-124a0d5e0244"}]} [pid: 8|app: 0|req: 444/817] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:09:49 2026] DELETE /v2.0/networks/e52080ac-f23c-4750-9276-0559cad9efe7 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/818] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:49 2026] GET /v2.0/security-groups?tenant_id=515ba7c7b6914970b27493066cd8ad20&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/819] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:49 2026] DELETE /v2.0/security-groups/c5bedc9e-b9ef-4dce-850c-57709dd6b1cf => 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: 375/820] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:09:51 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1240 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/821] 10.0.0.201 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:52 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 376/822] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:52 2026] GET /v2.0/security-groups?tenant_id=f02d5c03d5124c298f0d5792d475dfec&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/823] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:53 2026] DELETE /v2.0/security-groups/b8e6be70-1d0c-46a1-9bce-033b56303ad5 => 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: 377/824] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:53 2026] GET /v2.0/security-groups?tenant_id=de23d16c25fc423abbb6e60c189a9cd8&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/825] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:54 2026] DELETE /v2.0/security-groups/e2215e8b-ea56-4fd2-8d87-72c635e89389 => 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: 378/826] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:54 2026] GET /v2.0/security-groups?tenant_id=2f722308108a462ab4d451ed7b3ae51c&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/827] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:54 2026] DELETE /v2.0/security-groups/173f79f6-a103-4e95-a4df-42c44f55b94a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/830] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:57 2026] GET /v2.0/security-groups?tenant_id=581fe748d03e4162bccbce6df68e2bbd&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/831] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:57 2026] DELETE /v2.0/security-groups/e0c25a5f-e767-4436-855c-6a27c734e8bc => 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: 452/832] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:57 2026] GET /v2.0/security-groups?tenant_id=39a0aff461b64328a025f32f3c2e6c35&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/833] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:57 2026] DELETE /v2.0/security-groups/fc75ecd2-1ee5-47a6-9ad0-d7e76da401bd => 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: 453/834] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:09:58 2026] GET /v2.0/security-groups?tenant_id=a10cdc9c4c7b4695b7a5922ad8cb1a00&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/835] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:09:58 2026] DELETE /v2.0/security-groups/0854be62-802d-4874-bee0-da90ed6f131a => 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: 454/836] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:59 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/837] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:59 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/838] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:09:59 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/839] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:09:59 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&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: 8|app: 0|req: 456/840] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:00 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/841] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:00 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/842] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:01 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/843] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:01 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/844] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:01 2026] GET /v2.0/ports?tenant_id=c53c628e986f42339e8e404819ecc6bf&device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 387/845] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:01 2026] GET /v2.0/networks?id=eb30d3d6-e09f-4ada-b8db-5a50a06b5301 => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/846] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:10:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=5cf2b761-46c5-4acc-b6f5-5498bfad3644 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/847] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:01 2026] GET /v2.0/subnets?id=6aa4c51d-80e4-4ad5-9264-6b1957655b6e => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/848] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/ports?network_id=eb30d3d6-e09f-4ada-b8db-5a50a06b5301&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: 7|app: 0|req: 389/849] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?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: 461/850] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301?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: 390/851] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/security-groups?tenant_id=a28e2af960fd489994161b4a5e0e9322&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/852] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:02 2026] DELETE /v2.0/security-groups/82df3128-d37d-49e1-bcab-dc3238e3cf59 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/853] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/854] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/855] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/security-groups?tenant_id=8fb29dd60bce4a729a9270e79f78db65&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/856] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:02 2026] DELETE /v2.0/security-groups/4f3eb92e-833a-455b-a9b6-49bffa43ee5b => 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: 392/857] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:02 2026] GET /v2.0/security-groups?tenant_id=a14e7f20f9ea410b8e5a4f5f019307f0&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/858] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:03 2026] DELETE /v2.0/security-groups/ce4ad299-c054-4d85-b2c1-9029bd50207e => 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: 393/859] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:03 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 467/860] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:03 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&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: 394/861] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:04 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/862] 10.0.0.244 () {34 vars in 971 bytes} [Sun Jun 28 21:10:04 2026] GET /v2.0/ports/b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 968 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/863] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:04 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 397/864] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:05.082 8 INFO neutron.db.segments_db [None req-0bf48f96-54c9-4f2c-964b-e80aac1dd443 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Added segment 26ff2171-b305-4fd5-bb6c-4c6b2702699e of type vxlan for network 80af7915-7d29-4365-8920-0cc77b82947b [pid: 7|app: 0|req: 398/865] 10.0.0.94 () {32 vars in 652 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions => generated 21537 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/866] 10.0.0.94 () {32 vars in 680 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/867] 10.0.0.94 () {32 vars in 680 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/868] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/869] 10.0.0.94 () {32 vars in 664 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:05.151 8 INFO neutron.db.segments_db [None req-0bf48f96-54c9-4f2c-964b-e80aac1dd443 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Added segment 215c93e9-46af-43d8-8a1f-806d5d196cbd of type vxlan for network b16be92a-fe5e-4020-a3f8-2d482b086998 [pid: 7|app: 0|req: 403/870] 10.0.0.94 () {32 vars in 698 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/871] 10.0.0.94 () {32 vars in 696 bytes} [Sun Jun 28 21:10:05 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: 405/872] 10.0.0.94 () {32 vars in 700 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/873] 10.0.0.94 () {32 vars in 688 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/874] 10.0.0.94 () {32 vars in 702 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/875] 10.0.0.94 () {32 vars in 692 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/876] 10.0.0.94 () {32 vars in 694 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/877] 10.0.0.94 () {32 vars in 684 bytes} [Sun Jun 28 21:10:05 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: 411/878] 10.0.0.94 () {32 vars in 686 bytes} [Sun Jun 28 21:10:05 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: 412/879] 10.0.0.94 () {32 vars in 660 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/880] 10.0.0.94 () {32 vars in 698 bytes} [Sun Jun 28 21:10:05 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: 414/881] 10.0.0.94 () {32 vars in 678 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/882] 10.0.0.94 () {32 vars in 682 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/883] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:04 2026] POST /v2.0/networks => generated 1246 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/884] 10.0.0.94 () {32 vars in 674 bytes} [Sun Jun 28 21:10:05 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: 7|app: 0|req: 417/885] 10.0.0.94 () {32 vars in 688 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/886] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/887] 10.0.0.94 () {32 vars in 686 bytes} [Sun Jun 28 21:10:05 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: 420/888] 10.0.0.94 () {32 vars in 668 bytes} [Sun Jun 28 21:10:05 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: 421/889] 10.0.0.94 () {32 vars in 686 bytes} [Sun Jun 28 21:10:05 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: 422/890] 10.0.0.94 () {32 vars in 680 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/891] 10.0.0.94 () {32 vars in 698 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/892] 10.0.0.94 () {32 vars in 678 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/893] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/networks => generated 1845 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/894] 10.0.0.94 () {32 vars in 666 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/895] 10.0.0.94 () {32 vars in 676 bytes} [Sun Jun 28 21:10:05 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: 427/896] 10.0.0.94 () {32 vars in 664 bytes} [Sun Jun 28 21:10:05 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: 428/897] 10.0.0.94 () {32 vars in 674 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/l3-flavors => 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: 429/898] 10.0.0.94 () {32 vars in 712 bytes} [Sun Jun 28 21:10:05 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: 430/899] 10.0.0.94 () {32 vars in 690 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/900] 10.0.0.94 () {32 vars in 682 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/multi-provider => 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: 432/901] 10.0.0.94 () {32 vars in 668 bytes} [Sun Jun 28 21:10:05 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: 433/902] 199.204.45.223 () {34 vars in 1000 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/subnets?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/903] 10.0.0.94 () {32 vars in 686 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/904] 199.204.45.223 () {34 vars in 1146 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1&device_owner=compute%3Anova&network_id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/905] 10.0.0.94 () {32 vars in 704 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:05.842 8 INFO neutron.services.segments.plugin [-] Segment 26ff2171-b305-4fd5-bb6c-4c6b2702699e resource provider aggregate not found 2026-06-28 21:10:05.847 8 INFO neutron.services.segments.plugin [-] Segment 26ff2171-b305-4fd5-bb6c-4c6b2702699e resource provider aggregate not found 2026-06-28 21:10:05.866 8 INFO neutron.services.segments.plugin [-] Segment 26ff2171-b305-4fd5-bb6c-4c6b2702699e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ff2171-b305-4fd5-bb6c-4c6b2702699e found for delete ", "request_id": "req-d390b9c7-6b7e-4668-87d6-7f2754cd1d6d"}]} 2026-06-28 21:10:05.869 8 INFO neutron.services.segments.plugin [-] Segment 26ff2171-b305-4fd5-bb6c-4c6b2702699e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26ff2171-b305-4fd5-bb6c-4c6b2702699e found for delete ", "request_id": "req-190330e2-e25c-46a8-86d3-8320bf93b44f"}]} [pid: 8|app: 0|req: 470/906] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:05 2026] DELETE /v2.0/networks/80af7915-7d29-4365-8920-0cc77b82947b => generated 0 bytes in 552 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/907] 10.0.0.94 () {32 vars in 674 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/908] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:10:05 2026] PUT /v2.0/ports/b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 1149 bytes in 439 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: 438/909] 10.0.0.94 () {32 vars in 700 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/910] 10.0.0.94 () {32 vars in 674 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/911] 10.0.0.94 () {32 vars in 692 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/912] 10.0.0.94 () {32 vars in 688 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/913] 10.0.0.94 () {32 vars in 708 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/914] 10.0.0.94 () {32 vars in 704 bytes} [Sun Jun 28 21:10:05 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:06.007 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c3d1507-ffc5-4c9e-87e8-7cf8bc571848'] response: {'name': 'network-changed', 'server_uuid': '7cfd9e03-60c1-47e0-b7fc-f267508b9be1', 'tag': 'b9f0434e-7cd3-48af-906b-76e4bd3db68a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 444/915] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:10:06 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: 445/916] 10.0.0.94 () {32 vars in 696 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/917] 10.0.0.94 () {32 vars in 710 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/918] 10.0.0.94 () {32 vars in 668 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/919] 10.0.0.94 () {32 vars in 686 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/920] 10.0.0.94 () {32 vars in 680 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/921] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:05 2026] DELETE /v2.0/networks/b16be92a-fe5e-4020-a3f8-2d482b086998 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/922] 10.0.0.94 () {32 vars in 674 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/923] 10.0.0.94 () {32 vars in 670 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/924] 10.0.0.94 () {32 vars in 660 bytes} [Sun Jun 28 21:10:06 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: 453/925] 10.0.0.94 () {32 vars in 698 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/926] 10.0.0.94 () {32 vars in 698 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/927] 10.0.0.94 () {32 vars in 676 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/928] 10.0.0.94 () {32 vars in 668 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/929] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/networks => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/930] 10.0.0.94 () {32 vars in 682 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/931] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/932] 10.0.0.94 () {32 vars in 700 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:06.173 8 INFO neutron.db.segments_db [None req-432a0001-7fa5-47a8-8c61-82b7667bb1fd 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Added segment 632771c5-42be-4c53-98e6-227e4fcfdec7 of type vxlan for network 0805e1b3-331a-4aad-8e52-700d09e89f44 [pid: 7|app: 0|req: 459/933] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/934] 10.0.0.94 () {32 vars in 684 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/935] 10.0.0.94 () {32 vars in 706 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/936] 10.0.0.94 () {32 vars in 668 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/937] 10.0.0.94 () {32 vars in 696 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/938] 10.0.0.94 () {32 vars in 694 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/939] 10.0.0.94 () {32 vars in 684 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/940] 10.0.0.94 () {32 vars in 688 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/941] 10.0.0.94 () {32 vars in 704 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/942] 10.0.0.94 () {32 vars in 666 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/943] 10.0.0.94 () {32 vars in 680 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/944] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:06 2026] POST /v2.0/networks => generated 653 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/945] 10.0.0.94 () {32 vars in 680 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/946] 10.0.0.94 () {32 vars in 690 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/947] 10.0.0.94 () {32 vars in 690 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/948] 10.0.0.94 () {32 vars in 694 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/949] 10.0.0.94 () {32 vars in 684 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/950] 10.0.0.94 () {32 vars in 688 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:06.328 8 INFO neutron.db.segments_db [None req-4d4e32c6-0beb-4f4d-9aeb-c372c19e4594 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Added segment 938cffed-1f01-4586-8d31-a96ab773c12a of type vxlan for network 1067fcc7-ac77-4f44-bef7-71466d3b4006 [pid: 7|app: 0|req: 476/951] 10.0.0.94 () {32 vars in 700 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/952] 10.0.0.94 () {32 vars in 702 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/953] 10.0.0.94 () {32 vars in 712 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/954] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/955] 10.0.0.94 () {32 vars in 714 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/956] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/957] 10.0.0.94 () {32 vars in 740 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/958] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/959] 10.0.0.94 () {32 vars in 682 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/960] 10.0.0.94 () {32 vars in 668 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/961] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/962] 10.0.0.94 () {32 vars in 678 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/963] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:06 2026] POST /v2.0/networks => generated 654 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/964] 10.0.0.94 () {32 vars in 668 bytes} [Sun Jun 28 21:10:06 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: 477/965] 10.0.0.94 () {32 vars in 696 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/966] 10.0.0.94 () {32 vars in 704 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/967] 10.0.0.94 () {32 vars in 700 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/968] 10.0.0.94 () {32 vars in 700 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/969] 10.0.0.94 () {32 vars in 682 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/970] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1421 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/971] 10.0.0.94 () {32 vars in 704 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/972] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/973] 10.0.0.94 () {32 vars in 694 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/974] 10.0.0.94 () {32 vars in 688 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/975] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => 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: 488/976] 10.0.0.94 () {32 vars in 696 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/977] 10.0.0.94 () {32 vars in 678 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/978] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/979] 10.0.0.94 () {32 vars in 688 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/980] 10.0.0.94 () {32 vars in 700 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/981] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/subnets?id=7080ce63-f3dd-4416-adb5-a318d9808248 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/982] 10.0.0.94 () {32 vars in 664 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/983] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/ports?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/984] 10.0.0.94 () {32 vars in 680 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/985] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/986] 10.0.0.94 () {32 vars in 676 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/987] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/988] 10.0.0.94 () {32 vars in 692 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/989] 10.0.0.94 () {32 vars in 676 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/990] 10.0.0.94 () {32 vars in 666 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/991] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:06 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: 8|app: 0|req: 504/992] 10.0.0.94 () {32 vars in 674 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/993] 10.0.0.94 () {32 vars in 686 bytes} [Sun Jun 28 21:10:06 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/994] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:06 2026] POST /v2.0/ports => generated 1504 bytes in 580 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: 490/995] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1152 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/996] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 506/997] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/ports => generated 1504 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:07.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f459d44-1b8c-425f-bbfe-cc97757888ec 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] TaaS: Handle Delete Port: 925f54b8-2e23-4cfa-a408-ef58f1020223 2026-06-28 21:10:07.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f459d44-1b8c-425f-bbfe-cc97757888ec 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Tap Mirror: Handle Delete Port: 925f54b8-2e23-4cfa-a408-ef58f1020223 [pid: 8|app: 0|req: 507/998] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/999] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:07 2026] DELETE /v2.0/ports/925f54b8-2e23-4cfa-a408-ef58f1020223 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1000] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:07.451 7 INFO neutron_taas.services.taas.taas_plugin [None req-95a283fe-207e-46d3-9337-ba67345b9e96 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] TaaS: Handle Delete Port: a7b2cc66-5a4b-4147-b163-85f48a2e6ab3 2026-06-28 21:10:07.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95a283fe-207e-46d3-9337-ba67345b9e96 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Tap Mirror: Handle Delete Port: a7b2cc66-5a4b-4147-b163-85f48a2e6ab3 [pid: 7|app: 0|req: 493/1001] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:07 2026] DELETE /v2.0/ports/a7b2cc66-5a4b-4147-b163-85f48a2e6ab3 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1002] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/ports => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:07.674 7 INFO neutron.db.segments_db [None req-9dd32f35-8f8f-46e3-bef1-5fb976c0f883 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Added segment 92b3c370-8f40-4566-a453-0ee575b610ce of type vxlan for network 44f94f5a-c9d8-4d90-acbd-1a5b0fa7ddfd [pid: 8|app: 0|req: 509/1003] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/security-groups?tenant_id=3118c3cc397d4c34ac959d8638cc37b9&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: 510/1004] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:07 2026] DELETE /v2.0/security-groups/47562e9f-c16d-47f6-b42e-6525559ae3c7 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1005] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:07 2026] POST /v2.0/networks => generated 653 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:07.851 8 INFO neutron.db.segments_db [None req-a7fa18b6-851b-47b1-a252-b8e9c36d99e1 35a658710ca84c08b1f95cb8e6415c52 2a7d200449b144cc83c37fa3f58db71b - - default default] Added segment b1a7bf66-0a9a-46f8-8f33-824b9e3adc01 of type vxlan for network f02392fb-03a5-464c-a97d-1f7af6375f19 2026-06-28 21:10:07.890 8 INFO neutron.services.segments.plugin [-] Segment 215c93e9-46af-43d8-8a1f-806d5d196cbd resource provider aggregate not found 2026-06-28 21:10:07.900 8 INFO neutron.services.segments.plugin [-] Segment 215c93e9-46af-43d8-8a1f-806d5d196cbd resource provider aggregate not found [pid: 7|app: 0|req: 496/1006] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1421 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:07.922 8 INFO neutron.services.segments.plugin [-] Segment 215c93e9-46af-43d8-8a1f-806d5d196cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215c93e9-46af-43d8-8a1f-806d5d196cbd found for delete ", "request_id": "req-5c3e2100-0e7b-4299-b540-0b94665053c3"}]} 2026-06-28 21:10:07.923 8 INFO neutron.services.segments.plugin [-] Segment 215c93e9-46af-43d8-8a1f-806d5d196cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 215c93e9-46af-43d8-8a1f-806d5d196cbd found for delete ", "request_id": "req-e7d87892-e32b-4701-b7d9-ffdeed073956"}]} [pid: 8|app: 0|req: 511/1007] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:07 2026] POST /v2.0/networks => generated 654 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1008] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1009] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:10:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => 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: 498/1010] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1011] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/subnets?id=7080ce63-f3dd-4416-adb5-a318d9808248 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1012] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/ports?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602&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: 514/1013] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1014] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1015] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 516/1016] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1017] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:08 2026] POST /v2.0/subnets => generated 1324 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1018] 199.204.45.223 () {34 vars in 1120 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1019] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:10:08 2026] GET /v2.0/subnets => generated 1960 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1020] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:08 2026] DELETE /v2.0/subnets/22a2ef3d-1640-4253-a3e2-2339c723b955 => 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: 504/1021] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:09 2026] DELETE /v2.0/subnets/31f2de5e-2db1-403e-adb2-1db358b5e532 => 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: 505/1022] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:10:09 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1023] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:10:08 2026] PUT /v2.0/ports/b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 968 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:09.408 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8be30633-2fe9-4633-8bf3-46f3bff475f9'] response: {'name': 'network-changed', 'server_uuid': '7cfd9e03-60c1-47e0-b7fc-f267508b9be1', 'tag': 'b9f0434e-7cd3-48af-906b-76e4bd3db68a', 'status': 'completed', 'code': 200} 2026-06-28 21:10:09.417 7 INFO neutron.services.segments.plugin [-] Segment b1a7bf66-0a9a-46f8-8f33-824b9e3adc01 resource provider aggregate not found 2026-06-28 21:10:09.422 7 INFO neutron.services.segments.plugin [-] Segment b1a7bf66-0a9a-46f8-8f33-824b9e3adc01 resource provider aggregate not found [pid: 7|app: 0|req: 506/1024] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:09 2026] DELETE /v2.0/networks/f02392fb-03a5-464c-a97d-1f7af6375f19 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:09.446 7 INFO neutron.services.segments.plugin [-] Segment b1a7bf66-0a9a-46f8-8f33-824b9e3adc01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a7bf66-0a9a-46f8-8f33-824b9e3adc01 found for delete ", "request_id": "req-dedab30c-074a-4a25-99e5-8938afbb9bd2"}]} 2026-06-28 21:10:09.451 7 INFO neutron.services.segments.plugin [-] Segment b1a7bf66-0a9a-46f8-8f33-824b9e3adc01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a7bf66-0a9a-46f8-8f33-824b9e3adc01 found for delete ", "request_id": "req-d63368bf-fbd7-4ccd-aa64-890cd36b4dc1"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 519/1025] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:09 2026] DELETE /v2.0/networks/44f94f5a-c9d8-4d90-acbd-1a5b0fa7ddfd => 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: 507/1026] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:09 2026] DELETE /v2.0/networks/1067fcc7-ac77-4f44-bef7-71466d3b4006 => 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: 508/1027] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:09 2026] DELETE /v2.0/networks/0805e1b3-331a-4aad-8e52-700d09e89f44 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1028] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:09 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1029] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:09 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1240 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1030] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:09 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:09.948 8 INFO neutron.services.segments.plugin [-] Segment 92b3c370-8f40-4566-a453-0ee575b610ce resource provider aggregate not found 2026-06-28 21:10:09.959 8 INFO neutron.services.segments.plugin [-] Segment 92b3c370-8f40-4566-a453-0ee575b610ce resource provider aggregate not found [pid: 7|app: 0|req: 512/1031] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:09 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:09.985 8 INFO neutron.services.segments.plugin [-] Segment 92b3c370-8f40-4566-a453-0ee575b610ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92b3c370-8f40-4566-a453-0ee575b610ce found for delete ", "request_id": "req-27d7d3f0-3e15-4bb2-8190-c0da149eca2c"}]} 2026-06-28 21:10:09.994 8 INFO neutron.services.segments.plugin [-] Segment 92b3c370-8f40-4566-a453-0ee575b610ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92b3c370-8f40-4566-a453-0ee575b610ce found for delete ", "request_id": "req-34ff4114-1ffd-4255-b936-02a927e4b0fc"}]} [pid: 7|app: 0|req: 513/1032] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:10:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:10.055 8 INFO neutron.db.segments_db [None req-83a83ac7-3a24-4ce0-a596-3dfa88e8d839 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Added segment 76c44b43-ef79-42db-be22-e9cdf1f516bf of type vxlan for network ff795d2b-72ca-498d-ab01-15384cbf6c29 [pid: 7|app: 0|req: 514/1033] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/subnets?id=7080ce63-f3dd-4416-adb5-a318d9808248 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1034] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/ports?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1035] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:09 2026] POST /v2.0/networks => generated 650 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1036] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1037] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1038] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:10 2026] POST /v2.0/subnets => generated 627 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:10.498 8 INFO neutron.db.segments_db [None req-4ffdf5dd-e261-4219-980b-16358b025ecb 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Added segment 3733614c-bb69-4ab3-9e2a-bf0c305aa3e2 of type vxlan for network eed77621-2651-41c0-b3e7-8b7036cb9da1 [pid: 7|app: 0|req: 518/1039] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/security-groups?tenant_id=2a7d200449b144cc83c37fa3f58db71b&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: 519/1040] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:10 2026] DELETE /v2.0/security-groups/aa66fe25-bf18-4223-ac9c-d6df5ae13f43 => 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: 520/1041] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1042] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:10.835 8 INFO neutron.db.l3_hamode_db [None req-4ffdf5dd-e261-4219-980b-16358b025ecb 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 524/1045] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:10 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 525/1046] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1047] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/ports?tenant_id=5058f811e5b04784bced02d6dc2dbc88&device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1048] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/networks?id=70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1049] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1050] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/subnets?id=7080ce63-f3dd-4416-adb5-a318d9808248 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1051] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/ports?network_id=70da75a6-6e59-43d2-b536-c2310a0ca602&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:11.467 7 INFO neutron.services.segments.plugin [-] Segment 938cffed-1f01-4586-8d31-a96ab773c12a resource provider aggregate not found 2026-06-28 21:10:11.483 7 INFO neutron.services.segments.plugin [-] Segment 938cffed-1f01-4586-8d31-a96ab773c12a resource provider aggregate not found 2026-06-28 21:10:11.484 7 INFO neutron.services.segments.plugin [-] Segment 938cffed-1f01-4586-8d31-a96ab773c12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 938cffed-1f01-4586-8d31-a96ab773c12a found for delete ", "request_id": "req-2339faff-d7a6-447f-910e-7a09410cfc31"}]} 2026-06-28 21:10:11.516 7 INFO neutron.services.segments.plugin [-] Segment 938cffed-1f01-4586-8d31-a96ab773c12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 938cffed-1f01-4586-8d31-a96ab773c12a found for delete ", "request_id": "req-72ea3b59-6691-4e74-acfe-73e0eb2d6d94"}]} 2026-06-28 21:10:11.524 7 INFO neutron.services.segments.plugin [-] Segment 632771c5-42be-4c53-98e6-227e4fcfdec7 resource provider aggregate not found 2026-06-28 21:10:11.544 7 INFO neutron.services.segments.plugin [-] Segment 632771c5-42be-4c53-98e6-227e4fcfdec7 resource provider aggregate not found 2026-06-28 21:10:11.551 7 INFO neutron.services.segments.plugin [-] Segment 632771c5-42be-4c53-98e6-227e4fcfdec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 632771c5-42be-4c53-98e6-227e4fcfdec7 found for delete ", "request_id": "req-fcf47e01-7d9f-4a26-a753-3fcef169710f"}]} [pid: 7|app: 0|req: 531/1052] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:11.563 7 INFO neutron.services.segments.plugin [-] Segment 632771c5-42be-4c53-98e6-227e4fcfdec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 632771c5-42be-4c53-98e6-227e4fcfdec7 found for delete ", "request_id": "req-1f7a7532-eaad-4184-87e5-ea118fa186e4"}]} [pid: 7|app: 0|req: 532/1053] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:11.656 8 INFO neutron.db.l3_hamode_db [None req-4ffdf5dd-e261-4219-980b-16358b025ecb 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 533/1054] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1055] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:11 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&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: 535/1056] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:12 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1057] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:12 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1058] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:10 2026] POST /v2.0/routers => generated 695 bytes in 2121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:12.846 7 INFO neutron.db.segments_db [None req-7f00c706-dcd3-436b-a3e7-2df970d44bd0 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Added segment 0e91ef3f-e0c9-4cde-9e76-d7abef079f78 of type vxlan for network 7553e6cb-1bc3-4823-8ca5-f9201bb04d42 2026-06-28 21:10:12.904 7 INFO neutron.db.segments_db [None req-7f00c706-dcd3-436b-a3e7-2df970d44bd0 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Added segment f1495ffb-1f1f-4bd9-a12c-c781116d5a06 of type vxlan for network 5cb80ce8-cda8-4e99-8d13-6508a4d6ccea [pid: 7|app: 0|req: 537/1059] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:12 2026] POST /v2.0/networks => generated 1245 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1060] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:13 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1061] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:10:13 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1062] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:10:13 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1063] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:13 2026] GET /v2.0/security-groups?id=fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:13.309 7 INFO neutron_taas.services.taas.taas_plugin [req-d87fda07-4bc9-4d00-aa72-f3cc68e6dcec req-ceeb5660-e14e-4841-9c8e-064b72fa0b79 ab6bc74cb0824b4199bdf5bc9f3db26f 5058f811e5b04784bced02d6dc2dbc88 - - default default] TaaS: Handle Delete Port: b9f0434e-7cd3-48af-906b-76e4bd3db68a 2026-06-28 21:10:13.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d87fda07-4bc9-4d00-aa72-f3cc68e6dcec req-ceeb5660-e14e-4841-9c8e-064b72fa0b79 ab6bc74cb0824b4199bdf5bc9f3db26f 5058f811e5b04784bced02d6dc2dbc88 - - default default] Tap Mirror: Handle Delete Port: b9f0434e-7cd3-48af-906b-76e4bd3db68a 2026-06-28 21:10:13.432 7 INFO neutron.db.l3_db [req-d87fda07-4bc9-4d00-aa72-f3cc68e6dcec req-ceeb5660-e14e-4841-9c8e-064b72fa0b79 ab6bc74cb0824b4199bdf5bc9f3db26f 5058f811e5b04784bced02d6dc2dbc88 - - default default] Floating IP 734e557c-5cb4-4fa9-95cf-216d5af15ad5 disassociated. External IP: 10.96.250.202, port: b9f0434e-7cd3-48af-906b-76e4bd3db68a. [pid: 7|app: 0|req: 542/1064] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:10:13 2026] DELETE /v2.0/ports/b9f0434e-7cd3-48af-906b-76e4bd3db68a => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:13.858 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-622609ac-a88a-49f7-903d-0dd834d20fc3'] response: {'server_uuid': '7cfd9e03-60c1-47e0-b7fc-f267508b9be1', 'name': 'network-vif-deleted', 'tag': 'b9f0434e-7cd3-48af-906b-76e4bd3db68a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 523/1065] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:10:12 2026] PUT /v2.0/routers/49b0e182-43f0-4cbc-8c57-e2bd1cc48792/add_router_interface => generated 309 bytes in 1347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:13.929 7 INFO neutron.services.segments.plugin [-] Segment 0e91ef3f-e0c9-4cde-9e76-d7abef079f78 resource provider aggregate not found 2026-06-28 21:10:13.933 7 INFO neutron.services.segments.plugin [-] Segment 0e91ef3f-e0c9-4cde-9e76-d7abef079f78 resource provider aggregate not found 2026-06-28 21:10:13.949 7 INFO neutron.services.segments.plugin [-] Segment 0e91ef3f-e0c9-4cde-9e76-d7abef079f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e91ef3f-e0c9-4cde-9e76-d7abef079f78 found for delete ", "request_id": "req-e2ac5a04-ebaa-4667-b13d-d2bac3cbff7c"}]} 2026-06-28 21:10:13.956 7 INFO neutron.services.segments.plugin [-] Segment 0e91ef3f-e0c9-4cde-9e76-d7abef079f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e91ef3f-e0c9-4cde-9e76-d7abef079f78 found for delete ", "request_id": "req-9a22916c-4310-4242-971e-aee95ecb13b6"}]} [pid: 7|app: 0|req: 543/1066] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:13 2026] DELETE /v2.0/networks/7553e6cb-1bc3-4823-8ca5-f9201bb04d42 => 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: 544/1067] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:13 2026] DELETE /v2.0/networks/5cb80ce8-cda8-4e99-8d13-6508a4d6ccea => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1068] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:10:14 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:14.169 7 INFO neutron.db.segments_db [None req-b82d2e1e-7d0b-4ad8-97f4-c037ab861643 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Added segment 6d2d1bdf-46b0-4821-bc47-b670d46468d9 of type vxlan for network d02b270f-4948-44db-b312-83641d881d18 [pid: 7|app: 0|req: 546/1069] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:14 2026] POST /v2.0/networks => generated 650 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1070] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:14 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => 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: 524/1071] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:13 2026] POST /v2.0/ports => generated 955 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:10:14.320 7 INFO neutron.db.segments_db [None req-4ed1a842-4d75-4d5b-8fd9-c32a43c2f950 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Added segment 2555b6ae-f1f9-4292-aa04-60f272272101 of type vxlan for network 32603171-726d-4010-b2a0-4ed519795f13 [pid: 7|app: 0|req: 548/1072] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:14 2026] POST /v2.0/networks => generated 650 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1073] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:14 2026] POST /v2.0/ports => generated 959 bytes in 346 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: 549/1074] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:14 2026] POST /v2.0/ports => generated 1505 bytes in 616 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: 550/1075] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:10:15 2026] GET /v2.0/ports => generated 1505 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:15.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-81de9a20-4b06-4ef3-9713-220707acddbb 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] TaaS: Handle Delete Port: 8234e566-12d0-4aeb-8d51-fda35cc6b1be 2026-06-28 21:10:15.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81de9a20-4b06-4ef3-9713-220707acddbb 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Tap Mirror: Handle Delete Port: 8234e566-12d0-4aeb-8d51-fda35cc6b1be [pid: 7|app: 0|req: 551/1076] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:15 2026] DELETE /v2.0/ports/8234e566-12d0-4aeb-8d51-fda35cc6b1be => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1077] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:15 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:15.408 8 INFO neutron.db.l3_db [None req-ce39811d-70bd-4a2b-b414-c789e5538c0b 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Floating IP f209e893-4a19-45a6-b0a5-0404afbe851b associated. External IP: 10.96.250.218, port: 59f3d2e8-7778-4f81-9e81-961acb43c294. 2026-06-28 21:10:15.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-561019de-503b-4834-a6aa-e65a8428cedd 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] TaaS: Handle Delete Port: a3126147-ce59-4484-8ac7-97e5f20c759a 2026-06-28 21:10:15.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-561019de-503b-4834-a6aa-e65a8428cedd 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Tap Mirror: Handle Delete Port: a3126147-ce59-4484-8ac7-97e5f20c759a [pid: 7|app: 0|req: 553/1078] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:15 2026] DELETE /v2.0/ports/a3126147-ce59-4484-8ac7-97e5f20c759a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1079] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:10:15 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:15.679 7 INFO neutron.db.segments_db [None req-379ed3ff-4859-42a4-9c4f-0c013d295028 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Added segment 0d27628f-e3bb-4cf7-8f91-e58c34619ca8 of type vxlan for network df51a904-0002-4fde-9ac5-5f4935256758 [pid: 7|app: 0|req: 555/1080] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:15 2026] POST /v2.0/networks => generated 649 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1081] 10.0.0.94 () {34 vars in 676 bytes} [Sun Jun 28 21:10:14 2026] POST /v2.0/floatingips => generated 843 bytes in 1151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:15.846 7 INFO neutron.db.segments_db [None req-39570728-add2-431f-927b-4570bee04539 16c802d87cb54e109a3d441bc5114bd0 21d474bb3fdb47a9841b8862e25678ae - - default default] Added segment 371c6a58-72ca-4f9a-a74a-e05e39746c3a of type vxlan for network f77dd680-1065-418e-b00b-aa489d611859 2026-06-28 21:10:15.922 8 INFO neutron.db.l3_db [None req-65b6936c-bb67-4e5f-a9d2-0a908e607939 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Floating IP f209e893-4a19-45a6-b0a5-0404afbe851b disassociated. External IP: 10.96.250.218, port: 59f3d2e8-7778-4f81-9e81-961acb43c294. [pid: 7|app: 0|req: 556/1082] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:15 2026] POST /v2.0/networks => generated 649 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:15.970 7 INFO neutron.services.segments.plugin [-] Segment f1495ffb-1f1f-4bd9-a12c-c781116d5a06 resource provider aggregate not found 2026-06-28 21:10:15.975 7 INFO neutron.services.segments.plugin [-] Segment f1495ffb-1f1f-4bd9-a12c-c781116d5a06 resource provider aggregate not found 2026-06-28 21:10:15.995 7 INFO neutron.services.segments.plugin [-] Segment f1495ffb-1f1f-4bd9-a12c-c781116d5a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1495ffb-1f1f-4bd9-a12c-c781116d5a06 found for delete ", "request_id": "req-e0154d56-ed08-4f99-bc2b-a6e56727221d"}]} 2026-06-28 21:10:16.005 7 INFO neutron.services.segments.plugin [-] Segment f1495ffb-1f1f-4bd9-a12c-c781116d5a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1495ffb-1f1f-4bd9-a12c-c781116d5a06 found for delete ", "request_id": "req-6a184d7b-6bd1-45c8-8db0-68f8760632ee"}]} [pid: 8|app: 0|req: 527/1083] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:10:15 2026] PUT /v2.0/floatingips/f209e893-4a19-45a6-b0a5-0404afbe851b => generated 552 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:16.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa97e6a2-6dab-4ade-b8b9-c82c9985cc47 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] TaaS: Handle Delete Port: c9c2fc0a-b3ba-4c7b-b180-103fd0cc6313 2026-06-28 21:10:16.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa97e6a2-6dab-4ade-b8b9-c82c9985cc47 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Tap Mirror: Handle Delete Port: c9c2fc0a-b3ba-4c7b-b180-103fd0cc6313 [pid: 7|app: 0|req: 557/1084] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:15 2026] POST /v2.0/subnets => generated 1274 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1085] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:10:16 2026] GET /v2.0/subnets => generated 1910 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1086] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:10:16 2026] DELETE /v2.0/floatingips/f209e893-4a19-45a6-b0a5-0404afbe851b => 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: 559/1087] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:16 2026] DELETE /v2.0/subnets/3af1dadb-21c9-409b-b76e-254856ea30dd => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1088] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:16 2026] GET /v2.0/ports?device_id=7cfd9e03-60c1-47e0-b7fc-f267508b9be1 => 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: 530/1089] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:16 2026] DELETE /v2.0/subnets/324d5ab5-493f-4136-8c1e-61a2de4f8539 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1090] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:10:16 2026] GET /v2.0/subnets => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:16.883 8 INFO neutron.services.segments.plugin [-] Segment 371c6a58-72ca-4f9a-a74a-e05e39746c3a resource provider aggregate not found 2026-06-28 21:10:16.888 8 INFO neutron.services.segments.plugin [-] Segment 371c6a58-72ca-4f9a-a74a-e05e39746c3a resource provider aggregate not found 2026-06-28 21:10:16.906 8 INFO neutron.services.segments.plugin [-] Segment 371c6a58-72ca-4f9a-a74a-e05e39746c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 371c6a58-72ca-4f9a-a74a-e05e39746c3a found for delete ", "request_id": "req-b07ad39d-528b-4dd6-97c1-baa51a0e3e1b"}]} 2026-06-28 21:10:16.907 8 INFO neutron.services.segments.plugin [-] Segment 371c6a58-72ca-4f9a-a74a-e05e39746c3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 371c6a58-72ca-4f9a-a74a-e05e39746c3a found for delete ", "request_id": "req-91550659-95f7-4932-904d-8f0678e11164"}]} [pid: 8|app: 0|req: 532/1091] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:16 2026] DELETE /v2.0/networks/f77dd680-1065-418e-b00b-aa489d611859 => 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: 533/1092] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:16 2026] DELETE /v2.0/networks/df51a904-0002-4fde-9ac5-5f4935256758 => 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: 534/1093] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:17 2026] DELETE /v2.0/networks/32603171-726d-4010-b2a0-4ed519795f13 => 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: 535/1094] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:17 2026] DELETE /v2.0/networks/d02b270f-4948-44db-b312-83641d881d18 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:17.362 7 INFO neutron.db.l3_db [None req-1176ffa2-3363-4e66-ac67-299f23bb6c5e 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Floating IP 883dda93-0d12-4ef0-8108-e28282147f84 associated. External IP: 10.96.250.206, port: 8809fcbb-d66d-4f6c-9867-e1b60046d33f. [pid: 7|app: 0|req: 560/1095] 10.0.0.94 () {34 vars in 676 bytes} [Sun Jun 28 21:10:16 2026] POST /v2.0/floatingips => generated 842 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1096] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:10:17 2026] GET /v2.0/floatingips/883dda93-0d12-4ef0-8108-e28282147f84 => generated 842 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1097] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:17 2026] DELETE /v2.0/security-groups/fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1098] 10.0.0.94 () {32 vars in 654 bytes} [Sun Jun 28 21:10:17 2026] GET /v2.0/floatingips => generated 845 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:17.803 8 INFO neutron.api.v2.resource [None req-797e05d1-d828-4e4c-8e22-1321e71c6ebf ab6bc74cb0824b4199bdf5bc9f3db26f 5058f811e5b04784bced02d6dc2dbc88 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 537/1099] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:10:17 2026] GET /v2.0/security-groups/fa3adbb5-dc79-442e-b5cd-6ed0bf4a6e5b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:17.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-43470094-7895-4f3a-8196-0902fb3b7577 ab6bc74cb0824b4199bdf5bc9f3db26f 5058f811e5b04784bced02d6dc2dbc88 - - default default] TaaS: Handle Delete Port: c5658da9-fa64-413f-a1ba-dd2eeb13de7a 2026-06-28 21:10:17.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43470094-7895-4f3a-8196-0902fb3b7577 ab6bc74cb0824b4199bdf5bc9f3db26f 5058f811e5b04784bced02d6dc2dbc88 - - default default] Tap Mirror: Handle Delete Port: c5658da9-fa64-413f-a1ba-dd2eeb13de7a [pid: 8|app: 0|req: 538/1100] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:10:17 2026] DELETE /v2.0/floatingips/734e557c-5cb4-4fa9-95cf-216d5af15ad5 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:18.186 7 INFO neutron.db.l3_db [None req-cc98b81c-0fe5-4107-9590-5d74edbbb5f2 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Floating IP 883dda93-0d12-4ef0-8108-e28282147f84 associated. External IP: 10.96.250.206, port: 8809fcbb-d66d-4f6c-9867-e1b60046d33f. [pid: 8|app: 0|req: 539/1101] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:18 2026] GET /v2.0/security-groups?tenant_id=21d474bb3fdb47a9841b8862e25678ae&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:18.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-a36478eb-ed30-4dc8-8e36-64a8bcebbfb9 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: f2afc8c3-92f6-468b-a388-6aa2bb8cfcdf 2026-06-28 21:10:18.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a36478eb-ed30-4dc8-8e36-64a8bcebbfb9 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: f2afc8c3-92f6-468b-a388-6aa2bb8cfcdf [pid: 7|app: 0|req: 563/1102] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:10:17 2026] PUT /v2.0/floatingips/883dda93-0d12-4ef0-8108-e28282147f84 => generated 843 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1103] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:18 2026] DELETE /v2.0/security-groups/947e5637-00c1-490e-ba3b-2150414bcb13 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:18.904 7 INFO neutron.db.l3_db [None req-b8416ffe-6426-4cce-bea4-df1590e150f0 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Floating IP 883dda93-0d12-4ef0-8108-e28282147f84 disassociated. External IP: 10.96.250.206, port: 59f3d2e8-7778-4f81-9e81-961acb43c294. 2026-06-28 21:10:18.932 8 INFO neutron.services.segments.plugin [-] Segment 0d27628f-e3bb-4cf7-8f91-e58c34619ca8 resource provider aggregate not found 2026-06-28 21:10:18.936 8 INFO neutron.services.segments.plugin [-] Segment 0d27628f-e3bb-4cf7-8f91-e58c34619ca8 resource provider aggregate not found 2026-06-28 21:10:18.956 8 INFO neutron.services.segments.plugin [-] Segment 0d27628f-e3bb-4cf7-8f91-e58c34619ca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d27628f-e3bb-4cf7-8f91-e58c34619ca8 found for delete ", "request_id": "req-85576399-f0d4-4e23-855e-18c63dbd7fc0"}]} 2026-06-28 21:10:18.964 8 INFO neutron.services.segments.plugin [-] Segment 0d27628f-e3bb-4cf7-8f91-e58c34619ca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d27628f-e3bb-4cf7-8f91-e58c34619ca8 found for delete ", "request_id": "req-2707390b-15fa-42eb-9985-13dc12fab7d4"}]} 2026-06-28 21:10:18.994 8 INFO neutron.services.segments.plugin [-] Segment 2555b6ae-f1f9-4292-aa04-60f272272101 resource provider aggregate not found 2026-06-28 21:10:19.009 8 INFO neutron.services.segments.plugin [-] Segment 2555b6ae-f1f9-4292-aa04-60f272272101 resource provider aggregate not found 2026-06-28 21:10:19.020 8 INFO neutron.services.segments.plugin [-] Segment 2555b6ae-f1f9-4292-aa04-60f272272101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2555b6ae-f1f9-4292-aa04-60f272272101 found for delete ", "request_id": "req-83ce389a-0f72-4011-8b3c-8943edc70f66"}]} 2026-06-28 21:10:19.030 8 INFO neutron.services.segments.plugin [-] Segment 2555b6ae-f1f9-4292-aa04-60f272272101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2555b6ae-f1f9-4292-aa04-60f272272101 found for delete ", "request_id": "req-73221385-cb3f-488e-9046-e9d6e8bb4787"}]} 2026-06-28 21:10:19.050 8 INFO neutron.services.segments.plugin [-] Segment 6d2d1bdf-46b0-4821-bc47-b670d46468d9 resource provider aggregate not found 2026-06-28 21:10:19.055 8 INFO neutron.services.segments.plugin [-] Segment 6d2d1bdf-46b0-4821-bc47-b670d46468d9 resource provider aggregate not found 2026-06-28 21:10:19.072 8 INFO neutron.services.segments.plugin [-] Segment 6d2d1bdf-46b0-4821-bc47-b670d46468d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d2d1bdf-46b0-4821-bc47-b670d46468d9 found for delete ", "request_id": "req-7c54d2da-5906-45e8-8c81-b84e7eed4699"}]} 2026-06-28 21:10:19.076 8 INFO neutron.services.segments.plugin [-] Segment 6d2d1bdf-46b0-4821-bc47-b670d46468d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d2d1bdf-46b0-4821-bc47-b670d46468d9 found for delete ", "request_id": "req-3efe0c17-9261-4aeb-aa74-051cf745ecaf"}]} [pid: 8|app: 0|req: 540/1104] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:18 2026] PUT /v2.0/routers/e455ab19-9d28-4a14-998d-c0ded8b81559/remove_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:19.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-38fda4e2-0403-49cc-8126-0793d5e1831c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 52ebb103-e76e-44fc-9837-5c061206634a 2026-06-28 21:10:19.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38fda4e2-0403-49cc-8126-0793d5e1831c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 52ebb103-e76e-44fc-9837-5c061206634a [pid: 7|app: 0|req: 565/1105] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:10:18 2026] PUT /v2.0/floatingips/883dda93-0d12-4ef0-8108-e28282147f84 => generated 552 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:19.881 7 INFO neutron_taas.services.taas.taas_plugin [None req-41ba6769-fc3b-4cec-9eef-e205c24d99a5 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] TaaS: Handle Delete Port: a7fc037d-48b5-4394-aaf1-878c8282c486 2026-06-28 21:10:19.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41ba6769-fc3b-4cec-9eef-e205c24d99a5 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Tap Mirror: Handle Delete Port: a7fc037d-48b5-4394-aaf1-878c8282c486 2026-06-28 21:10:19.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-38fda4e2-0403-49cc-8126-0793d5e1831c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 54c72592-6bfa-436f-b1ce-6d131e824ec6 2026-06-28 21:10:19.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38fda4e2-0403-49cc-8126-0793d5e1831c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 54c72592-6bfa-436f-b1ce-6d131e824ec6 [pid: 7|app: 0|req: 566/1106] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:10:19 2026] DELETE /v2.0/floatingips/883dda93-0d12-4ef0-8108-e28282147f84 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:20.142 7 INFO neutron.api.v2.resource [None req-1ccd530e-896f-46a2-b44c-034319703c2a 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1107] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:10:20 2026] DELETE /v2.0/floatingips/883dda93-0d12-4ef0-8108-e28282147f84 => generated 144 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:20.279 8 INFO neutron.db.l3_hamode_db [None req-38fda4e2-0403-49cc-8126-0793d5e1831c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network ed0b8372-e277-4a6d-ab82-387aa93020e8 was deleted as no HA routers are present in tenant 5058f811e5b04784bced02d6dc2dbc88. [pid: 8|app: 0|req: 541/1108] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:19 2026] DELETE /v2.0/routers/e455ab19-9d28-4a14-998d-c0ded8b81559 => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:20.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb381beb-bd4a-4284-b579-f97324bb5519 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] TaaS: Handle Delete Port: 59f3d2e8-7778-4f81-9e81-961acb43c294 2026-06-28 21:10:20.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb381beb-bd4a-4284-b579-f97324bb5519 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Tap Mirror: Handle Delete Port: 59f3d2e8-7778-4f81-9e81-961acb43c294 [pid: 8|app: 0|req: 542/1109] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:20 2026] DELETE /v2.0/subnets/7080ce63-f3dd-4416-adb5-a318d9808248 => 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: 568/1110] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:20 2026] DELETE /v2.0/ports/59f3d2e8-7778-4f81-9e81-961acb43c294 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:20.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-51033652-620d-4edf-9e8d-7be4fd7cda52 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: ac4ad7ea-3808-40cd-a63d-05581c87b134 2026-06-28 21:10:20.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51033652-620d-4edf-9e8d-7be4fd7cda52 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: ac4ad7ea-3808-40cd-a63d-05581c87b134 2026-06-28 21:10:20.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-3adf2985-5496-4bed-a73a-803f3748c44e 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] TaaS: Handle Delete Port: 8809fcbb-d66d-4f6c-9867-e1b60046d33f 2026-06-28 21:10:20.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3adf2985-5496-4bed-a73a-803f3748c44e 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Tap Mirror: Handle Delete Port: 8809fcbb-d66d-4f6c-9867-e1b60046d33f [pid: 8|app: 0|req: 543/1111] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:20 2026] DELETE /v2.0/networks/70da75a6-6e59-43d2-b536-c2310a0ca602 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1112] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:20 2026] DELETE /v2.0/ports/8809fcbb-d66d-4f6c-9867-e1b60046d33f => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1113] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:20 2026] GET /v2.0/ports?device_id=49b0e182-43f0-4cbc-8c57-e2bd1cc48792 => generated 958 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:20.987 8 INFO neutron.db.segments_db [None req-2f753798-790d-4d2e-8ee5-ea8cb267520c f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] Added segment 4f710e92-71fc-40f3-a560-a3fd32e8f6c1 of type vxlan for network 559cc59e-b778-4edb-a7b4-4a3436026cdc [pid: 8|app: 0|req: 544/1114] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:20 2026] POST /v2.0/networks => generated 648 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:21.100 8 INFO neutron.services.segments.plugin [-] Segment 4aed87c2-7995-4ff9-b548-9d7a2b45e630 resource provider aggregate not found 2026-06-28 21:10:21.109 8 INFO neutron.services.segments.plugin [-] Segment 4aed87c2-7995-4ff9-b548-9d7a2b45e630 resource provider aggregate not found [pid: 8|app: 0|req: 545/1115] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:21 2026] GET /v2.0/security-groups?tenant_id=5058f811e5b04784bced02d6dc2dbc88&name=default => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:21.123 8 INFO neutron.services.segments.plugin [-] Segment 4aed87c2-7995-4ff9-b548-9d7a2b45e630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aed87c2-7995-4ff9-b548-9d7a2b45e630 found for delete ", "request_id": "req-29618b03-ac12-4ac8-b296-19a241b620ee"}]} 2026-06-28 21:10:21.130 8 INFO neutron.services.segments.plugin [-] Segment 4aed87c2-7995-4ff9-b548-9d7a2b45e630 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aed87c2-7995-4ff9-b548-9d7a2b45e630 found for delete ", "request_id": "req-64be82f9-2aa2-4605-b17b-76d7abc7fd6c"}]} 2026-06-28 21:10:21.147 8 INFO neutron.services.segments.plugin [-] Segment 372e366e-7124-474e-ba2b-03f87c27c1ee resource provider aggregate not found 2026-06-28 21:10:21.153 8 INFO neutron.services.segments.plugin [-] Segment 372e366e-7124-474e-ba2b-03f87c27c1ee resource provider aggregate not found 2026-06-28 21:10:21.173 8 INFO neutron.services.segments.plugin [-] Segment 372e366e-7124-474e-ba2b-03f87c27c1ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 372e366e-7124-474e-ba2b-03f87c27c1ee found for delete ", "request_id": "req-753e1959-576e-426f-b1f0-17b8d2775579"}]} 2026-06-28 21:10:21.175 8 INFO neutron.services.segments.plugin [-] Segment 372e366e-7124-474e-ba2b-03f87c27c1ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 372e366e-7124-474e-ba2b-03f87c27c1ee found for delete ", "request_id": "req-73bdd4a1-1b48-47e3-a1fa-8f291d01a4a3"}]} 2026-06-28 21:10:21.268 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4b49e83-aeb8-40dc-aae2-1c11ab6b5df5 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] TaaS: Handle Delete Port: 29317289-cfc7-402e-81e7-22b7964d759e 2026-06-28 21:10:21.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4b49e83-aeb8-40dc-aae2-1c11ab6b5df5 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Tap Mirror: Handle Delete Port: 29317289-cfc7-402e-81e7-22b7964d759e [pid: 8|app: 0|req: 546/1116] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:21 2026] POST /v2.0/ports => generated 778 bytes in 308 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: 547/1117] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:21 2026] DELETE /v2.0/security-groups/c5f6013d-f3fc-4741-a9b9-4d0d849ec035 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:21.575 8 INFO neutron.db.segments_db [None req-683b66ce-cee3-4f33-9875-60140a616406 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] Added segment 4e24ff37-ae81-4610-8955-f71fb098ba03 of type vxlan for network 08771152-74ae-4fdc-a737-c8a4fb085d58 [pid: 8|app: 0|req: 548/1118] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:21 2026] POST /v2.0/networks => generated 635 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1119] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:20 2026] PUT /v2.0/routers/49b0e182-43f0-4cbc-8c57-e2bd1cc48792/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1120] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:21 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-06-28 21:10:21.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-a97c26f2-6716-4bb4-b04a-aa1aa880ee58 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] TaaS: Handle Delete Port: 94ff5fda-748a-4a90-abd9-06376ef5fd6e 2026-06-28 21:10:21.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a97c26f2-6716-4bb4-b04a-aa1aa880ee58 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Tap Mirror: Handle Delete Port: 94ff5fda-748a-4a90-abd9-06376ef5fd6e 2026-06-28 21:10:22.174 7 INFO neutron_taas.services.taas.taas_plugin [None req-a97c26f2-6716-4bb4-b04a-aa1aa880ee58 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] TaaS: Handle Delete Port: 1622d90e-5fd4-45dc-acd0-6fc45ab81f95 2026-06-28 21:10:22.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a97c26f2-6716-4bb4-b04a-aa1aa880ee58 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] Tap Mirror: Handle Delete Port: 1622d90e-5fd4-45dc-acd0-6fc45ab81f95 [pid: 8|app: 0|req: 550/1121] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:21 2026] POST /v2.0/ports => generated 961 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:10:22.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-f978fdb0-4ed2-47c6-84ef-540923a8a25a f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] TaaS: Handle Delete Port: f8cb15f0-bf3f-448a-b703-c2f6bbbed679 2026-06-28 21:10:22.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f978fdb0-4ed2-47c6-84ef-540923a8a25a f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] Tap Mirror: Handle Delete Port: f8cb15f0-bf3f-448a-b703-c2f6bbbed679 [pid: 8|app: 0|req: 551/1122] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:22 2026] DELETE /v2.0/ports/f8cb15f0-bf3f-448a-b703-c2f6bbbed679 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1123] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:10:22 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:22.512 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6b64424-037e-4ebf-8ae4-ff4ed7f1884c f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1124] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:22 2026] DELETE /v2.0/ports/f8cb15f0-bf3f-448a-b703-c2f6bbbed679 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:22.526 7 INFO neutron.services.segments.plugin [-] Segment 3733614c-bb69-4ab3-9e2a-bf0c305aa3e2 resource provider aggregate not found 2026-06-28 21:10:22.531 7 INFO neutron.services.segments.plugin [-] Segment 3733614c-bb69-4ab3-9e2a-bf0c305aa3e2 resource provider aggregate not found 2026-06-28 21:10:22.554 7 INFO neutron.db.l3_hamode_db [None req-a97c26f2-6716-4bb4-b04a-aa1aa880ee58 9d18d435825b4c1ab9acb267c14c1135 d5c21711797a48949e530640f765b129 - - default default] HA network eed77621-2651-41c0-b3e7-8b7036cb9da1 was deleted as no HA routers are present in tenant d5c21711797a48949e530640f765b129. [pid: 7|app: 0|req: 572/1125] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:21 2026] DELETE /v2.0/routers/49b0e182-43f0-4cbc-8c57-e2bd1cc48792 => generated 0 bytes in 778 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1126] 10.0.0.201 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:22 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:22.568 7 INFO neutron.services.segments.plugin [-] Segment 3733614c-bb69-4ab3-9e2a-bf0c305aa3e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3733614c-bb69-4ab3-9e2a-bf0c305aa3e2 found for delete ", "request_id": "req-382acc4d-daa6-4ae0-8a5d-9a8e74312f4a"}]} 2026-06-28 21:10:22.569 7 INFO neutron.services.segments.plugin [-] Segment 3733614c-bb69-4ab3-9e2a-bf0c305aa3e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3733614c-bb69-4ab3-9e2a-bf0c305aa3e2 found for delete ", "request_id": "req-9b2f15a3-6d36-4cc0-a8a2-9ec12cd6da0e"}]} 2026-06-28 21:10:22.575 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9285e97-fbd5-4b3f-8517-802a00f0c734 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1127] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:22 2026] GET /v2.0/ports/f8cb15f0-bf3f-448a-b703-c2f6bbbed679 => 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: 555/1128] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:22 2026] DELETE /v2.0/subnets/d452b808-df19-407a-ad7f-9e29cadfd4a1 => 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: 574/1129] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:22 2026] DELETE /v2.0/subnets/18f9c588-45dd-47e2-bf5e-fe9b732c652c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1130] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:22 2026] DELETE /v2.0/networks/08771152-74ae-4fdc-a737-c8a4fb085d58 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1131] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:22 2026] DELETE /v2.0/networks/ff795d2b-72ca-498d-ab01-15384cbf6c29 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:22.913 7 INFO neutron.db.segments_db [None req-19704842-8fbf-4758-b35c-195d407939f0 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] Added segment 3f73a2d0-f391-4a3c-b055-150d0ea35bff of type vxlan for network ae9d1ad9-ecde-4f0b-b0e6-78e57e08d430 [pid: 7|app: 0|req: 576/1132] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:22 2026] POST /v2.0/networks => generated 636 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:23.201 8 INFO neutron.services.segments.plugin [-] Segment 76c44b43-ef79-42db-be22-e9cdf1f516bf resource provider aggregate not found 2026-06-28 21:10:23.203 8 INFO neutron.services.segments.plugin [-] Segment 76c44b43-ef79-42db-be22-e9cdf1f516bf resource provider aggregate not found 2026-06-28 21:10:23.225 8 INFO neutron.services.segments.plugin [-] Segment 76c44b43-ef79-42db-be22-e9cdf1f516bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c44b43-ef79-42db-be22-e9cdf1f516bf found for delete ", "request_id": "req-778fa19a-10d5-4090-bbf7-0ff7f2d1fca8"}]} 2026-06-28 21:10:23.226 8 INFO neutron.services.segments.plugin [-] Segment 76c44b43-ef79-42db-be22-e9cdf1f516bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76c44b43-ef79-42db-be22-e9cdf1f516bf found for delete ", "request_id": "req-25d71533-8693-45ae-b5bb-1d21b59c1109"}]} [pid: 8|app: 0|req: 557/1133] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:23 2026] POST /v2.0/subnets => generated 646 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1134] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:23 2026] POST /v2.0/ports => generated 927 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:23.577 7 INFO neutron.db.segments_db [None req-fa762390-3892-43bb-a089-c6e71c92a076 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 248de4d4-eb1e-48a7-8e64-b9605e86b254 of type vxlan for network 31214ad1-a3a1-459f-bb90-b8b6692dea84 [pid: 8|app: 0|req: 559/1135] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:23 2026] GET /v2.0/security-groups?tenant_id=d5c21711797a48949e530640f765b129&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1136] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:10:23 2026] POST /v2.0/networks => generated 747 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:23.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-b89ae72c-4ff0-4630-92bc-c306ba572956 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] TaaS: Handle Delete Port: 46e9d6f3-7459-4896-8acc-8ee450e3b9d0 2026-06-28 21:10:23.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b89ae72c-4ff0-4630-92bc-c306ba572956 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] Tap Mirror: Handle Delete Port: 46e9d6f3-7459-4896-8acc-8ee450e3b9d0 [pid: 7|app: 0|req: 578/1137] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:23 2026] DELETE /v2.0/security-groups/1851ce6c-4a20-4935-96f5-ba7b9647edb7 => 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: 560/1138] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:23 2026] DELETE /v2.0/ports/46e9d6f3-7459-4896-8acc-8ee450e3b9d0 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:23.858 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f86cd9bd-7b76-4343-832b-346bc7387e23 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 561/1139] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:23 2026] GET /v2.0/ports/46e9d6f3-7459-4896-8acc-8ee450e3b9d0 => 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: 579/1140] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:23 2026] POST /v2.0/subnets => generated 694 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1141] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:23 2026] DELETE /v2.0/subnets/793c0d3d-3b84-4784-833f-81ce58c4ce1a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:23.984 7 INFO neutron.db.segments_db [None req-60604867-f6b3-4429-b955-acd8f2d756c0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment c4d63508-f072-4c1e-945f-d1d85b376e02 of type vxlan for network 2a73ad73-72a1-4aa3-bdc9-677fd8f28a88 [pid: 8|app: 0|req: 563/1142] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:23 2026] DELETE /v2.0/networks/ae9d1ad9-ecde-4f0b-b0e6-78e57e08d430 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:24.230 7 INFO neutron.db.l3_hamode_db [None req-60604867-f6b3-4429-b955-acd8f2d756c0 394864f304b34c498815eab595d37814 db4ae688776c4b2db1d3688eac38357c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 564/1143] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:24 2026] POST /v2.0/ports => generated 778 bytes in 203 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: 565/1144] 10.0.0.94 () {34 vars in 736 bytes} [Sun Jun 28 21:10:24 2026] PUT /v2.0/ports/47754284-d880-4ea7-a3b1-182b768c8d09 => generated 752 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:10:24.498 8 INFO neutron_taas.services.taas.taas_plugin [None req-78e4d435-ce5d-4ef6-8904-555c31b27664 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] TaaS: Handle Delete Port: 47754284-d880-4ea7-a3b1-182b768c8d09 2026-06-28 21:10:24.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78e4d435-ce5d-4ef6-8904-555c31b27664 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] Tap Mirror: Handle Delete Port: 47754284-d880-4ea7-a3b1-182b768c8d09 [pid: 8|app: 0|req: 566/1145] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:24 2026] DELETE /v2.0/ports/47754284-d880-4ea7-a3b1-182b768c8d09 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:24.595 7 INFO neutron.services.segments.plugin [-] Segment 4e24ff37-ae81-4610-8955-f71fb098ba03 resource provider aggregate not found 2026-06-28 21:10:24.604 7 INFO neutron.services.segments.plugin [-] Segment 4e24ff37-ae81-4610-8955-f71fb098ba03 resource provider aggregate not found 2026-06-28 21:10:24.621 7 INFO neutron.services.segments.plugin [-] Segment 4e24ff37-ae81-4610-8955-f71fb098ba03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e24ff37-ae81-4610-8955-f71fb098ba03 found for delete ", "request_id": "req-3e2fda2f-1bb9-44f5-9b2a-04338795b4ec"}]} [pid: 8|app: 0|req: 567/1146] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:10:24 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:24.638 7 INFO neutron.services.segments.plugin [-] Segment 4e24ff37-ae81-4610-8955-f71fb098ba03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e24ff37-ae81-4610-8955-f71fb098ba03 found for delete ", "request_id": "req-a5034879-e454-48bb-b2e5-204fdd8495c8"}]} 2026-06-28 21:10:24.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1226da22-a35c-4a6f-856d-39aee6f7229c f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 568/1147] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:24 2026] GET /v2.0/ports/47754284-d880-4ea7-a3b1-182b768c8d09 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1148] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:10:24 2026] GET /v2.0/ports => generated 781 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1149] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:24 2026] GET /v2.0/ports/40bdee07-fa1e-4d1a-aaad-bdc5038b70e0 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:24.766 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e29f339-7d21-478d-8f51-1e5cd1abde86 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1150] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:24 2026] DELETE /v2.0/ports/46e9d6f3-7459-4896-8acc-8ee450e3b9d0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:24.784 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fab9c80-8da3-4179-a0df-86c98c752270 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1151] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:24 2026] DELETE /v2.0/subnets/793c0d3d-3b84-4784-833f-81ce58c4ce1a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:24.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0064ebb6-df90-4a0c-bcaf-2a7e80c06727 f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 573/1152] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:24 2026] DELETE /v2.0/subnets/18f9c588-45dd-47e2-bf5e-fe9b732c652c => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:24.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-133cd771-51ed-4bec-9e87-a3826d7a990f f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] TaaS: Handle Delete Port: 40bdee07-fa1e-4d1a-aaad-bdc5038b70e0 2026-06-28 21:10:24.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-133cd771-51ed-4bec-9e87-a3826d7a990f f492ac7c18b84ab291b0b521d9ac7730 051943733dfe4adbbd3b712c75ae0368 - - default default] Tap Mirror: Handle Delete Port: 40bdee07-fa1e-4d1a-aaad-bdc5038b70e0 [pid: 8|app: 0|req: 574/1153] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:10:24 2026] DELETE /v2.0/ports/40bdee07-fa1e-4d1a-aaad-bdc5038b70e0 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1154] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:24 2026] DELETE /v2.0/networks/559cc59e-b778-4edb-a7b4-4a3436026cdc => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:25.089 7 INFO neutron.db.l3_hamode_db [None req-60604867-f6b3-4429-b955-acd8f2d756c0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:10:25.247 8 INFO neutron.services.segments.plugin [-] Segment 3f73a2d0-f391-4a3c-b055-150d0ea35bff resource provider aggregate not found 2026-06-28 21:10:25.253 8 INFO neutron.services.segments.plugin [-] Segment 3f73a2d0-f391-4a3c-b055-150d0ea35bff resource provider aggregate not found 2026-06-28 21:10:25.259 8 INFO neutron.services.segments.plugin [-] Segment 3f73a2d0-f391-4a3c-b055-150d0ea35bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f73a2d0-f391-4a3c-b055-150d0ea35bff found for delete ", "request_id": "req-835197e2-d7c1-4ec4-94e9-93d96dbf611f"}]} 2026-06-28 21:10:25.274 8 INFO neutron.services.segments.plugin [-] Segment 4f710e92-71fc-40f3-a560-a3fd32e8f6c1 resource provider aggregate not found 2026-06-28 21:10:25.277 8 INFO neutron.services.segments.plugin [-] Segment 3f73a2d0-f391-4a3c-b055-150d0ea35bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f73a2d0-f391-4a3c-b055-150d0ea35bff found for delete ", "request_id": "req-ea03d0d1-6919-4590-ac47-b14d47af39c0"}]} 2026-06-28 21:10:25.291 8 INFO neutron.services.segments.plugin [-] Segment 4f710e92-71fc-40f3-a560-a3fd32e8f6c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f710e92-71fc-40f3-a560-a3fd32e8f6c1 found for delete ", "request_id": "req-bbb16c93-0148-426c-88fb-4661065b196d"}]} 2026-06-28 21:10:25.297 8 INFO neutron.services.segments.plugin [-] Segment 4f710e92-71fc-40f3-a560-a3fd32e8f6c1 resource provider aggregate not found 2026-06-28 21:10:25.310 8 INFO neutron.services.segments.plugin [-] Segment 4f710e92-71fc-40f3-a560-a3fd32e8f6c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f710e92-71fc-40f3-a560-a3fd32e8f6c1 found for delete ", "request_id": "req-3edf9e38-2844-45ac-8058-f5464df39940"}]} 2026-06-28 21:10:25.813 8 INFO neutron.db.segments_db [None req-d23d1474-2de4-4b83-b737-0b923db0299c f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment 1453797d-7413-4b61-9e1b-bc85248e2e64 of type vxlan for network d9a55bbb-3942-469e-ab7b-793e5c8f6fec [pid: 8|app: 0|req: 576/1155] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:25 2026] POST /v2.0/networks => generated 633 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1156] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:25 2026] GET /v2.0/security-groups?tenant_id=051943733dfe4adbbd3b712c75ae0368&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1159] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:23 2026] POST /v2.0/routers => generated 734 bytes in 2079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:26.034 8 INFO neutron.db.segments_db [None req-2faaa807-c2d1-476c-9fe2-fafcbdbf5bbf f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment 9d389e52-7e67-49b2-868f-0381cf0db489 of type vxlan for network 9a5c99a4-d520-4f20-bc97-641701ec5644 [pid: 7|app: 0|req: 581/1160] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:26 2026] DELETE /v2.0/security-groups/bd60039c-64f2-4dbc-9789-fe0ad9b174b9 => 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: 580/1161] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:25 2026] POST /v2.0/networks => generated 633 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1162] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:26 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1163] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:26 2026] POST /v2.0/subnets => generated 655 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:26.757 8 INFO neutron.db.segments_db [None req-41fa2eb6-16d4-4774-b51e-8589f757cfb6 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment 559230c2-acc5-4642-a956-1638ba98364b of type vxlan for network 349abc4f-f8e7-4d42-9060-5f3018107eb7 2026-06-28 21:10:27.064 8 INFO neutron.db.l3_hamode_db [None req-41fa2eb6-16d4-4774-b51e-8589f757cfb6 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:10:27.206 8 INFO neutron.db.l3_hamode_db [None req-41fa2eb6-16d4-4774-b51e-8589f757cfb6 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 582/1164] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:10:26 2026] PUT /v2.0/routers/4fada81c-91fc-44c7-a886-b9d8ea607ffc/add_router_interface => generated 309 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1165] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:26 2026] POST /v2.0/routers => generated 511 bytes in 1155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1166] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:10:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1167] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1168] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1169] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:10:28 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1170] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:10:27 2026] PUT /v2.0/routers/afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1171] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:28 2026] GET /v2.0/ports/15a1705b-4cda-495f-ad76-f9886b93793a => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1172] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:10:29 2026] PUT /v2.0/routers/afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1173] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:30 2026] GET /v2.0/ports/4f50d30a-efb8-4c06-a186-3b681c38c70e => generated 967 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:30.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-cec8af48-7c34-4ab0-9189-65379ac00194 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: 4f50d30a-efb8-4c06-a186-3b681c38c70e 2026-06-28 21:10:30.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cec8af48-7c34-4ab0-9189-65379ac00194 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: 4f50d30a-efb8-4c06-a186-3b681c38c70e [pid: 7|app: 0|req: 585/1174] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:30 2026] PUT /v2.0/routers/afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1175] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:31 2026] GET /v2.0/security-groups?tenant_id=e65e7bbd63664034bd8ca34e9f9de1cc&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:31.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-a51af20f-9536-4080-875a-0fa88d5090a8 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: 15a1705b-4cda-495f-ad76-f9886b93793a 2026-06-28 21:10:31.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a51af20f-9536-4080-875a-0fa88d5090a8 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: 15a1705b-4cda-495f-ad76-f9886b93793a [pid: 7|app: 0|req: 587/1176] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:31 2026] DELETE /v2.0/security-groups/4f573f05-348a-4372-89af-a6663871fb0b => 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: 588/1177] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:31 2026] GET /v2.0/security-groups?tenant_id=1c22036d2d32434fa8636c0d49ac6fc0&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1178] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:31 2026] DELETE /v2.0/security-groups/5f068c7e-6e70-4965-9e51-a77480754a6a => 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: 590/1179] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:30 2026] PUT /v2.0/routers/afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1180] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:31 2026] GET /v2.0/ports?device_id=afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:31.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-07a7ab70-90ca-4e53-99a4-1bf9af5650f0 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: b67c9e31-6c92-4b84-a461-65e5c0f70f38 2026-06-28 21:10:31.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07a7ab70-90ca-4e53-99a4-1bf9af5650f0 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: b67c9e31-6c92-4b84-a461-65e5c0f70f38 2026-06-28 21:10:32.222 8 INFO neutron.services.segments.plugin [-] Segment 559230c2-acc5-4642-a956-1638ba98364b resource provider aggregate not found 2026-06-28 21:10:32.245 8 INFO neutron.services.segments.plugin [-] Segment 559230c2-acc5-4642-a956-1638ba98364b resource provider aggregate not found 2026-06-28 21:10:32.252 8 INFO neutron.services.segments.plugin [-] Segment 559230c2-acc5-4642-a956-1638ba98364b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 559230c2-acc5-4642-a956-1638ba98364b found for delete ", "request_id": "req-775f5309-b4fe-4769-b1ca-54869cc762bd"}]} 2026-06-28 21:10:32.256 8 INFO neutron.db.l3_hamode_db [None req-07a7ab70-90ca-4e53-99a4-1bf9af5650f0 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] HA network 349abc4f-f8e7-4d42-9060-5f3018107eb7 was deleted as no HA routers are present in tenant 0b94ce83aa904ee696f809a505fe21d5. [pid: 8|app: 0|req: 591/1181] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:31 2026] DELETE /v2.0/routers/afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c => generated 0 bytes in 481 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:32.271 8 INFO neutron.services.segments.plugin [-] Segment 559230c2-acc5-4642-a956-1638ba98364b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 559230c2-acc5-4642-a956-1638ba98364b found for delete ", "request_id": "req-63503dfb-3a92-4c3d-9d28-4dfef9f9dd2c"}]} [pid: 7|app: 0|req: 591/1182] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:32 2026] DELETE /v2.0/subnets/18e2657c-ece3-48bc-879a-1b5960be09b3 => 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: 592/1183] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:32 2026] DELETE /v2.0/subnets/329ece0b-ea4e-42b0-9265-38528b6a7ea2 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:32.774 7 INFO neutron.services.segments.plugin [-] Segment 9d389e52-7e67-49b2-868f-0381cf0db489 resource provider aggregate not found 2026-06-28 21:10:32.781 7 INFO neutron.services.segments.plugin [-] Segment 9d389e52-7e67-49b2-868f-0381cf0db489 resource provider aggregate not found 2026-06-28 21:10:32.802 7 INFO neutron.services.segments.plugin [-] Segment 9d389e52-7e67-49b2-868f-0381cf0db489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d389e52-7e67-49b2-868f-0381cf0db489 found for delete ", "request_id": "req-60cdc44c-f7ef-407a-9057-55c24b16b2c9"}]} 2026-06-28 21:10:32.803 7 INFO neutron.services.segments.plugin [-] Segment 9d389e52-7e67-49b2-868f-0381cf0db489 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d389e52-7e67-49b2-868f-0381cf0db489 found for delete ", "request_id": "req-127f934e-ec00-4e03-a214-9bdfd552300f"}]} [pid: 7|app: 0|req: 592/1184] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:32 2026] DELETE /v2.0/networks/9a5c99a4-d520-4f20-bc97-641701ec5644 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:32.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-c40dba72-9532-485d-b209-08ebc2300a96 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: a77aa22b-5029-495e-8228-315fe2c4e78c 2026-06-28 21:10:32.922 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c40dba72-9532-485d-b209-08ebc2300a96 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: a77aa22b-5029-495e-8228-315fe2c4e78c [pid: 8|app: 0|req: 593/1185] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:32 2026] DELETE /v2.0/networks/d9a55bbb-3942-469e-ab7b-793e5c8f6fec => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:33.180 7 INFO neutron.db.segments_db [None req-97f19202-84c7-4a1b-a2c8-ccb8972ff4f7 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment eb3b16a9-6f9c-47f4-9a81-06d166166a6b of type vxlan for network 10f25c2a-b867-49c8-abdb-9a69c5e71651 [pid: 7|app: 0|req: 593/1186] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:33 2026] POST /v2.0/networks => generated 633 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:33.938 7 INFO neutron.db.segments_db [None req-bd7d8999-513b-4cbb-8862-f2c4839991e0 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 50c2af6a-e80a-46e1-80ad-734f77117f16 of type vxlan for network 65016260-5c0c-44e4-8c12-01a289eaa1e0 [pid: 8|app: 0|req: 594/1187] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:33 2026] POST /v2.0/subnets => generated 646 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1188] 10.0.0.244 () {34 vars in 1100 bytes} [Sun Jun 28 21:10:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1108905571&fields=id&tenant_id=db4ae688776c4b2db1d3688eac38357c => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1189] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:10:33 2026] POST /v2.0/networks => generated 740 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:34.071 7 INFO neutron.db.segments_db [None req-df032bfd-9139-4950-bc53-bda7e63e38bb f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment 45adae80-4cd7-45af-a495-bd475b338765 of type vxlan for network a73e9cd8-b9aa-42aa-905a-aefdf92f1f86 [pid: 8|app: 0|req: 596/1190] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:34 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1191] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:10:34 2026] GET /v2.0/networks?id=31214ad1-a3a1-459f-bb90-b8b6692dea84 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:34.268 8 INFO neutron.services.segments.plugin [-] Segment 1453797d-7413-4b61-9e1b-bc85248e2e64 resource provider aggregate not found 2026-06-28 21:10:34.291 8 INFO neutron.services.segments.plugin [-] Segment 1453797d-7413-4b61-9e1b-bc85248e2e64 resource provider aggregate not found 2026-06-28 21:10:34.295 8 INFO neutron.services.segments.plugin [-] Segment 1453797d-7413-4b61-9e1b-bc85248e2e64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1453797d-7413-4b61-9e1b-bc85248e2e64 found for delete ", "request_id": "req-b67107e6-17bc-46c2-a9c8-2a61a3f6ccc4"}]} [pid: 8|app: 0|req: 598/1192] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:34 2026] POST /v2.0/subnets => generated 687 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:34.307 8 INFO neutron.services.segments.plugin [-] Segment 1453797d-7413-4b61-9e1b-bc85248e2e64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1453797d-7413-4b61-9e1b-bc85248e2e64 found for delete ", "request_id": "req-ca5468ec-c20a-43ab-905d-d8277b8f17d3"}]} 2026-06-28 21:10:34.313 7 INFO neutron.db.l3_hamode_db [None req-df032bfd-9139-4950-bc53-bda7e63e38bb f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 599/1193] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:34 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1194] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:10:34 2026] GET /v2.0/quotas/db4ae688776c4b2db1d3688eac38357c => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:34.369 8 INFO neutron.db.segments_db [None req-516f1a87-03d0-4c5c-859f-5b5728be4f3a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 94e93288-484d-4777-a1a1-02359c277a40 of type vxlan for network 48ebd61f-fa00-4a22-871c-c48e4b1f28ed 2026-06-28 21:10:34.414 7 INFO neutron.db.l3_hamode_db [None req-df032bfd-9139-4950-bc53-bda7e63e38bb f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:10:34.591 8 INFO neutron.db.l3_hamode_db [None req-516f1a87-03d0-4c5c-859f-5b5728be4f3a 394864f304b34c498815eab595d37814 b3a0397c375f4541b7d3baf58672b405 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 595/1195] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:34 2026] POST /v2.0/routers => generated 510 bytes in 981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1196] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:10:35 2026] GET /v2.0/ports?tenant_id=db4ae688776c4b2db1d3688eac38357c&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1197] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:35 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:35.345 8 INFO neutron.db.l3_hamode_db [None req-516f1a87-03d0-4c5c-859f-5b5728be4f3a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 598/1198] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:10:35 2026] POST /v2.0/ports => generated 964 bytes in 320 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: 599/1199] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:10:35 2026] GET /v2.0/networks/31214ad1-a3a1-459f-bb90-b8b6692dea84?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1200] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:35 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1201] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:34 2026] POST /v2.0/routers => generated 727 bytes in 1970 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1202] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:10:36 2026] GET /v2.0/networks/31214ad1-a3a1-459f-bb90-b8b6692dea84?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: 601/1203] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:10:35 2026] PUT /v2.0/routers/fc4adbe0-b5c5-4c71-a0c6-8d05738b1487/add_router_interface => generated 309 bytes in 1116 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: 602/1204] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:36 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 603/1205] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:36 2026] GET /v2.0/ports/58b7e9be-2806-48f3-b198-d26087d83fda => generated 1038 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1206] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:36 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => 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: 605/1207] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:36 2026] GET /v2.0/security-groups?id=60330af9-8b3f-464c-92eb-a4974a2678f4&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:37.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-14dc9540-48e0-4749-a368-fdd38683085b f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: 58b7e9be-2806-48f3-b198-d26087d83fda 2026-06-28 21:10:37.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14dc9540-48e0-4749-a368-fdd38683085b f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: 58b7e9be-2806-48f3-b198-d26087d83fda [pid: 7|app: 0|req: 606/1208] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:36 2026] PUT /v2.0/routers/fc4adbe0-b5c5-4c71-a0c6-8d05738b1487/remove_router_interface => generated 309 bytes in 691 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: 607/1209] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:10:37 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:37.547 7 INFO neutron.api.v2.resource [None req-aaf82555-da1a-48b8-bab8-42a264ca91ea f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1210] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:37 2026] PUT /v2.0/routers/fc4adbe0-b5c5-4c71-a0c6-8d05738b1487/remove_router_interface => generated 197 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1211] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:10:36 2026] PUT /v2.0/routers/4df6f167-7e3a-43b6-b8b9-088b2fa069e2/add_router_interface => generated 309 bytes in 1217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1212] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:37 2026] GET /v2.0/ports?device_id=fc4adbe0-b5c5-4c71-a0c6-8d05738b1487 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:37.660 7 INFO neutron_taas.services.taas.taas_plugin [req-b233da68-1f05-410c-a406-f9096540d4e3 req-856084ac-d1d3-45da-a71a-6ec8d0e1b71c 81f0bb9b268a4b8f95165481108f5e8d c53c628e986f42339e8e404819ecc6bf - - default default] TaaS: Handle Delete Port: 5cf2b761-46c5-4acc-b6f5-5498bfad3644 2026-06-28 21:10:37.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b233da68-1f05-410c-a406-f9096540d4e3 req-856084ac-d1d3-45da-a71a-6ec8d0e1b71c 81f0bb9b268a4b8f95165481108f5e8d c53c628e986f42339e8e404819ecc6bf - - default default] Tap Mirror: Handle Delete Port: 5cf2b761-46c5-4acc-b6f5-5498bfad3644 2026-06-28 21:10:37.763 7 INFO neutron.db.l3_db [req-b233da68-1f05-410c-a406-f9096540d4e3 req-856084ac-d1d3-45da-a71a-6ec8d0e1b71c 81f0bb9b268a4b8f95165481108f5e8d c53c628e986f42339e8e404819ecc6bf - - default default] Floating IP c6c3f3b6-82f3-4904-b29c-4ebec0e1a189 disassociated. External IP: 10.96.250.213, port: 5cf2b761-46c5-4acc-b6f5-5498bfad3644. 2026-06-28 21:10:37.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc7b6680-39c0-4c3a-bda6-596f1a754a8b f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: 45013895-3a6a-466f-949b-dc6895903422 2026-06-28 21:10:37.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc7b6680-39c0-4c3a-bda6-596f1a754a8b f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: 45013895-3a6a-466f-949b-dc6895903422 2026-06-28 21:10:38.136 8 INFO neutron.services.segments.plugin [-] Segment 45adae80-4cd7-45af-a495-bd475b338765 resource provider aggregate not found [pid: 7|app: 0|req: 609/1213] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:10:37 2026] DELETE /v2.0/ports/5cf2b761-46c5-4acc-b6f5-5498bfad3644 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:38.141 8 INFO neutron.services.segments.plugin [-] Segment 45adae80-4cd7-45af-a495-bd475b338765 resource provider aggregate not found [pid: 7|app: 0|req: 610/1214] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:38 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:38.172 8 INFO neutron.services.segments.plugin [-] Segment 45adae80-4cd7-45af-a495-bd475b338765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45adae80-4cd7-45af-a495-bd475b338765 found for delete ", "request_id": "req-2dc01f92-0c3d-412e-aeca-b417fef06ceb"}]} 2026-06-28 21:10:38.172 8 INFO neutron.services.segments.plugin [-] Segment 45adae80-4cd7-45af-a495-bd475b338765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45adae80-4cd7-45af-a495-bd475b338765 found for delete ", "request_id": "req-32d0cc22-ee3b-4e96-8224-04067209e9a5"}]} [pid: 7|app: 0|req: 611/1215] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:38 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:38.183 8 INFO neutron.db.l3_hamode_db [None req-bc7b6680-39c0-4c3a-bda6-596f1a754a8b f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] HA network a73e9cd8-b9aa-42aa-905a-aefdf92f1f86 was deleted as no HA routers are present in tenant 0b94ce83aa904ee696f809a505fe21d5. [pid: 8|app: 0|req: 605/1216] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:37 2026] DELETE /v2.0/routers/fc4adbe0-b5c5-4c71-a0c6-8d05738b1487 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:38.203 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ad47651-dcd1-4867-8720-0c305aa2dc2a'] response: {'server_uuid': '2211a82d-8050-486a-9136-aafca27421ad', 'name': 'network-vif-deleted', 'tag': '5cf2b761-46c5-4acc-b6f5-5498bfad3644', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 612/1217] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:38 2026] DELETE /v2.0/subnets/066704a7-ee5a-4b66-a037-719ba85c8654 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:38.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-962f9038-20f5-4ce1-b1fb-a9dc1a262c48 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: ecc9d427-d73d-41f7-a3e4-e9d654d927aa 2026-06-28 21:10:38.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-962f9038-20f5-4ce1-b1fb-a9dc1a262c48 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: ecc9d427-d73d-41f7-a3e4-e9d654d927aa [pid: 8|app: 0|req: 606/1218] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:38 2026] DELETE /v2.0/networks/10f25c2a-b867-49c8-abdb-9a69c5e71651 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:38.728 7 INFO neutron.db.segments_db [None req-e018ad0c-4045-4d07-8226-afcbb627e038 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment a1aca524-5aab-49ec-b459-edcdb1f53f8e of type vxlan for network f7b5f76b-377d-4334-8947-99d8d773b7f9 [pid: 7|app: 0|req: 613/1219] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:10:38 2026] POST /v2.0/networks => generated 634 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1220] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:38 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:10:39.174 7 INFO neutron.db.segments_db [None req-d62f0ca7-a7bc-4843-9748-5dcd33c1d037 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment 2ff15e97-fc1e-43bb-a4e0-3eb7b557eb5b of type vxlan for network 1911ffe9-fb09-4c9d-bf98-adc07803e58a [pid: 8|app: 0|req: 608/1221] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:39 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1222] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:39 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:39.459 7 INFO neutron.db.l3_hamode_db [None req-d62f0ca7-a7bc-4843-9748-5dcd33c1d037 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:10:39.604 7 INFO neutron.db.l3_hamode_db [None req-d62f0ca7-a7bc-4843-9748-5dcd33c1d037 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 610/1223] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:10:39 2026] GET /v2.0/networks?id=65016260-5c0c-44e4-8c12-01a289eaa1e0 => generated 672 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1224] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:10:39 2026] GET /v2.0/quotas/b3a0397c375f4541b7d3baf58672b405 => 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: 612/1225] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:10:39 2026] GET /v2.0/ports?tenant_id=b3a0397c375f4541b7d3baf58672b405&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: 613/1226] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:10:40 2026] GET /v2.0/networks/65016260-5c0c-44e4-8c12-01a289eaa1e0?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: 614/1227] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:10:40 2026] GET /v2.0/networks/65016260-5c0c-44e4-8c12-01a289eaa1e0?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) 2026-06-28 21:10:40.211 8 INFO neutron.services.segments.plugin [-] Segment eb3b16a9-6f9c-47f4-9a81-06d166166a6b resource provider aggregate not found 2026-06-28 21:10:40.215 8 INFO neutron.services.segments.plugin [-] Segment eb3b16a9-6f9c-47f4-9a81-06d166166a6b resource provider aggregate not found 2026-06-28 21:10:40.230 8 INFO neutron.services.segments.plugin [-] Segment eb3b16a9-6f9c-47f4-9a81-06d166166a6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb3b16a9-6f9c-47f4-9a81-06d166166a6b found for delete ", "request_id": "req-5ef472de-5615-4ff3-839e-64878503c62d"}]} 2026-06-28 21:10:40.233 8 INFO neutron.services.segments.plugin [-] Segment eb3b16a9-6f9c-47f4-9a81-06d166166a6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb3b16a9-6f9c-47f4-9a81-06d166166a6b found for delete ", "request_id": "req-253363cf-ccaa-4607-b2e8-d400a643d66f"}]} [pid: 8|app: 0|req: 615/1228] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:40 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => 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: 616/1229] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:40 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => 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: 617/1230] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:40 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 614/1231] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:39 2026] POST /v2.0/routers => generated 511 bytes in 1524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1234] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:41 2026] GET /v2.0/networks?id=31214ad1-a3a1-459f-bb90-b8b6692dea84 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1235] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:10:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=db4ae688776c4b2db1d3688eac38357c => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1236] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:10:41 2026] POST /v2.0/ports => generated 954 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 620/1237] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:41 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1238] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:41 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 957 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1239] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:10:40 2026] PUT /v2.0/routers/33d25c12-5ddb-4834-bded-e6d961ed7451/add_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1240] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:41 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&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: 620/1241] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:41 2026] GET /v2.0/ports?device_id=2211a82d-8050-486a-9136-aafca27421ad => 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: 621/1242] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:10:41 2026] GET /v2.0/ports/1b8d4ca2-e75b-497c-ad2e-ab3796bcbe98 => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1243] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:10:41 2026] PUT /v2.0/ports/f8bc9984-939e-47e7-84f7-b78f2be6e7cb => generated 1235 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:41.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c8a2976-939c-4435-88f6-b66b63214c72'] response: {'name': 'network-changed', 'server_uuid': '235476cf-9b58-45ed-b5fc-786583a1e06e', 'tag': 'f8bc9984-939e-47e7-84f7-b78f2be6e7cb', 'status': 'completed', 'code': 200} 2026-06-28 21:10:42.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8f9072e-47cd-4332-950d-ca0255fda34c f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: 1b8d4ca2-e75b-497c-ad2e-ab3796bcbe98 2026-06-28 21:10:42.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8f9072e-47cd-4332-950d-ca0255fda34c f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: 1b8d4ca2-e75b-497c-ad2e-ab3796bcbe98 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 623/1244] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:42 2026] GET /v2.0/ports?tenant_id=db4ae688776c4b2db1d3688eac38357c&device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1245] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:10:42 2026] GET /v2.0/networks?tenant_id=db4ae688776c4b2db1d3688eac38357c&shared=False => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1246] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:10:42 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: 622/1247] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:41 2026] PUT /v2.0/routers/33d25c12-5ddb-4834-bded-e6d961ed7451/remove_router_interface => generated 309 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1248] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:42 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => 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: 623/1249] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:42 2026] GET /v2.0/ports?device_id=33d25c12-5ddb-4834-bded-e6d961ed7451 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:42.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-76bb3c76-67fe-4d65-9d72-c66fd2cf5104 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: f042efba-7e9d-4db1-a6b4-4271230f645b 2026-06-28 21:10:42.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76bb3c76-67fe-4d65-9d72-c66fd2cf5104 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: f042efba-7e9d-4db1-a6b4-4271230f645b [pid: 8|app: 0|req: 624/1250] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:42 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1251] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:42 2026] DELETE /v2.0/security-groups/60330af9-8b3f-464c-92eb-a4974a2678f4 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1252] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:43 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:43.069 8 INFO neutron.api.v2.resource [None req-da57b841-5811-4b3f-b212-9d9f325edae1 81f0bb9b268a4b8f95165481108f5e8d c53c628e986f42339e8e404819ecc6bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 627/1253] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:10:43 2026] GET /v2.0/security-groups/60330af9-8b3f-464c-92eb-a4974a2678f4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:43.112 7 INFO neutron.services.segments.plugin [-] Segment 2ff15e97-fc1e-43bb-a4e0-3eb7b557eb5b resource provider aggregate not found 2026-06-28 21:10:43.114 7 INFO neutron.services.segments.plugin [-] Segment 2ff15e97-fc1e-43bb-a4e0-3eb7b557eb5b resource provider aggregate not found 2026-06-28 21:10:43.130 7 INFO neutron.services.segments.plugin [-] Segment 2ff15e97-fc1e-43bb-a4e0-3eb7b557eb5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff15e97-fc1e-43bb-a4e0-3eb7b557eb5b found for delete ", "request_id": "req-8dd5592e-4ab8-40e0-adc7-ca1eecf20edf"}]} 2026-06-28 21:10:43.133 7 INFO neutron.services.segments.plugin [-] Segment 2ff15e97-fc1e-43bb-a4e0-3eb7b557eb5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff15e97-fc1e-43bb-a4e0-3eb7b557eb5b found for delete ", "request_id": "req-be00d5e7-3d85-4da6-b0a0-9b5972769e8a"}]} 2026-06-28 21:10:43.145 7 INFO neutron.db.l3_hamode_db [None req-76bb3c76-67fe-4d65-9d72-c66fd2cf5104 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] HA network 1911ffe9-fb09-4c9d-bf98-adc07803e58a was deleted as no HA routers are present in tenant 0b94ce83aa904ee696f809a505fe21d5. [pid: 7|app: 0|req: 627/1254] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:42 2026] DELETE /v2.0/routers/33d25c12-5ddb-4834-bded-e6d961ed7451 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:43.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-56cfb214-81cb-4c7b-a3b9-8ed22b4a3432 81f0bb9b268a4b8f95165481108f5e8d c53c628e986f42339e8e404819ecc6bf - - default default] TaaS: Handle Delete Port: e3751db3-4646-45c1-b622-aab9578f6a96 2026-06-28 21:10:43.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56cfb214-81cb-4c7b-a3b9-8ed22b4a3432 81f0bb9b268a4b8f95165481108f5e8d c53c628e986f42339e8e404819ecc6bf - - default default] Tap Mirror: Handle Delete Port: e3751db3-4646-45c1-b622-aab9578f6a96 [pid: 7|app: 0|req: 628/1255] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:43 2026] DELETE /v2.0/subnets/2fcdf89c-50fe-4d29-9ca5-13d7b7b2664d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1256] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:10:43 2026] DELETE /v2.0/floatingips/c6c3f3b6-82f3-4904-b29c-4ebec0e1a189 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1257] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:43 2026] DELETE /v2.0/networks/f7b5f76b-377d-4334-8947-99d8d773b7f9 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:43.560 7 INFO neutron.db.segments_db [None req-ee32fd9b-ca8f-40c5-b5f9-d80fa21bb549 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Added segment 935acfd4-6dc4-4e9e-876a-3e50579511de of type vxlan for network 88418308-1719-4bb9-9012-b257ef37e94a 2026-06-28 21:10:43.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-607964cf-3b7c-4f7f-bd2c-28d8c7012f95 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: b0c85bff-035a-4cab-b391-23bd22563876 2026-06-28 21:10:43.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-607964cf-3b7c-4f7f-bd2c-28d8c7012f95 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: b0c85bff-035a-4cab-b391-23bd22563876 2026-06-28 21:10:43.853 7 INFO neutron.db.l3_hamode_db [None req-ee32fd9b-ca8f-40c5-b5f9-d80fa21bb549 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 629/1258] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:10:43 2026] PUT /v2.0/routers/bb6d8600-70a5-44ee-b2fb-77d0e6d1aac5/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1259] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:44 2026] GET /v2.0/ports?tenant_id=db4ae688776c4b2db1d3688eac38357c&device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1260] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:44 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => 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: 632/1261] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:44 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:44.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b3d508c-a338-4765-ac5f-cf07cb6601ca 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: e2136e13-b111-432e-8bd2-c596e40b761c 2026-06-28 21:10:44.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b3d508c-a338-4765-ac5f-cf07cb6601ca 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: e2136e13-b111-432e-8bd2-c596e40b761c 2026-06-28 21:10:44.779 7 INFO neutron.db.l3_hamode_db [None req-ee32fd9b-ca8f-40c5-b5f9-d80fa21bb549 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:10:45.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b3d508c-a338-4765-ac5f-cf07cb6601ca 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: e1defc6e-b754-436f-880a-98a01e2e03e6 2026-06-28 21:10:45.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b3d508c-a338-4765-ac5f-cf07cb6601ca 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: e1defc6e-b754-436f-880a-98a01e2e03e6 2026-06-28 21:10:45.165 7 INFO neutron.services.segments.plugin [-] Segment a1aca524-5aab-49ec-b459-edcdb1f53f8e resource provider aggregate not found 2026-06-28 21:10:45.171 7 INFO neutron.services.segments.plugin [-] Segment a1aca524-5aab-49ec-b459-edcdb1f53f8e resource provider aggregate not found 2026-06-28 21:10:45.197 7 INFO neutron.services.segments.plugin [-] Segment a1aca524-5aab-49ec-b459-edcdb1f53f8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1aca524-5aab-49ec-b459-edcdb1f53f8e found for delete ", "request_id": "req-1c5a732a-cc17-46bb-bac3-87c7b436a738"}]} 2026-06-28 21:10:45.198 7 INFO neutron.services.segments.plugin [-] Segment a1aca524-5aab-49ec-b459-edcdb1f53f8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1aca524-5aab-49ec-b459-edcdb1f53f8e found for delete ", "request_id": "req-3e443f08-8bed-4276-ad88-29e9f192ff5b"}]} 2026-06-28 21:10:45.482 8 INFO neutron.services.segments.plugin [-] Segment bba929a7-6e6c-4d1d-9337-df290434a8c9 resource provider aggregate not found 2026-06-28 21:10:45.486 8 INFO neutron.services.segments.plugin [-] Segment bba929a7-6e6c-4d1d-9337-df290434a8c9 resource provider aggregate not found 2026-06-28 21:10:45.504 8 INFO neutron.services.segments.plugin [-] Segment bba929a7-6e6c-4d1d-9337-df290434a8c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bba929a7-6e6c-4d1d-9337-df290434a8c9 found for delete ", "request_id": "req-bda63d48-2d45-4587-bdb8-dc6fd4de5299"}]} 2026-06-28 21:10:45.510 8 INFO neutron.db.l3_hamode_db [None req-0b3d508c-a338-4765-ac5f-cf07cb6601ca 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network f6f6663d-1a2f-492c-aabd-f33c0a7fb463 was deleted as no HA routers are present in tenant c53c628e986f42339e8e404819ecc6bf. 2026-06-28 21:10:45.516 8 INFO neutron.services.segments.plugin [-] Segment bba929a7-6e6c-4d1d-9337-df290434a8c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bba929a7-6e6c-4d1d-9337-df290434a8c9 found for delete ", "request_id": "req-5693a24a-22c9-4b46-9b05-8698b5375b56"}]} [pid: 8|app: 0|req: 633/1262] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:44 2026] DELETE /v2.0/routers/bb6d8600-70a5-44ee-b2fb-77d0e6d1aac5 => generated 0 bytes in 1069 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1263] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:10:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f8bc9984-939e-47e7-84f7-b78f2be6e7cb => 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: 635/1264] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:45 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1265] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:45 2026] GET /v2.0/networks?id=65016260-5c0c-44e4-8c12-01a289eaa1e0 => generated 672 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1266] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:45 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => 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: 630/1267] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:10:43 2026] POST /v2.0/routers => generated 692 bytes in 2199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1268] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:45 2026] GET /v2.0/subnets?id=3f144131-281b-4e1a-85dd-f4e92cd2167d => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1269] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:45 2026] DELETE /v2.0/subnets/6aa4c51d-80e4-4ad5-9264-6b1957655b6e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1270] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:10:45 2026] GET /v2.0/routers/6550b883-7300-4a81-b7b8-334dcdb76a3a => generated 698 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1271] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:45 2026] GET /v2.0/ports?network_id=31214ad1-a3a1-459f-bb90-b8b6692dea84&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:46.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebbc7e6f-6e20-47dc-babe-707117769fd3 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 7d67dcbd-9695-4134-a59d-d45209be0362 2026-06-28 21:10:46.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebbc7e6f-6e20-47dc-babe-707117769fd3 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 7d67dcbd-9695-4134-a59d-d45209be0362 [pid: 7|app: 0|req: 632/1272] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:10:45 2026] POST /v2.0/ports => generated 954 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 633/1273] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/routers => generated 701 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1274] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:10:45 2026] DELETE /v2.0/networks/eb30d3d6-e09f-4ada-b8db-5a50a06b5301 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1275] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/networks/31214ad1-a3a1-459f-bb90-b8b6692dea84?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: 635/1276] 10.0.0.94 () {34 vars in 740 bytes} [Sun Jun 28 21:10:46 2026] PUT /v2.0/routers/6550b883-7300-4a81-b7b8-334dcdb76a3a => generated 705 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1277] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:10:46 2026] PUT /v2.0/ports/d62ad351-2744-4693-9daf-7d74c92b9900 => generated 1235 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 643/1278] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/security-groups?tenant_id=c53c628e986f42339e8e404819ecc6bf&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:46.682 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b93df29-5a4e-47d7-bcdd-626b21909814'] response: {'name': 'network-changed', 'server_uuid': 'b3ebdc0d-251e-43ed-9237-d2c003ce163a', 'tag': 'd62ad351-2744-4693-9daf-7d74c92b9900', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 636/1279] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/networks/31214ad1-a3a1-459f-bb90-b8b6692dea84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1280] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/routers/6550b883-7300-4a81-b7b8-334dcdb76a3a => generated 705 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1281] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1282] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1283] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/ports?device_id=6550b883-7300-4a81-b7b8-334dcdb76a3a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1284] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1285] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:46 2026] DELETE /v2.0/security-groups/006f1a81-ca85-4432-aa21-804bb04d6c8a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1286] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:46 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:47.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf0a99a8-4b92-4bb8-9156-b88080b9f81e f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: 8118f6e4-a29b-4ce7-8358-758d542e3613 2026-06-28 21:10:47.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf0a99a8-4b92-4bb8-9156-b88080b9f81e f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: 8118f6e4-a29b-4ce7-8358-758d542e3613 [pid: 7|app: 0|req: 642/1287] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/ports?tenant_id=b3a0397c375f4541b7d3baf58672b405&device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 1238 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1288] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/networks?tenant_id=b3a0397c375f4541b7d3baf58672b405&shared=False => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:47.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf0a99a8-4b92-4bb8-9156-b88080b9f81e f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] TaaS: Handle Delete Port: 49126e45-7d87-41c3-8fd3-61995aa952c8 2026-06-28 21:10:47.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf0a99a8-4b92-4bb8-9156-b88080b9f81e f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] Tap Mirror: Handle Delete Port: 49126e45-7d87-41c3-8fd3-61995aa952c8 [pid: 7|app: 0|req: 644/1289] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:47.539 8 INFO neutron.services.segments.plugin [-] Segment 7ac39b13-1392-441a-b336-c7674cb75051 resource provider aggregate not found 2026-06-28 21:10:47.541 8 INFO neutron.services.segments.plugin [-] Segment 7ac39b13-1392-441a-b336-c7674cb75051 resource provider aggregate not found 2026-06-28 21:10:47.568 8 INFO neutron.services.segments.plugin [-] Segment 7ac39b13-1392-441a-b336-c7674cb75051 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac39b13-1392-441a-b336-c7674cb75051 found for delete ", "request_id": "req-907ae1d3-ab59-4765-9d9d-2fdd69fc5d6a"}]} 2026-06-28 21:10:47.571 8 INFO neutron.services.segments.plugin [-] Segment 7ac39b13-1392-441a-b336-c7674cb75051 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac39b13-1392-441a-b336-c7674cb75051 found for delete ", "request_id": "req-8ec624ed-27b1-4de4-87a0-d116204c6e7a"}]} 2026-06-28 21:10:47.750 8 INFO neutron.db.l3_hamode_db [None req-cf0a99a8-4b92-4bb8-9156-b88080b9f81e f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] HA network 88418308-1719-4bb9-9012-b257ef37e94a was deleted as no HA routers are present in tenant 0b94ce83aa904ee696f809a505fe21d5. [pid: 8|app: 0|req: 646/1290] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:46 2026] DELETE /v2.0/routers/6550b883-7300-4a81-b7b8-334dcdb76a3a => generated 0 bytes in 896 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1291] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/ports?device_id=6550b883-7300-4a81-b7b8-334dcdb76a3a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:47.809 8 INFO neutron.api.v2.resource [None req-4c211b0b-7840-45cd-a453-34ce7f45f4cf f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1292] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:47 2026] DELETE /v2.0/routers/6550b883-7300-4a81-b7b8-334dcdb76a3a => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1293] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/ports?device_id=33d25c12-5ddb-4834-bded-e6d961ed7451 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:47.860 8 INFO neutron.api.v2.resource [None req-b04c0bfe-381c-423f-bb98-cdea15afe715 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1294] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:47 2026] DELETE /v2.0/routers/33d25c12-5ddb-4834-bded-e6d961ed7451 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:47.879 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7e6cbfb-64b9-4c95-a720-1d1a8b37fd63 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 647/1295] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:47 2026] DELETE /v2.0/subnets/2fcdf89c-50fe-4d29-9ca5-13d7b7b2664d => 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: 649/1296] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/ports?device_id=fc4adbe0-b5c5-4c71-a0c6-8d05738b1487 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:47.931 8 INFO neutron.api.v2.resource [None req-e2b23bbf-79b6-4aba-b5d6-c5de3672c98c f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 650/1297] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:47 2026] DELETE /v2.0/routers/fc4adbe0-b5c5-4c71-a0c6-8d05738b1487 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1298] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:47.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bba427a6-8705-473d-a431-102b32207184 f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1299] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:47 2026] DELETE /v2.0/subnets/066704a7-ee5a-4b66-a037-719ba85c8654 => 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: 652/1300] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/ports?device_id=afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1301] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:48.003 7 INFO neutron.api.v2.resource [None req-6eabee59-f329-4663-a075-e79e207e1a0d f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 650/1303] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:47 2026] DELETE /v2.0/routers/afb5d3e9-8ae3-4af7-a32c-80ad66ccb78c => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1303] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:47 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:48.023 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9d5ee24-ce38-47ec-8b38-2d0c4b048c5e f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1304] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:48 2026] DELETE /v2.0/subnets/18e2657c-ece3-48bc-879a-1b5960be09b3 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:10:48.042 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bddc780-0b83-46d1-b33b-a6f603128cdf f540e602cccd4412bef8f9041f044380 0b94ce83aa904ee696f809a505fe21d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 651/1305] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&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: 655/1306] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:10:48 2026] DELETE /v2.0/subnets/329ece0b-ea4e-42b0-9265-38528b6a7ea2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1307] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/ports?tenant_id=b3a0397c375f4541b7d3baf58672b405&device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1308] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d62ad351-2744-4693-9daf-7d74c92b9900 => 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: 653/1309] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/subnets?id=796e1d42-90bf-48de-bdb1-ccd9efbf4bef => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1310] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/ports?network_id=65016260-5c0c-44e4-8c12-01a289eaa1e0&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1311] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/networks/65016260-5c0c-44e4-8c12-01a289eaa1e0?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1312] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/networks/65016260-5c0c-44e4-8c12-01a289eaa1e0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1313] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:48 2026] GET /v2.0/security-groups?tenant_id=0b94ce83aa904ee696f809a505fe21d5&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1314] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:48 2026] DELETE /v2.0/security-groups/8f7a32fa-0d9a-4e5d-b585-c0b4a881cecc => 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: 656/1315] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:49 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1316] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:49 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&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: 660/1317] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:49 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1318] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:49 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:10:49.588 8 INFO neutron.services.segments.plugin [-] Segment 935acfd4-6dc4-4e9e-876a-3e50579511de resource provider aggregate not found 2026-06-28 21:10:49.592 8 INFO neutron.services.segments.plugin [-] Segment 935acfd4-6dc4-4e9e-876a-3e50579511de resource provider aggregate not found 2026-06-28 21:10:49.605 8 INFO neutron.services.segments.plugin [-] Segment 935acfd4-6dc4-4e9e-876a-3e50579511de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 935acfd4-6dc4-4e9e-876a-3e50579511de found for delete ", "request_id": "req-b4bd98ff-c38c-4749-9896-90ccf37cd01d"}]} 2026-06-28 21:10:49.610 8 INFO neutron.services.segments.plugin [-] Segment 935acfd4-6dc4-4e9e-876a-3e50579511de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 935acfd4-6dc4-4e9e-876a-3e50579511de found for delete ", "request_id": "req-993a53bf-8749-4469-8702-009b2fdff600"}]} [pid: 8|app: 0|req: 661/1319] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:50 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1320] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:50 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1321] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:50 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1322] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:50 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1323] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:10:50 2026] POST /v2.0/security-groups => generated 1625 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1324] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1325] 10.0.0.94 () {34 vars in 757 bytes} [Sun Jun 28 21:10:51 2026] PUT /v2.0/security-groups/b60eda6d-9092-47d9-ad8b-d9a251fe3adc => generated 1662 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1326] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/security-groups/b60eda6d-9092-47d9-ad8b-d9a251fe3adc => generated 1662 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1327] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:51 2026] DELETE /v2.0/security-groups/b60eda6d-9092-47d9-ad8b-d9a251fe3adc => 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: 663/1329] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1329] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:51.550 8 INFO neutron.api.v2.resource [None req-c6a79fbf-aab3-4611-88c8-ce39ff0b645c f9b3ef9bf8eb42ac994b08bb593ae97c 56a2403cae7c43a189620dc82dd33fd2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 667/1330] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:51 2026] DELETE /v2.0/security-groups/b60eda6d-9092-47d9-ad8b-d9a251fe3adc => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1331] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&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: 664/1332] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 969 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1333] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1334] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:10:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1335] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1336] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/security-group-rules/1b94f91b-0052-4a00-8389-4122fbfe348d => generated 601 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1337] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1338] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:10:52 2026] DELETE /v2.0/security-group-rules/1b94f91b-0052-4a00-8389-4122fbfe348d => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1339] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1340] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:52 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: 669/1341] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/security-group-rules/329c074c-86e9-443a-bf29-3d39508f2f3d => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1342] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1343] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:10:52 2026] DELETE /v2.0/security-group-rules/329c074c-86e9-443a-bf29-3d39508f2f3d => 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: 674/1344] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:52 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) 2026-06-28 21:10:52.688 7 INFO neutron.db.securitygroups_db [None req-dfa00cf3-fa79-4345-9707-cc47deb74392 f9b3ef9bf8eb42ac994b08bb593ae97c 56a2403cae7c43a189620dc82dd33fd2 - - default default] Project 56a2403cae7c43a189620dc82dd33fd2 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: 675/1345] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1346] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&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: 671/1347] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1348] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => 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: 678/1349] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/security-group-rules/3ae3791b-14b4-4c4e-8ae5-6a8eaaa624b6 => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1350] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1351] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1352] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:52 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1353] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:10:52 2026] DELETE /v2.0/security-group-rules/3ae3791b-14b4-4c4e-8ae5-6a8eaaa624b6 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1354] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:53 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: 7|app: 0|req: 676/1355] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:53 2026] DELETE /v2.0/security-groups/daeb5793-6f88-482b-b210-2cbd2fe18f12 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1356] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1357] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:53.242 8 INFO neutron.db.l3_db [None req-d3a22915-9571-4379-af74-ac4a12f0fed1 5c576d4ff2bf406a87cc79fa2c5d6ee6 db4ae688776c4b2db1d3688eac38357c - - default default] Floating IP 4713f967-afdf-4b07-834b-f1b7c7de4f74 associated. External IP: 10.96.250.204, port: f8bc9984-939e-47e7-84f7-b78f2be6e7cb. [pid: 8|app: 0|req: 680/1358] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:10:52 2026] PUT /v2.0/floatingips/4713f967-afdf-4b07-834b-f1b7c7de4f74 => generated 855 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:53.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7d7ae15-9fdc-48c2-b5c3-cfa327234bf2'] response: {'name': 'network-changed', 'server_uuid': '235476cf-9b58-45ed-b5fc-786583a1e06e', 'tag': 'f8bc9984-939e-47e7-84f7-b78f2be6e7cb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 679/1359] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:53 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1360] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:53 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1361] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:53 2026] GET /v2.0/security-groups?tenant_id=56a2403cae7c43a189620dc82dd33fd2&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1362] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1363] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:53 2026] GET /v2.0/security-groups?tenant_id=443b813a73b94efe90490cc7caa470fd&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1364] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1365] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1366] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:54 2026] DELETE /v2.0/security-groups/d5ee7e98-2379-433e-8008-f4befdfd56e5 => 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: 684/1367] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&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: 685/1368] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/ports?tenant_id=db4ae688776c4b2db1d3688eac38357c&device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1369] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:54 2026] DELETE /v2.0/security-groups/d36a87d3-38df-4f35-859e-c7d1a8e17f8c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1370] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/networks?id=31214ad1-a3a1-459f-bb90-b8b6692dea84 => generated 775 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1371] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f8bc9984-939e-47e7-84f7-b78f2be6e7cb => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1372] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/subnets?id=3f144131-281b-4e1a-85dd-f4e92cd2167d => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1373] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/ports?network_id=31214ad1-a3a1-459f-bb90-b8b6692dea84&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1374] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/networks/31214ad1-a3a1-459f-bb90-b8b6692dea84?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: 688/1375] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/networks/31214ad1-a3a1-459f-bb90-b8b6692dea84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1376] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:54 2026] GET /v2.0/security-groups?tenant_id=3b595e487b404ea2affe0a6bde763383&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1377] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:54 2026] DELETE /v2.0/security-groups/c8917c64-8653-4bd9-b24b-6c2820308676 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1378] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:55 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1379] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:55 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1380] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:55 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1381] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:55 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&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: 7|app: 0|req: 693/1384] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:10:56 2026] POST /v2.0/security-groups => generated 1624 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1385] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:56 2026] GET /v2.0/security-groups => generated 4529 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1386] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:10:56 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1387] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:56 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => 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: 693/1388] 10.0.0.94 () {34 vars in 757 bytes} [Sun Jun 28 21:10:56 2026] PUT /v2.0/security-groups/913152bb-3d7a-4875-8495-f842708fb637 => generated 1663 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1389] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:56 2026] GET /v2.0/security-groups?id=c485afc8-61a1-4c93-9b9f-3a18d35e64c3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:56.733 7 INFO neutron_taas.services.taas.taas_plugin [req-afb1a0eb-8f2b-4aaa-b766-3d3d32b2a1c8 req-a1b017b7-8374-40ae-9619-bc7a736cafb2 5c576d4ff2bf406a87cc79fa2c5d6ee6 db4ae688776c4b2db1d3688eac38357c - - default default] TaaS: Handle Delete Port: f8bc9984-939e-47e7-84f7-b78f2be6e7cb [pid: 8|app: 0|req: 695/1390] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:10:56 2026] GET /v2.0/security-groups/913152bb-3d7a-4875-8495-f842708fb637 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:10:56.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afb1a0eb-8f2b-4aaa-b766-3d3d32b2a1c8 req-a1b017b7-8374-40ae-9619-bc7a736cafb2 5c576d4ff2bf406a87cc79fa2c5d6ee6 db4ae688776c4b2db1d3688eac38357c - - default default] Tap Mirror: Handle Delete Port: f8bc9984-939e-47e7-84f7-b78f2be6e7cb [pid: 8|app: 0|req: 696/1391] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:56 2026] DELETE /v2.0/security-groups/913152bb-3d7a-4875-8495-f842708fb637 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:56.857 7 INFO neutron.db.l3_db [req-afb1a0eb-8f2b-4aaa-b766-3d3d32b2a1c8 req-a1b017b7-8374-40ae-9619-bc7a736cafb2 5c576d4ff2bf406a87cc79fa2c5d6ee6 db4ae688776c4b2db1d3688eac38357c - - default default] Floating IP 4713f967-afdf-4b07-834b-f1b7c7de4f74 disassociated. External IP: 10.96.250.204, port: f8bc9984-939e-47e7-84f7-b78f2be6e7cb. [pid: 8|app: 0|req: 697/1392] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:56 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: 8|app: 0|req: 698/1393] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:56 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:10:56.936 8 INFO neutron.api.v2.resource [None req-6825561c-b522-46df-8a9d-418cd5896b6e a02ed6a4e1144494b4d6540a495e92e0 f40c1ac1969045219565e8d05b1e77b3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1394] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:56 2026] DELETE /v2.0/security-groups/913152bb-3d7a-4875-8495-f842708fb637 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1395] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:56 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1396] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:10:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1397] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:57 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: 8|app: 0|req: 703/1398] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:10:57 2026] GET /v2.0/security-group-rules/df8870cd-8486-4a71-922d-c647dbb91e1a => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1399] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:10:56 2026] DELETE /v2.0/ports/f8bc9984-939e-47e7-84f7-b78f2be6e7cb => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:57.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06058ca5-8c6c-4eaa-b997-e857b3ac9ed6'] response: {'server_uuid': '235476cf-9b58-45ed-b5fc-786583a1e06e', 'name': 'network-vif-deleted', 'tag': 'f8bc9984-939e-47e7-84f7-b78f2be6e7cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 704/1400] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1401] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:10:57 2026] DELETE /v2.0/security-group-rules/df8870cd-8486-4a71-922d-c647dbb91e1a => 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: 705/1402] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1403] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1404] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:10:57 2026] GET /v2.0/security-group-rules/a8633669-5082-4173-9002-8527910f5e03 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1405] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:57 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: 700/1406] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:57 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => 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: 707/1407] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:10:57 2026] DELETE /v2.0/security-group-rules/a8633669-5082-4173-9002-8527910f5e03 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1408] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1409] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:10:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1410] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/security-group-rules/9a4e21d1-38f0-4108-a362-7900562c1bae => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1411] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1412] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1413] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1414] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:10:58 2026] DELETE /v2.0/security-group-rules/9a4e21d1-38f0-4108-a362-7900562c1bae => 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: 704/1415] 10.0.0.94 () {32 vars in 672 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1416] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:58 2026] DELETE /v2.0/security-groups/cfed7328-d1c2-4c45-a1b7-5e8336dc174b => 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: 705/1417] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1418] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1419] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:58 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1420] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:59 2026] GET /v2.0/security-groups?tenant_id=f40c1ac1969045219565e8d05b1e77b3&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1421] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:59 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1422] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:59 2026] GET /v2.0/security-groups?tenant_id=f17ea445b14045deba56461e0183a209&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1423] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:10:59 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1424] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:10:59 2026] GET /v2.0/security-groups?id=18dc81fe-dd72-4560-bd8a-416ada0f0927&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: 7|app: 0|req: 709/1425] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:59 2026] DELETE /v2.0/security-groups/9f1ddee2-acb5-45a5-aad8-6e1adc777cf9 => 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: 717/1426] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:59 2026] DELETE /v2.0/security-groups/bd7f6531-590f-4b3a-b2f7-b1de80877285 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:10:59.564 7 INFO neutron_taas.services.taas.taas_plugin [req-a8fb7ce6-a707-4e6a-be2f-0bcc3a9a5f68 req-51374181-a55e-479d-a76b-b847a3fc22d8 63b7a69c7b674f50a2be4ab18a972658 b3a0397c375f4541b7d3baf58672b405 - - default default] TaaS: Handle Delete Port: d62ad351-2744-4693-9daf-7d74c92b9900 2026-06-28 21:10:59.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a8fb7ce6-a707-4e6a-be2f-0bcc3a9a5f68 req-51374181-a55e-479d-a76b-b847a3fc22d8 63b7a69c7b674f50a2be4ab18a972658 b3a0397c375f4541b7d3baf58672b405 - - default default] Tap Mirror: Handle Delete Port: d62ad351-2744-4693-9daf-7d74c92b9900 [pid: 7|app: 0|req: 710/1427] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:10:59 2026] DELETE /v2.0/ports/d62ad351-2744-4693-9daf-7d74c92b9900 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:10:59.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54a772b4-df11-4e29-bf5d-29628a5c8f7a'] response: {'server_uuid': 'b3ebdc0d-251e-43ed-9237-d2c003ce163a', 'name': 'network-vif-deleted', 'tag': 'd62ad351-2744-4693-9daf-7d74c92b9900', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 718/1428] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:10:59 2026] GET /v2.0/security-groups?tenant_id=1458a1f70eb34c1eaa5a8c73c60205af&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1429] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:10:59 2026] DELETE /v2.0/security-groups/df9c258d-9bc5-4f8e-93aa-218fb7cbec87 => 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: 719/1430] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:10:59 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => 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: 712/1431] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:00 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1432] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:01 2026] GET /v2.0/ports?device_id=235476cf-9b58-45ed-b5fc-786583a1e06e => 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: 713/1433] 10.0.0.94 () {32 vars in 622 bytes} [Sun Jun 28 21:11:01 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1434] 10.0.0.94 () {32 vars in 632 bytes} [Sun Jun 28 21:11:01 2026] GET /v2.0/ => generated 632 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1435] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:01 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => 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: 722/1436] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:01 2026] GET /v2.0/security-groups?tenant_id=db33ca23a1ff4ce384f06824fda4f546&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1437] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:02 2026] DELETE /v2.0/security-groups/c485afc8-61a1-4c93-9b9f-3a18d35e64c3 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:02.332 7 INFO neutron.api.v2.resource [None req-a7de6102-f242-48cb-8529-139bddbcbfc9 5c576d4ff2bf406a87cc79fa2c5d6ee6 db4ae688776c4b2db1d3688eac38357c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1438] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:11:02 2026] GET /v2.0/security-groups/c485afc8-61a1-4c93-9b9f-3a18d35e64c3 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1439] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:02 2026] DELETE /v2.0/security-groups/bfcb6102-a5f9-45b6-8371-6186a8a56e64 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:02.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f32d868-f51c-4f0e-97dc-5d369bbd2f77 5c576d4ff2bf406a87cc79fa2c5d6ee6 db4ae688776c4b2db1d3688eac38357c - - default default] TaaS: Handle Delete Port: 238897a1-3533-470c-82d1-10b2abe7fbff 2026-06-28 21:11:02.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f32d868-f51c-4f0e-97dc-5d369bbd2f77 5c576d4ff2bf406a87cc79fa2c5d6ee6 db4ae688776c4b2db1d3688eac38357c - - default default] Tap Mirror: Handle Delete Port: 238897a1-3533-470c-82d1-10b2abe7fbff [pid: 7|app: 0|req: 717/1440] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:11:02 2026] DELETE /v2.0/floatingips/4713f967-afdf-4b07-834b-f1b7c7de4f74 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1441] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:02 2026] GET /v2.0/ports?device_id=b3ebdc0d-251e-43ed-9237-d2c003ce163a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:03.053 8 INFO neutron_taas.services.taas.taas_plugin [None req-26b3407d-743f-4d9a-942f-b9a697e9fe2f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 8d74c1f8-de72-44a1-9800-c81b640d7f07 2026-06-28 21:11:03.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26b3407d-743f-4d9a-942f-b9a697e9fe2f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 8d74c1f8-de72-44a1-9800-c81b640d7f07 [pid: 8|app: 0|req: 724/1442] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:02 2026] PUT /v2.0/routers/4fada81c-91fc-44c7-a886-b9d8ea607ffc/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:03.905 7 INFO neutron_taas.services.taas.taas_plugin [None req-97558b40-0db2-474b-b2c2-72e438a395b8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 5babdcc5-1109-48ef-a861-6003b4078f1f 2026-06-28 21:11:03.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97558b40-0db2-474b-b2c2-72e438a395b8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 5babdcc5-1109-48ef-a861-6003b4078f1f 2026-06-28 21:11:04.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-97558b40-0db2-474b-b2c2-72e438a395b8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: e4c722f2-c95c-4afb-88c6-fb09522cb3ea 2026-06-28 21:11:04.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97558b40-0db2-474b-b2c2-72e438a395b8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: e4c722f2-c95c-4afb-88c6-fb09522cb3ea 2026-06-28 21:11:04.525 7 INFO neutron.services.segments.plugin [-] Segment c4d63508-f072-4c1e-945f-d1d85b376e02 resource provider aggregate not found 2026-06-28 21:11:04.535 7 INFO neutron.services.segments.plugin [-] Segment c4d63508-f072-4c1e-945f-d1d85b376e02 resource provider aggregate not found 2026-06-28 21:11:04.549 7 INFO neutron.services.segments.plugin [-] Segment c4d63508-f072-4c1e-945f-d1d85b376e02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4d63508-f072-4c1e-945f-d1d85b376e02 found for delete ", "request_id": "req-852af69d-e384-42df-81ee-24400d0e7823"}]} 2026-06-28 21:11:04.551 7 INFO neutron.services.segments.plugin [-] Segment c4d63508-f072-4c1e-945f-d1d85b376e02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4d63508-f072-4c1e-945f-d1d85b376e02 found for delete ", "request_id": "req-794f9619-5b9c-4a63-8de0-d9262b327a96"}]} 2026-06-28 21:11:04.573 7 INFO neutron.db.l3_hamode_db [None req-97558b40-0db2-474b-b2c2-72e438a395b8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 2a73ad73-72a1-4aa3-bdc9-677fd8f28a88 was deleted as no HA routers are present in tenant db4ae688776c4b2db1d3688eac38357c. [pid: 7|app: 0|req: 719/1443] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:03 2026] DELETE /v2.0/routers/4fada81c-91fc-44c7-a886-b9d8ea607ffc => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1444] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:04 2026] DELETE /v2.0/subnets/3f144131-281b-4e1a-85dd-f4e92cd2167d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:04.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-38e22af3-0dab-46ca-9423-8a935e719c37 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 47f06130-2854-4a2c-9141-9142b645511a 2026-06-28 21:11:04.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38e22af3-0dab-46ca-9423-8a935e719c37 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 47f06130-2854-4a2c-9141-9142b645511a [pid: 7|app: 0|req: 720/1445] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:04 2026] DELETE /v2.0/networks/31214ad1-a3a1-459f-bb90-b8b6692dea84 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:05.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-72576bdf-5244-4d6e-90d1-a7cc98d1333b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: c0a3f9e0-58ee-4022-a4aa-4189b32731bd 2026-06-28 21:11:05.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72576bdf-5244-4d6e-90d1-a7cc98d1333b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: c0a3f9e0-58ee-4022-a4aa-4189b32731bd [pid: 7|app: 0|req: 721/1446] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:05 2026] GET /v2.0/security-groups?tenant_id=db4ae688776c4b2db1d3688eac38357c&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1447] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:05 2026] DELETE /v2.0/security-groups/bfdfca08-c24a-4b63-91dd-9d0a5d74d65d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1448] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:04 2026] PUT /v2.0/routers/4df6f167-7e3a-43b6-b8b9-088b2fa069e2/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1449] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:05 2026] GET /v2.0/security-groups?tenant_id=036c03efc5224b41b620aee0f891111d&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1450] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:05 2026] GET /v2.0/security-groups?tenant_id=3aa0ef44d70f4760b853b2063cb2c896&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:06.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-35202be8-ce93-47a0-b570-0237928294c8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: d48bdd1f-e548-49d2-8a67-c9c71f399cf1 2026-06-28 21:11:06.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35202be8-ce93-47a0-b570-0237928294c8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: d48bdd1f-e548-49d2-8a67-c9c71f399cf1 [pid: 8|app: 0|req: 728/1451] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:06 2026] DELETE /v2.0/security-groups/310ee2a1-bfbb-463d-bc43-d4827b5cebc9 => 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: 729/1452] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:06 2026] DELETE /v2.0/security-groups/adc451b8-dca3-4b64-a222-2aadb2867c49 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:06.577 7 INFO neutron.services.segments.plugin [-] Segment 248de4d4-eb1e-48a7-8e64-b9605e86b254 resource provider aggregate not found 2026-06-28 21:11:06.588 7 INFO neutron.services.segments.plugin [-] Segment 248de4d4-eb1e-48a7-8e64-b9605e86b254 resource provider aggregate not found 2026-06-28 21:11:06.604 7 INFO neutron.services.segments.plugin [-] Segment 248de4d4-eb1e-48a7-8e64-b9605e86b254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 248de4d4-eb1e-48a7-8e64-b9605e86b254 found for delete ", "request_id": "req-92c35111-dd2c-4c7d-add3-29afd3c496f0"}]} 2026-06-28 21:11:06.607 7 INFO neutron.services.segments.plugin [-] Segment 248de4d4-eb1e-48a7-8e64-b9605e86b254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 248de4d4-eb1e-48a7-8e64-b9605e86b254 found for delete ", "request_id": "req-416ad74c-fff3-4911-9e82-34bcf08fb449"}]} [pid: 8|app: 0|req: 730/1453] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:06 2026] GET /v2.0/security-groups?tenant_id=fb27a7679c454fe1bc86d1557e44848a&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:06.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-35202be8-ce93-47a0-b570-0237928294c8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: df55b6c7-8414-4355-9c42-05db71dd613c 2026-06-28 21:11:06.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35202be8-ce93-47a0-b570-0237928294c8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: df55b6c7-8414-4355-9c42-05db71dd613c [pid: 8|app: 0|req: 731/1454] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:06 2026] DELETE /v2.0/security-groups/44dfe36e-042e-4aeb-9e8d-b9dc99a56e6c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:07.070 7 INFO neutron.db.l3_hamode_db [None req-35202be8-ce93-47a0-b570-0237928294c8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 48ebd61f-fa00-4a22-871c-c48e4b1f28ed was deleted as no HA routers are present in tenant b3a0397c375f4541b7d3baf58672b405. [pid: 7|app: 0|req: 724/1455] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:06 2026] DELETE /v2.0/routers/4df6f167-7e3a-43b6-b8b9-088b2fa069e2 => generated 0 bytes in 973 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1456] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:07 2026] DELETE /v2.0/subnets/796e1d42-90bf-48de-bdb1-ccd9efbf4bef => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:07.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-e84f096f-9ce7-489f-bc92-747424db6e53 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 92a47afa-196b-451b-bb77-90ed0fdb5f88 2026-06-28 21:11:07.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e84f096f-9ce7-489f-bc92-747424db6e53 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 92a47afa-196b-451b-bb77-90ed0fdb5f88 [pid: 7|app: 0|req: 725/1457] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:07 2026] DELETE /v2.0/networks/65016260-5c0c-44e4-8c12-01a289eaa1e0 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1458] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:07 2026] GET /v2.0/security-groups?tenant_id=b3a0397c375f4541b7d3baf58672b405&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1459] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:07 2026] DELETE /v2.0/security-groups/18dc81fe-dd72-4560-bd8a-416ada0f0927 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:08.076 8 INFO neutron.db.segments_db [None req-5ec5a7ca-f69e-4d00-9cd9-7d59ad4f146f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment c9bb1a28-36c6-409f-8ce2-b6e2a1ac2028 of type vxlan for network b1b4213c-77eb-40a9-88a0-5edffee29116 [pid: 8|app: 0|req: 733/1460] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:11:07 2026] POST /v2.0/networks => generated 746 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1461] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:08 2026] POST /v2.0/subnets => generated 693 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:08.519 8 INFO neutron.db.segments_db [None req-63d9d2b7-acf6-41d9-b0e5-cef00b86ea0b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment ef8ba0d2-4152-40c0-b7e8-c079cf4289b9 of type vxlan for network 02ffc438-43e4-4f79-afa6-6bc890f36de5 2026-06-28 21:11:08.628 7 INFO neutron.services.segments.plugin [-] Segment 94e93288-484d-4777-a1a1-02359c277a40 resource provider aggregate not found 2026-06-28 21:11:08.635 7 INFO neutron.services.segments.plugin [-] Segment 94e93288-484d-4777-a1a1-02359c277a40 resource provider aggregate not found 2026-06-28 21:11:08.648 7 INFO neutron.services.segments.plugin [-] Segment 94e93288-484d-4777-a1a1-02359c277a40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94e93288-484d-4777-a1a1-02359c277a40 found for delete ", "request_id": "req-dd28ec6b-edd8-4de3-9190-2a8805b2daca"}]} 2026-06-28 21:11:08.667 7 INFO neutron.services.segments.plugin [-] Segment 94e93288-484d-4777-a1a1-02359c277a40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94e93288-484d-4777-a1a1-02359c277a40 found for delete ", "request_id": "req-b72d4781-e1ea-4e79-8e9a-3e3579b82590"}]} 2026-06-28 21:11:08.672 7 INFO neutron.services.segments.plugin [-] Segment 50c2af6a-e80a-46e1-80ad-734f77117f16 resource provider aggregate not found 2026-06-28 21:11:08.688 7 INFO neutron.services.segments.plugin [-] Segment 50c2af6a-e80a-46e1-80ad-734f77117f16 resource provider aggregate not found 2026-06-28 21:11:08.703 7 INFO neutron.services.segments.plugin [-] Segment 50c2af6a-e80a-46e1-80ad-734f77117f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c2af6a-e80a-46e1-80ad-734f77117f16 found for delete ", "request_id": "req-f1cbf953-cde8-4be3-988f-1800fa69adeb"}]} 2026-06-28 21:11:08.721 7 INFO neutron.services.segments.plugin [-] Segment 50c2af6a-e80a-46e1-80ad-734f77117f16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c2af6a-e80a-46e1-80ad-734f77117f16 found for delete ", "request_id": "req-963fbc1b-e8e9-4050-9522-7208cf70c63d"}]} 2026-06-28 21:11:08.826 8 INFO neutron.db.l3_hamode_db [None req-63d9d2b7-acf6-41d9-b0e5-cef00b86ea0b 394864f304b34c498815eab595d37814 80e30460eb6945e8ab7954e2add500c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 729/1462] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:09 2026] GET /v2.0/security-groups?tenant_id=a813972a228c49a9ba81c0dae8a6e3a0&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1463] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:09 2026] DELETE /v2.0/security-groups/05bfb52d-c4a5-4cb4-9f60-98cb048c5e3f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:10.401 8 INFO neutron.db.l3_hamode_db [None req-63d9d2b7-acf6-41d9-b0e5-cef00b86ea0b 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 734/1466] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:08 2026] POST /v2.0/routers => generated 733 bytes in 2853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:11.745 8 INFO neutron.db.segments_db [None req-1e71ade2-a7ee-4c31-adad-1ab28a9116fa 47be8f9a4d6d49c0947e85fddd5576f1 b8419e7390fc47f0b59593463b6f7755 - - default default] Added segment 1a71f3cb-f083-4f98-807c-85569c0758a0 of type vxlan for network 8946a40b-5c1a-4898-bc65-a1460aa11477 [pid: 8|app: 0|req: 735/1467] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:11 2026] POST /v2.0/networks => generated 647 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1468] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:11 2026] PUT /v2.0/routers/dd0af3f4-0321-4c28-8a8b-288535bc2aff/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1469] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:12 2026] POST /v2.0/subnets => generated 673 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:12.657 7 INFO neutron.db.segments_db [None req-5b00cc6f-ba58-4b83-b229-de9b849b1981 47be8f9a4d6d49c0947e85fddd5576f1 b8419e7390fc47f0b59593463b6f7755 - - default default] Added segment a6859afa-a146-4554-9474-10122903ca2f of type vxlan for network c542a792-6ef7-4763-a7c5-3307a0b24ed8 [pid: 7|app: 0|req: 734/1470] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:12 2026] POST /v2.0/networks => generated 648 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1471] 10.0.0.94 () {34 vars in 742 bytes} [Sun Jun 28 21:11:12 2026] PUT /v2.0/networks/c542a792-6ef7-4763-a7c5-3307a0b24ed8 => generated 592 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1472] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:12 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1473] 10.0.0.94 () {34 vars in 740 bytes} [Sun Jun 28 21:11:13 2026] PUT /v2.0/subnets/a4005a88-c469-4e29-b1bb-5d2651c32fd8 => generated 656 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:13.398 7 INFO neutron.services.segments.plugin [-] Segment a6859afa-a146-4554-9474-10122903ca2f resource provider aggregate not found 2026-06-28 21:11:13.415 7 INFO neutron.services.segments.plugin [-] Segment a6859afa-a146-4554-9474-10122903ca2f resource provider aggregate not found 2026-06-28 21:11:13.427 7 INFO neutron.services.segments.plugin [-] Segment a6859afa-a146-4554-9474-10122903ca2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6859afa-a146-4554-9474-10122903ca2f found for delete ", "request_id": "req-dd5863f1-7d5b-4fcf-86f0-8559b73b31ca"}]} 2026-06-28 21:11:13.434 7 INFO neutron.services.segments.plugin [-] Segment a6859afa-a146-4554-9474-10122903ca2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6859afa-a146-4554-9474-10122903ca2f found for delete ", "request_id": "req-ba9b267e-e229-44e7-8324-f1754279c681"}]} [pid: 7|app: 0|req: 736/1474] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:13 2026] DELETE /v2.0/networks/c542a792-6ef7-4763-a7c5-3307a0b24ed8 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:13.467 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c20ef17-b0b9-4417-a87c-fb30d03b11e1 47be8f9a4d6d49c0947e85fddd5576f1 b8419e7390fc47f0b59593463b6f7755 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1475] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:13 2026] DELETE /v2.0/networks/c542a792-6ef7-4763-a7c5-3307a0b24ed8 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1476] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1477] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/networks?id=b1b4213c-77eb-40a9-88a0-5edffee29116 => generated 678 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1478] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/subnets?network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba => generated 649 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1479] 10.0.0.94 () {32 vars in 652 bytes} [Sun Jun 28 21:11:13 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: 8|app: 0|req: 741/1480] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/quotas/80e30460eb6945e8ab7954e2add500c9 => 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: 740/1481] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/networks => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1482] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/ports?tenant_id=80e30460eb6945e8ab7954e2add500c9&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1483] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/subnets => generated 1312 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1484] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/networks/b1b4213c-77eb-40a9-88a0-5edffee29116?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: 742/1485] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/networks/8946a40b-5c1a-4898-bc65-a1460aa11477 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1486] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/subnets/3c6a107a-ab3c-499f-8238-0667d21db295 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:13.853 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c8d9b0d-6dc9-41ae-b444-1bfeebcd8052 47be8f9a4d6d49c0947e85fddd5576f1 b8419e7390fc47f0b59593463b6f7755 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1487] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/networks/b1b4213c-77eb-40a9-88a0-5edffee29116?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: 745/1488] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:13 2026] DELETE /v2.0/subnets/a4005a88-c469-4e29-b1bb-5d2651c32fd8 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:13.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d1fafae-fc96-4d65-b59a-5e04e6bd7cdc 47be8f9a4d6d49c0947e85fddd5576f1 b8419e7390fc47f0b59593463b6f7755 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1489] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:13 2026] DELETE /v2.0/networks/c542a792-6ef7-4763-a7c5-3307a0b24ed8 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1490] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:13 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 746/1491] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:13 2026] DELETE /v2.0/subnets/3c6a107a-ab3c-499f-8238-0667d21db295 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1492] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:14 2026] DELETE /v2.0/networks/8946a40b-5c1a-4898-bc65-a1460aa11477 => 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: 747/1493] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:14 2026] GET /v2.0/security-groups?tenant_id=b8419e7390fc47f0b59593463b6f7755&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: 748/1494] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:15 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 747/1495] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:15 2026] DELETE /v2.0/security-groups/bc8e1dbc-af5e-403b-b17f-45fcc76b1f5c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:15.453 7 INFO neutron.services.segments.plugin [-] Segment 1a71f3cb-f083-4f98-807c-85569c0758a0 resource provider aggregate not found 2026-06-28 21:11:15.459 7 INFO neutron.services.segments.plugin [-] Segment 1a71f3cb-f083-4f98-807c-85569c0758a0 resource provider aggregate not found 2026-06-28 21:11:15.477 7 INFO neutron.services.segments.plugin [-] Segment 1a71f3cb-f083-4f98-807c-85569c0758a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a71f3cb-f083-4f98-807c-85569c0758a0 found for delete ", "request_id": "req-05a35fca-32e0-4f96-8ca4-21aafe3b5205"}]} 2026-06-28 21:11:15.489 7 INFO neutron.services.segments.plugin [-] Segment 1a71f3cb-f083-4f98-807c-85569c0758a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a71f3cb-f083-4f98-807c-85569c0758a0 found for delete ", "request_id": "req-9bb9f4ca-7e22-4ef8-beb5-5a2ace64ad77"}]} [pid: 8|app: 0|req: 749/1496] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:16 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1497] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:17 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:17.686 7 INFO neutron.db.segments_db [None req-688980f1-56b0-405a-8250-14e1ae38f496 7ee5f8ecb45d4aafadeea24dfc2e04ad 5187196e685a4e7a9ea019bad6e81d04 - - default default] Added segment 8321a29c-f208-4c7b-8db3-fb8cd6ba2e42 of type vxlan for network 113f993b-8891-492c-ab4e-b7b89084a0c4 [pid: 7|app: 0|req: 748/1498] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:17 2026] POST /v2.0/networks => generated 642 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1499] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:17 2026] POST /v2.0/subnets => generated 641 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:18.199 7 INFO neutron.db.segments_db [None req-4ee7217c-4bba-494c-8e81-c515fe10acb4 7ee5f8ecb45d4aafadeea24dfc2e04ad 5187196e685a4e7a9ea019bad6e81d04 - - default default] Added segment 6343d8cc-1b0f-45fa-97c7-2f9479a58e47 of type vxlan for network 1aa2b5bb-bf06-476b-b6af-e0c45250381c [pid: 7|app: 0|req: 749/1500] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:18 2026] POST /v2.0/networks => generated 642 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1501] 10.0.0.94 () {34 vars in 742 bytes} [Sun Jun 28 21:11:18 2026] PUT /v2.0/networks/1aa2b5bb-bf06-476b-b6af-e0c45250381c => generated 592 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:18.446 8 INFO neutron.db.segments_db [None req-9284574b-f5ef-4d13-a07e-28766451eb71 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Added segment 937da201-fede-4f07-b514-3f7cfdcd5fc2 of type vxlan for network 0e21e7ff-0d65-48de-8c78-e39c1d25eea6 [pid: 7|app: 0|req: 751/1502] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:11:18 2026] GET /v2.0/networks?id=b1b4213c-77eb-40a9-88a0-5edffee29116 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1503] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:18 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 752/1504] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:18 2026] POST /v2.0/networks => generated 639 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1505] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:18 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1506] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:11:18 2026] POST /v2.0/ports => generated 954 bytes in 348 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: 754/1507] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:18 2026] POST /v2.0/subnets => generated 658 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1508] 10.0.0.94 () {34 vars in 740 bytes} [Sun Jun 28 21:11:18 2026] PUT /v2.0/subnets/5587ca85-6e33-4df0-af7c-ad329b60f970 => generated 636 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1509] 10.0.0.94 () {32 vars in 721 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:19.206 8 INFO neutron.services.segments.plugin [-] Segment 6343d8cc-1b0f-45fa-97c7-2f9479a58e47 resource provider aggregate not found 2026-06-28 21:11:19.212 8 INFO neutron.services.segments.plugin [-] Segment 6343d8cc-1b0f-45fa-97c7-2f9479a58e47 resource provider aggregate not found 2026-06-28 21:11:19.230 8 INFO neutron.services.segments.plugin [-] Segment 6343d8cc-1b0f-45fa-97c7-2f9479a58e47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6343d8cc-1b0f-45fa-97c7-2f9479a58e47 found for delete ", "request_id": "req-dd78b46e-5448-45c2-8614-3458ae361a4e"}]} 2026-06-28 21:11:19.234 8 INFO neutron.services.segments.plugin [-] Segment 6343d8cc-1b0f-45fa-97c7-2f9479a58e47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6343d8cc-1b0f-45fa-97c7-2f9479a58e47 found for delete ", "request_id": "req-c88d55d2-daaa-4137-99ed-a9679e75fb0f"}]} [pid: 8|app: 0|req: 756/1510] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:19 2026] DELETE /v2.0/networks/1aa2b5bb-bf06-476b-b6af-e0c45250381c => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1511] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:11:18 2026] PUT /v2.0/ports/26eaa2ea-ec2b-46a3-a5a8-661b6fce00c4 => generated 1235 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:19.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6df5ea6c-1f51-4355-a731-deb8ab995478 7ee5f8ecb45d4aafadeea24dfc2e04ad 5187196e685a4e7a9ea019bad6e81d04 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1512] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:19 2026] DELETE /v2.0/networks/1aa2b5bb-bf06-476b-b6af-e0c45250381c => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:19.418 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ebe9847-7d97-42db-b13a-8d2e22e5b88d'] response: {'name': 'network-changed', 'server_uuid': 'e6539288-5e28-444c-b4ef-6d5e65a1e435', 'tag': '26eaa2ea-ec2b-46a3-a5a8-661b6fce00c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 757/1513] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1514] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:19 2026] POST /v2.0/subnets => generated 731 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1515] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/subnets?network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba => generated 649 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1516] 10.0.0.94 () {32 vars in 652 bytes} [Sun Jun 28 21:11:19 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) 2026-06-28 21:11:19.584 8 INFO neutron.db.segments_db [None req-f5e392f1-aae3-4966-b342-d0400630c319 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Added segment ee0d4606-cc71-48d9-a522-418369984646 of type vxlan for network fd984f65-fabd-46e3-81ac-ec6ca23f32e0 [pid: 7|app: 0|req: 760/1517] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/networks => generated 1307 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1518] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:19 2026] POST /v2.0/networks => generated 638 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1519] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1520] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/subnets => generated 1280 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1521] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&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: 8|app: 0|req: 761/1522] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/networks/113f993b-8891-492c-ab4e-b7b89084a0c4 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1523] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/subnets/f94e16a2-4fb1-4adf-b4ef-07b50811748f => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:19.833 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c0f0989-a1a4-4c28-ae6f-253d21d75caa 7ee5f8ecb45d4aafadeea24dfc2e04ad 5187196e685a4e7a9ea019bad6e81d04 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 763/1524] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:19 2026] DELETE /v2.0/subnets/5587ca85-6e33-4df0-af7c-ad329b60f970 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:19.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2aab78e5-130f-45d9-9537-d127e00e056b 7ee5f8ecb45d4aafadeea24dfc2e04ad 5187196e685a4e7a9ea019bad6e81d04 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 764/1525] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:19 2026] DELETE /v2.0/networks/1aa2b5bb-bf06-476b-b6af-e0c45250381c => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1526] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:19 2026] POST /v2.0/subnets => generated 656 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1527] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:11:19 2026] GET /v2.0/ports?tenant_id=80e30460eb6945e8ab7954e2add500c9&device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1528] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:19 2026] DELETE /v2.0/subnets/f94e16a2-4fb1-4adf-b4ef-07b50811748f => 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/1529] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:11:20 2026] GET /v2.0/networks?tenant_id=80e30460eb6945e8ab7954e2add500c9&shared=False => generated 774 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1530] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:20 2026] DELETE /v2.0/networks/113f993b-8891-492c-ab4e-b7b89084a0c4 => 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: 764/1531] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:19 2026] POST /v2.0/subnets => generated 725 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1532] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:11:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:20.298 7 INFO neutron.db.segments_db [None req-f2824fd4-1b45-44a6-830c-6795aa6ac972 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Added segment 70b4a817-b908-41cf-8409-e63f7539d701 of type vxlan for network 3126f805-95a4-415c-8d3e-d9f05eada8e3 [pid: 7|app: 0|req: 765/1533] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:20 2026] POST /v2.0/networks => generated 638 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1534] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:20 2026] POST /v2.0/subnets => generated 655 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1535] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:20 2026] GET /v2.0/security-groups?tenant_id=5187196e685a4e7a9ea019bad6e81d04&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1536] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:20 2026] GET /v2.0/security-groups?tenant_id=c05feef4a80e4892b33b65cec63f464c&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1537] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:20 2026] DELETE /v2.0/security-groups/931c6288-39c7-4f69-a8dc-982bca67bde1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1538] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:20 2026] POST /v2.0/subnets => generated 729 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1539] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:20 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 768/1540] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:20 2026] DELETE /v2.0/security-groups/e8fbc60c-f64b-4bed-b857-1b6ca5a54c0a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:21.032 8 INFO neutron.db.segments_db [None req-fef08d1b-d75a-4713-9c06-f8cc7546b52e 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Added segment e9cdbdec-3765-4bbb-8dc2-ffdaa43fb4c8 of type vxlan for network fda0edcf-5785-46d7-a895-20468106dfd6 [pid: 7|app: 0|req: 769/1541] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:21 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:21.256 8 INFO neutron.services.segments.plugin [-] Segment 8321a29c-f208-4c7b-8db3-fb8cd6ba2e42 resource provider aggregate not found 2026-06-28 21:11:21.259 8 INFO neutron.services.segments.plugin [-] Segment 8321a29c-f208-4c7b-8db3-fb8cd6ba2e42 resource provider aggregate not found 2026-06-28 21:11:21.275 8 INFO neutron.services.segments.plugin [-] Segment 8321a29c-f208-4c7b-8db3-fb8cd6ba2e42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8321a29c-f208-4c7b-8db3-fb8cd6ba2e42 found for delete ", "request_id": "req-910a1b2d-9a08-4ef1-8e8f-9710b7b6052a"}]} [pid: 7|app: 0|req: 770/1542] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:11:21 2026] GET /v2.0/ports?tenant_id=80e30460eb6945e8ab7954e2add500c9&device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:21.303 8 INFO neutron.services.segments.plugin [-] Segment 8321a29c-f208-4c7b-8db3-fb8cd6ba2e42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8321a29c-f208-4c7b-8db3-fb8cd6ba2e42 found for delete ", "request_id": "req-5850b4a3-0a44-45e9-ba32-18680b5c0839"}]} 2026-06-28 21:11:21.309 8 INFO neutron.db.l3_hamode_db [None req-fef08d1b-d75a-4713-9c06-f8cc7546b52e 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 771/1543] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:11:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=26eaa2ea-ec2b-46a3-a5a8-661b6fce00c4 => 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: 772/1544] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:11:21 2026] GET /v2.0/subnets?id=e040eff3-63a3-443a-a395-5f28fdd7c6f7 => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1545] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:11:21 2026] GET /v2.0/ports?network_id=b1b4213c-77eb-40a9-88a0-5edffee29116&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1546] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:11:21 2026] GET /v2.0/networks/b1b4213c-77eb-40a9-88a0-5edffee29116?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: 775/1547] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:11:21 2026] GET /v2.0/networks/b1b4213c-77eb-40a9-88a0-5edffee29116?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:22.097 8 INFO neutron.db.l3_hamode_db [None req-fef08d1b-d75a-4713-9c06-f8cc7546b52e 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 776/1548] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:22 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1549] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:22 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:23.045 7 INFO neutron.db.segments_db [None req-5095f9fd-d1d9-41bf-a668-0ec4c94adcd4 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment 476339c0-2f06-4721-a7e3-e4eb55117fa3 of type vxlan for network e9f27955-ad5a-4eb8-9362-17931d3f6d46 [pid: 8|app: 0|req: 773/1550] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:20 2026] POST /v2.0/routers => generated 684 bytes in 2074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1551] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:22 2026] POST /v2.0/networks => generated 630 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:23.218 7 INFO neutron.db.segments_db [None req-4a803509-ff52-46cc-89e1-be9773f8b1ee 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment e9f3da52-e6b8-48d7-b8e5-c22ddb32e0b6 of type vxlan for network b2853a9f-72b9-4c94-bbee-fa6cfd6db15a [pid: 7|app: 0|req: 779/1552] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:23 2026] POST /v2.0/networks => generated 629 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1553] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:23 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 781/1554] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:23 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1555] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:23 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1556] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:23 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:23.975 7 INFO neutron.db.segments_db [None req-6c857f23-3980-41a7-a509-6c82c2759b75 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment aec731b1-702d-4d69-8223-d295d55bff5e of type vxlan for network 5d544495-d9b8-47a1-b0ad-030366878ae0 2026-06-28 21:11:24.224 7 INFO neutron.db.l3_hamode_db [None req-6c857f23-3980-41a7-a509-6c82c2759b75 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 774/1557] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:23 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:24.331 7 INFO neutron.db.l3_hamode_db [None req-6c857f23-3980-41a7-a509-6c82c2759b75 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 784/1558] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:23 2026] POST /v2.0/routers => generated 506 bytes in 967 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1559] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:24 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1560] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:24 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/add_router_interface => generated 309 bytes in 1561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1561] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:25 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1564] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:24 2026] PUT /v2.0/routers/8ebdc231-c050-47cb-9734-e9541fe61f84/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1565] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:11:26 2026] GET /v2.0/ports/54a26dfd-eee6-458c-9d47-0627c299613e => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1566] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:25 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/add_router_interface => generated 309 bytes in 1475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1567] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:27 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1568] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:11:27 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) [pid: 8|app: 0|req: 782/1569] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:27 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1570] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1571] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:26 2026] PUT /v2.0/routers/8ebdc231-c050-47cb-9734-e9541fe61f84/add_router_interface => generated 309 bytes in 1431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1572] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:11:27 2026] GET /v2.0/ports/b7f03512-c83f-4843-aa42-e1282b6f0b7d => 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: 784/1573] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:27 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: 8|app: 0|req: 785/1574] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1575] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:28 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:28.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-108a93f2-770d-4c91-b466-4e2e3d2f4b9f 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: b7f03512-c83f-4843-aa42-e1282b6f0b7d 2026-06-28 21:11:28.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-108a93f2-770d-4c91-b466-4e2e3d2f4b9f 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: b7f03512-c83f-4843-aa42-e1282b6f0b7d [pid: 8|app: 0|req: 787/1576] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1577] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:28 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&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: 789/1578] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1579] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:28 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: 7|app: 0|req: 790/1580] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:27 2026] PUT /v2.0/routers/8ebdc231-c050-47cb-9734-e9541fe61f84/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1581] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1582] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1583] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1584] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:29.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd3e7e76-8b68-45f4-be98-384074207d1d 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: 54a26dfd-eee6-458c-9d47-0627c299613e 2026-06-28 21:11:29.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd3e7e76-8b68-45f4-be98-384074207d1d 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: 54a26dfd-eee6-458c-9d47-0627c299613e [pid: 8|app: 0|req: 795/1585] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:11:29 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: 796/1586] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:29 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 797/1587] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:29 2026] GET /v2.0/security-groups?id=c5e0c504-7431-40c0-94a8-9a7fd4728a19&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1588] 10.0.0.244 () {34 vars in 1096 bytes} [Sun Jun 28 21:11:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1494603138&fields=id&tenant_id=0651897be08d44a28f32366a63b9c8fc => 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: 799/1589] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:11:29 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1590] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:11:29 2026] GET /v2.0/quotas/0651897be08d44a28f32366a63b9c8fc => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1591] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:28 2026] PUT /v2.0/routers/8ebdc231-c050-47cb-9734-e9541fe61f84/remove_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1592] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:29 2026] GET /v2.0/ports?device_id=8ebdc231-c050-47cb-9734-e9541fe61f84 => 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: 801/1593] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:11:29 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&fields=id => generated 241 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:30.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-89b76cc6-4b95-4f36-91ea-d51a9878c257 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: f67f0ba9-f58e-42c0-b3a0-e397aa53d7b6 [pid: 8|app: 0|req: 802/1594] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:11:30 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:30.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89b76cc6-4b95-4f36-91ea-d51a9878c257 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: f67f0ba9-f58e-42c0-b3a0-e397aa53d7b6 [pid: 8|app: 0|req: 803/1595] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:11:30 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 804/1596] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:30 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:30.423 7 INFO neutron.services.segments.plugin [-] Segment aec731b1-702d-4d69-8223-d295d55bff5e resource provider aggregate not found 2026-06-28 21:11:30.429 7 INFO neutron.services.segments.plugin [-] Segment aec731b1-702d-4d69-8223-d295d55bff5e resource provider aggregate not found 2026-06-28 21:11:30.448 7 INFO neutron.services.segments.plugin [-] Segment aec731b1-702d-4d69-8223-d295d55bff5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aec731b1-702d-4d69-8223-d295d55bff5e found for delete ", "request_id": "req-8d7ae2dc-cfa7-461d-9485-022a489c8f36"}]} 2026-06-28 21:11:30.449 7 INFO neutron.services.segments.plugin [-] Segment aec731b1-702d-4d69-8223-d295d55bff5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aec731b1-702d-4d69-8223-d295d55bff5e found for delete ", "request_id": "req-96430d6c-7f95-4be8-862f-3bcd3e4feabb"}]} 2026-06-28 21:11:30.455 7 INFO neutron.db.l3_hamode_db [None req-89b76cc6-4b95-4f36-91ea-d51a9878c257 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] HA network 5d544495-d9b8-47a1-b0ad-030366878ae0 was deleted as no HA routers are present in tenant b55e95563cd14194afe8e75ff216782f. [pid: 7|app: 0|req: 793/1597] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:30 2026] DELETE /v2.0/routers/8ebdc231-c050-47cb-9734-e9541fe61f84 => generated 0 bytes in 454 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1598] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:11:30 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1599] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:30 2026] DELETE /v2.0/subnets/fafc4dd1-bb1e-49f2-bbd7-f5520425e072 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:30.668 7 INFO neutron_taas.services.taas.taas_plugin [req-4c2dfff0-5c0f-430c-b64c-b93fc0edb4cc req-300aa368-2b14-42c8-8875-cb7e52457dd3 2265526fe68e47a885142099fe5d539d 80e30460eb6945e8ab7954e2add500c9 - - default default] TaaS: Handle Delete Port: 26eaa2ea-ec2b-46a3-a5a8-661b6fce00c4 2026-06-28 21:11:30.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4c2dfff0-5c0f-430c-b64c-b93fc0edb4cc req-300aa368-2b14-42c8-8875-cb7e52457dd3 2265526fe68e47a885142099fe5d539d 80e30460eb6945e8ab7954e2add500c9 - - default default] Tap Mirror: Handle Delete Port: 26eaa2ea-ec2b-46a3-a5a8-661b6fce00c4 [pid: 8|app: 0|req: 806/1600] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:30 2026] DELETE /v2.0/subnets/ed8a36b6-0bc9-4bc5-afb1-a8a7d38a4fdf => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1601] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:30 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 795/1602] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:11:30 2026] DELETE /v2.0/ports/26eaa2ea-ec2b-46a3-a5a8-661b6fce00c4 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:30.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b2263fc-8e54-456f-a6c5-1ac8a759f6b6'] response: {'server_uuid': 'e6539288-5e28-444c-b4ef-6d5e65a1e435', 'name': 'network-vif-deleted', 'tag': '26eaa2ea-ec2b-46a3-a5a8-661b6fce00c4', 'status': 'completed', 'code': 200} 2026-06-28 21:11:30.882 8 INFO neutron.services.segments.plugin [-] Segment e9f3da52-e6b8-48d7-b8e5-c22ddb32e0b6 resource provider aggregate not found 2026-06-28 21:11:30.889 8 INFO neutron.services.segments.plugin [-] Segment e9f3da52-e6b8-48d7-b8e5-c22ddb32e0b6 resource provider aggregate not found 2026-06-28 21:11:30.905 8 INFO neutron.services.segments.plugin [-] Segment e9f3da52-e6b8-48d7-b8e5-c22ddb32e0b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9f3da52-e6b8-48d7-b8e5-c22ddb32e0b6 found for delete ", "request_id": "req-b92e4728-4858-4d2f-a73e-4fd501e4ca59"}]} 2026-06-28 21:11:30.909 8 INFO neutron.services.segments.plugin [-] Segment e9f3da52-e6b8-48d7-b8e5-c22ddb32e0b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9f3da52-e6b8-48d7-b8e5-c22ddb32e0b6 found for delete ", "request_id": "req-42b005d2-4c41-4b54-9d2c-bc6437d54cd4"}]} [pid: 8|app: 0|req: 808/1603] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:30 2026] DELETE /v2.0/networks/b2853a9f-72b9-4c94-bbee-fa6cfd6db15a => 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: 796/1604] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:30 2026] DELETE /v2.0/networks/e9f27955-ad5a-4eb8-9362-17931d3f6d46 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:31.155 8 INFO neutron.db.segments_db [None req-3b78d034-f5a3-4ecb-a40d-a28044fbc91c 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment 12a162ab-5439-443f-8dc8-df7313237811 of type vxlan for network 20b7a47c-1059-46d2-8107-7172803881bd [pid: 8|app: 0|req: 809/1605] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:31 2026] POST /v2.0/networks => generated 630 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1606] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:31 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:31.627 7 INFO neutron.db.segments_db [None req-eb5ec09b-e412-411b-b807-d68d2c559754 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment 8b4fd1bb-cbb7-4f08-a75f-f1cb6e6a8bbe of type vxlan for network c4f63418-ff1d-4ebc-8162-605b2b87afb5 [pid: 8|app: 0|req: 810/1607] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:31 2026] GET /v2.0/security-groups?tenant_id=599a38a6d13544cd93f2552a7027f792&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1608] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:31 2026] DELETE /v2.0/security-groups/bf9fc5e5-4377-4d28-9f64-f4e42b748586 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:31.897 7 INFO neutron.db.l3_hamode_db [None req-eb5ec09b-e412-411b-b807-d68d2c559754 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 812/1609] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:31 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:32.035 7 INFO neutron.db.l3_hamode_db [None req-eb5ec09b-e412-411b-b807-d68d2c559754 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:11:32.487 7 INFO neutron.services.segments.plugin [-] Segment 476339c0-2f06-4721-a7e3-e4eb55117fa3 resource provider aggregate not found 2026-06-28 21:11:32.490 7 INFO neutron.services.segments.plugin [-] Segment 476339c0-2f06-4721-a7e3-e4eb55117fa3 resource provider aggregate not found 2026-06-28 21:11:32.535 7 INFO neutron.services.segments.plugin [-] Segment 476339c0-2f06-4721-a7e3-e4eb55117fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 476339c0-2f06-4721-a7e3-e4eb55117fa3 found for delete ", "request_id": "req-57aeae7f-48de-4762-aefb-5bf7ec43e8cd"}]} 2026-06-28 21:11:32.539 7 INFO neutron.services.segments.plugin [-] Segment 476339c0-2f06-4721-a7e3-e4eb55117fa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 476339c0-2f06-4721-a7e3-e4eb55117fa3 found for delete ", "request_id": "req-ecf61b43-4865-474a-865e-ad783bc910f7"}]} [pid: 7|app: 0|req: 798/1610] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:31 2026] POST /v2.0/routers => generated 507 bytes in 1187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1611] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:32 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => 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: 813/1612] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:11:32 2026] POST /v2.0/ports => generated 948 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 814/1613] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:34 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1614] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:33 2026] PUT /v2.0/routers/e0b60545-9dad-4940-b024-e5b41c41a129/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1615] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:11:34 2026] GET /v2.0/ports/b084d657-eb3d-481a-969d-6c5a398dcb6c => generated 1022 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:34.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-276af4f1-7480-41a2-b8f0-2776067a183f 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: b084d657-eb3d-481a-969d-6c5a398dcb6c 2026-06-28 21:11:34.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-276af4f1-7480-41a2-b8f0-2776067a183f 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: b084d657-eb3d-481a-969d-6c5a398dcb6c [pid: 8|app: 0|req: 816/1616] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:11:34 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1617] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:11:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0651897be08d44a28f32366a63b9c8fc => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1618] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:34 2026] PUT /v2.0/routers/e0b60545-9dad-4940-b024-e5b41c41a129/remove_router_interface => generated 309 bytes in 744 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: 818/1619] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:11:34 2026] POST /v2.0/ports => generated 1179 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:35.185 7 INFO neutron.api.v2.resource [None req-c32389bb-e03f-4c84-ad5e-46f8c9928381 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1620] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:35 2026] PUT /v2.0/routers/e0b60545-9dad-4940-b024-e5b41c41a129/remove_router_interface => generated 197 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1621] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:35 2026] GET /v2.0/ports?device_id=e0b60545-9dad-4940-b024-e5b41c41a129 => 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: 804/1622] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:35 2026] GET /v2.0/ports?device_id=e6539288-5e28-444c-b4ef-6d5e65a1e435 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:35.386 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0e0cfcb-8805-4815-af55-1332cbbdec5a 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: aa1e4381-0313-46c5-aca5-b6d72b582e41 2026-06-28 21:11:35.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0e0cfcb-8805-4815-af55-1332cbbdec5a 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: aa1e4381-0313-46c5-aca5-b6d72b582e41 [pid: 8|app: 0|req: 819/1623] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:11:35 2026] PUT /v2.0/ports/194cfc39-8412-4b56-9a0b-16c7c6e9367d => generated 1460 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:35.690 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebd34224-aadc-4364-844e-ca9f7143c0ac'] response: {'name': 'network-changed', 'server_uuid': 'dc639935-54b5-4963-9249-3c2453b3e3cc', 'tag': '194cfc39-8412-4b56-9a0b-16c7c6e9367d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 820/1624] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:35 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1194 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1625] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:35 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:35.751 7 INFO neutron.services.segments.plugin [-] Segment 8b4fd1bb-cbb7-4f08-a75f-f1cb6e6a8bbe resource provider aggregate not found 2026-06-28 21:11:35.763 7 INFO neutron.services.segments.plugin [-] Segment 8b4fd1bb-cbb7-4f08-a75f-f1cb6e6a8bbe resource provider aggregate not found 2026-06-28 21:11:35.771 7 INFO neutron.services.segments.plugin [-] Segment 8b4fd1bb-cbb7-4f08-a75f-f1cb6e6a8bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b4fd1bb-cbb7-4f08-a75f-f1cb6e6a8bbe found for delete ", "request_id": "req-86536364-7fdc-4665-93e8-42cb456557ef"}]} 2026-06-28 21:11:35.793 7 INFO neutron.services.segments.plugin [-] Segment 8b4fd1bb-cbb7-4f08-a75f-f1cb6e6a8bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b4fd1bb-cbb7-4f08-a75f-f1cb6e6a8bbe found for delete ", "request_id": "req-af3048ba-736d-49cf-b3a8-b5841c886e44"}]} 2026-06-28 21:11:35.798 7 INFO neutron.db.l3_hamode_db [None req-b0e0cfcb-8805-4815-af55-1332cbbdec5a 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] HA network c4f63418-ff1d-4ebc-8162-605b2b87afb5 was deleted as no HA routers are present in tenant b55e95563cd14194afe8e75ff216782f. [pid: 7|app: 0|req: 805/1626] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:35 2026] DELETE /v2.0/routers/e0b60545-9dad-4940-b024-e5b41c41a129 => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1627] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:35 2026] DELETE /v2.0/subnets/88896ecf-fcc0-4355-82fa-28cced8a1b7d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1628] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:35 2026] DELETE /v2.0/networks/20b7a47c-1059-46d2-8107-7172803881bd => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:36.143 7 INFO neutron.db.segments_db [None req-49662889-c3ff-47c3-97d8-6aee8dd0948a 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment 2bc52029-1743-425c-9679-6fa624923aed of type vxlan for network 0322dd67-c8d5-4015-820a-d7c27493bfe9 [pid: 7|app: 0|req: 807/1629] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:36 2026] POST /v2.0/networks => generated 630 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1630] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:11:36 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:36.316 8 INFO neutron.db.segments_db [None req-e571ca8b-35ee-42f3-9536-4c821b5504e5 1aa0e5cdc4e94150970efc52e5cec6e8 87a883e0f6f54f3a8bc57f90a22295fc - - default default] Added segment 1cf6ba5b-0bc9-443c-9e5c-c8bd7e5cf09b of type vxlan for network a33a4bc5-3f1d-4e40-823d-89d11368e355 [pid: 8|app: 0|req: 823/1631] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:36 2026] POST /v2.0/networks => generated 631 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1632] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:11:36 2026] GET /v2.0/networks?tenant_id=0651897be08d44a28f32366a63b9c8fc&shared=False => generated 2376 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1633] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:36 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1634] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:36 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1635] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:11:36 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) 2026-06-28 21:11:36.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f831450-0347-4c97-b8af-6a08902e78ed 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 6de3b6e4-ce57-4bb3-bdfe-7a1d8a8faddd 2026-06-28 21:11:36.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f831450-0347-4c97-b8af-6a08902e78ed 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 6de3b6e4-ce57-4bb3-bdfe-7a1d8a8faddd 2026-06-28 21:11:36.865 7 INFO neutron.db.segments_db [None req-19af6696-05f5-4495-ab67-5a14160f4054 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment 360a967f-4d1d-42a8-bf4f-7237d108d5e2 of type vxlan for network 4fad04f7-3729-427f-bb82-47794aa03768 2026-06-28 21:11:37.104 7 INFO neutron.db.l3_hamode_db [None req-19af6696-05f5-4495-ab67-5a14160f4054 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:11:37.215 7 INFO neutron.db.l3_hamode_db [None req-19af6696-05f5-4495-ab67-5a14160f4054 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 825/1636] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:36 2026] PUT /v2.0/routers/dd0af3f4-0321-4c28-8a8b-288535bc2aff/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:11:37.457 8 INFO neutron.db.segments_db [None req-f1c6568c-1ade-4fb7-9879-972130fddd6d 1aa0e5cdc4e94150970efc52e5cec6e8 87a883e0f6f54f3a8bc57f90a22295fc - - default default] Added segment c300eb36-41c1-4f26-babd-51a4638b8f78 of type vxlan for network 8f03caa3-04b6-49a5-9193-8c6e22784bbd [pid: 8|app: 0|req: 826/1637] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:37 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:37.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dfb7a06-ed31-4f58-9719-9178d2a6f3ee 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 76f7dea3-54a1-4e9b-8905-4a459e6d6a39 2026-06-28 21:11:37.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dfb7a06-ed31-4f58-9719-9178d2a6f3ee 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 76f7dea3-54a1-4e9b-8905-4a459e6d6a39 2026-06-28 21:11:37.792 7 INFO neutron.services.segments.plugin [-] Segment 12a162ab-5439-443f-8dc8-df7313237811 resource provider aggregate not found 2026-06-28 21:11:37.820 7 INFO neutron.services.segments.plugin [-] Segment 12a162ab-5439-443f-8dc8-df7313237811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12a162ab-5439-443f-8dc8-df7313237811 found for delete ", "request_id": "req-bff25a8e-4c71-4a08-bc8a-66156acbf21d"}]} 2026-06-28 21:11:37.820 7 INFO neutron.services.segments.plugin [-] Segment 12a162ab-5439-443f-8dc8-df7313237811 resource provider aggregate not found 2026-06-28 21:11:37.854 7 INFO neutron.services.segments.plugin [-] Segment 12a162ab-5439-443f-8dc8-df7313237811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12a162ab-5439-443f-8dc8-df7313237811 found for delete ", "request_id": "req-1cf8d2f1-5073-466f-b14b-d15653836af1"}]} [pid: 7|app: 0|req: 812/1638] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:36 2026] POST /v2.0/routers => generated 507 bytes in 1075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:38.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dfb7a06-ed31-4f58-9719-9178d2a6f3ee 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 49fed3e1-1c72-43e5-80b6-30832bd7addc 2026-06-28 21:11:38.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dfb7a06-ed31-4f58-9719-9178d2a6f3ee 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 49fed3e1-1c72-43e5-80b6-30832bd7addc [pid: 7|app: 0|req: 813/1639] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:37 2026] POST /v2.0/subnets => generated 629 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1640] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:11:38 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1463 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:38.421 8 INFO neutron.services.segments.plugin [-] Segment ef8ba0d2-4152-40c0-b7e8-c079cf4289b9 resource provider aggregate not found 2026-06-28 21:11:38.432 8 INFO neutron.services.segments.plugin [-] Segment ef8ba0d2-4152-40c0-b7e8-c079cf4289b9 resource provider aggregate not found 2026-06-28 21:11:38.446 8 INFO neutron.services.segments.plugin [-] Segment ef8ba0d2-4152-40c0-b7e8-c079cf4289b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8ba0d2-4152-40c0-b7e8-c079cf4289b9 found for delete ", "request_id": "req-7094a13a-1b8a-4aca-8af9-f176d1806584"}]} 2026-06-28 21:11:38.452 8 INFO neutron.services.segments.plugin [-] Segment ef8ba0d2-4152-40c0-b7e8-c079cf4289b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8ba0d2-4152-40c0-b7e8-c079cf4289b9 found for delete ", "request_id": "req-729a25a7-a9ec-433b-8445-4e49bf98dd4c"}]} 2026-06-28 21:11:38.459 8 INFO neutron.db.l3_hamode_db [None req-3dfb7a06-ed31-4f58-9719-9178d2a6f3ee 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 02ffc438-43e4-4f79-afa6-6bc890f36de5 was deleted as no HA routers are present in tenant 80e30460eb6945e8ab7954e2add500c9. [pid: 8|app: 0|req: 827/1641] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:37 2026] DELETE /v2.0/routers/dd0af3f4-0321-4c28-8a8b-288535bc2aff => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:38.536 8 INFO neutron.db.segments_db [None req-178ff77c-179e-41ea-81f2-8a90e929d967 1aa0e5cdc4e94150970efc52e5cec6e8 87a883e0f6f54f3a8bc57f90a22295fc - - default default] Added segment 23619928-ab30-40ab-ad86-d3fbf9ab7f5d of type vxlan for network 508dabf1-e8c1-440e-ad7d-eea57ad2539d [pid: 8|app: 0|req: 828/1642] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:38 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1643] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:11:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=194cfc39-8412-4b56-9a0b-16c7c6e9367d => 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: 830/1644] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:38 2026] DELETE /v2.0/subnets/e040eff3-63a3-443a-a395-5f28fdd7c6f7 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1645] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:38 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1646] 199.204.45.223 () {34 vars in 1102 bytes} [Sun Jun 28 21:11:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af6&port_id=194cfc39-8412-4b56-9a0b-16c7c6e9367d => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:39.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-bab1289e-9475-4e39-848c-dd3df7b6952f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 14168cdf-e57c-4789-9420-fc90de5381d2 2026-06-28 21:11:39.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bab1289e-9475-4e39-848c-dd3df7b6952f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 14168cdf-e57c-4789-9420-fc90de5381d2 [pid: 8|app: 0|req: 833/1647] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:39 2026] DELETE /v2.0/networks/b1b4213c-77eb-40a9-88a0-5edffee29116 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:39.391 8 INFO neutron.db.segments_db [None req-3fa38a35-212c-4f08-b9d9-d0424ebc74ce 1aa0e5cdc4e94150970efc52e5cec6e8 87a883e0f6f54f3a8bc57f90a22295fc - - default default] Added segment 40169483-e9c9-4312-9ae5-f78d42baf651 of type vxlan for network 8a434d9d-ff82-4732-9698-53de685e2e65 [pid: 7|app: 0|req: 815/1648] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:11:38 2026] PUT /v2.0/routers/db0bd2aa-09d0-4ade-b931-2098e058972e/add_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1649] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:11:39 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe&id=37c57e7b-b75c-446a-b7ca-35ceadb9f292 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1650] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:39 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: 7|app: 0|req: 817/1651] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:11:39 2026] GET /v2.0/ports/df89b282-df13-4040-a5cd-dbb718a6fb67 => generated 955 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1652] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:11:39 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1653] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:39 2026] POST /v2.0/subnets => generated 629 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1654] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:11:39 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1655] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:39 2026] GET /v2.0/security-groups?tenant_id=80e30460eb6945e8ab7954e2add500c9&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:39.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a9da24d-9aca-4d9f-92da-2d17e7678f55 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: df89b282-df13-4040-a5cd-dbb718a6fb67 2026-06-28 21:11:39.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a9da24d-9aca-4d9f-92da-2d17e7678f55 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: df89b282-df13-4040-a5cd-dbb718a6fb67 2026-06-28 21:11:39.864 7 INFO neutron.db.segments_db [None req-6a9a8018-3985-42b8-b46d-91b097369b73 1aa0e5cdc4e94150970efc52e5cec6e8 87a883e0f6f54f3a8bc57f90a22295fc - - default default] Added segment 9a3918d2-2424-49ed-9794-af5a7184c3b8 of type vxlan for network a16d54a1-8511-435a-a2b0-be2b9c266002 [pid: 7|app: 0|req: 821/1656] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:39 2026] POST /v2.0/networks => generated 631 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1657] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:11:39 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 823/1658] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:39 2026] DELETE /v2.0/security-groups/c5e0c504-7431-40c0-94a8-9a7fd4728a19 => 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: 836/1659] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:11:39 2026] PUT /v2.0/routers/db0bd2aa-09d0-4ade-b931-2098e058972e/remove_router_interface => generated 309 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1660] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:40 2026] POST /v2.0/subnets => generated 629 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1661] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/ports?device_id=db0bd2aa-09d0-4ade-b931-2098e058972e => 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: 837/1662] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 826/1663] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:11:40 2026] PUT /v2.0/subnets/b1507d0f-eaf0-4434-8c49-10b2c50b4053/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1664] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:11:40 2026] PUT /v2.0/subnets/87d73e43-4810-4291-b7fc-f0f650de6a22/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1665] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:11:40 2026] PUT /v2.0/subnets/7f150236-f7b3-4c0a-bb7d-d653ba2d2047/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:40.471 8 INFO neutron.services.segments.plugin [-] Segment c9bb1a28-36c6-409f-8ce2-b6e2a1ac2028 resource provider aggregate not found [pid: 7|app: 0|req: 829/1666] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:11:40 2026] PUT /v2.0/subnets/6c422ae1-962d-42ac-8ec9-8b15b5dcf22e/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:40.490 8 INFO neutron.services.segments.plugin [-] Segment c9bb1a28-36c6-409f-8ce2-b6e2a1ac2028 resource provider aggregate not found 2026-06-28 21:11:40.495 8 INFO neutron.services.segments.plugin [-] Segment c9bb1a28-36c6-409f-8ce2-b6e2a1ac2028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9bb1a28-36c6-409f-8ce2-b6e2a1ac2028 found for delete ", "request_id": "req-12553a27-0bd1-4076-9d2e-e89f8ce91772"}]} 2026-06-28 21:11:40.504 8 INFO neutron.services.segments.plugin [-] Segment c9bb1a28-36c6-409f-8ce2-b6e2a1ac2028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9bb1a28-36c6-409f-8ce2-b6e2a1ac2028 found for delete ", "request_id": "req-5f7de0b1-32c1-422d-994b-673bed3cc882"}]} 2026-06-28 21:11:40.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-15efb368-1600-4d32-ad23-46b0ca48ec77 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: a9baf2e6-b075-4be3-991f-0e5003618c14 [pid: 7|app: 0|req: 830/1667] 10.0.0.94 () {32 vars in 663 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:40.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15efb368-1600-4d32-ad23-46b0ca48ec77 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: a9baf2e6-b075-4be3-991f-0e5003618c14 [pid: 7|app: 0|req: 831/1668] 10.0.0.94 () {32 vars in 677 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1669] 10.0.0.94 () {32 vars in 673 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1670] 10.0.0.94 () {32 vars in 685 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1671] 10.0.0.94 () {32 vars in 671 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1672] 10.0.0.94 () {32 vars in 685 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1673] 10.0.0.94 () {32 vars in 681 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:40.891 8 INFO neutron.db.l3_hamode_db [None req-15efb368-1600-4d32-ad23-46b0ca48ec77 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] HA network 4fad04f7-3729-427f-bb82-47794aa03768 was deleted as no HA routers are present in tenant b55e95563cd14194afe8e75ff216782f. [pid: 8|app: 0|req: 838/1674] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:40 2026] DELETE /v2.0/routers/db0bd2aa-09d0-4ade-b931-2098e058972e => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1677] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1194 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1678] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1679] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:40 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1680] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:40 2026] DELETE /v2.0/subnets/fe9b48a7-0f3a-44e5-8f95-8df8a0c1b2e1 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1681] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:40 2026] DELETE /v2.0/subnets/b1507d0f-eaf0-4434-8c49-10b2c50b4053 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:41.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-51d80031-ec72-4cb5-aa33-8cfd4ed7d742 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: 471ea9b7-a3a5-4209-8c55-3432eb1f47b9 2026-06-28 21:11:41.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51d80031-ec72-4cb5-aa33-8cfd4ed7d742 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: 471ea9b7-a3a5-4209-8c55-3432eb1f47b9 [pid: 8|app: 0|req: 844/1682] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:41 2026] DELETE /v2.0/subnets/87d73e43-4810-4291-b7fc-f0f650de6a22 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:41.437 7 INFO neutron.services.segments.plugin [-] Segment 2bc52029-1743-425c-9679-6fa624923aed resource provider aggregate not found 2026-06-28 21:11:41.438 7 INFO neutron.services.segments.plugin [-] Segment 2bc52029-1743-425c-9679-6fa624923aed resource provider aggregate not found 2026-06-28 21:11:41.459 7 INFO neutron.services.segments.plugin [-] Segment 2bc52029-1743-425c-9679-6fa624923aed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc52029-1743-425c-9679-6fa624923aed found for delete ", "request_id": "req-5f1eb684-eacd-4de1-abe9-729dc46abc14"}]} 2026-06-28 21:11:41.460 7 INFO neutron.services.segments.plugin [-] Segment 2bc52029-1743-425c-9679-6fa624923aed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bc52029-1743-425c-9679-6fa624923aed found for delete ", "request_id": "req-c8c9917b-5a06-46c4-ac5a-3d879ae6c776"}]} [pid: 7|app: 0|req: 839/1683] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:41 2026] DELETE /v2.0/networks/0322dd67-c8d5-4015-820a-d7c27493bfe9 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1684] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:41 2026] DELETE /v2.0/subnets/7f150236-f7b3-4c0a-bb7d-d653ba2d2047 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:41.539 7 INFO neutron.db.segments_db [None req-f4b8526d-02d4-44fa-84de-d3f4b4e8a97e 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Added segment c66fd3bc-1440-46e8-beb2-f8e9facf8464 of type vxlan for network 823b8e2e-5def-47cc-914e-13be698b53b6 [pid: 8|app: 0|req: 846/1685] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:41 2026] DELETE /v2.0/subnets/6c422ae1-962d-42ac-8ec9-8b15b5dcf22e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1686] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:41 2026] DELETE /v2.0/subnets/9c498a43-3679-4f73-ba74-7ed026f3306b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:41.811 7 INFO neutron.db.l3_hamode_db [None req-f4b8526d-02d4-44fa-84de-d3f4b4e8a97e 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 848/1687] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:41 2026] DELETE /v2.0/networks/a33a4bc5-3f1d-4e40-823d-89d11368e355 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1688] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:41 2026] DELETE /v2.0/networks/8f03caa3-04b6-49a5-9193-8c6e22784bbd => 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: 850/1689] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:42 2026] DELETE /v2.0/networks/508dabf1-e8c1-440e-ad7d-eea57ad2539d => 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: 851/1690] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:42 2026] DELETE /v2.0/networks/8a434d9d-ff82-4732-9698-53de685e2e65 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1691] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:42 2026] DELETE /v2.0/networks/a16d54a1-8511-435a-a2b0-be2b9c266002 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:42.516 8 INFO neutron.services.segments.plugin [-] Segment 360a967f-4d1d-42a8-bf4f-7237d108d5e2 resource provider aggregate not found 2026-06-28 21:11:42.525 8 INFO neutron.services.segments.plugin [-] Segment 360a967f-4d1d-42a8-bf4f-7237d108d5e2 resource provider aggregate not found 2026-06-28 21:11:42.535 8 INFO neutron.services.segments.plugin [-] Segment 360a967f-4d1d-42a8-bf4f-7237d108d5e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360a967f-4d1d-42a8-bf4f-7237d108d5e2 found for delete ", "request_id": "req-49034c70-1dc2-4aee-9c8b-62d8afafaadc"}]} 2026-06-28 21:11:42.543 8 INFO neutron.services.segments.plugin [-] Segment 360a967f-4d1d-42a8-bf4f-7237d108d5e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360a967f-4d1d-42a8-bf4f-7237d108d5e2 found for delete ", "request_id": "req-e540c50e-7472-41db-a7ed-6fea79077d39"}]} 2026-06-28 21:11:42.549 8 INFO neutron.services.segments.plugin [-] Segment 1cf6ba5b-0bc9-443c-9e5c-c8bd7e5cf09b resource provider aggregate not found 2026-06-28 21:11:42.560 8 INFO neutron.services.segments.plugin [-] Segment 1cf6ba5b-0bc9-443c-9e5c-c8bd7e5cf09b resource provider aggregate not found 2026-06-28 21:11:42.564 8 INFO neutron.services.segments.plugin [-] Segment 1cf6ba5b-0bc9-443c-9e5c-c8bd7e5cf09b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf6ba5b-0bc9-443c-9e5c-c8bd7e5cf09b found for delete ", "request_id": "req-9a2d994a-4ce8-4a60-9377-eaa2337092db"}]} 2026-06-28 21:11:42.584 8 INFO neutron.services.segments.plugin [-] Segment c300eb36-41c1-4f26-babd-51a4638b8f78 resource provider aggregate not found 2026-06-28 21:11:42.588 8 INFO neutron.services.segments.plugin [-] Segment 1cf6ba5b-0bc9-443c-9e5c-c8bd7e5cf09b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cf6ba5b-0bc9-443c-9e5c-c8bd7e5cf09b found for delete ", "request_id": "req-41832fc5-ffa6-4ca2-b018-c2875f86b7b7"}]} 2026-06-28 21:11:42.612 8 INFO neutron.services.segments.plugin [-] Segment c300eb36-41c1-4f26-babd-51a4638b8f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c300eb36-41c1-4f26-babd-51a4638b8f78 found for delete ", "request_id": "req-525fc7c4-5e26-468d-9f6d-99386b639f12"}]} 2026-06-28 21:11:42.621 8 INFO neutron.services.segments.plugin [-] Segment c300eb36-41c1-4f26-babd-51a4638b8f78 resource provider aggregate not found 2026-06-28 21:11:42.643 7 INFO neutron.db.l3_hamode_db [None req-f4b8526d-02d4-44fa-84de-d3f4b4e8a97e 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:11:42.643 8 INFO neutron.services.segments.plugin [-] Segment c300eb36-41c1-4f26-babd-51a4638b8f78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c300eb36-41c1-4f26-babd-51a4638b8f78 found for delete ", "request_id": "req-a7e0826e-10c4-463c-829a-3e6a794d5dcd"}]} 2026-06-28 21:11:42.643 8 INFO neutron.services.segments.plugin [-] Segment 23619928-ab30-40ab-ad86-d3fbf9ab7f5d resource provider aggregate not found 2026-06-28 21:11:42.662 8 INFO neutron.services.segments.plugin [-] Segment 23619928-ab30-40ab-ad86-d3fbf9ab7f5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23619928-ab30-40ab-ad86-d3fbf9ab7f5d found for delete ", "request_id": "req-09e237e5-6be6-4f44-a190-f1c4e210ea19"}]} 2026-06-28 21:11:42.667 8 INFO neutron.services.segments.plugin [-] Segment 23619928-ab30-40ab-ad86-d3fbf9ab7f5d resource provider aggregate not found 2026-06-28 21:11:42.677 8 INFO neutron.services.segments.plugin [-] Segment 40169483-e9c9-4312-9ae5-f78d42baf651 resource provider aggregate not found 2026-06-28 21:11:42.684 8 INFO neutron.services.segments.plugin [-] Segment 23619928-ab30-40ab-ad86-d3fbf9ab7f5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23619928-ab30-40ab-ad86-d3fbf9ab7f5d found for delete ", "request_id": "req-705c71fd-368a-4c1d-a699-8c0d327be136"}]} 2026-06-28 21:11:42.695 8 INFO neutron.services.segments.plugin [-] Segment 40169483-e9c9-4312-9ae5-f78d42baf651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40169483-e9c9-4312-9ae5-f78d42baf651 found for delete ", "request_id": "req-c931d25c-8429-4402-a9bf-d35ac20bce35"}]} 2026-06-28 21:11:42.706 8 INFO neutron.services.segments.plugin [-] Segment 40169483-e9c9-4312-9ae5-f78d42baf651 resource provider aggregate not found 2026-06-28 21:11:42.719 8 INFO neutron.services.segments.plugin [-] Segment 9a3918d2-2424-49ed-9794-af5a7184c3b8 resource provider aggregate not found 2026-06-28 21:11:42.722 8 INFO neutron.services.segments.plugin [-] Segment 40169483-e9c9-4312-9ae5-f78d42baf651 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40169483-e9c9-4312-9ae5-f78d42baf651 found for delete ", "request_id": "req-26c386b0-df1f-4525-a12b-77a67c7a9da0"}]} 2026-06-28 21:11:42.733 8 INFO neutron.services.segments.plugin [-] Segment 9a3918d2-2424-49ed-9794-af5a7184c3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a3918d2-2424-49ed-9794-af5a7184c3b8 found for delete ", "request_id": "req-de2f70ae-fd58-49a4-9448-5f31c258ce97"}]} 2026-06-28 21:11:42.742 8 INFO neutron.services.segments.plugin [-] Segment 9a3918d2-2424-49ed-9794-af5a7184c3b8 resource provider aggregate not found 2026-06-28 21:11:42.759 8 INFO neutron.services.segments.plugin [-] Segment 9a3918d2-2424-49ed-9794-af5a7184c3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a3918d2-2424-49ed-9794-af5a7184c3b8 found for delete ", "request_id": "req-e552db1b-c95e-4eab-9630-20a30d04e715"}]} [pid: 7|app: 0|req: 840/1692] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:41 2026] POST /v2.0/routers => generated 687 bytes in 2049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1693] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:43 2026] GET /v2.0/security-groups?tenant_id=87a883e0f6f54f3a8bc57f90a22295fc&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1694] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:11:43 2026] GET /v2.0/routers/68d3e5f1-0ac7-40a4-b6c7-76b1c1f8533f => generated 693 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1695] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:43 2026] DELETE /v2.0/security-groups/f6959e71-2d69-4cca-9630-6c1f2314f7d0 => 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: 842/1696] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:11:43 2026] GET /v2.0/routers => generated 696 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1697] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:43 2026] GET /v2.0/security-groups?tenant_id=b635b56227d04a04bb25533971a8cd2d&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1698] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:44 2026] GET /v2.0/security-groups?tenant_id=87f5639d5a784cceb16715b0f13d50fe&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1699] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:44 2026] DELETE /v2.0/security-groups/6d112863-3dd0-4e8c-bb7a-33c7c65df131 => 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: 846/1700] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:44 2026] DELETE /v2.0/security-groups/ddeeb7df-2233-424d-ae21-653a312a56ed => 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: 855/1701] 10.0.0.94 () {34 vars in 740 bytes} [Sun Jun 28 21:11:43 2026] PUT /v2.0/routers/68d3e5f1-0ac7-40a4-b6c7-76b1c1f8533f => generated 700 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1702] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:11:44 2026] GET /v2.0/routers/68d3e5f1-0ac7-40a4-b6c7-76b1c1f8533f => generated 700 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1703] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:44 2026] GET /v2.0/ports?device_id=68d3e5f1-0ac7-40a4-b6c7-76b1c1f8533f => 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: 847/1704] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:44 2026] GET /v2.0/security-groups?tenant_id=da34e66351e24086a12f24ff10ce85fe&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1705] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:44 2026] DELETE /v2.0/security-groups/0ac9f118-ab67-4b94-9ceb-c89f5d134076 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:44.814 8 INFO neutron_taas.services.taas.taas_plugin [None req-e630886a-cd07-4ad7-8aec-615f1cbf1bb1 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: 3bd0132f-dc2c-4474-8998-231d7eba1e57 2026-06-28 21:11:44.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e630886a-cd07-4ad7-8aec-615f1cbf1bb1 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: 3bd0132f-dc2c-4474-8998-231d7eba1e57 [pid: 7|app: 0|req: 849/1706] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:44 2026] GET /v2.0/security-groups?tenant_id=20644455179548668d77744a72c0c279&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: 850/1707] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:44 2026] DELETE /v2.0/security-groups/12107b9f-8ebb-4748-964b-9671d21b1f00 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:45.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-e630886a-cd07-4ad7-8aec-615f1cbf1bb1 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] TaaS: Handle Delete Port: 489b5b9e-ce96-4d9a-b191-7ce24181252c 2026-06-28 21:11:45.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e630886a-cd07-4ad7-8aec-615f1cbf1bb1 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] Tap Mirror: Handle Delete Port: 489b5b9e-ce96-4d9a-b191-7ce24181252c 2026-06-28 21:11:45.306 8 INFO neutron.services.segments.plugin [-] Segment c66fd3bc-1440-46e8-beb2-f8e9facf8464 resource provider aggregate not found 2026-06-28 21:11:45.312 8 INFO neutron.services.segments.plugin [-] Segment c66fd3bc-1440-46e8-beb2-f8e9facf8464 resource provider aggregate not found 2026-06-28 21:11:45.320 8 INFO neutron.services.segments.plugin [-] Segment c66fd3bc-1440-46e8-beb2-f8e9facf8464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66fd3bc-1440-46e8-beb2-f8e9facf8464 found for delete ", "request_id": "req-43707556-9480-4944-a3fa-86bd5c531fc8"}]} 2026-06-28 21:11:45.330 8 INFO neutron.services.segments.plugin [-] Segment c66fd3bc-1440-46e8-beb2-f8e9facf8464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66fd3bc-1440-46e8-beb2-f8e9facf8464 found for delete ", "request_id": "req-bad7b4ed-b9ac-4a7b-bf34-bebb7515e0b3"}]} 2026-06-28 21:11:45.335 8 INFO neutron.db.l3_hamode_db [None req-e630886a-cd07-4ad7-8aec-615f1cbf1bb1 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] HA network 823b8e2e-5def-47cc-914e-13be698b53b6 was deleted as no HA routers are present in tenant b55e95563cd14194afe8e75ff216782f. [pid: 8|app: 0|req: 858/1708] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:44 2026] DELETE /v2.0/routers/68d3e5f1-0ac7-40a4-b6c7-76b1c1f8533f => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1709] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:45 2026] GET /v2.0/ports?device_id=68d3e5f1-0ac7-40a4-b6c7-76b1c1f8533f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:45.400 8 INFO neutron.api.v2.resource [None req-1f2b4c2d-087a-4c27-969e-dced2b24c2b1 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1710] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/routers/68d3e5f1-0ac7-40a4-b6c7-76b1c1f8533f => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1711] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:45 2026] GET /v2.0/ports?device_id=db0bd2aa-09d0-4ade-b931-2098e058972e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:45.474 8 INFO neutron.api.v2.resource [None req-e6b4732c-051c-4d5e-9926-fd93384511b0 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1712] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/routers/db0bd2aa-09d0-4ade-b931-2098e058972e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:45.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac54c405-ea08-4c6a-b123-b316ff303eb5 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1713] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/subnets/fe9b48a7-0f3a-44e5-8f95-8df8a0c1b2e1 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1714] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:45 2026] GET /v2.0/ports?device_id=e0b60545-9dad-4940-b024-e5b41c41a129 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:45.561 7 INFO neutron.api.v2.resource [None req-4e3cca93-a97c-4f58-8597-61b42abd7c6c 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1715] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/routers/e0b60545-9dad-4940-b024-e5b41c41a129 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:45.587 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3428facf-9d2c-41a3-afb7-34a8d1b20f6d 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 862/1716] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/subnets/88896ecf-fcc0-4355-82fa-28cced8a1b7d => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1717] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:11:45 2026] GET /v2.0/ports?device_id=8ebdc231-c050-47cb-9734-e9541fe61f84 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:45.641 8 INFO neutron.api.v2.resource [None req-9bf07439-6788-4768-8651-a8ed20b6dcb5 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1718] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/routers/8ebdc231-c050-47cb-9734-e9541fe61f84 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:45.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ba6585a-2121-4152-8a0c-b1c1a774e501 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1719] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/subnets/fafc4dd1-bb1e-49f2-bbd7-f5520425e072 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:45.679 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87398555-aed5-4d36-9935-828f47c8b46c 0849f592739b4c97810c30ab4a10341b b55e95563cd14194afe8e75ff216782f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1720] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:45 2026] DELETE /v2.0/subnets/ed8a36b6-0bc9-4bc5-afb1-a8a7d38a4fdf => 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: 857/1721] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:46 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1722] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:46 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&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: 858/1723] 10.0.0.94 () {32 vars in 817 bytes} [Sun Jun 28 21:11:46 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&mac_address=fa%3A16%3A3e%3A65%3A00%3A95 => generated 1196 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1724] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:46 2026] GET /v2.0/security-groups?tenant_id=b55e95563cd14194afe8e75ff216782f&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1725] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:46 2026] DELETE /v2.0/security-groups/31ca9671-b03f-4e16-b030-bee7a06baaa8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:47.039 8 INFO neutron.db.l3_db [None req-ddd39527-cb0f-421a-a5e6-d74bfbc7017e 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Floating IP 41c38ba8-1945-4f98-926a-069022ef93ee associated. External IP: 10.96.250.215, port: 194cfc39-8412-4b56-9a0b-16c7c6e9367d. [pid: 8|app: 0|req: 866/1726] 10.0.0.94 () {34 vars in 676 bytes} [Sun Jun 28 21:11:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:47.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-863cd784-36c4-4da3-aa74-0e0fee04766f'] response: {'name': 'network-changed', 'server_uuid': 'dc639935-54b5-4963-9249-3c2453b3e3cc', 'tag': '194cfc39-8412-4b56-9a0b-16c7c6e9367d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 861/1727] 10.0.0.244 () {34 vars in 1096 bytes} [Sun Jun 28 21:11:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1494603138&fields=id&tenant_id=0651897be08d44a28f32366a63b9c8fc => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1728] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:11:47 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 705 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1729] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:11:47 2026] GET /v2.0/quotas/0651897be08d44a28f32366a63b9c8fc => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1730] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:11:47 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&fields=id => generated 333 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1731] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:11:47 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 869/1732] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:11:47 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 864/1733] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:11:47 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1465 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1734] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1735] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=194cfc39-8412-4b56-9a0b-16c7c6e9367d => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1736] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => 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: 866/1737] 199.204.45.223 () {34 vars in 1102 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af6&port_id=194cfc39-8412-4b56-9a0b-16c7c6e9367d => 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: 872/1738] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe&id=37c57e7b-b75c-446a-b7ca-35ceadb9f292 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1739] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 873/1740] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 868/1741] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 874/1742] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:11:48 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 869/1743] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:11:48 2026] POST /v2.0/floatingips => generated 552 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1744] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:11:49 2026] PUT /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1745] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:49 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1746] 10.0.0.94 () {34 vars in 769 bytes} [Sun Jun 28 21:11:49 2026] PUT /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1747] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:49 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1748] 10.0.0.94 () {34 vars in 765 bytes} [Sun Jun 28 21:11:49 2026] PUT /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1749] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:49 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1750] 10.0.0.94 () {34 vars in 787 bytes} [Sun Jun 28 21:11:49 2026] PUT /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1751] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:49 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1752] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:11:49 2026] PUT /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1753] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:49 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1754] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:11:50 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:11:50.105 7 INFO neutron.api.v2.resource [None req-11a86977-fb75-4981-8f45-2507da3b7c13 f72620fe94584c37bb6035b25cb33fcf 9524bdc5fbf744549fa2040a06aa45cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1755] 10.0.0.94 () {32 vars in 750 bytes} [Sun Jun 28 21:11:50 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1756] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:11:50 2026] DELETE /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags/red => 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: 876/1757] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:50 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:50.259 8 INFO neutron.api.v2.resource [None req-a087238c-9af4-4943-b907-cebc2552e1d3 f72620fe94584c37bb6035b25cb33fcf 9524bdc5fbf744549fa2040a06aa45cc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 882/1758] 10.0.0.94 () {32 vars in 753 bytes} [Sun Jun 28 21:11:50 2026] DELETE /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1759] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:11:50 2026] DELETE /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1760] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:50 2026] GET /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:50.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-06b1605f-e375-4307-98fc-002766a570f9 f72620fe94584c37bb6035b25cb33fcf 9524bdc5fbf744549fa2040a06aa45cc - - default default] TaaS: Handle Delete Port: f11021de-b939-4cc5-b82a-4fb004dd4939 2026-06-28 21:11:50.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06b1605f-e375-4307-98fc-002766a570f9 f72620fe94584c37bb6035b25cb33fcf 9524bdc5fbf744549fa2040a06aa45cc - - default default] Tap Mirror: Handle Delete Port: f11021de-b939-4cc5-b82a-4fb004dd4939 [pid: 8|app: 0|req: 884/1761] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:11:50 2026] DELETE /v2.0/floatingips/22a3e9f6-4a9d-40db-93d9-ef12614327b8 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1762] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:50 2026] GET /v2.0/security-groups?tenant_id=37808f16633242a29c09ed13cc974963&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1763] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:50 2026] DELETE /v2.0/security-groups/50d09416-8739-4fb6-96af-fd5f595f3950 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1764] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:51 2026] GET /v2.0/security-groups?tenant_id=bee7dacbf21a40e6913062f697234c73&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1765] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:51 2026] GET /v2.0/security-groups?tenant_id=9524bdc5fbf744549fa2040a06aa45cc&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1766] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:51 2026] DELETE /v2.0/security-groups/2c28d0a6-c467-49e9-b1b0-029e0bae4ffd => 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: 887/1767] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:51 2026] DELETE /v2.0/security-groups/7047a90d-97c1-4c0d-b44c-666d862e3bc4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1768] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:51 2026] GET /v2.0/security-groups?tenant_id=b514a55e01fa488db79fe84ab97156b1&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1769] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:51 2026] GET /v2.0/security-groups?tenant_id=f9122adaaae84fe5873f355c7236ce0a&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: 882/1770] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:51 2026] DELETE /v2.0/security-groups/fcc9480c-72a7-4949-bd25-77da1c2d0297 => 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: 889/1771] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:51 2026] DELETE /v2.0/security-groups/4d4152aa-e4c7-48b9-814a-ddcb96f0767a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1772] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:11:52 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1773] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:11:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0651897be08d44a28f32366a63b9c8fc => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1774] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:11:52 2026] POST /v2.0/ports => generated 1187 bytes in 444 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: 891/1775] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:53 2026] GET /v2.0/security-groups?tenant_id=2ebaa823d1294b48a21c1e63d276c73d&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1776] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:53 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1202 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1777] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:53 2026] DELETE /v2.0/security-groups/f00b886d-f2bb-40b8-8b85-634af04a94a8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1778] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:53 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&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: 885/1779] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:11:53 2026] PUT /v2.0/ports/db965ff0-d72d-42a8-8013-98bbfd979fe7 => generated 1468 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:53.704 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-98271a90-ccf4-4ebc-81e0-29395ee9fb12'] response: {'name': 'network-changed', 'server_uuid': 'a973aa80-a925-47c3-9814-a22086e59a8a', 'tag': 'db965ff0-d72d-42a8-8013-98bbfd979fe7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 895/1780] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:11:54 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 886/1781] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:11:54 2026] GET /v2.0/networks?tenant_id=0651897be08d44a28f32366a63b9c8fc&shared=False => generated 2376 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1782] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:11:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1783] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:54 2026] GET /v2.0/security-groups?tenant_id=b6afbb1f31b548d1b01a9c5828f0b60b&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1784] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:54 2026] DELETE /v2.0/security-groups/d74beff7-f595-47d3-a043-b4df681d515f => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1785] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1786] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=db965ff0-d72d-42a8-8013-98bbfd979fe7 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1787] 199.204.45.223 () {34 vars in 1106 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A101&port_id=db965ff0-d72d-42a8-8013-98bbfd979fe7 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1788] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/subnets?id=2aa0b143-6ea9-4b5b-9409-c4dd47fd6533&id=1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 1413 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1789] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&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: 7|app: 0|req: 893/1790] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:11:55.752 8 INFO neutron.db.segments_db [None req-d347f7c2-2ca4-464c-b5d2-f77869086ce1 fe917929e27c4cff9e899d59cb5b180c e68ab970ef3d435ba70e5c0a505ef70e - - default default] Added segment 365bb619-55a5-4b21-adc1-43b090647494 of type vxlan for network b714c1fb-1a86-4b0c-ab54-57170c86d7ed [pid: 7|app: 0|req: 894/1791] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1792] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:11:55 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1795] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:55 2026] POST /v2.0/networks => generated 632 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1796] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:11:55 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1797] 10.0.0.94 () {34 vars in 746 bytes} [Sun Jun 28 21:11:56 2026] PUT /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 899/1798] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:11:56 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 900/1799] 10.0.0.94 () {34 vars in 757 bytes} [Sun Jun 28 21:11:56 2026] PUT /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags/green => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 900/1800] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:11:56 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 901/1801] 10.0.0.94 () {34 vars in 753 bytes} [Sun Jun 28 21:11:56 2026] PUT /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags/red => generated 4 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 902/1802] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:11:56 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:11:56.692 8 INFO neutron.db.segments_db [None req-811b2c69-938b-48b2-8dbe-3400d02f418c 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] Added segment 9238715d-c953-4dc0-85b3-278fa1b9d2ac of type vxlan for network 379b0b48-3465-4e14-a2c4-c205ad5af191 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 901/1803] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:56 2026] POST /v2.0/networks => generated 645 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1804] 10.0.0.94 () {34 vars in 775 bytes} [Sun Jun 28 21:11:56 2026] PUT /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 904/1805] 10.0.0.153 () {30 vars in 650 bytes} [Sun Jun 28 21:11:56 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1806] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:11:56 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 906/1807] 10.0.0.153 () {30 vars in 724 bytes} [Sun Jun 28 21:11:56 2026] GET /v2.0/quotas/34a432dc98594adeae3ee57f891389dc/details => generated 847 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1808] 10.0.0.94 () {34 vars in 746 bytes} [Sun Jun 28 21:11:56 2026] PUT /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 902/1809] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:11:56 2026] POST /v2.0/ports => generated 775 bytes in 298 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: 908/1810] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:11:57 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/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, ' 2026-06-28 21:11:57.138 8 INFO neutron.db.segments_db [None req-b3d72b77-344e-410e-8692-f4f10c615d77 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] Added segment e0c3cdbc-e4eb-4611-a174-9c0a7ea3a2e3 of type vxlan for network f10c18eb-944b-431d-9ff5-6508d30ece32 [pid: 7|app: 0|req: 909/1811] 10.0.0.94 () {32 vars in 734 bytes} [Sun Jun 28 21:11:57 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:57.225 7 INFO neutron.api.v2.resource [None req-45a41939-a2ba-493d-87b2-1960f041d53e fe917929e27c4cff9e899d59cb5b180c e68ab970ef3d435ba70e5c0a505ef70e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1812] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:11:57 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1813] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:57 2026] POST /v2.0/networks => generated 631 bytes in 154 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: 911/1814] 10.0.0.94 () {32 vars in 737 bytes} [Sun Jun 28 21:11:57 2026] DELETE /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 912/1815] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:11:57 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:57.417 7 INFO neutron.api.v2.resource [None req-cd7a446b-ff80-4d83-b563-1b535070dae9 fe917929e27c4cff9e899d59cb5b180c e68ab970ef3d435ba70e5c0a505ef70e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1816] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:11:57 2026] DELETE /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags/green => generated 99 bytes in 70 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: 914/1817] 10.0.0.94 () {32 vars in 729 bytes} [Sun Jun 28 21:11:57 2026] DELETE /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 904/1818] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:57 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1819] 10.0.0.94 () {32 vars in 726 bytes} [Sun Jun 28 21:11:57 2026] GET /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:57.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d748fe9-83eb-4514-9d51-48ce64eae981 fe917929e27c4cff9e899d59cb5b180c e68ab970ef3d435ba70e5c0a505ef70e - - default default] TaaS: Handle Delete Port: 291243d3-0682-41fc-9e0e-4cadec2deaa0 2026-06-28 21:11:57.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d748fe9-83eb-4514-9d51-48ce64eae981 fe917929e27c4cff9e899d59cb5b180c e68ab970ef3d435ba70e5c0a505ef70e - - default default] Tap Mirror: Handle Delete Port: 291243d3-0682-41fc-9e0e-4cadec2deaa0 [pid: 7|app: 0|req: 916/1820] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:11:57 2026] DELETE /v2.0/ports/291243d3-0682-41fc-9e0e-4cadec2deaa0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:57.795 7 INFO neutron.services.segments.plugin [-] Segment 365bb619-55a5-4b21-adc1-43b090647494 resource provider aggregate not found 2026-06-28 21:11:57.796 7 INFO neutron.services.segments.plugin [-] Segment 365bb619-55a5-4b21-adc1-43b090647494 resource provider aggregate not found 2026-06-28 21:11:57.818 7 INFO neutron.services.segments.plugin [-] Segment 365bb619-55a5-4b21-adc1-43b090647494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365bb619-55a5-4b21-adc1-43b090647494 found for delete ", "request_id": "req-819120ea-594e-4830-99f9-5ef86b96fe80"}]} 2026-06-28 21:11:57.822 7 INFO neutron.services.segments.plugin [-] Segment 365bb619-55a5-4b21-adc1-43b090647494 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365bb619-55a5-4b21-adc1-43b090647494 found for delete ", "request_id": "req-e6f7bfa2-932d-4b7b-a67a-81750a393262"}]} [pid: 7|app: 0|req: 917/1821] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:57 2026] DELETE /v2.0/networks/b714c1fb-1a86-4b0c-ab54-57170c86d7ed => 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: 905/1822] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:11:57 2026] POST /v2.0/ports => generated 950 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:58.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a2f5578-4e61-408b-8772-724c2abab59f 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] TaaS: Handle Delete Port: 88518b44-0f1f-4121-8318-abfe349258c9 2026-06-28 21:11:58.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a2f5578-4e61-408b-8772-724c2abab59f 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] Tap Mirror: Handle Delete Port: 88518b44-0f1f-4121-8318-abfe349258c9 [pid: 7|app: 0|req: 918/1823] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:11:57 2026] DELETE /v2.0/ports/88518b44-0f1f-4121-8318-abfe349258c9 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:11:58.173 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee9cc1c0-2910-443c-b98d-cd700586ff21 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 906/1824] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:11:58 2026] DELETE /v2.0/ports/88518b44-0f1f-4121-8318-abfe349258c9 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:11:58.211 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a54f4fa-23cc-48b7-bd3f-b6a632533278 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1825] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:11:58 2026] GET /v2.0/ports/88518b44-0f1f-4121-8318-abfe349258c9 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1826] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:58 2026] DELETE /v2.0/subnets/46fe3784-ac5f-4bf4-8ad2-95acfe69f6fc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1827] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:58 2026] DELETE /v2.0/networks/f10c18eb-944b-431d-9ff5-6508d30ece32 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:58.659 7 INFO neutron.db.segments_db [None req-f14cd987-5b4d-4e11-a048-184ab9e643e5 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] Added segment d904cf1b-a49a-41b0-b550-a47963af1546 of type vxlan for network 84ca525d-c45f-48b5-9c88-9ed0ed27892a [pid: 7|app: 0|req: 921/1828] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:11:58 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1829] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:58 2026] GET /v2.0/security-groups?tenant_id=e68ab970ef3d435ba70e5c0a505ef70e&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1830] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:11:58 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1831] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:58 2026] DELETE /v2.0/security-groups/7e455e29-8435-407d-a24d-4e8aa11ee261 => 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: 924/1832] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:11:58 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1833] 10.0.0.153 () {30 vars in 650 bytes} [Sun Jun 28 21:11:58 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1834] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:11:58 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1835] 10.0.0.153 () {30 vars in 724 bytes} [Sun Jun 28 21:11:58 2026] GET /v2.0/quotas/34a432dc98594adeae3ee57f891389dc/details => generated 847 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1836] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:11:59 2026] GET /v2.0/security-groups?tenant_id=7bfd69e2583e4878bafcc04070607d69&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: 912/1837] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:11:59 2026] DELETE /v2.0/security-groups/fc467c79-fb2f-4d0d-a03e-c26e18d85b89 => 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: 926/1838] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:11:58 2026] POST /v2.0/ports => generated 915 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:11:59.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-51d95e7b-62d6-486a-9955-0bee3905a502 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] TaaS: Handle Delete Port: 10758d2f-8d59-44bc-ada0-b73890dfaa6a 2026-06-28 21:11:59.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51d95e7b-62d6-486a-9955-0bee3905a502 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] Tap Mirror: Handle Delete Port: 10758d2f-8d59-44bc-ada0-b73890dfaa6a [pid: 8|app: 0|req: 913/1839] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:11:59 2026] DELETE /v2.0/ports/10758d2f-8d59-44bc-ada0-b73890dfaa6a => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:59.603 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8042bc43-cc30-4a44-bb6a-8d0cb97df3e9 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 927/1840] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:11:59 2026] GET /v2.0/ports/10758d2f-8d59-44bc-ada0-b73890dfaa6a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1841] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:11:59 2026] DELETE /v2.0/subnets/8553e240-ebdd-4269-8ff7-42638bca8439 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:11:59.846 7 INFO neutron.services.segments.plugin [-] Segment e0c3cdbc-e4eb-4611-a174-9c0a7ea3a2e3 resource provider aggregate not found 2026-06-28 21:11:59.847 7 INFO neutron.services.segments.plugin [-] Segment e0c3cdbc-e4eb-4611-a174-9c0a7ea3a2e3 resource provider aggregate not found 2026-06-28 21:11:59.871 7 INFO neutron.services.segments.plugin [-] Segment e0c3cdbc-e4eb-4611-a174-9c0a7ea3a2e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c3cdbc-e4eb-4611-a174-9c0a7ea3a2e3 found for delete ", "request_id": "req-4c34d197-c542-4409-af73-bdf6404b6d01"}]} 2026-06-28 21:11:59.874 7 INFO neutron.services.segments.plugin [-] Segment e0c3cdbc-e4eb-4611-a174-9c0a7ea3a2e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c3cdbc-e4eb-4611-a174-9c0a7ea3a2e3 found for delete ", "request_id": "req-4e5244c6-3157-42b4-a3d6-63405cf6300e"}]} [pid: 7|app: 0|req: 928/1842] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:11:59 2026] DELETE /v2.0/networks/84ca525d-c45f-48b5-9c88-9ed0ed27892a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1843] 10.0.0.94 () {34 vars in 664 bytes} [Sun Jun 28 21:11:59 2026] POST /v2.0/ports => generated 775 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1844] 10.0.0.94 () {34 vars in 736 bytes} [Sun Jun 28 21:12:00 2026] PUT /v2.0/ports/f6449371-5b13-4ab3-a313-1b3b60c46647 => generated 752 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:12:00.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-023d919e-9a95-43c3-bd88-55b370e52f7b 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] TaaS: Handle Delete Port: f6449371-5b13-4ab3-a313-1b3b60c46647 2026-06-28 21:12:00.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-023d919e-9a95-43c3-bd88-55b370e52f7b 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] Tap Mirror: Handle Delete Port: f6449371-5b13-4ab3-a313-1b3b60c46647 [pid: 8|app: 0|req: 916/1845] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:12:00 2026] DELETE /v2.0/ports/f6449371-5b13-4ab3-a313-1b3b60c46647 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 930/1846] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:12:00 2026] GET /v2.0/ports => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:12:00.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aae2ba0a-1a4b-42ca-b952-7e8342425690 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 917/1847] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:12:00 2026] GET /v2.0/ports/f6449371-5b13-4ab3-a313-1b3b60c46647 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1848] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:12:00 2026] GET /v2.0/ports => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1849] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:12:00 2026] GET /v2.0/ports/e21be704-5298-407a-b2ff-b24e525ef0d0 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:12:00.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1d44530-3495-4492-a39e-be0511995373 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1850] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:12:00 2026] DELETE /v2.0/ports/10758d2f-8d59-44bc-ada0-b73890dfaa6a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:12:00.876 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff6036a1-059c-4936-bf69-b2cdd6fc6a9d 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1851] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:12:00 2026] DELETE /v2.0/subnets/8553e240-ebdd-4269-8ff7-42638bca8439 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:12:00.899 7 INFO neutron.pecan_wsgi.hooks.translation [None req-339eef9c-e43b-4221-8101-bfb111b39290 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1852] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:12:00 2026] DELETE /v2.0/subnets/46fe3784-ac5f-4bf4-8ad2-95acfe69f6fc => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:12:01.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3108d15-918f-40a8-8874-f3839138343c 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] TaaS: Handle Delete Port: e21be704-5298-407a-b2ff-b24e525ef0d0 2026-06-28 21:12:01.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3108d15-918f-40a8-8874-f3839138343c 9bae52e47a804544acbc5bf517b701ac 4eb3b9005d00461bb51069ae75c104a5 - - default default] Tap Mirror: Handle Delete Port: e21be704-5298-407a-b2ff-b24e525ef0d0 [pid: 8|app: 0|req: 920/1853] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:12:00 2026] DELETE /v2.0/ports/e21be704-5298-407a-b2ff-b24e525ef0d0 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1854] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:12:01 2026] DELETE /v2.0/networks/379b0b48-3465-4e14-a2c4-c205ad5af191 => 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: 935/1855] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:12:01 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1856] 10.0.0.201 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:01 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1857] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:01 2026] GET /v2.0/security-groups?tenant_id=34a432dc98594adeae3ee57f891389dc&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1858] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:01 2026] DELETE /v2.0/security-groups/a3ca5a92-b619-44bf-87b2-71a1d754294e => 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: 922/1859] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:01 2026] GET /v2.0/security-groups?tenant_id=4eb3b9005d00461bb51069ae75c104a5&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:12:01.894 7 INFO neutron.services.segments.plugin [-] Segment d904cf1b-a49a-41b0-b550-a47963af1546 resource provider aggregate not found 2026-06-28 21:12:01.901 7 INFO neutron.services.segments.plugin [-] Segment d904cf1b-a49a-41b0-b550-a47963af1546 resource provider aggregate not found 2026-06-28 21:12:01.925 7 INFO neutron.services.segments.plugin [-] Segment d904cf1b-a49a-41b0-b550-a47963af1546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d904cf1b-a49a-41b0-b550-a47963af1546 found for delete ", "request_id": "req-f339ca5e-0f51-4563-8b6e-3d72914d1cc1"}]} 2026-06-28 21:12:01.928 7 INFO neutron.services.segments.plugin [-] Segment d904cf1b-a49a-41b0-b550-a47963af1546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d904cf1b-a49a-41b0-b550-a47963af1546 found for delete ", "request_id": "req-bdab404b-67af-4503-8507-e042c620cb84"}]} 2026-06-28 21:12:01.949 7 INFO neutron.services.segments.plugin [-] Segment 9238715d-c953-4dc0-85b3-278fa1b9d2ac resource provider aggregate not found 2026-06-28 21:12:01.950 7 INFO neutron.services.segments.plugin [-] Segment 9238715d-c953-4dc0-85b3-278fa1b9d2ac resource provider aggregate not found 2026-06-28 21:12:01.977 7 INFO neutron.services.segments.plugin [-] Segment 9238715d-c953-4dc0-85b3-278fa1b9d2ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9238715d-c953-4dc0-85b3-278fa1b9d2ac found for delete ", "request_id": "req-bef06b08-f3aa-457d-8e9e-5c869dc4ba6a"}]} 2026-06-28 21:12:01.980 7 INFO neutron.services.segments.plugin [-] Segment 9238715d-c953-4dc0-85b3-278fa1b9d2ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9238715d-c953-4dc0-85b3-278fa1b9d2ac found for delete ", "request_id": "req-3df7d3a9-9428-4aec-8c97-53982a2101e0"}]} [pid: 7|app: 0|req: 938/1860] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:01 2026] DELETE /v2.0/security-groups/216b42a4-f3e8-4fc9-9a99-78c3967e275e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:12:03.271 8 INFO neutron.db.segments_db [None req-f3e47dea-634c-474e-a7f5-c45e532b0da4 b39a75a6af534d0ebb53d6ca8a7376c2 fd72dbdeaf434dc28b4f11a6742b08d2 - - default default] Added segment 9a7b02cf-5e0f-4992-aecf-0f4b21a49c87 of type vxlan for network cd01b6ce-c3ae-4e84-9935-a22a3540335e [pid: 8|app: 0|req: 923/1861] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:12:02 2026] POST /v2.0/networks => generated 632 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1862] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:12:03 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:12:03.686 8 INFO neutron.db.segments_db [None req-fd5fa553-44d4-4274-9979-2b003804adc8 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment c629a3b6-2890-45b9-999b-b177a57f221d of type vxlan for network b9c95cd1-64f2-45e8-8fee-48ceec3e4c91 [pid: 8|app: 0|req: 924/1863] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:12:03 2026] POST /v2.0/networks => generated 741 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1864] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:12:03 2026] POST /v2.0/subnets => generated 688 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1865] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:12:03 2026] POST /v2.0/subnetpools => generated 548 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:12:04.149 8 INFO neutron.db.segments_db [None req-d0221479-4ab9-418e-a848-a5c8bd66387e 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 49ee4ca8-3f51-4edb-ac54-a2afa297a93c of type vxlan for network 7bcc192d-d8c7-41c2-9d9b-9db88790424f [pid: 7|app: 0|req: 940/1866] 10.0.0.94 () {34 vars in 665 bytes} [Sun Jun 28 21:12:03 2026] POST /v2.0/trunks => generated 407 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1867] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:04 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:12:04.385 8 INFO neutron.db.l3_hamode_db [None req-d0221479-4ab9-418e-a848-a5c8bd66387e 394864f304b34c498815eab595d37814 70adcedabd564f118fa757d875de206c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 942/1868] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:04 2026] GET /v2.0/subnetpools/3f313558-deac-45ff-bdeb-53db26f8e795 => generated 548 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1869] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:12:04 2026] PUT /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1870] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:04 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&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: 945/1871] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:12:04 2026] PUT /v2.0/subnetpools/3f313558-deac-45ff-bdeb-53db26f8e795 => generated 500 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1872] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:04 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1873] 10.0.0.94 () {32 vars in 817 bytes} [Sun Jun 28 21:12:04 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&mac_address=fa%3A16%3A3e%3Abe%3Aa9%3A2c => generated 1204 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1874] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:12:04 2026] DELETE /v2.0/subnetpools/3f313558-deac-45ff-bdeb-53db26f8e795 => 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: 949/1875] 10.0.0.94 () {34 vars in 759 bytes} [Sun Jun 28 21:12:04 2026] PUT /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-28 21:12:05.169 8 INFO neutron.db.l3_hamode_db [None req-d0221479-4ab9-418e-a848-a5c8bd66387e 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:12:05.443 7 INFO neutron.db.l3_db [None req-6985842b-f683-4cf9-88c9-72f0ff1b5e7e 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Floating IP 3a6375e7-07fb-41df-861c-c19d8e1d0484 associated. External IP: 10.96.250.203, port: db965ff0-d72d-42a8-8013-98bbfd979fe7. [pid: 7|app: 0|req: 950/1876] 10.0.0.94 () {34 vars in 676 bytes} [Sun Jun 28 21:12:04 2026] POST /v2.0/floatingips => generated 855 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:12:05.799 7 INFO neutron.api.v2.resource [None req-b1865ecd-d2e2-45c8-84c8-182c331bde20 c46ebf62f33a438197809d037e2fd7a8 6b85715336d5426e97b7825e3f8c0279 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1877] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:05 2026] GET /v2.0/subnetpools/3f313558-deac-45ff-bdeb-53db26f8e795 => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:12:05.816 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-584b12fc-a34d-4929-8052-fc4e7726fbc3'] response: {'name': 'network-changed', 'server_uuid': 'a973aa80-a925-47c3-9814-a22086e59a8a', 'tag': 'db965ff0-d72d-42a8-8013-98bbfd979fe7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 952/1878] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:05 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:12:05.840 7 INFO neutron.api.v2.resource [None req-e49b9a8c-5f49-4f42-9588-9e5cdfe5ea8f c46ebf62f33a438197809d037e2fd7a8 6b85715336d5426e97b7825e3f8c0279 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 953/1879] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:12:05 2026] DELETE /v2.0/subnetpools/3f313558-deac-45ff-bdeb-53db26f8e795 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1880] 10.0.0.94 () {34 vars in 755 bytes} [Sun Jun 28 21:12:05 2026] PUT /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1881] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:05 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1882] 10.0.0.94 () {34 vars in 777 bytes} [Sun Jun 28 21:12:05 2026] PUT /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1883] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:05 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1884] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:12:05 2026] PUT /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1885] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1886] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:12:04 2026] POST /v2.0/routers => generated 728 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1887] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:12:06.100 7 INFO neutron.api.v2.resource [None req-6c3d8f02-9aed-4fbd-9e72-c1eceedbaf87 b39a75a6af534d0ebb53d6ca8a7376c2 fd72dbdeaf434dc28b4f11a6742b08d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 961/1888] 10.0.0.94 () {32 vars in 740 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1889] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:06 2026] DELETE /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1890] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:12:06.192 7 INFO neutron.api.v2.resource [None req-cce98a9a-5b5c-425e-ba46-ca7901e52723 b39a75a6af534d0ebb53d6ca8a7376c2 fd72dbdeaf434dc28b4f11a6742b08d2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 964/1891] 10.0.0.94 () {32 vars in 743 bytes} [Sun Jun 28 21:12:06 2026] DELETE /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1892] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:12:06 2026] DELETE /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1893] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50/tags => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1894] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50 => generated 407 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1895] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/ports/1014800b-44e4-4936-954a-507f79bdba53 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1896] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1473 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1897] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/security-groups?tenant_id=6b85715336d5426e97b7825e3f8c0279&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: 971/1898] 10.0.0.94 () {32 vars in 721 bytes} [Sun Jun 28 21:12:06 2026] DELETE /v2.0/trunks/7b882495-1c28-4cb7-ac13-8340c1844b50 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1899] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:12:06 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1900] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:06 2026] DELETE /v2.0/security-groups/9404d01f-a473-4a65-aa5a-182dbd5f9ba7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:12:06.948 7 INFO neutron_taas.services.taas.taas_plugin [None req-684a07f6-2d59-41f4-a1ab-aea59861cc2a b39a75a6af534d0ebb53d6ca8a7376c2 fd72dbdeaf434dc28b4f11a6742b08d2 - - default default] TaaS: Handle Delete Port: 1014800b-44e4-4936-954a-507f79bdba53 2026-06-28 21:12:06.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-684a07f6-2d59-41f4-a1ab-aea59861cc2a b39a75a6af534d0ebb53d6ca8a7376c2 fd72dbdeaf434dc28b4f11a6742b08d2 - - default default] Tap Mirror: Handle Delete Port: 1014800b-44e4-4936-954a-507f79bdba53 [pid: 7|app: 0|req: 974/1901] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:12:06 2026] DELETE /v2.0/ports/1014800b-44e4-4936-954a-507f79bdba53 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1902] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=db965ff0-d72d-42a8-8013-98bbfd979fe7 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1903] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:12:06 2026] PUT /v2.0/routers/1f9ab2fd-c26a-49b8-8924-6d4ee8d4d110/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1904] 199.204.45.223 () {34 vars in 1106 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A101&port_id=db965ff0-d72d-42a8-8013-98bbfd979fe7 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:12:07.188 7 INFO neutron.services.segments.plugin [-] Segment 9a7b02cf-5e0f-4992-aecf-0f4b21a49c87 resource provider aggregate not found 2026-06-28 21:12:07.193 7 INFO neutron.services.segments.plugin [-] Segment 9a7b02cf-5e0f-4992-aecf-0f4b21a49c87 resource provider aggregate not found 2026-06-28 21:12:07.210 7 INFO neutron.services.segments.plugin [-] Segment 9a7b02cf-5e0f-4992-aecf-0f4b21a49c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7b02cf-5e0f-4992-aecf-0f4b21a49c87 found for delete ", "request_id": "req-b6e47c25-1b65-4526-8c3a-e110e179a423"}]} 2026-06-28 21:12:07.212 7 INFO neutron.services.segments.plugin [-] Segment 9a7b02cf-5e0f-4992-aecf-0f4b21a49c87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7b02cf-5e0f-4992-aecf-0f4b21a49c87 found for delete ", "request_id": "req-902e3218-9bee-47ca-acbe-73fbf0744d28"}]} [pid: 8|app: 0|req: 930/1905] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/subnets?id=2aa0b143-6ea9-4b5b-9409-c4dd47fd6533&id=1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 1413 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1906] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:12:07 2026] DELETE /v2.0/networks/cd01b6ce-c3ae-4e84-9935-a22a3540335e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1907] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1908] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&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: 932/1909] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1910] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1911] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:07 2026] GET /v2.0/security-groups?tenant_id=ad0cc3573f7b41d1bf7e19d73dca08a5&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1912] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:08 2026] DELETE /v2.0/security-groups/07ab9e36-016d-4cee-a3f1-a68660337cc1 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:12:08.459 8 INFO neutron.db.segments_db [None req-97c95716-7404-4b52-9a64-6763e28b33cd 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment e28041fb-9087-4933-ba82-6b272c2c69ce of type vxlan for network e4f45777-f16c-46d2-8d05-95a8821b6114 [pid: 8|app: 0|req: 934/1913] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:12:08 2026] POST /v2.0/networks => generated 741 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1914] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:08 2026] GET /v2.0/security-groups?tenant_id=fd72dbdeaf434dc28b4f11a6742b08d2&name=default => 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: 936/1915] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:08 2026] DELETE /v2.0/security-groups/62e071df-84cb-4027-b1b1-b3d4f6b8b3a1 => 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: 980/1916] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:12:08 2026] POST /v2.0/subnets => generated 688 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:12:08.851 8 INFO neutron.db.segments_db [None req-e9542fdd-86ad-4c2c-9d92-246737795c09 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Added segment 0a51e843-f5de-4e05-8a8c-d6b6a581c0b2 of type vxlan for network 6cf4625d-a209-4ca8-a66f-6122c2a93657 2026-06-28 21:12:09.177 8 INFO neutron.db.l3_hamode_db [None req-e9542fdd-86ad-4c2c-9d92-246737795c09 394864f304b34c498815eab595d37814 f3d30ca2501d401a97cf82281055f821 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:12:09.991 8 INFO neutron.db.l3_hamode_db [None req-e9542fdd-86ad-4c2c-9d92-246737795c09 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 937/1917] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:12:08 2026] POST /v2.0/routers => generated 728 bytes in 2030 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1920] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:12:11 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1473 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1921] 10.0.0.201 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:12 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1922] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:12:10 2026] PUT /v2.0/routers/cbde9694-e000-4e47-91fc-9bd687759142/add_router_interface => generated 309 bytes in 1368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1923] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:12 2026] GET /v2.0/security-groups?tenant_id=ae15a53be49c4957a80c4883d78938dc&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1924] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:12 2026] DELETE /v2.0/security-groups/d86e7c6c-e34b-4c8f-b3ae-d52d2fa7546f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1925] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:12:12 2026] POST /v2.0/security-groups => generated 1675 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1926] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1927] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:13 2026] GET /v2.0/security-groups?tenant_id=829eb42cc7094beea8d52468163773e6&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: 985/1928] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1929] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:13 2026] DELETE /v2.0/security-groups/ab581b73-32f8-469f-ab29-15e4b8c8f1f7 => 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: 986/1930] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1931] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:12:13.564 7 INFO neutron.db.securitygroups_db [None req-05ff2825-cc16-4b22-a0b8-ebce2ebd94ae de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] Project 70adcedabd564f118fa757d875de206c 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/1932] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:13 2026] POST /v2.0/security-group-rules => generated 607 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:12:13.723 8 INFO neutron.db.securitygroups_db [None req-f1a9118f-3561-460a-9187-3876a7741906 de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] Project 70adcedabd564f118fa757d875de206c 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: 946/1933] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:13 2026] POST /v2.0/security-group-rules => generated 606 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1934] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:12:14 2026] POST /v2.0/security-groups => generated 1660 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1935] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1936] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1937] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:12:14 2026] POST /v2.0/floatingips => generated 552 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1938] 10.0.0.244 () {34 vars in 1100 bytes} [Sun Jun 28 21:12:15 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1166218231&fields=id&tenant_id=70adcedabd564f118fa757d875de206c => generated 69 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1939] 10.0.0.244 () {34 vars in 1100 bytes} [Sun Jun 28 21:12:15 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2052133774&fields=id&tenant_id=70adcedabd564f118fa757d875de206c => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1940] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:12:15 2026] GET /v2.0/networks?id=b9c95cd1-64f2-45e8-8fee-48ceec3e4c91 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1941] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:12:15 2026] GET /v2.0/quotas/70adcedabd564f118fa757d875de206c => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1942] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:12:15 2026] GET /v2.0/ports?tenant_id=70adcedabd564f118fa757d875de206c&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1943] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:12:15 2026] GET /v2.0/networks/b9c95cd1-64f2-45e8-8fee-48ceec3e4c91?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1944] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:12:15 2026] GET /v2.0/networks/b9c95cd1-64f2-45e8-8fee-48ceec3e4c91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1945] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:16 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 994/1946] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:17 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 953/1947] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:12:17 2026] GET /v2.0/security-groups?tenant_id=839da74d94f148a3a69e5aa1ebd9f4f8&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1948] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:12:17 2026] DELETE /v2.0/security-groups/79ff948a-66ce-4b2d-b1f9-30b9b3481f2c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1949] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:18 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 996/1950] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:19 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1951] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:12:20 2026] GET /v2.0/networks?id=b9c95cd1-64f2-45e8-8fee-48ceec3e4c91 => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1952] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:20 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 999/1953] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:12:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=70adcedabd564f118fa757d875de206c => generated 274 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:12:20.769 8 INFO neutron.db.segments_db [None req-6e1219d2-ca62-4b7f-a3f5-76de0e11068d d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Added segment 33a50f35-0602-48a0-aab2-bdbc946ea563 of type vxlan for network f9d37549-8df6-488c-b2a2-f32b98ff1eac [pid: 8|app: 0|req: 955/1954] 10.0.0.94 () {34 vars in 670 bytes} [Sun Jun 28 21:12:20 2026] POST /v2.0/networks => generated 632 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:12:20.923 8 INFO neutron.db.segments_db [None req-81aab11b-dacd-490c-87a0-00cf5a1b76ae d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Added segment a7efb7ef-2caf-4f08-a687-2ed0fcb934bf of type vxlan for network 205043a1-f49a-4594-a7cc-6f4db2e4ce1c [pid: 7|app: 0|req: 1000/1955] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:12:20 2026] POST /v2.0/ports => generated 997 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:12:21.189 8 INFO neutron.db.l3_hamode_db [None req-81aab11b-dacd-490c-87a0-00cf5a1b76ae d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1001/1956] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:12:20 2026] PUT /v2.0/ports/b5f96c72-1e77-4654-b632-65a6d94ba16b => generated 1278 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:12:21.575 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd8ad0b1-5aaa-4d1c-8812-1c8702fd200c'] response: {'name': 'network-changed', 'server_uuid': 'c6c6582f-fa3e-4a77-9eae-089ac4a15b68', 'tag': 'b5f96c72-1e77-4654-b632-65a6d94ba16b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1002/1957] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:21 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1958] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:21 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:12:21.984 8 INFO neutron.db.l3_hamode_db [None req-81aab11b-dacd-490c-87a0-00cf5a1b76ae d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1004/1959] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:22 2026] GET /v2.0/ports?tenant_id=70adcedabd564f118fa757d875de206c&device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 1005/1960] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:12:22 2026] GET /v2.0/networks?tenant_id=70adcedabd564f118fa757d875de206c&shared=False => generated 769 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1961] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:12:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1962] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:22 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1012 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1963] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:22 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1964] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:12:20 2026] POST /v2.0/routers => generated 695 bytes in 2038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1965] 10.0.0.94 () {32 vars in 775 bytes} [Sun Jun 28 21:12:22 2026] GET /v2.0/subnets?project_id=eef7f73e67534c4e87aaff51912c234b&cidr=10.100.0.0%2F28 => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1966] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:12:22 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1967] 10.0.0.94 () {32 vars in 783 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/subnets?network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1968] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:12:23 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: 7|app: 0|req: 1011/1969] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/ports?tenant_id=70adcedabd564f118fa757d875de206c&device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 1012/1970] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b5f96c72-1e77-4654-b632-65a6d94ba16b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1971] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/subnets?id=bc53e11c-ab8f-4687-b409-53f16ae9a798 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1972] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/ports?network_id=b9c95cd1-64f2-45e8-8fee-48ceec3e4c91&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: 1015/1973] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/networks/b9c95cd1-64f2-45e8-8fee-48ceec3e4c91?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: 1016/1974] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/networks/b9c95cd1-64f2-45e8-8fee-48ceec3e4c91?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: 1017/1975] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1012 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1976] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:23 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1977] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:12:24 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1978] 10.0.0.94 () {34 vars in 782 bytes} [Sun Jun 28 21:12:23 2026] PUT /v2.0/routers/b90e25f1-689e-44c1-9d64-3561e1eb6071/add_router_interface => generated 309 bytes in 1655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1979] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:12:24 2026] GET /v2.0/networks => generated 9565 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1980] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:25 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1981] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:12:25 2026] GET /v2.0/subnets => generated 10018 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1982] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:25 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&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: 961/1983] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:12:25 2026] GET /v2.0/routers => generated 2900 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1984] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:12:25 2026] POST /v2.0/security-groups => generated 1673 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1985] 10.0.0.36 () {30 vars in 689 bytes} [Sun Jun 28 21:12:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1986] 10.0.0.36 () {30 vars in 691 bytes} [Sun Jun 28 21:12:25 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: 1026/1987] 10.0.0.36 () {30 vars in 667 bytes} [Sun Jun 28 21:12:25 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: 1027/1988] 10.0.0.36 () {30 vars in 703 bytes} [Sun Jun 28 21:12:25 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: 962/1989] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1990] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:25 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1991] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1994] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:25 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) 2026-06-28 21:12:25.943 8 INFO neutron.db.securitygroups_db [None req-558ca215-41af-4087-9989-c6d90b4a1b42 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Project eef7f73e67534c4e87aaff51912c234b 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: 966/1995] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:25 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1996] 10.0.0.36 () {28 vars in 438 bytes} [Sun Jun 28 21:12:26 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-06-28 21:12:26.064 7 INFO neutron.db.securitygroups_db [None req-488b9f75-bc74-4a5e-8a09-ed44e349bd80 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Project eef7f73e67534c4e87aaff51912c234b 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: 968/1997] 10.0.0.36 () {30 vars in 727 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1998] 10.0.0.36 () {30 vars in 689 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1999] 10.0.0.36 () {30 vars in 691 bytes} [Sun Jun 28 21:12:26 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: 971/2000] 10.0.0.36 () {30 vars in 667 bytes} [Sun Jun 28 21:12:26 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: 972/2001] 10.0.0.36 () {30 vars in 703 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2002] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:12:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2003] 10.0.0.36 () {30 vars in 727 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2004] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1012 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2005] 10.0.0.36 () {30 vars in 689 bytes} [Sun Jun 28 21:12:26 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: 975/2006] 10.0.0.36 () {30 vars in 691 bytes} [Sun Jun 28 21:12:26 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: 976/2007] 10.0.0.36 () {30 vars in 667 bytes} [Sun Jun 28 21:12:26 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: 977/2008] 10.0.0.36 () {30 vars in 703 bytes} [Sun Jun 28 21:12:26 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: 1032/2009] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2010] 10.0.0.36 () {30 vars in 729 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2011] 10.0.0.36 () {30 vars in 681 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2012] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/networks => generated 1297 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2013] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1281 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2014] 199.204.45.223 () {34 vars in 1124 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2015] 10.0.0.244 () {34 vars in 1098 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-905365702&fields=id&tenant_id=eef7f73e67534c4e87aaff51912c234b => 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: 979/2016] 10.0.0.36 () {34 vars in 703 bytes} [Sun Jun 28 21:12:26 2026] POST /v2.0/ports => generated 1132 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2017] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/networks?id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 660 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: 8|app: 0|req: 980/2018] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/quotas/eef7f73e67534c4e87aaff51912c234b => generated 292 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2019] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2020] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:12:26 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1040/2021] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:12:27 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2022] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:27 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1041/2023] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:27 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2024] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:27 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2025] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:28 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2026] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:28 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2027] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:28 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2028] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1044/2029] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2030] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2031] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2032] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2033] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:12:29 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: 987/2034] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2035] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2036] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:29 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2037] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2038] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:12:30 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: 991/2039] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:12:30 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: 992/2040] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:12:30.283 8 INFO neutron.api.v2.resource [None req-626c0187-f166-4459-9b1d-51eb32d47acc 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 993/2041] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/security-groups/lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2042] 199.204.45.223 () {30 vars in 785 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/security-groups?name=lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:12:30.404 7 INFO neutron.db.l3_db [None req-dbc7a02a-e7e2-4aea-bf51-c939588f5caf de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] Floating IP 68b9be14-de80-4d59-b0cc-1219f1cdbdeb associated. External IP: 10.96.250.218, port: b5f96c72-1e77-4654-b632-65a6d94ba16b. [pid: 8|app: 0|req: 995/2043] 199.204.45.223 () {34 vars in 736 bytes} [Sun Jun 28 21:12:30 2026] POST /v2.0/security-groups => generated 1636 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2044] 199.204.45.223 () {30 vars in 815 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/security-group-rules?security_group_id=189759f2-abe7-45c4-acc8-1f2177a8b1ee => generated 1182 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2045] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2046] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:12:30 2026] PUT /v2.0/floatingips/68b9be14-de80-4d59-b0cc-1219f1cdbdeb => generated 856 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:12:30.780 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-95f1fee5-8704-40c5-ae9f-c429739f9a64'] response: {'name': 'network-changed', 'server_uuid': 'c6c6582f-fa3e-4a77-9eae-089ac4a15b68', 'tag': 'b5f96c72-1e77-4654-b632-65a6d94ba16b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 998/2047] 199.204.45.223 () {34 vars in 789 bytes} [Sun Jun 28 21:12:30 2026] PUT /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2048] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:12:30 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 999/2049] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:12:30 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: 1051/2050] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2051] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2052] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:12:30 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2053] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/ports?tenant_id=70adcedabd564f118fa757d875de206c&device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 1053/2054] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/networks?id=b9c95cd1-64f2-45e8-8fee-48ceec3e4c91 => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2055] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b5f96c72-1e77-4654-b632-65a6d94ba16b => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2056] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/subnets?id=bc53e11c-ab8f-4687-b409-53f16ae9a798 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2057] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/ports?network_id=b9c95cd1-64f2-45e8-8fee-48ceec3e4c91&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2058] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/networks/b9c95cd1-64f2-45e8-8fee-48ceec3e4c91?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2059] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/networks/b9c95cd1-64f2-45e8-8fee-48ceec3e4c91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2060] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/networks?id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2061] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1005/2062] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:12:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eef7f73e67534c4e87aaff51912c234b => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2063] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:12:31 2026] POST /v2.0/ports => generated 954 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2064] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:12:32 2026] PUT /v2.0/ports/d24a7ead-b8ba-4826-bc4a-f006dbfe8988 => generated 1235 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:12:32.663 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb7bf6e0-b89b-43bc-b69f-7650f3ea4449'] response: {'name': 'network-changed', 'server_uuid': 'f8d2801a-68a4-437a-a58b-e809ca3573f9', 'tag': 'd24a7ead-b8ba-4826-bc4a-f006dbfe8988', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1059/2065] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:32 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 969 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, ' [pid: 8|app: 0|req: 1007/2066] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:32 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&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: 1060/2067] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:33 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2068] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:12:33 2026] GET /v2.0/networks?tenant_id=eef7f73e67534c4e87aaff51912c234b&shared=False => generated 756 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2069] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:12:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2070] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:33 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2071] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:33 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2072] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:34 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2073] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:12:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d24a7ead-b8ba-4826-bc4a-f006dbfe8988 => 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: 1011/2074] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:12:34 2026] GET /v2.0/subnets?id=140ba1e3-0835-4320-b82f-3a1d0c03f49d => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2075] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:12:34 2026] GET /v2.0/ports?network_id=f9d37549-8df6-488c-b2a2-f32b98ff1eac&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2076] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:12:34 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2077] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:12:34 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1013/2078] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:35 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1066/2079] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:35 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&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: 1014/2080] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:36 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2081] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:36 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2082] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:37 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2083] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:37 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&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: 1016/2084] 10.0.0.244 () {34 vars in 1016 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/security-groups?id=e3241859-a7b1-4d68-9aa9-4725a86ffa3a&fields=id => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2085] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/networks?id=810b174e-5557-4168-8546-3792a306414b => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2086] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/quotas/bfccfbbba6d34d95811556a3dabb5d67 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2087] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2088] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2089] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2090] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2091] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:12:38 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1020/2092] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:39 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1073/2093] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:39 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1021/2094] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:39 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2095] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:39 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2096] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:39 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1075/2097] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:39 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&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: 1023/2098] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:12:40 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:12:40.796 7 INFO neutron.db.l3_db [None req-6abb5757-4c66-472a-b572-1aa161fc31db d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Floating IP 650f3c38-e822-4ac7-9d2d-dacbd36903c2 associated. External IP: 10.96.250.201, port: d24a7ead-b8ba-4826-bc4a-f006dbfe8988. [pid: 7|app: 0|req: 1076/2101] 10.0.0.94 () {34 vars in 676 bytes} [Sun Jun 28 21:12:40 2026] POST /v2.0/floatingips => generated 855 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:12:41.151 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f2bef9c-6cd4-4dd8-b20a-86b44fe4d476'] response: {'name': 'network-changed', 'server_uuid': 'f8d2801a-68a4-437a-a58b-e809ca3573f9', 'tag': 'd24a7ead-b8ba-4826-bc4a-f006dbfe8988', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1026/2102] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2103] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2104] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/networks?id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 756 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2105] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d24a7ead-b8ba-4826-bc4a-f006dbfe8988 => generated 858 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2106] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/subnets?id=140ba1e3-0835-4320-b82f-3a1d0c03f49d => 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: 1079/2107] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/ports?network_id=f9d37549-8df6-488c-b2a2-f32b98ff1eac&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2108] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2109] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:12:41 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1030/2110] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:42 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2111] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:42 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1031/2112] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:42 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2113] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:12:43 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2114] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:12:43 2026] GET /v2.0/networks?id=810b174e-5557-4168-8546-3792a306414b => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2115] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:12:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bfccfbbba6d34d95811556a3dabb5d67 => generated 343 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2116] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:12:43 2026] POST /v2.0/ports => generated 1078 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2117] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:12:43 2026] PUT /v2.0/ports/9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => generated 1239 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:12:44.216 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-332a96cf-20ab-4148-8208-ef8c51d0a9f7'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': '9c6663cf-ff60-44e8-9b2a-c66cc14f5c94', '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: 1034/2118] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:44 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1242 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: 1085/2119] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:12:44 2026] GET /v2.0/networks?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&shared=False => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2120] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:12:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2121] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:45 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1036/2122] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:45 2026] GET /v2.0/security-groups?id=e3241859-a7b1-4d68-9aa9-4725a86ffa3a&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2123] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:45 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2124] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:12:45 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2125] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:12:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.34&port_id=9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => 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: 1038/2126] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:12:45 2026] GET /v2.0/subnets?id=f3faf0ae-d1c3-4292-a455-2614815ae9e6 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2127] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:12:46 2026] GET /v2.0/ports?network_id=810b174e-5557-4168-8546-3792a306414b&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: 1039/2128] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:12:46 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1090/2129] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:12:46 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1040/2130] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:48 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1091/2131] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:48 2026] GET /v2.0/security-groups?id=e3241859-a7b1-4d68-9aa9-4725a86ffa3a&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2132] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:48 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2133] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:12:49 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2134] 10.0.0.201 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:49 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2135] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:12:50 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2136] 199.204.45.223 () {34 vars in 1044 bytes} [Sun Jun 28 21:12:50 2026] GET /v2.0/security-groups?id=e3241859-a7b1-4d68-9aa9-4725a86ffa3a&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2137] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:50 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2138] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:51 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2139] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:12:51 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1283 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2140] 10.0.0.94 () {32 vars in 857 bytes} [Sun Jun 28 21:12:51 2026] GET /v2.0/floatingips?floating_network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba&port_id=b5f96c72-1e77-4654-b632-65a6d94ba16b => generated 861 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2141] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:51 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2142] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:51 2026] GET /v2.0/security-groups?id=e3241859-a7b1-4d68-9aa9-4725a86ffa3a&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2143] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:51 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1047/2144] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:12:52 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2145] 10.0.0.201 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:52 2026] GET /v2.0/security-groups?id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&id=0d4257f1-55ea-4610-86c7-447b5ceb5183&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2146] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:54 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1099/2147] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:12:54 2026] GET /v2.0/security-groups?id=e3241859-a7b1-4d68-9aa9-4725a86ffa3a&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2148] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:54 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2149] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:54 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2150] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:54 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&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: 1102/2153] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:55 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2154] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:56 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&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: 7|app: 0|req: 1103/2155] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:57 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2156] 10.0.0.244 () {34 vars in 1120 bytes} [Sun Jun 28 21:12:57 2026] GET /v2.0/security-groups?id=0d4257f1-55ea-4610-86c7-447b5ceb5183&id=8d402bea-d119-45f0-b5e2-4ab864a9c6db&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2157] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:12:57 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:12:57.568 8 INFO neutron_taas.services.taas.taas_plugin [req-eebc3bf0-4798-4c81-bad4-dc2b7436b9d9 req-8bfef232-5115-4bc7-be8b-843ba0ad0197 de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] TaaS: Handle Delete Port: b5f96c72-1e77-4654-b632-65a6d94ba16b 2026-06-28 21:12:57.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eebc3bf0-4798-4c81-bad4-dc2b7436b9d9 req-8bfef232-5115-4bc7-be8b-843ba0ad0197 de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] Tap Mirror: Handle Delete Port: b5f96c72-1e77-4654-b632-65a6d94ba16b 2026-06-28 21:12:57.731 8 INFO neutron.db.l3_db [req-eebc3bf0-4798-4c81-bad4-dc2b7436b9d9 req-8bfef232-5115-4bc7-be8b-843ba0ad0197 de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] Floating IP 68b9be14-de80-4d59-b0cc-1219f1cdbdeb disassociated. External IP: 10.96.250.218, port: b5f96c72-1e77-4654-b632-65a6d94ba16b. [pid: 8|app: 0|req: 1054/2158] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:12:57 2026] DELETE /v2.0/ports/b5f96c72-1e77-4654-b632-65a6d94ba16b => generated 0 bytes in 744 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:12:58.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c0c6be1-369f-4514-9508-af4cbdd2eacd'] response: {'server_uuid': 'c6c6582f-fa3e-4a77-9eae-089ac4a15b68', 'name': 'network-vif-deleted', 'tag': 'b5f96c72-1e77-4654-b632-65a6d94ba16b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1105/2159] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:58 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2160] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:12:59 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 1055/2161] 10.0.0.94 () {32 vars in 825 bytes} [Sun Jun 28 21:12:59 2026] GET /v2.0/ports?project_id=eef7f73e67534c4e87aaff51912c234b&network_id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 3691 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2162] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:12:59 2026] GET /v2.0/subnets?network_id=67298bb4-2b52-4607-a306-2d6a7040e1ba => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:00.165 8 INFO neutron.db.l3_db [None req-58d2d835-49b5-43fd-936d-39dd6102323c d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Floating IP 650f3c38-e822-4ac7-9d2d-dacbd36903c2 disassociated. External IP: 10.96.250.201, port: d24a7ead-b8ba-4826-bc4a-f006dbfe8988. [pid: 8|app: 0|req: 1056/2163] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:13:00 2026] PUT /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 554 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:00.548 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa80502b-402d-44d7-9be5-c0b5b1abe929'] response: {'name': 'network-changed', 'server_uuid': 'f8d2801a-68a4-437a-a58b-e809ca3573f9', 'tag': 'd24a7ead-b8ba-4826-bc4a-f006dbfe8988', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1108/2164] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:13:00 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 554 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2165] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:00 2026] GET /v2.0/ports?device_id=c6c6582f-fa3e-4a77-9eae-089ac4a15b68 => 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: 1109/2166] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1058/2167] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/networks?id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2168] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d24a7ead-b8ba-4826-bc4a-f006dbfe8988 => 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: 1059/2169] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/subnets?id=140ba1e3-0835-4320-b82f-3a1d0c03f49d => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2170] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/ports?network_id=f9d37549-8df6-488c-b2a2-f32b98ff1eac&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2171] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1112/2172] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1061/2173] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2174] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:01 2026] DELETE /v2.0/security-groups/8d402bea-d119-45f0-b5e2-4ab864a9c6db => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:01.828 8 INFO neutron.api.v2.resource [None req-e2e849ce-50f4-4e97-be27-4aaafef902d8 de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2175] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:13:01 2026] GET /v2.0/security-groups/8d402bea-d119-45f0-b5e2-4ab864a9c6db => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:13:01.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-81a31b08-1587-4e75-a0fa-d396d20ab209 de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] TaaS: Handle Delete Port: e8281ea9-c550-452b-addf-98d1262bbe3f 2026-06-28 21:13:01.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81a31b08-1587-4e75-a0fa-d396d20ab209 de0bf8bdc1ff4b8a9a29b3ecae5e6a85 70adcedabd564f118fa757d875de206c - - default default] Tap Mirror: Handle Delete Port: e8281ea9-c550-452b-addf-98d1262bbe3f [pid: 7|app: 0|req: 1114/2176] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:01 2026] DELETE /v2.0/floatingips/68b9be14-de80-4d59-b0cc-1219f1cdbdeb => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2177] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:02 2026] DELETE /v2.0/security-groups/0d4257f1-55ea-4610-86c7-447b5ceb5183 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2178] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:13:02 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:02.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-7aec8dfa-fee2-4a73-929a-2ef66ea0bd54 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: ed312ac0-fcfc-48fd-821d-69315a57732e 2026-06-28 21:13:02.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aec8dfa-fee2-4a73-929a-2ef66ea0bd54 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: ed312ac0-fcfc-48fd-821d-69315a57732e [pid: 7|app: 0|req: 1115/2179] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:13:02 2026] PUT /v2.0/routers/1f9ab2fd-c26a-49b8-8924-6d4ee8d4d110/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:03.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ec61c65-76b6-4aaf-b899-ad3d774f2535 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 7e376936-bcb5-4065-86a8-69cc1a5c079e 2026-06-28 21:13:03.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ec61c65-76b6-4aaf-b899-ad3d774f2535 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 7e376936-bcb5-4065-86a8-69cc1a5c079e [pid: 7|app: 0|req: 1116/2180] 10.0.0.94 () {34 vars in 684 bytes} [Sun Jun 28 21:13:03 2026] POST /v2.0/security-groups => generated 1675 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:13:03.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ec61c65-76b6-4aaf-b899-ad3d774f2535 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 1eb74e0a-a0dc-423c-ba04-b3c507f7f54a 2026-06-28 21:13:03.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ec61c65-76b6-4aaf-b899-ad3d774f2535 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 1eb74e0a-a0dc-423c-ba04-b3c507f7f54a [pid: 7|app: 0|req: 1117/2181] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:13:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2182] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:13:03 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2183] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:13:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:04.247 8 INFO neutron.services.segments.plugin [-] Segment 49ee4ca8-3f51-4edb-ac54-a2afa297a93c resource provider aggregate not found 2026-06-28 21:13:04.253 8 INFO neutron.services.segments.plugin [-] Segment 49ee4ca8-3f51-4edb-ac54-a2afa297a93c resource provider aggregate not found 2026-06-28 21:13:04.270 8 INFO neutron.services.segments.plugin [-] Segment 49ee4ca8-3f51-4edb-ac54-a2afa297a93c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ee4ca8-3f51-4edb-ac54-a2afa297a93c found for delete ", "request_id": "req-447833be-9e15-4302-875d-7d8b1d1717f4"}]} 2026-06-28 21:13:04.273 8 INFO neutron.services.segments.plugin [-] Segment 49ee4ca8-3f51-4edb-ac54-a2afa297a93c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49ee4ca8-3f51-4edb-ac54-a2afa297a93c found for delete ", "request_id": "req-f5985b87-fdad-4250-ae25-36e2e66a669b"}]} 2026-06-28 21:13:04.284 8 INFO neutron.db.l3_hamode_db [None req-5ec61c65-76b6-4aaf-b899-ad3d774f2535 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 7bcc192d-d8c7-41c2-9d9b-9db88790424f was deleted as no HA routers are present in tenant 70adcedabd564f118fa757d875de206c. [pid: 8|app: 0|req: 1065/2184] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:13:03 2026] DELETE /v2.0/routers/1f9ab2fd-c26a-49b8-8924-6d4ee8d4d110 => generated 0 bytes in 978 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2185] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:13:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:04.378 7 INFO neutron.db.securitygroups_db [None req-fcf27779-0a70-4b1f-9b0c-cf2dfb720947 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Project eef7f73e67534c4e87aaff51912c234b 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: 1066/2186] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:13:04 2026] DELETE /v2.0/subnets/bc53e11c-ab8f-4687-b409-53f16ae9a798 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2187] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:13:04 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:04.518 7 INFO neutron.db.securitygroups_db [None req-8bcb5156-ad5b-4f0a-8ba1-e2199dc5a8f7 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Project eef7f73e67534c4e87aaff51912c234b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-28 21:13:04.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc0917d9-a3f3-47db-8e9b-d7a7c749beb4 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 945200a7-b48c-4c4e-b9b5-0dec4f954e57 2026-06-28 21:13:04.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc0917d9-a3f3-47db-8e9b-d7a7c749beb4 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 945200a7-b48c-4c4e-b9b5-0dec4f954e57 [pid: 7|app: 0|req: 1122/2188] 10.0.0.94 () {34 vars in 694 bytes} [Sun Jun 28 21:13:04 2026] POST /v2.0/security-group-rules => generated 606 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2189] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:04 2026] DELETE /v2.0/networks/b9c95cd1-64f2-45e8-8fee-48ceec3e4c91 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2190] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:13:04 2026] GET /v2.0/networks => generated 1297 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:05.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-a11c7785-8688-44d6-b78d-9d09c449182a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: c29b9078-3088-410e-99b1-248e342d9bd5 2026-06-28 21:13:05.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a11c7785-8688-44d6-b78d-9d09c449182a 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: c29b9078-3088-410e-99b1-248e342d9bd5 [pid: 8|app: 0|req: 1069/2191] 10.0.0.244 () {34 vars in 1100 bytes} [Sun Jun 28 21:13:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1135957193&fields=id&tenant_id=eef7f73e67534c4e87aaff51912c234b => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2192] 10.0.0.244 () {34 vars in 982 bytes} [Sun Jun 28 21:13:05 2026] GET /v2.0/networks?id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2193] 10.0.0.244 () {34 vars in 965 bytes} [Sun Jun 28 21:13:05 2026] GET /v2.0/quotas/eef7f73e67534c4e87aaff51912c234b => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2194] 10.0.0.244 () {34 vars in 1002 bytes} [Sun Jun 28 21:13:05 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&fields=id => generated 149 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2195] 10.0.0.244 () {34 vars in 1008 bytes} [Sun Jun 28 21:13:05 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2196] 10.0.0.244 () {34 vars in 1108 bytes} [Sun Jun 28 21:13:05 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2197] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:05 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2198] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:13:04 2026] PUT /v2.0/routers/cbde9694-e000-4e47-91fc-9bd687759142/remove_router_interface => generated 309 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:06.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-afc097a8-0895-4978-ac8a-842861af37e2 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: bf5a7355-c97a-417a-95ea-06779daaae79 2026-06-28 21:13:06.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afc097a8-0895-4978-ac8a-842861af37e2 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: bf5a7355-c97a-417a-95ea-06779daaae79 2026-06-28 21:13:06.333 8 INFO neutron.services.segments.plugin [-] Segment c629a3b6-2890-45b9-999b-b177a57f221d resource provider aggregate not found 2026-06-28 21:13:06.344 8 INFO neutron.services.segments.plugin [-] Segment c629a3b6-2890-45b9-999b-b177a57f221d resource provider aggregate not found 2026-06-28 21:13:06.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-afc097a8-0895-4978-ac8a-842861af37e2 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 1945ad1f-b7a8-4aa0-97f7-b916dda0a081 2026-06-28 21:13:06.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afc097a8-0895-4978-ac8a-842861af37e2 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 1945ad1f-b7a8-4aa0-97f7-b916dda0a081 2026-06-28 21:13:06.365 8 INFO neutron.services.segments.plugin [-] Segment c629a3b6-2890-45b9-999b-b177a57f221d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c629a3b6-2890-45b9-999b-b177a57f221d found for delete ", "request_id": "req-7be82b88-38c4-40c1-b269-9a583c83bcc3"}]} 2026-06-28 21:13:06.390 8 INFO neutron.services.segments.plugin [-] Segment c629a3b6-2890-45b9-999b-b177a57f221d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c629a3b6-2890-45b9-999b-b177a57f221d found for delete ", "request_id": "req-2be0f8cc-1f84-4751-a144-80860187ff19"}]} [pid: 7|app: 0|req: 1124/2199] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:06 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:13:06.894 8 INFO neutron.db.l3_hamode_db [None req-afc097a8-0895-4978-ac8a-842861af37e2 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] HA network 6cf4625d-a209-4ca8-a66f-6122c2a93657 was deleted as no HA routers are present in tenant f3d30ca2501d401a97cf82281055f821. [pid: 8|app: 0|req: 1076/2200] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:13:05 2026] DELETE /v2.0/routers/cbde9694-e000-4e47-91fc-9bd687759142 => generated 0 bytes in 1110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2201] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:13:06 2026] DELETE /v2.0/subnets/994ce714-8136-4de2-9c1e-dd7cdbdadf32 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:13:07.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-90e613de-1cc0-4ae7-bb57-794043b192af 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 2dac641b-48d6-4b09-a8cb-d78309eeb31b 2026-06-28 21:13:07.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90e613de-1cc0-4ae7-bb57-794043b192af 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 2dac641b-48d6-4b09-a8cb-d78309eeb31b [pid: 8|app: 0|req: 1077/2202] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:07 2026] DELETE /v2.0/networks/e4f45777-f16c-46d2-8d05-95a8821b6114 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2203] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:07 2026] GET /v2.0/security-groups?tenant_id=70adcedabd564f118fa757d875de206c&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2204] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:07 2026] DELETE /v2.0/security-groups/5cb4b045-22e2-48b1-9234-5b4bb1a4a3f0 => 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: 1127/2205] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:07 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => 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: 1079/2206] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:08 2026] GET /v2.0/security-groups?tenant_id=f3d30ca2501d401a97cf82281055f821&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2207] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:08 2026] DELETE /v2.0/security-groups/3093f69d-b418-4b44-bab0-40c600932565 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:08.387 8 INFO neutron.services.segments.plugin [-] Segment 0a51e843-f5de-4e05-8a8c-d6b6a581c0b2 resource provider aggregate not found 2026-06-28 21:13:08.409 8 INFO neutron.services.segments.plugin [-] Segment 0a51e843-f5de-4e05-8a8c-d6b6a581c0b2 resource provider aggregate not found 2026-06-28 21:13:08.431 8 INFO neutron.services.segments.plugin [-] Segment 0a51e843-f5de-4e05-8a8c-d6b6a581c0b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a51e843-f5de-4e05-8a8c-d6b6a581c0b2 found for delete ", "request_id": "req-7989716c-e68d-40f9-945d-ca8fd444bfe5"}]} 2026-06-28 21:13:08.438 8 INFO neutron.services.segments.plugin [-] Segment 0a51e843-f5de-4e05-8a8c-d6b6a581c0b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a51e843-f5de-4e05-8a8c-d6b6a581c0b2 found for delete ", "request_id": "req-afc5e8f7-d584-45ef-8047-ce9215bb744f"}]} 2026-06-28 21:13:08.451 8 INFO neutron.services.segments.plugin [-] Segment e28041fb-9087-4933-ba82-6b272c2c69ce resource provider aggregate not found 2026-06-28 21:13:08.457 8 INFO neutron.services.segments.plugin [-] Segment e28041fb-9087-4933-ba82-6b272c2c69ce resource provider aggregate not found 2026-06-28 21:13:08.468 8 INFO neutron.services.segments.plugin [-] Segment e28041fb-9087-4933-ba82-6b272c2c69ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28041fb-9087-4933-ba82-6b272c2c69ce found for delete ", "request_id": "req-a0e3d41b-cd7f-4204-a185-7fdf909d1eda"}]} 2026-06-28 21:13:08.473 8 INFO neutron.services.segments.plugin [-] Segment e28041fb-9087-4933-ba82-6b272c2c69ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e28041fb-9087-4933-ba82-6b272c2c69ce found for delete ", "request_id": "req-432b526c-6aba-4803-9302-7d6ec70e0607"}]} [pid: 8|app: 0|req: 1080/2208] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:08 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => 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: 1129/2209] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:13:10 2026] GET /v2.0/networks?id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 660 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2210] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:10 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => 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: 1081/2211] 199.204.45.223 () {34 vars in 1050 bytes} [Sun Jun 28 21:13:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eef7f73e67534c4e87aaff51912c234b => generated 273 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2212] 199.204.45.223 () {38 vars in 955 bytes} [Sun Jun 28 21:13:10 2026] POST /v2.0/ports => generated 954 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2215] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:13:10 2026] PUT /v2.0/ports/1d951e6a-6bf0-43d8-86bc-dbd63b9838b1 => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:11.028 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-459683a6-fb3c-4811-963b-2bf95482bef3'] response: {'name': 'network-changed', 'server_uuid': 'ff8e597d-6cee-4d13-ae24-d7c395516af1', 'tag': '1d951e6a-6bf0-43d8-86bc-dbd63b9838b1', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1134/2216] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:11 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 969 bytes in 40 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: 1083/2217] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:11 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2218] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:11 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2219] 199.204.45.223 () {34 vars in 1018 bytes} [Sun Jun 28 21:13:11 2026] GET /v2.0/networks?tenant_id=eef7f73e67534c4e87aaff51912c234b&shared=False => generated 756 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2220] 199.204.45.223 () {34 vars in 930 bytes} [Sun Jun 28 21:13:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2221] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2222] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2223] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2224] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1d951e6a-6bf0-43d8-86bc-dbd63b9838b1 => 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: 1140/2225] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/subnets?id=140ba1e3-0835-4320-b82f-3a1d0c03f49d => 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: 1141/2226] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/ports?network_id=f9d37549-8df6-488c-b2a2-f32b98ff1eac&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: 1142/2227] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1143/2228] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:12 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2229] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:12 2026] POST /v2.0/floatingips => generated 552 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2230] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:13 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2231] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:13 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&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: 1144/2232] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:13 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2233] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:13 2026] POST /v2.0/floatingips => generated 552 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2234] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:14 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2235] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:14 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&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: 7|app: 0|req: 1145/2236] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:14 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2237] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:14 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2238] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:15 2026] PUT /v2.0/floatingips/f9d01bc4-f1b4-4774-abec-c0ee449055b0/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2239] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:15 2026] PUT /v2.0/floatingips/e6708018-2122-47ec-9c21-1e9517aa9583/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2240] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:15 2026] PUT /v2.0/floatingips/7facdb27-0235-42db-bdca-1162810510ea/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2241] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:15 2026] PUT /v2.0/floatingips/385c543a-fcec-46d9-a446-68040acd7100/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2242] 10.0.0.94 () {32 vars in 671 bytes} [Sun Jun 28 21:13:15 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2243] 10.0.0.94 () {32 vars in 685 bytes} [Sun Jun 28 21:13:15 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2244] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:15 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2245] 10.0.0.94 () {32 vars in 681 bytes} [Sun Jun 28 21:13:15 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2246] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:16 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&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: 1150/2247] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:13:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2248] 10.0.0.94 () {32 vars in 679 bytes} [Sun Jun 28 21:13:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2249] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:13:16 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2250] 10.0.0.94 () {32 vars in 689 bytes} [Sun Jun 28 21:13:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2251] 10.0.0.94 () {32 vars in 701 bytes} [Sun Jun 28 21:13:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:16.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d06ed57-b64f-4e85-a52d-582a54bd3764 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] TaaS: Handle Delete Port: dd425d66-2a5e-4435-ad66-47aaf7f51709 2026-06-28 21:13:16.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d06ed57-b64f-4e85-a52d-582a54bd3764 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] Tap Mirror: Handle Delete Port: dd425d66-2a5e-4435-ad66-47aaf7f51709 [pid: 8|app: 0|req: 1100/2252] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:16 2026] DELETE /v2.0/floatingips/f9d01bc4-f1b4-4774-abec-c0ee449055b0 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:16.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f96757f-1de3-4049-907d-7cde1c2384d7 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] TaaS: Handle Delete Port: 1fd4c4d7-d016-4142-a7df-58448cc2d126 2026-06-28 21:13:16.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f96757f-1de3-4049-907d-7cde1c2384d7 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] Tap Mirror: Handle Delete Port: 1fd4c4d7-d016-4142-a7df-58448cc2d126 [pid: 7|app: 0|req: 1153/2253] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:16 2026] DELETE /v2.0/floatingips/e6708018-2122-47ec-9c21-1e9517aa9583 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:17.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dc1901c-25ae-4721-ac28-ca9ad3c6edce 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] TaaS: Handle Delete Port: accd2262-f50d-4744-81a9-3dabf9748501 2026-06-28 21:13:17.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dc1901c-25ae-4721-ac28-ca9ad3c6edce 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] Tap Mirror: Handle Delete Port: accd2262-f50d-4744-81a9-3dabf9748501 [pid: 7|app: 0|req: 1154/2254] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:17 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => 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: 1155/2255] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:17 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2256] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:16 2026] DELETE /v2.0/floatingips/7facdb27-0235-42db-bdca-1162810510ea => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:17.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-47f1eaf7-ab7a-49ab-9dd4-6017b0bab8ad 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] TaaS: Handle Delete Port: 4855d1bb-20a5-4229-97e7-91c122ee423f 2026-06-28 21:13:17.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47f1eaf7-ab7a-49ab-9dd4-6017b0bab8ad 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] Tap Mirror: Handle Delete Port: 4855d1bb-20a5-4229-97e7-91c122ee423f [pid: 7|app: 0|req: 1156/2257] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:17 2026] DELETE /v2.0/floatingips/385c543a-fcec-46d9-a446-68040acd7100 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:17.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-411b629b-3dd9-4f05-9d71-77b3dcd5c1d0 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] TaaS: Handle Delete Port: e0c9f26c-ff2a-419c-9b6e-e0712a76c2fd 2026-06-28 21:13:17.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-411b629b-3dd9-4f05-9d71-77b3dcd5c1d0 25156b05a75b433b9ae6c0522c1ba1df 9e3d8b1c43ef488ab10f0b3f67364822 - - default default] Tap Mirror: Handle Delete Port: e0c9f26c-ff2a-419c-9b6e-e0712a76c2fd [pid: 8|app: 0|req: 1102/2258] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:17 2026] DELETE /v2.0/floatingips/1bc1c7f9-f978-4df5-8ad6-2e8dbfb11eda => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2259] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:18 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2260] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:18 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2261] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:18 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2262] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:18 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2263] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:13:18 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:19.029 8 INFO neutron.db.l3_db [None req-27dc3e3d-573b-420f-bfa5-e749c8c54ec4 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Floating IP 650f3c38-e822-4ac7-9d2d-dacbd36903c2 associated. External IP: 10.96.250.201, port: 1d951e6a-6bf0-43d8-86bc-dbd63b9838b1. [pid: 7|app: 0|req: 1160/2264] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:18 2026] GET /v2.0/security-groups?tenant_id=8e044e64613944cc9e04a4c1d074fd8d&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2265] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:19 2026] DELETE /v2.0/security-groups/058fd5c7-c952-4087-a3ca-aa0c12041e04 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2266] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:13:18 2026] PUT /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 855 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:19.430 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ef786d2-9d94-4c6c-8de6-14dfd1b29997'] response: {'name': 'network-changed', 'server_uuid': 'ff8e597d-6cee-4d13-ae24-d7c395516af1', 'tag': '1d951e6a-6bf0-43d8-86bc-dbd63b9838b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1162/2267] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:13:19 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 855 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2268] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:19 2026] GET /v2.0/security-groups?tenant_id=2c1d44b8375842f3949d56d03a4fbc2d&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2269] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:19 2026] DELETE /v2.0/security-groups/afe2be52-e109-434f-9a91-2eeadcaa1d89 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2270] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:19 2026] GET /v2.0/ports?tenant_id=eef7f73e67534c4e87aaff51912c234b&device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 1240 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2271] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/networks?id=f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 756 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2272] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1d951e6a-6bf0-43d8-86bc-dbd63b9838b1 => 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: 1109/2273] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/subnets?id=140ba1e3-0835-4320-b82f-3a1d0c03f49d => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2274] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/ports?network_id=f9d37549-8df6-488c-b2a2-f32b98ff1eac&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: 1111/2275] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1112/2276] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac?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: 1165/2277] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/security-groups?tenant_id=9e3d8b1c43ef488ab10f0b3f67364822&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2278] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:20 2026] DELETE /v2.0/security-groups/f2591eed-7d13-47e2-bc5c-a80f79ec1423 => 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: 1166/2279] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:13:20 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2280] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:13:21 2026] GET /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 857 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:24.900 7 INFO neutron.db.segments_db [None req-0e06f6be-43bf-49f0-ae6c-20b8aaad3d65 0fb02170dcb149858691dca7e8f92c10 cc67ed59a0a54b579cb8c2129ff9a6aa - - default default] Added segment 9411cfe7-dfb2-422a-a0bb-58e17718752e of type vxlan for network 5d6ed7ae-08de-4ae7-9ad6-520279cfde98 [pid: 7|app: 0|req: 1167/2281] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:13:24 2026] POST /v2.0/networks => generated 632 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:25.084 8 INFO neutron.db.segments_db [None req-df926deb-1e82-4a9b-9f0f-30913cc82066 0fb02170dcb149858691dca7e8f92c10 cc67ed59a0a54b579cb8c2129ff9a6aa - - default default] Added segment a47b58df-eb2d-47db-9529-60644b383776 of type vxlan for network 923df178-f662-462f-9c5b-aceb572a33b6 [pid: 8|app: 0|req: 1115/2282] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:13:25 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:25.238 7 INFO neutron.db.segments_db [None req-e72066bb-f07c-4200-b737-15a8837b0a3e 0fb02170dcb149858691dca7e8f92c10 cc67ed59a0a54b579cb8c2129ff9a6aa - - default default] Added segment fb51d437-5a1b-4aa9-8434-e85dd6f1299c of type vxlan for network dfb4b1f1-5016-4082-a379-e916e03a9975 [pid: 7|app: 0|req: 1168/2283] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:13:25 2026] POST /v2.0/networks => generated 631 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:25.458 8 INFO neutron.db.segments_db [None req-982f2800-492b-4217-8730-c67b8f890f27 0fb02170dcb149858691dca7e8f92c10 cc67ed59a0a54b579cb8c2129ff9a6aa - - default default] Added segment 4a901c02-f982-4307-b60f-f112f97a151f of type vxlan for network f0673963-c7db-459b-bbf7-06da58d3f66b [pid: 8|app: 0|req: 1116/2284] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:13:25 2026] POST /v2.0/networks => generated 630 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:25.629 7 INFO neutron.db.segments_db [None req-3901a340-99b9-4109-b7be-fff323c6c4cc 0fb02170dcb149858691dca7e8f92c10 cc67ed59a0a54b579cb8c2129ff9a6aa - - default default] Added segment 97ae1887-95fe-4c62-8dec-424d592fec0f of type vxlan for network 75be8922-0c64-473c-871e-11afc1ffc900 [pid: 7|app: 0|req: 1169/2285] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:13:25 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: 1117/2286] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:13:25 2026] PUT /v2.0/networks/5d6ed7ae-08de-4ae7-9ad6-520279cfde98/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2289] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:13:25 2026] PUT /v2.0/networks/923df178-f662-462f-9c5b-aceb572a33b6/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2290] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:13:25 2026] PUT /v2.0/networks/dfb4b1f1-5016-4082-a379-e916e03a9975/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2291] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:13:25 2026] PUT /v2.0/networks/f0673963-c7db-459b-bbf7-06da58d3f66b/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2292] 10.0.0.94 () {32 vars in 665 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2293] 10.0.0.94 () {32 vars in 679 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2294] 10.0.0.94 () {32 vars in 675 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2295] 10.0.0.94 () {32 vars in 687 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2296] 10.0.0.94 () {32 vars in 673 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2297] 10.0.0.94 () {32 vars in 687 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2298] 10.0.0.94 () {32 vars in 683 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2299] 10.0.0.94 () {32 vars in 695 bytes} [Sun Jun 28 21:13:26 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:26.700 8 INFO neutron.services.segments.plugin [-] Segment 9411cfe7-dfb2-422a-a0bb-58e17718752e resource provider aggregate not found 2026-06-28 21:13:26.707 8 INFO neutron.services.segments.plugin [-] Segment 9411cfe7-dfb2-422a-a0bb-58e17718752e resource provider aggregate not found 2026-06-28 21:13:26.724 8 INFO neutron.services.segments.plugin [-] Segment 9411cfe7-dfb2-422a-a0bb-58e17718752e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9411cfe7-dfb2-422a-a0bb-58e17718752e found for delete ", "request_id": "req-40ab0043-3e6f-4bea-bc03-1e0d32fa655d"}]} 2026-06-28 21:13:26.729 8 INFO neutron.services.segments.plugin [-] Segment 9411cfe7-dfb2-422a-a0bb-58e17718752e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9411cfe7-dfb2-422a-a0bb-58e17718752e found for delete ", "request_id": "req-70a611b4-56e3-4479-a389-4b38d3ade788"}]} [pid: 8|app: 0|req: 1125/2300] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:26 2026] DELETE /v2.0/networks/5d6ed7ae-08de-4ae7-9ad6-520279cfde98 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:13:26.871 7 INFO neutron.services.segments.plugin [-] Segment a47b58df-eb2d-47db-9529-60644b383776 resource provider aggregate not found 2026-06-28 21:13:26.872 7 INFO neutron.services.segments.plugin [-] Segment a47b58df-eb2d-47db-9529-60644b383776 resource provider aggregate not found 2026-06-28 21:13:26.896 7 INFO neutron.services.segments.plugin [-] Segment a47b58df-eb2d-47db-9529-60644b383776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a47b58df-eb2d-47db-9529-60644b383776 found for delete ", "request_id": "req-9622c86b-4a7e-477b-a996-5cbe27f6c738"}]} 2026-06-28 21:13:26.897 7 INFO neutron.services.segments.plugin [-] Segment a47b58df-eb2d-47db-9529-60644b383776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a47b58df-eb2d-47db-9529-60644b383776 found for delete ", "request_id": "req-eb2237b4-a300-4eba-962f-fa7fc8d3cd60"}]} [pid: 7|app: 0|req: 1176/2301] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:26 2026] DELETE /v2.0/networks/923df178-f662-462f-9c5b-aceb572a33b6 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2302] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:26 2026] DELETE /v2.0/networks/dfb4b1f1-5016-4082-a379-e916e03a9975 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2303] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:27 2026] DELETE /v2.0/networks/f0673963-c7db-459b-bbf7-06da58d3f66b => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2304] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:27 2026] DELETE /v2.0/networks/75be8922-0c64-473c-871e-11afc1ffc900 => 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: 1178/2305] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:28 2026] GET /v2.0/security-groups?tenant_id=cc67ed59a0a54b579cb8c2129ff9a6aa&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2306] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:28 2026] DELETE /v2.0/security-groups/788751f7-a315-4439-b762-acd72e3b7d08 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:28.756 8 INFO neutron.services.segments.plugin [-] Segment fb51d437-5a1b-4aa9-8434-e85dd6f1299c resource provider aggregate not found 2026-06-28 21:13:28.759 8 INFO neutron.services.segments.plugin [-] Segment fb51d437-5a1b-4aa9-8434-e85dd6f1299c resource provider aggregate not found 2026-06-28 21:13:28.795 8 INFO neutron.services.segments.plugin [-] Segment fb51d437-5a1b-4aa9-8434-e85dd6f1299c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb51d437-5a1b-4aa9-8434-e85dd6f1299c found for delete ", "request_id": "req-998ec819-32b3-4fb1-a9ed-62252593c899"}]} 2026-06-28 21:13:28.798 8 INFO neutron.services.segments.plugin [-] Segment fb51d437-5a1b-4aa9-8434-e85dd6f1299c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb51d437-5a1b-4aa9-8434-e85dd6f1299c found for delete ", "request_id": "req-7d523908-aced-46fb-83b1-37543972bb0a"}]} [pid: 7|app: 0|req: 1179/2307] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:28 2026] GET /v2.0/security-groups?tenant_id=f8662789d9e44381ab582e80137216a2&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:28.808 8 INFO neutron.services.segments.plugin [-] Segment 97ae1887-95fe-4c62-8dec-424d592fec0f resource provider aggregate not found 2026-06-28 21:13:28.815 8 INFO neutron.services.segments.plugin [-] Segment 97ae1887-95fe-4c62-8dec-424d592fec0f resource provider aggregate not found 2026-06-28 21:13:28.838 8 INFO neutron.services.segments.plugin [-] Segment 97ae1887-95fe-4c62-8dec-424d592fec0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97ae1887-95fe-4c62-8dec-424d592fec0f found for delete ", "request_id": "req-d7cdd151-0069-4c48-a8bc-c54eeda42f95"}]} 2026-06-28 21:13:28.841 8 INFO neutron.services.segments.plugin [-] Segment 97ae1887-95fe-4c62-8dec-424d592fec0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97ae1887-95fe-4c62-8dec-424d592fec0f found for delete ", "request_id": "req-f5298834-3812-45ac-8955-46c4c83a181f"}]} 2026-06-28 21:13:28.915 7 INFO neutron.services.segments.plugin [-] Segment 4a901c02-f982-4307-b60f-f112f97a151f resource provider aggregate not found 2026-06-28 21:13:28.919 7 INFO neutron.services.segments.plugin [-] Segment 4a901c02-f982-4307-b60f-f112f97a151f resource provider aggregate not found 2026-06-28 21:13:28.939 7 INFO neutron.services.segments.plugin [-] Segment 4a901c02-f982-4307-b60f-f112f97a151f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a901c02-f982-4307-b60f-f112f97a151f found for delete ", "request_id": "req-b042294d-3686-4ccb-a13a-c81676024406"}]} 2026-06-28 21:13:28.943 7 INFO neutron.services.segments.plugin [-] Segment 4a901c02-f982-4307-b60f-f112f97a151f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a901c02-f982-4307-b60f-f112f97a151f found for delete ", "request_id": "req-a117b298-5fd0-4bc2-9e75-a8e7d47b0045"}]} [pid: 8|app: 0|req: 1129/2308] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:28 2026] DELETE /v2.0/security-groups/c6bbb0e9-c7a1-4973-8082-5b6e8b1de8d0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2309] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:29 2026] GET /v2.0/security-groups?tenant_id=1af5536be12c4246b8dcd440db61f7e3&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2310] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:29 2026] DELETE /v2.0/security-groups/8c8d3b62-928b-4b95-b7bd-6cf313fce37e => 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: 1181/2311] 10.0.0.201 () {34 vars in 990 bytes} [Sun Jun 28 21:13:29 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2312] 10.0.0.201 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:29 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2313] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:13:29 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: 1132/2314] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:13:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2315] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:13:29 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: 1133/2316] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:13:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2317] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:13:29 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2318] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:13:29 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1185/2319] 199.204.45.223 () {34 vars in 717 bytes} [Sun Jun 28 21:13:29 2026] POST /v2.0/ports => generated 1055 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2320] 10.0.0.244 () {34 vars in 971 bytes} [Sun Jun 28 21:13:30 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2321] 10.0.0.244 () {34 vars in 907 bytes} [Sun Jun 28 21:13:30 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2322] 199.204.45.223 () {34 vars in 1262 bytes} [Sun Jun 28 21:13:31 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2323] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:31 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2324] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:31 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1188/2325] 199.204.45.223 () {34 vars in 975 bytes} [Sun Jun 28 21:13:32 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2326] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:13:32 2026] GET /v2.0/networks?id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2327] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:13:32 2026] PUT /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1245 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:32.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-56ebccc6-52ec-4728-844f-28c28045740d'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': 'c16fc90e-822b-425a-a302-9b4b0814773f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1139/2328] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:33 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2481 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2329] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:13:33 2026] GET /v2.0/networks?id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 802 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2330] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2331] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:33 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2332] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:33 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2333] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:33 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1142/2334] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:33 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2335] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2336] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2337] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:33 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2338] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:34 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2339] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:13:34 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: 1145/2340] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:34 2026] PUT /v2.0/subnetpools/56c9a1b1-ad41-4757-99f6-6b7f902d2cff/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2341] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:34 2026] PUT /v2.0/subnetpools/ff0c08ef-3c73-4b24-aeb2-52a253e1a297/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2342] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:34 2026] PUT /v2.0/subnetpools/dfbed5d4-4e9b-42ef-a9a5-3266d1da6246/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2343] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:13:34 2026] PUT /v2.0/subnetpools/0120c466-c845-44e6-a9ca-4a9c759776d5/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2344] 10.0.0.94 () {32 vars in 671 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2345] 10.0.0.94 () {32 vars in 685 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2346] 10.0.0.94 () {32 vars in 681 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2347] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2348] 10.0.0.94 () {32 vars in 679 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2349] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2481 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2350] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2351] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.34&port_id=9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2352] 10.0.0.94 () {32 vars in 689 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2353] 10.0.0.94 () {32 vars in 701 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2354] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnets?id=f3faf0ae-d1c3-4292-a455-2614815ae9e6 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2355] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/ports?network_id=810b174e-5557-4168-8546-3792a306414b&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: 1204/2356] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:34 2026] DELETE /v2.0/subnetpools/56c9a1b1-ad41-4757-99f6-6b7f902d2cff => 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: 1205/2357] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:34 2026] DELETE /v2.0/subnetpools/ff0c08ef-3c73-4b24-aeb2-52a253e1a297 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2358] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2359] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:34 2026] DELETE /v2.0/subnetpools/dfbed5d4-4e9b-42ef-a9a5-3266d1da6246 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2360] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2361] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:34 2026] DELETE /v2.0/subnetpools/0120c466-c845-44e6-a9ca-4a9c759776d5 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2362] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => 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: 1156/2363] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2364] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:34 2026] DELETE /v2.0/subnetpools/92683015-413e-4db6-b1f3-b1016ecaed99 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2365] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&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: 1209/2366] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:34 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1158/2367] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:35 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1210/2368] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:35 2026] GET /v2.0/security-groups?tenant_id=618293acc63e40afb02f83d8ff26758a&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2369] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:35 2026] DELETE /v2.0/security-groups/7ba4b12e-5f09-471e-b502-89bd53c77b5e => 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: 1211/2370] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:36 2026] GET /v2.0/security-groups?tenant_id=f1cf68a4147e474abe1f7a07b78214a0&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2371] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:36 2026] DELETE /v2.0/security-groups/879020bf-6ac4-4f9e-b3bb-13f08fc2f0f1 => 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: 1212/2372] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:36 2026] GET /v2.0/security-groups?tenant_id=5ffd6ae752ab49e0bfbb23e7317fb393&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2373] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:36 2026] DELETE /v2.0/security-groups/66ebf549-38f8-402b-90f2-e367c7119e69 => 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: 1162/2374] 10.0.0.244 () {34 vars in 971 bytes} [Sun Jun 28 21:13:38 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2375] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:38 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2376] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:38 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2377] 199.204.45.223 () {34 vars in 789 bytes} [Sun Jun 28 21:13:38 2026] PUT /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1272 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:39.226 7 INFO neutron.api.v2.resource [None req-8cf84971-a1c7-44e9-a2bd-a2abc328b6ab 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1215/2378] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/security-groups/lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:13:39.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-667dacbb-f2b1-428f-b448-513bd1b9651e'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': 'c16fc90e-822b-425a-a302-9b4b0814773f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1164/2379] 199.204.45.223 () {30 vars in 785 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/security-groups?name=lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2380] 199.204.45.223 () {34 vars in 789 bytes} [Sun Jun 28 21:13:39 2026] PUT /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1310 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:13:39.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bab3fa82-9fba-4ed1-b383-398c3a49610d'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': 'c16fc90e-822b-425a-a302-9b4b0814773f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1165/2381] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1166/2382] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:13:39 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: 1167/2383] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:13:39 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: 1168/2384] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:13:39 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: 1217/2385] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/networks?id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2386] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:13:39 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: 1218/2387] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => 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: 1170/2388] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2389] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2390] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2391] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2392] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1346 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2393] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:39 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1173/2394] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2395] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1223/2396] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2397] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => 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: 1225/2398] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2399] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&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: 1227/2400] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2401] 10.0.0.94 () {34 vars in 677 bytes} [Sun Jun 28 21:13:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2402] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:13:40 2026] PUT /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2403] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2404] 10.0.0.94 () {34 vars in 763 bytes} [Sun Jun 28 21:13:40 2026] PUT /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2405] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:13:40 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/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: 1230/2408] 10.0.0.94 () {34 vars in 759 bytes} [Sun Jun 28 21:13:40 2026] PUT /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags/red => generated 4 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2409] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2410] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2411] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/networks?id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2412] 10.0.0.94 () {34 vars in 781 bytes} [Sun Jun 28 21:13:41 2026] PUT /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2413] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => 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: 1181/2414] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/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: 1234/2415] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2416] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&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: 1182/2417] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:13:41 2026] PUT /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2418] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2419] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1237/2420] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2421] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/security-groups?id=d1d071e3-6ca0-40b7-a45d-31653340d08f&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: 1239/2422] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1184/2423] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2424] 10.0.0.94 () {32 vars in 740 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:41.449 7 INFO neutron.api.v2.resource [None req-e8535221-afbd-4fb2-bacf-b19613ac9637 c5d1c4c6ead545eea8aa47564cf169e3 30ccd7ed20324c6e877e15533058ef02 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1241/2425] 10.0.0.94 () {32 vars in 744 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2426] 10.0.0.94 () {32 vars in 743 bytes} [Sun Jun 28 21:13:41 2026] DELETE /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:41.517 8 INFO neutron_taas.services.taas.taas_plugin [req-37b9e8ef-e24e-4049-9f51-73090b33d9ac req-b40c37dd-d10c-4092-9a67-6954dc640637 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] TaaS: Handle Delete Port: 1d951e6a-6bf0-43d8-86bc-dbd63b9838b1 2026-06-28 21:13:41.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37b9e8ef-e24e-4049-9f51-73090b33d9ac req-b40c37dd-d10c-4092-9a67-6954dc640637 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Tap Mirror: Handle Delete Port: 1d951e6a-6bf0-43d8-86bc-dbd63b9838b1 [pid: 7|app: 0|req: 1243/2427] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:13:41.597 7 INFO neutron.api.v2.resource [None req-10791f6a-383a-44b8-bfea-305daeec1000 c5d1c4c6ead545eea8aa47564cf169e3 30ccd7ed20324c6e877e15533058ef02 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1244/2428] 10.0.0.94 () {32 vars in 747 bytes} [Sun Jun 28 21:13:41 2026] DELETE /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-28 21:13:41.634 8 INFO neutron.db.l3_db [req-37b9e8ef-e24e-4049-9f51-73090b33d9ac req-b40c37dd-d10c-4092-9a67-6954dc640637 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Floating IP 650f3c38-e822-4ac7-9d2d-dacbd36903c2 disassociated. External IP: 10.96.250.201, port: 1d951e6a-6bf0-43d8-86bc-dbd63b9838b1. [pid: 7|app: 0|req: 1245/2429] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:13:41 2026] DELETE /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2430] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:13:41 2026] GET /v2.0/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2431] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:13:41 2026] DELETE /v2.0/qos/policies/fe1726cc-8a84-46eb-a9da-93dddf9231c1 => 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: 1185/2432] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:13:41 2026] DELETE /v2.0/ports/1d951e6a-6bf0-43d8-86bc-dbd63b9838b1 => generated 0 bytes in 611 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:13:42.047 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6fb4e6f1-2260-4ba4-9856-bf3544c19ff0'] response: {'server_uuid': 'ff8e597d-6cee-4d13-ae24-d7c395516af1', 'name': 'network-vif-deleted', 'tag': '1d951e6a-6bf0-43d8-86bc-dbd63b9838b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1186/2433] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:42 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2434] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:42 2026] GET /v2.0/security-groups?tenant_id=30ccd7ed20324c6e877e15533058ef02&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2435] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:42 2026] DELETE /v2.0/security-groups/41e18634-1ca3-4b5f-9192-26edf7f3c35c => 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: 1249/2436] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:42 2026] GET /v2.0/security-groups?tenant_id=0d716d4e8845454eb99d569d6670901d&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: 1188/2437] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:43 2026] DELETE /v2.0/security-groups/4251a21d-5e89-4e38-b986-b4bed4da708e => 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: 1250/2438] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:43 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => 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: 1189/2439] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:44 2026] GET /v2.0/ports?device_id=ff8e597d-6cee-4d13-ae24-d7c395516af1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2440] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:45 2026] DELETE /v2.0/security-groups/d1d071e3-6ca0-40b7-a45d-31653340d08f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:45.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-1164fd9b-9afa-4de1-a2e2-cce5437cd7fc d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] TaaS: Handle Delete Port: b4ae1c36-c637-4e18-a015-ca32bdba4b29 2026-06-28 21:13:45.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1164fd9b-9afa-4de1-a2e2-cce5437cd7fc d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Tap Mirror: Handle Delete Port: b4ae1c36-c637-4e18-a015-ca32bdba4b29 [pid: 8|app: 0|req: 1190/2441] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:13:45 2026] DELETE /v2.0/floatingips/650f3c38-e822-4ac7-9d2d-dacbd36903c2 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2442] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:46 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1192/2443] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:46 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:46.608 7 INFO neutron.db.segments_db [None req-584d94e7-e071-4952-8f36-ef7b11c4dc18 ee75fe3168db4c78add01d5ce3b311b2 59587760d4f240aa9136a5e21cefd301 - - default default] Added segment 513a0602-2a16-4ff5-b9e6-da80f569cf33 of type vxlan for network a850f88d-8911-4306-aba8-2d65e770fa54 [pid: 7|app: 0|req: 1252/2444] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:13:46 2026] POST /v2.0/networks => generated 631 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2445] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:13:46 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) [pid: 7|app: 0|req: 1253/2446] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:13:46 2026] PUT /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2447] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2448] 10.0.0.94 () {34 vars in 761 bytes} [Sun Jun 28 21:13:47 2026] PUT /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/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: 1195/2449] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2450] 10.0.0.94 () {34 vars in 757 bytes} [Sun Jun 28 21:13:47 2026] PUT /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2451] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2452] 10.0.0.94 () {34 vars in 779 bytes} [Sun Jun 28 21:13:47 2026] PUT /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2453] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2454] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2455] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:13:47 2026] PUT /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2456] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&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: 1262/2457] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2458] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:47.766 7 INFO neutron.api.v2.resource [None req-f7a5a4fa-e708-4166-9145-7acf99246098 ee75fe3168db4c78add01d5ce3b311b2 59587760d4f240aa9136a5e21cefd301 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1264/2459] 10.0.0.94 () {32 vars in 742 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/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: 1265/2460] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:13:47 2026] DELETE /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags/red => 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: 1266/2461] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:13:47.908 7 INFO neutron.api.v2.resource [None req-1ba65239-61af-475d-b361-513283276115 ee75fe3168db4c78add01d5ce3b311b2 59587760d4f240aa9136a5e21cefd301 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1267/2462] 10.0.0.94 () {32 vars in 745 bytes} [Sun Jun 28 21:13:47 2026] DELETE /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/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: 1268/2463] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:13:47 2026] DELETE /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2464] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:13:47 2026] GET /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:13:48.088 8 INFO neutron.db.l3_db [None req-5f8a962b-49ee-403e-85ed-b2facc9b1bda 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Floating IP 7bf56272-7ffc-45fa-a211-23d50fe82567 associated. External IP: 10.96.250.210, port: 00b512bf-058b-405e-86a1-628a958ee5d0. [pid: 7|app: 0|req: 1270/2465] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:13:48 2026] DELETE /v2.0/subnets/def0c1ef-e336-4a9a-ac22-00122aafbd71 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:13:48.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f641c6e-2232-495a-92f3-66bc34815084 ee75fe3168db4c78add01d5ce3b311b2 59587760d4f240aa9136a5e21cefd301 - - default default] TaaS: Handle Delete Port: 9d4f4169-64f1-469b-a58f-f64c21921102 2026-06-28 21:13:48.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f641c6e-2232-495a-92f3-66bc34815084 ee75fe3168db4c78add01d5ce3b311b2 59587760d4f240aa9136a5e21cefd301 - - default default] Tap Mirror: Handle Delete Port: 9d4f4169-64f1-469b-a58f-f64c21921102 2026-06-28 21:13:48.565 7 INFO neutron.services.segments.plugin [-] Segment 513a0602-2a16-4ff5-b9e6-da80f569cf33 resource provider aggregate not found 2026-06-28 21:13:48.575 7 INFO neutron.services.segments.plugin [-] Segment 513a0602-2a16-4ff5-b9e6-da80f569cf33 resource provider aggregate not found 2026-06-28 21:13:48.582 7 INFO neutron.services.segments.plugin [-] Segment 513a0602-2a16-4ff5-b9e6-da80f569cf33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513a0602-2a16-4ff5-b9e6-da80f569cf33 found for delete ", "request_id": "req-12711e63-ac36-4881-9ab6-0e9150955e17"}]} 2026-06-28 21:13:48.589 7 INFO neutron.services.segments.plugin [-] Segment 513a0602-2a16-4ff5-b9e6-da80f569cf33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513a0602-2a16-4ff5-b9e6-da80f569cf33 found for delete ", "request_id": "req-a02d93c2-f283-4d30-99b2-46ece10a6dc0"}]} [pid: 7|app: 0|req: 1271/2466] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:48 2026] DELETE /v2.0/networks/a850f88d-8911-4306-aba8-2d65e770fa54 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2467] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:48 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2468] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:13:48 2026] GET /v2.0/security-groups?id=76ddd2dd-134c-4570-b61a-796dfcba49d6&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: 1274/2469] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:13:48 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2470] 10.0.0.94 () {34 vars in 676 bytes} [Sun Jun 28 21:13:47 2026] POST /v2.0/floatingips => generated 899 bytes in 1680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:13:49.022 7 INFO neutron_taas.services.taas.taas_plugin [req-e845b0d9-3354-438e-8640-be976b33cb54 req-44a908c7-8f4d-4d01-8031-02ec6af9164b d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] TaaS: Handle Delete Port: d24a7ead-b8ba-4826-bc4a-f006dbfe8988 2026-06-28 21:13:49.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e845b0d9-3354-438e-8640-be976b33cb54 req-44a908c7-8f4d-4d01-8031-02ec6af9164b d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Tap Mirror: Handle Delete Port: d24a7ead-b8ba-4826-bc4a-f006dbfe8988 [pid: 7|app: 0|req: 1275/2471] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:13:48 2026] DELETE /v2.0/ports/d24a7ead-b8ba-4826-bc4a-f006dbfe8988 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:13:49.270 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-157645f5-176c-4f56-acf2-07729dda11af'] response: {'server_uuid': 'f8d2801a-68a4-437a-a58b-e809ca3573f9', 'name': 'network-vif-deleted', 'tag': 'd24a7ead-b8ba-4826-bc4a-f006dbfe8988', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1197/2472] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:49 2026] GET /v2.0/security-groups?tenant_id=5907f39a15e34475846a420e7c120fca&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2473] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:49 2026] DELETE /v2.0/security-groups/c7461354-013d-4ebc-92ba-927e88868b2b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2474] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:49 2026] GET /v2.0/security-groups?tenant_id=59587760d4f240aa9136a5e21cefd301&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2475] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:49 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1277/2476] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:49 2026] DELETE /v2.0/security-groups/492b43fd-7471-4c20-8286-f38be28eddaf => 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: 1200/2477] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:50 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1278/2478] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:13:52 2026] GET /v2.0/ports?device_id=f8d2801a-68a4-437a-a58b-e809ca3573f9 => 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: 1201/2479] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:13:52 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: 1279/2480] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:13:52 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: 1202/2481] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:13:52 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: 1280/2482] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:13:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:13:52.206 8 INFO neutron.api.v2.resource [None req-87f5d1df-b858-4836-b155-60f12aec16e7 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1203/2483] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 21:13:52 2026] GET /v2.0/security-groups/lb-99fadff3-b786-4299-9387-9a0e45c46d80 => 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: 1281/2484] 199.204.45.223 () {30 vars in 785 bytes} [Sun Jun 28 21:13:52 2026] GET /v2.0/security-groups?name=lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 1637 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2485] 199.204.45.223 () {30 vars in 815 bytes} [Sun Jun 28 21:13:52 2026] GET /v2.0/security-group-rules?security_group_id=189759f2-abe7-45c4-acc8-1f2177a8b1ee => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2486] 199.204.45.223 () {34 vars in 747 bytes} [Sun Jun 28 21:13:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2487] 199.204.45.223 () {34 vars in 747 bytes} [Sun Jun 28 21:13:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2488] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:53 2026] DELETE /v2.0/security-groups/76ddd2dd-134c-4570-b61a-796dfcba49d6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:53.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7ac07b2-53b6-4ec7-b70f-863ab9591a99 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] TaaS: Handle Delete Port: 5098a622-9c00-4c6f-96d9-5a6aa5eeb38d 2026-06-28 21:13:53.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7ac07b2-53b6-4ec7-b70f-863ab9591a99 d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Tap Mirror: Handle Delete Port: 5098a622-9c00-4c6f-96d9-5a6aa5eeb38d [pid: 8|app: 0|req: 1206/2489] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:13:53 2026] PUT /v2.0/routers/b90e25f1-689e-44c1-9d64-3561e1eb6071/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2490] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:13:54 2026] DELETE /v2.0/subnets/140ba1e3-0835-4320-b82f-3a1d0c03f49d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:13:54.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9293b24-337a-4434-97ae-d8925e95238e d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] TaaS: Handle Delete Port: 2e22da1f-6bb7-4c12-b33e-e26485bc81d6 2026-06-28 21:13:54.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9293b24-337a-4434-97ae-d8925e95238e d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Tap Mirror: Handle Delete Port: 2e22da1f-6bb7-4c12-b33e-e26485bc81d6 2026-06-28 21:13:55.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9293b24-337a-4434-97ae-d8925e95238e d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] TaaS: Handle Delete Port: b7d75fa1-f7f7-4157-a930-9ff8165134c6 2026-06-28 21:13:55.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9293b24-337a-4434-97ae-d8925e95238e d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Tap Mirror: Handle Delete Port: b7d75fa1-f7f7-4157-a930-9ff8165134c6 2026-06-28 21:13:55.496 8 INFO neutron.services.segments.plugin [-] Segment a7efb7ef-2caf-4f08-a687-2ed0fcb934bf resource provider aggregate not found 2026-06-28 21:13:55.508 8 INFO neutron.services.segments.plugin [-] Segment a7efb7ef-2caf-4f08-a687-2ed0fcb934bf resource provider aggregate not found 2026-06-28 21:13:55.518 8 INFO neutron.services.segments.plugin [-] Segment a7efb7ef-2caf-4f08-a687-2ed0fcb934bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7efb7ef-2caf-4f08-a687-2ed0fcb934bf found for delete ", "request_id": "req-48d8eab8-5f84-44af-9621-93c646e9a98d"}]} 2026-06-28 21:13:55.529 8 INFO neutron.db.l3_hamode_db [None req-a9293b24-337a-4434-97ae-d8925e95238e d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] HA network 205043a1-f49a-4594-a7cc-6f4db2e4ce1c was deleted as no HA routers are present in tenant eef7f73e67534c4e87aaff51912c234b. 2026-06-28 21:13:55.536 8 INFO neutron.services.segments.plugin [-] Segment a7efb7ef-2caf-4f08-a687-2ed0fcb934bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7efb7ef-2caf-4f08-a687-2ed0fcb934bf found for delete ", "request_id": "req-a468d768-b0bf-4dbc-998e-2bf389ca08e5"}]} [pid: 8|app: 0|req: 1207/2491] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:13:54 2026] DELETE /v2.0/routers/b90e25f1-689e-44c1-9d64-3561e1eb6071 => generated 0 bytes in 1028 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:13:55.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdba6891-faea-4d02-b7a4-90920191024d d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] TaaS: Handle Delete Port: 83baf8e8-2b28-4ab7-b424-a96be560013c 2026-06-28 21:13:55.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdba6891-faea-4d02-b7a4-90920191024d d7373b593ea845469245411053502c4f eef7f73e67534c4e87aaff51912c234b - - default default] Tap Mirror: Handle Delete Port: 83baf8e8-2b28-4ab7-b424-a96be560013c 2026-06-28 21:13:55.875 7 INFO neutron.services.segments.plugin [-] Segment 33a50f35-0602-48a0-aab2-bdbc946ea563 resource provider aggregate not found 2026-06-28 21:13:55.886 7 INFO neutron.services.segments.plugin [-] Segment 33a50f35-0602-48a0-aab2-bdbc946ea563 resource provider aggregate not found 2026-06-28 21:13:55.904 7 INFO neutron.services.segments.plugin [-] Segment 33a50f35-0602-48a0-aab2-bdbc946ea563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a50f35-0602-48a0-aab2-bdbc946ea563 found for delete ", "request_id": "req-de352a09-5b72-4d41-b607-9c8b9c053744"}]} 2026-06-28 21:13:55.906 7 INFO neutron.services.segments.plugin [-] Segment 33a50f35-0602-48a0-aab2-bdbc946ea563 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a50f35-0602-48a0-aab2-bdbc946ea563 found for delete ", "request_id": "req-b80feba2-bf23-4adf-b582-8efea778eda2"}]} [pid: 7|app: 0|req: 1285/2494] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:13:55 2026] DELETE /v2.0/networks/f9d37549-8df6-488c-b2a2-f32b98ff1eac => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2495] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:56 2026] GET /v2.0/security-groups?tenant_id=ce3314d2f7704699b4b5dc3bc2c6841b&name=default => generated 2927 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2496] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:56 2026] DELETE /v2.0/security-groups/fd05423f-1983-47a0-a521-b2d074bb39e4 => 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: 1211/2497] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:13:57 2026] GET /v2.0/security-groups?tenant_id=eef7f73e67534c4e87aaff51912c234b&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2498] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:13:57 2026] DELETE /v2.0/security-groups/65a82d21-5029-4f21-b116-da7b7af14a20 => 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: 1212/2499] 10.0.0.36 () {30 vars in 689 bytes} [Sun Jun 28 21:14:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2500] 10.0.0.36 () {30 vars in 691 bytes} [Sun Jun 28 21:14:01 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: 1213/2501] 10.0.0.36 () {30 vars in 667 bytes} [Sun Jun 28 21:14:01 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: 1289/2502] 10.0.0.36 () {30 vars in 703 bytes} [Sun Jun 28 21:14:01 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: 1290/2503] 10.0.0.36 () {28 vars in 438 bytes} [Sun Jun 28 21:14:01 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: 1291/2504] 10.0.0.36 () {30 vars in 727 bytes} [Sun Jun 28 21:14:01 2026] GET /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:14:01.692 8 INFO neutron.db.segments_db [None req-6cdf2984-c25a-445f-b373-97103ce37bf0 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] Added segment 69b2896b-6fa1-4eed-85cf-97e1afb8037e of type vxlan for network 721a774f-d00f-45ad-bee5-f2e965fc5c62 [pid: 8|app: 0|req: 1214/2505] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:01 2026] POST /v2.0/networks => generated 726 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2506] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:14:01 2026] POST /v2.0/subnets => generated 644 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:14:01.988 8 WARNING neutron.api.v2.base [None req-83ead96f-e3f6-4104-b69f-fc82b77c7e50 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-28 21:14:01.989 8 INFO neutron.api.v2.resource [None req-83ead96f-e3f6-4104-b69f-fc82b77c7e50 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1215/2507] 10.0.0.94 () {34 vars in 680 bytes} [Sun Jun 28 21:14:01 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-28 21:14:02.163 7 INFO neutron.services.segments.plugin [-] Segment 69b2896b-6fa1-4eed-85cf-97e1afb8037e resource provider aggregate not found 2026-06-28 21:14:02.164 7 INFO neutron.services.segments.plugin [-] Segment 69b2896b-6fa1-4eed-85cf-97e1afb8037e resource provider aggregate not found 2026-06-28 21:14:02.188 7 INFO neutron.services.segments.plugin [-] Segment 69b2896b-6fa1-4eed-85cf-97e1afb8037e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69b2896b-6fa1-4eed-85cf-97e1afb8037e found for delete ", "request_id": "req-46fa3898-f4fb-4aae-a534-df3b4ef99c04"}]} 2026-06-28 21:14:02.191 7 INFO neutron.services.segments.plugin [-] Segment 69b2896b-6fa1-4eed-85cf-97e1afb8037e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69b2896b-6fa1-4eed-85cf-97e1afb8037e found for delete ", "request_id": "req-4ac36cde-dbd2-48b1-99d0-dc87601c60f8"}]} [pid: 7|app: 0|req: 1293/2508] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:01 2026] DELETE /v2.0/networks/721a774f-d00f-45ad-bee5-f2e965fc5c62 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:14:02.260 8 INFO neutron.db.segments_db [None req-bab9bb8c-f513-4aa5-91d5-0496cda7595f 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] Added segment b9b0b741-4a24-4a60-82f0-70877bc7449d of type vxlan for network edb6206c-f4ed-4cfd-b58a-c31fe7590461 [pid: 8|app: 0|req: 1216/2509] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:02 2026] POST /v2.0/networks => generated 727 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2510] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:14:02 2026] POST /v2.0/subnets => generated 647 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:14:02.606 8 WARNING neutron.api.v2.base [None req-68028e01-1883-4fb6-b318-688de7159bf8 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-28 21:14:02.607 8 INFO neutron.api.v2.resource [None req-68028e01-1883-4fb6-b318-688de7159bf8 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1217/2511] 10.0.0.94 () {34 vars in 680 bytes} [Sun Jun 28 21:14:02 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2512] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:02 2026] DELETE /v2.0/networks/edb6206c-f4ed-4cfd-b58a-c31fe7590461 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:14:02.902 8 INFO neutron.db.segments_db [None req-1d59026e-1e37-4181-8299-27ab2ad43026 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] Added segment 4e799023-122d-4294-b003-345087f99cc5 of type vxlan for network fabd6a78-44d6-41f0-91ca-2211e29f6bce [pid: 8|app: 0|req: 1218/2513] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:02 2026] POST /v2.0/networks => generated 727 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2514] 10.0.0.94 () {34 vars in 668 bytes} [Sun Jun 28 21:14:02 2026] POST /v2.0/subnets => generated 647 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2515] 10.0.0.94 () {34 vars in 680 bytes} [Sun Jun 28 21:14:03 2026] POST /v2.0/rbac-policies => generated 324 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2516] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:03 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: 1220/2517] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2518] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:03 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: 1221/2519] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2520] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:03 2026] GET /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2521] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:03 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2522] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:14:03 2026] GET /v2.0/networks/fabd6a78-44d6-41f0-91ca-2211e29f6bce => generated 655 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2523] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14: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: 1301/2524] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2525] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14: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: 7|app: 0|req: 1302/2526] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:14:04.209 7 INFO neutron.services.segments.plugin [-] Segment b9b0b741-4a24-4a60-82f0-70877bc7449d resource provider aggregate not found 2026-06-28 21:14:04.216 7 INFO neutron.services.segments.plugin [-] Segment b9b0b741-4a24-4a60-82f0-70877bc7449d resource provider aggregate not found 2026-06-28 21:14:04.230 7 INFO neutron.services.segments.plugin [-] Segment b9b0b741-4a24-4a60-82f0-70877bc7449d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b0b741-4a24-4a60-82f0-70877bc7449d found for delete ", "request_id": "req-f983cbd8-0840-4c9c-aa44-a6112534578a"}]} 2026-06-28 21:14:04.237 7 INFO neutron.services.segments.plugin [-] Segment b9b0b741-4a24-4a60-82f0-70877bc7449d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9b0b741-4a24-4a60-82f0-70877bc7449d found for delete ", "request_id": "req-2372b64a-53e0-4836-a9f8-f47d7f1495fa"}]} 2026-06-28 21:14:04.242 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93b2b07b-42da-4bae-929d-db1380b05152 2f196d6ca40548928c80d607daf55766 0c742a3826294ca5b2eb4485d6f66a05 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1303/2527] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:14:04 2026] GET /v2.0/networks/fabd6a78-44d6-41f0-91ca-2211e29f6bce => generated 138 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:14:04.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-a80121da-3b72-4831-8d23-5bf8ee8e5b0c 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] TaaS: Handle Delete Port: 523df588-8295-4358-9337-a3e700f7ae64 2026-06-28 21:14:04.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a80121da-3b72-4831-8d23-5bf8ee8e5b0c 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] Tap Mirror: Handle Delete Port: 523df588-8295-4358-9337-a3e700f7ae64 [pid: 8|app: 0|req: 1225/2528] 199.204.45.223 () {34 vars in 717 bytes} [Sun Jun 28 21:14:04 2026] POST /v2.0/ports => generated 1328 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2529] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:04 2026] DELETE /v2.0/networks/fabd6a78-44d6-41f0-91ca-2211e29f6bce => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:14:04.665 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54dc1ab0-f264-4b42-9746-cf6a57d141e5 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1226/2530] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:14:04 2026] DELETE /v2.0/subnets/80107461-9d37-40cc-b9dc-181ceb44021f => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:14:04.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26fda5de-0f75-46cc-bf13-87ce9e1c0e5d 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1305/2531] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:14:04 2026] DELETE /v2.0/subnets/10e78afe-81e0-4523-8524-7e8ad59fb2d9 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:14:04.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-103023b6-b3f0-451a-8140-dc9b0d776835 2fc27036dc474e42a6d2d233382d4b9a ef7377f25673435d85f9adcef8d8662f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1227/2532] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:14:04 2026] DELETE /v2.0/subnets/234dee75-2ebe-478a-8af0-b2020936c636 => 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: 1306/2533] 10.0.0.244 () {34 vars in 971 bytes} [Sun Jun 28 21:14:05 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2534] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:05 2026] GET /v2.0/security-groups?tenant_id=4857e0e30c9546ddb088fe31ef4df7c3&name=default => generated 2929 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2535] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:05 2026] DELETE /v2.0/security-groups/e80443ea-3ef3-465c-be8d-1747d7f86071 => 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: 1229/2536] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:06 2026] GET /v2.0/security-groups?tenant_id=0c742a3826294ca5b2eb4485d6f66a05&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:06.251 7 INFO neutron.services.segments.plugin [-] Segment 4e799023-122d-4294-b003-345087f99cc5 resource provider aggregate not found [pid: 7|app: 0|req: 1308/2537] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:06 2026] DELETE /v2.0/security-groups/ad456c77-b88d-40df-898f-54523041fdc6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:14:06.265 7 INFO neutron.services.segments.plugin [-] Segment 4e799023-122d-4294-b003-345087f99cc5 resource provider aggregate not found 2026-06-28 21:14:06.273 7 INFO neutron.services.segments.plugin [-] Segment 4e799023-122d-4294-b003-345087f99cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e799023-122d-4294-b003-345087f99cc5 found for delete ", "request_id": "req-a5bb34e2-64ad-4bdc-a432-e1ef743330d6"}]} 2026-06-28 21:14:06.281 7 INFO neutron.services.segments.plugin [-] Segment 4e799023-122d-4294-b003-345087f99cc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e799023-122d-4294-b003-345087f99cc5 found for delete ", "request_id": "req-4d34b398-a400-4a88-ac12-4086980a3943"}]} [pid: 8|app: 0|req: 1230/2538] 199.204.45.223 () {34 vars in 1262 bytes} [Sun Jun 28 21:14:06 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2539] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:06 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1231/2540] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:06 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1310/2541] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:06 2026] GET /v2.0/security-groups?tenant_id=ef7377f25673435d85f9adcef8d8662f&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2542] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:06 2026] DELETE /v2.0/security-groups/e854d081-cd98-4fce-9666-2160f763517f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2543] 199.204.45.223 () {34 vars in 975 bytes} [Sun Jun 28 21:14:06 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2544] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:06 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2545] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:14:06 2026] PUT /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1518 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:07.527 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce9abf48-427a-429e-81c1-420cb20a6e72'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': 'f800aa34-14fe-4082-8c22-7900086e5762', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1234/2546] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4092 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: 1313/2547] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2548] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2549] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26b&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2550] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe&id=37c57e7b-b75c-446a-b7ca-35ceadb9f292 => 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: 1315/2551] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 1237/2552] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 1316/2553] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1238/2554] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:08 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1317/2555] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4092 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2556] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.34&port_id=9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => 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: 1318/2557] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/subnets?id=f3faf0ae-d1c3-4292-a455-2614815ae9e6 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2558] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/ports?network_id=810b174e-5557-4168-8546-3792a306414b&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2559] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1241/2560] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1320/2561] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => 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: 1242/2562] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2563] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2564] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1322/2565] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:09 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2566] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2567] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Jun 28 21:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26b&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => 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: 1245/2568] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:14:10 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe&id=37c57e7b-b75c-446a-b7ca-35ceadb9f292 => 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: 1324/2569] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:10 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2570] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:10 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2571] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:10 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1247/2572] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:10 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:14:11.050 7 INFO neutron.db.segments_db [None req-34ec04c2-6d5e-41f3-b4b6-5e14d18f1456 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Added segment 77a860fd-c361-4e0d-931d-8db3eb3bb204 of type vxlan for network 645014dc-20b0-4048-8133-f4fca7fee7f6 [pid: 7|app: 0|req: 1326/2575] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:10 2026] POST /v2.0/networks => generated 631 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2576] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:14:11 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) 2026-06-28 21:14:11.541 7 INFO neutron.db.segments_db [None req-04413b65-dc88-41b2-8f01-bc01b03d1f75 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Added segment 7fd31c95-b46a-4bf3-ad5d-571983c99dde of type vxlan for network dfd009a7-e653-4e2a-aab2-69ba7bb01692 [pid: 7|app: 0|req: 1327/2577] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:11 2026] POST /v2.0/networks => generated 632 bytes in 196 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: 1251/2578] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:14:11 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:14:12.037 7 INFO neutron.db.segments_db [None req-1b420ae9-6be7-48e9-891c-174f47a116be 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Added segment 6003b908-9d75-4ba1-a96a-4afb21639554 of type vxlan for network c25e5f65-8be6-4269-b5a2-d66f5cf82c4c [pid: 7|app: 0|req: 1328/2579] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:11 2026] POST /v2.0/networks => generated 632 bytes in 143 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: 1252/2580] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:14:12 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:14:12.483 7 INFO neutron.db.segments_db [None req-cdc195a3-567a-4d12-a38e-d1cdc2d50ff5 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Added segment 732020aa-b4f8-42c3-82a0-cbd579c09b3f of type vxlan for network 332e1606-88a5-4c60-b2f6-30d9d96d36ab [pid: 7|app: 0|req: 1329/2581] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:12 2026] POST /v2.0/networks => generated 632 bytes in 141 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: 1253/2582] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:14:12 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:14:12.954 7 INFO neutron.db.segments_db [None req-45f5bd2e-17c8-487f-8c9d-ceeb41a973dc 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Added segment 9f0ff370-5085-4686-8102-b2567d447722 of type vxlan for network 303c2e38-4a67-4083-96e1-c7eb1d864945 [pid: 7|app: 0|req: 1330/2583] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:12 2026] POST /v2.0/networks => generated 632 bytes in 116 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: 1254/2584] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:14:13 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2585] 10.0.0.94 () {34 vars in 746 bytes} [Sun Jun 28 21:14:13 2026] PUT /v2.0/ports/fe98431e-2465-4293-b067-cc66454846f0/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1255/2586] 10.0.0.94 () {34 vars in 746 bytes} [Sun Jun 28 21:14:13 2026] PUT /v2.0/ports/5161e875-99ca-4ac2-bcaa-c40c4561fd23/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1332/2587] 10.0.0.94 () {34 vars in 746 bytes} [Sun Jun 28 21:14:13 2026] PUT /v2.0/ports/14094746-1e04-4cd6-9393-374901864721/tags => generated 34 bytes in 86 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: 1256/2588] 10.0.0.94 () {34 vars in 746 bytes} [Sun Jun 28 21:14:13 2026] PUT /v2.0/ports/09dfcf80-a192-4db7-9fe7-3faf2b521c0e/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1333/2589] 10.0.0.94 () {32 vars in 659 bytes} [Sun Jun 28 21:14:13 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 175 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: 1257/2590] 10.0.0.94 () {32 vars in 673 bytes} [Sun Jun 28 21:14:13 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2591] 10.0.0.94 () {32 vars in 669 bytes} [Sun Jun 28 21:14:13 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2592] 10.0.0.94 () {32 vars in 681 bytes} [Sun Jun 28 21:14:13 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2593] 10.0.0.94 () {32 vars in 667 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2594] 10.0.0.94 () {32 vars in 681 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2595] 10.0.0.94 () {32 vars in 677 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2596] 10.0.0.94 () {32 vars in 689 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2597] 10.0.0.244 () {34 vars in 971 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1520 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:14.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-09d0ca0f-7fc3-4a23-a9ea-761482e04301 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] TaaS: Handle Delete Port: fe98431e-2465-4293-b067-cc66454846f0 2026-06-28 21:14:14.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09d0ca0f-7fc3-4a23-a9ea-761482e04301 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Tap Mirror: Handle Delete Port: fe98431e-2465-4293-b067-cc66454846f0 [pid: 8|app: 0|req: 1261/2598] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2599] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2600] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:14:14 2026] DELETE /v2.0/ports/fe98431e-2465-4293-b067-cc66454846f0 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2601] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/subnets/37c57e7b-b75c-446a-b7ca-35ceadb9f292 => generated 743 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2602] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:14 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) 2026-06-28 21:14:14.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-81da94d8-0019-4a68-8bb6-36692a769798 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] TaaS: Handle Delete Port: 5161e875-99ca-4ac2-bcaa-c40c4561fd23 [pid: 8|app: 0|req: 1265/2603] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:14 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) 2026-06-28 21:14:14.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81da94d8-0019-4a68-8bb6-36692a769798 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Tap Mirror: Handle Delete Port: 5161e875-99ca-4ac2-bcaa-c40c4561fd23 [pid: 8|app: 0|req: 1266/2604] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2605] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:14 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: 1268/2606] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2607] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:14:14 2026] DELETE /v2.0/ports/5161e875-99ca-4ac2-bcaa-c40c4561fd23 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2608] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2609] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2610] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:14:14.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ff1de4-71ce-4777-8124-4eb6f3862aa1 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] TaaS: Handle Delete Port: 14094746-1e04-4cd6-9393-374901864721 2026-06-28 21:14:14.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ff1de4-71ce-4777-8124-4eb6f3862aa1 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Tap Mirror: Handle Delete Port: 14094746-1e04-4cd6-9393-374901864721 [pid: 8|app: 0|req: 1272/2611] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:14 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 799 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2612] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:15 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2613] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:14:14 2026] DELETE /v2.0/ports/14094746-1e04-4cd6-9393-374901864721 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2614] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:15 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:14:15.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-9311b71d-3b83-4e58-bf88-fc0ac9e066fe 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] TaaS: Handle Delete Port: 09dfcf80-a192-4db7-9fe7-3faf2b521c0e 2026-06-28 21:14:15.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9311b71d-3b83-4e58-bf88-fc0ac9e066fe 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Tap Mirror: Handle Delete Port: 09dfcf80-a192-4db7-9fe7-3faf2b521c0e [pid: 7|app: 0|req: 1341/2615] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:14:15 2026] DELETE /v2.0/ports/09dfcf80-a192-4db7-9fe7-3faf2b521c0e => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:14:15.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd37f1cb-02bc-42b4-980d-34a05c80041a 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] TaaS: Handle Delete Port: 6ecf796e-12c4-4659-a19f-b9814fa88d40 2026-06-28 21:14:15.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd37f1cb-02bc-42b4-980d-34a05c80041a 7d7b1456447649abb86b379218963760 8c656c589f724f4bb98f31b951cee40e - - default default] Tap Mirror: Handle Delete Port: 6ecf796e-12c4-4659-a19f-b9814fa88d40 [pid: 8|app: 0|req: 1275/2616] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:14:15 2026] DELETE /v2.0/ports/6ecf796e-12c4-4659-a19f-b9814fa88d40 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2617] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:15 2026] DELETE /v2.0/networks/645014dc-20b0-4048-8133-f4fca7fee7f6 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:14:15.788 7 INFO neutron.services.segments.plugin [-] Segment 77a860fd-c361-4e0d-931d-8db3eb3bb204 resource provider aggregate not found 2026-06-28 21:14:15.803 7 INFO neutron.services.segments.plugin [-] Segment 77a860fd-c361-4e0d-931d-8db3eb3bb204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a860fd-c361-4e0d-931d-8db3eb3bb204 found for delete ", "request_id": "req-2b363002-48b5-43a1-b34a-85c537265e4f"}]} 2026-06-28 21:14:15.805 7 INFO neutron.services.segments.plugin [-] Segment 77a860fd-c361-4e0d-931d-8db3eb3bb204 resource provider aggregate not found 2026-06-28 21:14:15.829 7 INFO neutron.services.segments.plugin [-] Segment 77a860fd-c361-4e0d-931d-8db3eb3bb204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77a860fd-c361-4e0d-931d-8db3eb3bb204 found for delete ", "request_id": "req-46bdd505-dad8-431f-be6a-5ba90e333d91"}]} 2026-06-28 21:14:15.861 8 INFO neutron.services.segments.plugin [-] Segment 7fd31c95-b46a-4bf3-ad5d-571983c99dde resource provider aggregate not found 2026-06-28 21:14:15.865 8 INFO neutron.services.segments.plugin [-] Segment 7fd31c95-b46a-4bf3-ad5d-571983c99dde resource provider aggregate not found 2026-06-28 21:14:15.883 8 INFO neutron.services.segments.plugin [-] Segment 7fd31c95-b46a-4bf3-ad5d-571983c99dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fd31c95-b46a-4bf3-ad5d-571983c99dde found for delete ", "request_id": "req-118c7ec6-7429-41e1-afcf-3436acca1473"}]} 2026-06-28 21:14:15.883 8 INFO neutron.services.segments.plugin [-] Segment 7fd31c95-b46a-4bf3-ad5d-571983c99dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fd31c95-b46a-4bf3-ad5d-571983c99dde found for delete ", "request_id": "req-43a58019-28e9-4e55-8af1-29063dd940cc"}]} [pid: 8|app: 0|req: 1276/2618] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:15 2026] DELETE /v2.0/networks/dfd009a7-e653-4e2a-aab2-69ba7bb01692 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2619] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:15 2026] DELETE /v2.0/networks/c25e5f65-8be6-4269-b5a2-d66f5cf82c4c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2620] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:16 2026] DELETE /v2.0/networks/332e1606-88a5-4c60-b2f6-30d9d96d36ab => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2621] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:16 2026] DELETE /v2.0/networks/303c2e38-4a67-4083-96e1-c7eb1d864945 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2622] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:17 2026] GET /v2.0/security-groups?tenant_id=1ef5639aee2d43ffa7ab2252069ad057&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2623] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:17 2026] DELETE /v2.0/security-groups/cff2a3fb-60ca-4918-a639-2625ece52270 => 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: 1279/2624] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:17 2026] GET /v2.0/security-groups?tenant_id=8c656c589f724f4bb98f31b951cee40e&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2625] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:17 2026] DELETE /v2.0/security-groups/642873bf-3b76-4734-8ff9-b4e4df186bf2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:14:17.824 7 INFO neutron.services.segments.plugin [-] Segment 6003b908-9d75-4ba1-a96a-4afb21639554 resource provider aggregate not found 2026-06-28 21:14:17.845 7 INFO neutron.services.segments.plugin [-] Segment 6003b908-9d75-4ba1-a96a-4afb21639554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6003b908-9d75-4ba1-a96a-4afb21639554 found for delete ", "request_id": "req-374e95a5-43fd-416c-a766-ceb6b43f4b46"}]} 2026-06-28 21:14:17.851 7 INFO neutron.services.segments.plugin [-] Segment 6003b908-9d75-4ba1-a96a-4afb21639554 resource provider aggregate not found 2026-06-28 21:14:17.867 7 INFO neutron.services.segments.plugin [-] Segment 6003b908-9d75-4ba1-a96a-4afb21639554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6003b908-9d75-4ba1-a96a-4afb21639554 found for delete ", "request_id": "req-e650cd6f-c4d2-4d9f-884c-045ca83dd1da"}]} 2026-06-28 21:14:17.872 7 INFO neutron.services.segments.plugin [-] Segment 9f0ff370-5085-4686-8102-b2567d447722 resource provider aggregate not found [pid: 8|app: 0|req: 1280/2626] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:17 2026] GET /v2.0/security-groups?tenant_id=d520bf77521b4ecbbea5842b0e601234&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:17.884 7 INFO neutron.services.segments.plugin [-] Segment 9f0ff370-5085-4686-8102-b2567d447722 resource provider aggregate not found 2026-06-28 21:14:17.892 7 INFO neutron.services.segments.plugin [-] Segment 9f0ff370-5085-4686-8102-b2567d447722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f0ff370-5085-4686-8102-b2567d447722 found for delete ", "request_id": "req-ef6ebd74-2e54-4e5e-993a-04f9ef0d242d"}]} 2026-06-28 21:14:17.903 7 INFO neutron.services.segments.plugin [-] Segment 9f0ff370-5085-4686-8102-b2567d447722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f0ff370-5085-4686-8102-b2567d447722 found for delete ", "request_id": "req-01a0f0e4-142b-4b40-bed7-bce608d2317d"}]} [pid: 7|app: 0|req: 1347/2627] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:17 2026] DELETE /v2.0/security-groups/4cdc0a43-8ba3-488d-ae64-2da9834d9e01 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:14:18.134 8 INFO neutron.services.segments.plugin [-] Segment 732020aa-b4f8-42c3-82a0-cbd579c09b3f resource provider aggregate not found 2026-06-28 21:14:18.141 8 INFO neutron.services.segments.plugin [-] Segment 732020aa-b4f8-42c3-82a0-cbd579c09b3f resource provider aggregate not found 2026-06-28 21:14:18.158 8 INFO neutron.services.segments.plugin [-] Segment 732020aa-b4f8-42c3-82a0-cbd579c09b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732020aa-b4f8-42c3-82a0-cbd579c09b3f found for delete ", "request_id": "req-7219856e-b667-42fc-b95e-5a082757aa89"}]} 2026-06-28 21:14:18.163 8 INFO neutron.services.segments.plugin [-] Segment 732020aa-b4f8-42c3-82a0-cbd579c09b3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 732020aa-b4f8-42c3-82a0-cbd579c09b3f found for delete ", "request_id": "req-cab486c0-18e5-4f83-afa6-df385eaa545a"}]} [pid: 7|app: 0|req: 1348/2628] 10.0.0.36 () {30 vars in 689 bytes} [Sun Jun 28 21:14:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2629] 10.0.0.36 () {30 vars in 691 bytes} [Sun Jun 28 21:14:22 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: 1350/2630] 10.0.0.36 () {30 vars in 667 bytes} [Sun Jun 28 21:14:22 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: 1351/2631] 10.0.0.36 () {30 vars in 703 bytes} [Sun Jun 28 21:14:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2632] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2633] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2634] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2635] 10.0.0.36 () {28 vars in 438 bytes} [Sun Jun 28 21:14:22 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: 1353/2636] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2637] 10.0.0.36 () {30 vars in 727 bytes} [Sun Jun 28 21:14:22 2026] GET /v2.0/subnets/1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2638] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:14:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2639] 10.0.0.94 () {34 vars in 766 bytes} [Sun Jun 28 21:14:22 2026] PUT /v2.0/security-groups/c5b9916b-1aee-44f4-8517-ced07ed90aee/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2640] 10.0.0.94 () {34 vars in 766 bytes} [Sun Jun 28 21:14:23 2026] PUT /v2.0/security-groups/f6378605-0c60-4376-b0f8-5748651ed02b/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2641] 10.0.0.94 () {34 vars in 766 bytes} [Sun Jun 28 21:14:23 2026] PUT /v2.0/security-groups/7b01308b-37c4-4b49-8b96-9db97cf77081/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: 1356/2642] 10.0.0.94 () {34 vars in 766 bytes} [Sun Jun 28 21:14:23 2026] PUT /v2.0/security-groups/b5319e0b-7b97-4128-b5ef-cbbe37c77bbd/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2643] 10.0.0.94 () {32 vars in 679 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2644] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2645] 10.0.0.94 () {32 vars in 689 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2646] 10.0.0.94 () {32 vars in 701 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2647] 10.0.0.94 () {32 vars in 687 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2648] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2649] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:23 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: 1292/2650] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:23 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: 1359/2651] 10.0.0.94 () {32 vars in 701 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2652] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2653] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2654] 10.0.0.94 () {32 vars in 697 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2655] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/subnets/1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2656] 10.0.0.94 () {32 vars in 709 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2657] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2658] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:23 2026] DELETE /v2.0/security-groups/c5b9916b-1aee-44f4-8517-ced07ed90aee => 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: 1296/2659] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2660] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:23 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: 1298/2661] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2662] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:23 2026] DELETE /v2.0/security-groups/f6378605-0c60-4376-b0f8-5748651ed02b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2663] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2664] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:23 2026] DELETE /v2.0/security-groups/7b01308b-37c4-4b49-8b96-9db97cf77081 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2665] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:23 2026] DELETE /v2.0/security-groups/b5319e0b-7b97-4128-b5ef-cbbe37c77bbd => 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: 1367/2666] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:23 2026] DELETE /v2.0/security-groups/0e834fd2-ae3d-4ab0-b087-df136929def3 => 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: 1300/2667] 199.204.45.223 () {34 vars in 717 bytes} [Sun Jun 28 21:14:23 2026] POST /v2.0/ports => generated 1324 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2668] 10.0.0.244 () {34 vars in 971 bytes} [Sun Jun 28 21:14:24 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1324 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: 1301/2669] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:24 2026] GET /v2.0/security-groups?tenant_id=baab67f4bc4f4236a759966ea5c63d30&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2670] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:25 2026] DELETE /v2.0/security-groups/d1b22ebc-8feb-4837-ad7a-a38fcefeecbc => 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: 1302/2671] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:25 2026] GET /v2.0/security-groups?tenant_id=59315604d83d4f63ae29cc65989088f2&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: 1303/2672] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:25 2026] DELETE /v2.0/security-groups/4f6ec2c5-fad7-4b3a-889d-b6ed0c05ad76 => 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: 1370/2673] 199.204.45.223 () {34 vars in 1262 bytes} [Sun Jun 28 21:14:25 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2674] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:25 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2675] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:25 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 1371/2676] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:25 2026] GET /v2.0/security-groups?tenant_id=fb00891025c4497084df77bef6f6250d&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2679] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:25 2026] DELETE /v2.0/security-groups/38566fee-2501-4e8e-85c9-93ded030da8e => 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: 1374/2680] 199.204.45.223 () {34 vars in 975 bytes} [Sun Jun 28 21:14:26 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1324 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2681] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:26 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2682] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:14:26 2026] PUT /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1514 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:26.851 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-657453a0-814e-4c10-9972-2642cf744975'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': '16483c3f-d6ee-4374-9241-a98d0ceebfb6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1308/2683] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 5600 bytes in 51 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: 1376/2684] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2685] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=16483c3f-d6ee-4374-9241-a98d0ceebfb6 => 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: 1377/2686] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A6f&port_id=16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2687] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/subnets?id=2aa0b143-6ea9-4b5b-9409-c4dd47fd6533&id=1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 1413 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2688] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&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: 1311/2689] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2690] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 1312/2691] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:27 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2692] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:28 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 5600 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2693] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:14:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.34&port_id=9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2694] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:28 2026] GET /v2.0/subnets?id=f3faf0ae-d1c3-4292-a455-2614815ae9e6 => generated 654 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2695] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:28 2026] GET /v2.0/ports?network_id=810b174e-5557-4168-8546-3792a306414b&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2696] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1383/2697] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1384/2698] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => 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: 1385/2699] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2700] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2701] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:14:29.254 8 INFO neutron.db.segments_db [None req-e61c0d5c-3d74-4c22-8687-3e730901a39d b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] Added segment 5f3fd547-60dd-4415-ab5b-0dc8f71f0c8d of type vxlan for network e777ab9a-fe81-4f82-9908-70164db6d002 [pid: 7|app: 0|req: 1388/2702] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2703] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => 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: 1390/2704] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A26b&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => 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: 1391/2705] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe&id=37c57e7b-b75c-446a-b7ca-35ceadb9f292 => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2706] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 1393/2707] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:29.493 8 INFO neutron.db.l3_hamode_db [None req-e61c0d5c-3d74-4c22-8687-3e730901a39d b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1394/2708] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1395/2709] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1396/2710] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:14:29.624 8 INFO neutron.db.l3_hamode_db [None req-e61c0d5c-3d74-4c22-8687-3e730901a39d b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1397/2711] 199.204.45.223 () {34 vars in 1104 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A6f&port_id=16483c3f-d6ee-4374-9241-a98d0ceebfb6 => 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: 1398/2712] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/subnets?id=2aa0b143-6ea9-4b5b-9409-c4dd47fd6533&id=1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2713] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2714] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&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: 1401/2715] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 1402/2716] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:29 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2717] 10.0.0.94 () {34 vars in 667 bytes} [Sun Jun 28 21:14:29 2026] POST /v2.0/routers => generated 474 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2718] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:14:30 2026] PUT /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2719] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:14:30 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 25 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2720] 10.0.0.94 () {34 vars in 761 bytes} [Sun Jun 28 21:14:30 2026] PUT /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags/green => generated 4 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2721] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:14:30 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2722] 10.0.0.94 () {34 vars in 757 bytes} [Sun Jun 28 21:14:30 2026] PUT /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags/red => generated 4 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2723] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:14:30 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 34 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2724] 10.0.0.94 () {34 vars in 779 bytes} [Sun Jun 28 21:14:31 2026] PUT /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags/black.or.white => 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: 1319/2725] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:14:31 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2726] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:14:31 2026] PUT /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2727] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:14:31 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2728] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:14:31 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:14:31.713 8 INFO neutron.api.v2.resource [None req-619d2ced-2567-44fd-97d0-c172a6cd7c2f b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1321/2729] 10.0.0.94 () {32 vars in 742 bytes} [Sun Jun 28 21:14:31 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags/green => generated 99 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2730] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:14:31 2026] DELETE /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags/red => 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: 1322/2731] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:14:31 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 30 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:14:32.023 7 INFO neutron.api.v2.resource [None req-5a2534ce-2c7c-4edf-9251-9b79732878b0 b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1410/2732] 10.0.0.94 () {32 vars in 745 bytes} [Sun Jun 28 21:14:31 2026] DELETE /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2733] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:14:32 2026] DELETE /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => 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: 1411/2734] 10.0.0.94 () {32 vars in 730 bytes} [Sun Jun 28 21:14:32 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94/tags => generated 12 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2735] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:14:32 2026] GET /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94 => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2736] 10.0.0.94 () {34 vars in 741 bytes} [Sun Jun 28 21:14:32 2026] PUT /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94 => generated 480 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2737] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:14:32 2026] GET /v2.0/ports?device_id=83367d59-6454-4ca9-8dbc-feee47ec4c94 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:14:33.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-64fe94a3-0622-48fb-8379-2ff1fd413a31 b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] TaaS: Handle Delete Port: 304c96b6-d8af-404a-ae82-0d8e99ba8e81 2026-06-28 21:14:33.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64fe94a3-0622-48fb-8379-2ff1fd413a31 b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] Tap Mirror: Handle Delete Port: 304c96b6-d8af-404a-ae82-0d8e99ba8e81 2026-06-28 21:14:33.355 7 INFO neutron.services.segments.plugin [-] Segment 5f3fd547-60dd-4415-ab5b-0dc8f71f0c8d resource provider aggregate not found 2026-06-28 21:14:33.363 7 INFO neutron.services.segments.plugin [-] Segment 5f3fd547-60dd-4415-ab5b-0dc8f71f0c8d resource provider aggregate not found 2026-06-28 21:14:33.381 7 INFO neutron.services.segments.plugin [-] Segment 5f3fd547-60dd-4415-ab5b-0dc8f71f0c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f3fd547-60dd-4415-ab5b-0dc8f71f0c8d found for delete ", "request_id": "req-db26b41a-36be-43bd-a901-419efcbe003c"}]} 2026-06-28 21:14:33.383 7 INFO neutron.services.segments.plugin [-] Segment 5f3fd547-60dd-4415-ab5b-0dc8f71f0c8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f3fd547-60dd-4415-ab5b-0dc8f71f0c8d found for delete ", "request_id": "req-8979e314-f2da-4c0c-8f63-884c9eea36c1"}]} 2026-06-28 21:14:33.399 7 INFO neutron.db.l3_hamode_db [None req-64fe94a3-0622-48fb-8379-2ff1fd413a31 b120e8358d3b4e60961a77b12a06a3bc c44f1ae20f76462289cf80cfdfad8ff3 - - default default] HA network e777ab9a-fe81-4f82-9908-70164db6d002 was deleted as no HA routers are present in tenant c44f1ae20f76462289cf80cfdfad8ff3. [pid: 7|app: 0|req: 1413/2738] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:14:32 2026] DELETE /v2.0/routers/83367d59-6454-4ca9-8dbc-feee47ec4c94 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2739] 10.0.0.244 () {34 vars in 971 bytes} [Sun Jun 28 21:14:33 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2740] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:33 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2741] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:33 2026] GET /v2.0/subnets/1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2742] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:33 2026] GET /v2.0/subnets/2aa0b143-6ea9-4b5b-9409-c4dd47fd6533 => generated 747 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2743] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1520 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2744] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/security-groups?tenant_id=d4cd5fd0acf94803bf83c4b396850f5b&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2745] 199.204.45.223 () {34 vars in 790 bytes} [Sun Jun 28 21:14:34 2026] PUT /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1255 bytes in 320 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: 1330/2746] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:34 2026] DELETE /v2.0/security-groups/d5db884e-551a-4ad5-8b91-fc7cb08dd86d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2747] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2748] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2749] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:34 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) 2026-06-28 21:14:34.609 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c686dd9-74d1-4e7e-aa25-3569f81945a3'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': 'f800aa34-14fe-4082-8c22-7900086e5762', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1333/2750] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:34 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: 1334/2751] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:34 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: 1335/2752] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:34 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: 1418/2753] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/security-groups?tenant_id=c44f1ae20f76462289cf80cfdfad8ff3&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2754] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2755] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2756] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:34 2026] DELETE /v2.0/security-groups/f614b0e6-cfec-4b7f-9230-da8045a3b463 => 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: 1338/2757] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1346 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2758] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2759] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => 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: 1421/2760] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2761] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:34 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2762] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:35 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 5373 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2763] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:35 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2764] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:14:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => 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: 1342/2765] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:35 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2766] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:35 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 1343/2767] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:35 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2768] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:35 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2769] 10.0.0.94 () {34 vars in 683 bytes} [Sun Jun 28 21:14:37 2026] POST /v2.0/security-groups => generated 1603 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2770] 10.0.0.94 () {34 vars in 766 bytes} [Sun Jun 28 21:14:38 2026] PUT /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2771] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:14:38 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2772] 10.0.0.94 () {34 vars in 777 bytes} [Sun Jun 28 21:14:38 2026] PUT /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2773] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:14:38 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/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: 1428/2774] 10.0.0.94 () {34 vars in 773 bytes} [Sun Jun 28 21:14:38 2026] PUT /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2775] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:14:38 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2776] 10.0.0.94 () {34 vars in 795 bytes} [Sun Jun 28 21:14:38 2026] PUT /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags/black.or.white => 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: 1348/2777] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:14:38 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2778] 10.0.0.94 () {34 vars in 766 bytes} [Sun Jun 28 21:14:38 2026] PUT /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2779] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:14:38 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2780] 10.0.0.94 () {32 vars in 754 bytes} [Sun Jun 28 21:14:38 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:14:38.953 8 INFO neutron.api.v2.resource [None req-e9708ca5-5157-4714-8ef5-01ad5a850c71 6b6ecae9ec284179a6473d5dd8282225 0f5f9cd38cb34f1595438069cce4069f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1350/2781] 10.0.0.94 () {32 vars in 758 bytes} [Sun Jun 28 21:14:38 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2782] 10.0.0.94 () {32 vars in 757 bytes} [Sun Jun 28 21:14:38 2026] DELETE /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2783] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:14:39 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:14:39.098 7 INFO neutron.api.v2.resource [None req-fbba0953-3430-4b0b-b484-a8c3d3eb2757 6b6ecae9ec284179a6473d5dd8282225 0f5f9cd38cb34f1595438069cce4069f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1433/2784] 10.0.0.94 () {32 vars in 761 bytes} [Sun Jun 28 21:14:39 2026] DELETE /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2785] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:14:39 2026] DELETE /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2786] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:14:39 2026] GET /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629/tags => 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: 1353/2787] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:39 2026] DELETE /v2.0/security-groups/3eb66b62-d6ad-47d3-bd03-f44be877c629 => 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: 1435/2788] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:39 2026] GET /v2.0/security-groups?tenant_id=ce83fa4b8b5d407e9f1967ec5f704f2b&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2789] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:40 2026] DELETE /v2.0/security-groups/d44c1e30-493c-429c-84aa-2039740b6d31 => 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: 1436/2790] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:40 2026] GET /v2.0/security-groups?tenant_id=0f5f9cd38cb34f1595438069cce4069f&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2791] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:40 2026] DELETE /v2.0/security-groups/b944830f-94f0-4ced-b726-b5e72c1ff601 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:14:44.038 8 INFO neutron.db.segments_db [None req-d7925cd2-4cc2-4d43-9d49-408324c8160b e85abac42dcf444ca58dded361d9b834 3b84c424adcc4a45b6bf13cecad68fdb - - default default] Added segment 6b73cc18-1970-409b-8cec-d86167dc317b of type vxlan for network a7faa3bd-3e1d-410a-a6e5-2dd3e0fe0607 [pid: 8|app: 0|req: 1357/2794] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:43 2026] POST /v2.0/networks => generated 631 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:14:44.189 7 INFO neutron.db.segments_db [None req-39a860f2-ad6b-4c42-b631-0b328fc39166 e85abac42dcf444ca58dded361d9b834 3b84c424adcc4a45b6bf13cecad68fdb - - default default] Added segment d6ce3586-fdf3-4217-8e20-69e5f3310105 of type vxlan for network 2c927f32-8981-4ddd-a912-cf3ae53b061b [pid: 7|app: 0|req: 1438/2795] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:14:44 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2796] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:14:44 2026] PUT /v2.0/networks/a7faa3bd-3e1d-410a-a6e5-2dd3e0fe0607/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2797] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:14:44 2026] GET /v2.0/networks/a7faa3bd-3e1d-410a-a6e5-2dd3e0fe0607/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2798] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:14:44 2026] PUT /v2.0/networks/2c927f32-8981-4ddd-a912-cf3ae53b061b/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2799] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:14:44 2026] GET /v2.0/networks/2c927f32-8981-4ddd-a912-cf3ae53b061b/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2800] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:14:44 2026] PUT /v2.0/networks/2c927f32-8981-4ddd-a912-cf3ae53b061b/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2801] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:14:44 2026] GET /v2.0/networks/2c927f32-8981-4ddd-a912-cf3ae53b061b/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2802] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:14:44 2026] GET /v2.0/networks/a7faa3bd-3e1d-410a-a6e5-2dd3e0fe0607/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:14:44.803 7 INFO neutron.services.segments.plugin [-] Segment 6b73cc18-1970-409b-8cec-d86167dc317b resource provider aggregate not found 2026-06-28 21:14:44.807 7 INFO neutron.services.segments.plugin [-] Segment 6b73cc18-1970-409b-8cec-d86167dc317b resource provider aggregate not found 2026-06-28 21:14:44.823 7 INFO neutron.services.segments.plugin [-] Segment 6b73cc18-1970-409b-8cec-d86167dc317b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b73cc18-1970-409b-8cec-d86167dc317b found for delete ", "request_id": "req-3d5c6f84-7ae2-40e9-a55a-518efd58d7f3"}]} 2026-06-28 21:14:44.824 7 INFO neutron.services.segments.plugin [-] Segment 6b73cc18-1970-409b-8cec-d86167dc317b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b73cc18-1970-409b-8cec-d86167dc317b found for delete ", "request_id": "req-51f623f4-68c1-438f-bca7-da02e0f9d04c"}]} [pid: 7|app: 0|req: 1442/2803] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:44 2026] DELETE /v2.0/networks/a7faa3bd-3e1d-410a-a6e5-2dd3e0fe0607 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:14:44.963 8 INFO neutron.services.segments.plugin [-] Segment d6ce3586-fdf3-4217-8e20-69e5f3310105 resource provider aggregate not found 2026-06-28 21:14:44.966 8 INFO neutron.services.segments.plugin [-] Segment d6ce3586-fdf3-4217-8e20-69e5f3310105 resource provider aggregate not found 2026-06-28 21:14:44.987 8 INFO neutron.services.segments.plugin [-] Segment d6ce3586-fdf3-4217-8e20-69e5f3310105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ce3586-fdf3-4217-8e20-69e5f3310105 found for delete ", "request_id": "req-181e7fc0-a7e0-4fa9-9294-fa321f7c2fb2"}]} 2026-06-28 21:14:44.987 8 INFO neutron.services.segments.plugin [-] Segment d6ce3586-fdf3-4217-8e20-69e5f3310105 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6ce3586-fdf3-4217-8e20-69e5f3310105 found for delete ", "request_id": "req-f9402a6d-2bfc-47e3-90a6-89d788e92494"}]} [pid: 8|app: 0|req: 1362/2804] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:14:44 2026] DELETE /v2.0/networks/2c927f32-8981-4ddd-a912-cf3ae53b061b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2805] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:45 2026] GET /v2.0/security-groups?tenant_id=3b84c424adcc4a45b6bf13cecad68fdb&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2806] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:45 2026] DELETE /v2.0/security-groups/183d87c8-b4fd-433e-becb-ab4adee4ee82 => 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: 1444/2807] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:14:45 2026] GET /v2.0/security-groups?tenant_id=c7fb1de80e7a415888ff048972401633&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2808] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:14:46 2026] DELETE /v2.0/security-groups/e6d40cdb-ac61-427b-a3ed-4f1fa5607379 => 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: 1445/2809] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14: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: 1365/2810] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2811] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2812] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14: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: 1447/2813] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:47 2026] GET /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2814] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:47 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 5373 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2815] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2816] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:47 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: 1449/2817] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2818] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:47 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: 1450/2819] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:47 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1516 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2820] 199.204.45.223 () {34 vars in 790 bytes} [Sun Jun 28 21:14:47 2026] PUT /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1307 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2821] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 798 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: 1371/2822] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/subnets/2aa0b143-6ea9-4b5b-9409-c4dd47fd6533 => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2823] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1343 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:48.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-260e0369-9109-42e8-9d14-53b9ab5d568e'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': '16483c3f-d6ee-4374-9241-a98d0ceebfb6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1372/2824] 199.204.45.223 () {34 vars in 789 bytes} [Sun Jun 28 21:14:48 2026] PUT /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1080 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2825] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1373/2826] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2827] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2828] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2829] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2830] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2831] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:48 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2832] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:49 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:50.328 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1625c0d-f1f5-461a-a71b-e814c5f7d71b'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': '16483c3f-d6ee-4374-9241-a98d0ceebfb6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1457/2833] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:50 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2834] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:50 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 4973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2835] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:50 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 801 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2836] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:50 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2837] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:50 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 1379/2838] 199.204.45.223 () {34 vars in 975 bytes} [Sun Jun 28 21:14:50 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 1116 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2839] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:14:51 2026] GET /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2840] 199.204.45.223 () {34 vars in 1016 bytes} [Sun Jun 28 21:14:51 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 1461/2841] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:14:51 2026] PUT /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 917 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2842] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:51 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3865 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:14:52.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-e649a845-b138-4f87-8143-9fef477bb310 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 16483c3f-d6ee-4374-9241-a98d0ceebfb6 2026-06-28 21:14:52.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e649a845-b138-4f87-8143-9fef477bb310 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 16483c3f-d6ee-4374-9241-a98d0ceebfb6 [pid: 7|app: 0|req: 1462/2843] 199.204.45.223 () {32 vars in 759 bytes} [Sun Jun 28 21:14:51 2026] DELETE /v2.0/ports/16483c3f-d6ee-4374-9241-a98d0ceebfb6 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2844] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:52 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: 1463/2845] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:52 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: 1383/2846] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:52 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: 1464/2847] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:52 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: 1384/2848] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2849] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2850] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2851] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2852] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2853] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2854] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2855] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3865 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2856] 199.204.45.223 () {34 vars in 1226 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/networks?id=810b174e-5557-4168-8546-3792a306414b&id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 3097 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2857] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.34&port_id=9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => 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: 1389/2858] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/subnets?id=f3faf0ae-d1c3-4292-a455-2614815ae9e6 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2859] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:52 2026] GET /v2.0/ports?network_id=810b174e-5557-4168-8546-3792a306414b&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: 1390/2860] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2861] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1391/2862] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => 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: 1472/2863] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2864] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2865] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1393/2866] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2867] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.207&port_id=f800aa34-14fe-4082-8c22-7900086e5762 => 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: 1394/2868] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2869] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 1395/2870] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2871] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:53 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2874] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:58 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: 1397/2875] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:58 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: 1479/2876] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:58 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: 1398/2877] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2878] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:58 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3865 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2879] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:14:58 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: 1481/2880] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:14:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2881] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:14:58 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: 1482/2882] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:14:58 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: 1401/2883] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:14:58 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1291 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2884] 199.204.45.223 () {34 vars in 789 bytes} [Sun Jun 28 21:14:58 2026] PUT /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1080 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:14:58.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a762084-d5d3-413a-9cf5-7b51fa0f0541'] response: {'name': 'network-changed', 'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'tag': 'f800aa34-14fe-4082-8c22-7900086e5762', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1402/2885] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:14:58 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 798 bytes in 49 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: 1484/2886] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:58 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2887] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:58 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2888] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:14:59 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2889] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:14:59 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2890] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:14:59 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1405/2891] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:14:59 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1487/2892] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:14:59 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2893] 199.204.45.223 () {34 vars in 975 bytes} [Sun Jun 28 21:15:00 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 1116 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2894] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:00 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 3690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2895] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:15:01 2026] GET /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2896] 199.204.45.223 () {34 vars in 1016 bytes} [Sun Jun 28 21:15:01 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2897] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:15:01 2026] PUT /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 917 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2898] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 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-06-28 21:15:02.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-afd1404c-f591-423f-a085-5fcaa607187c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: f800aa34-14fe-4082-8c22-7900086e5762 2026-06-28 21:15:02.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afd1404c-f591-423f-a085-5fcaa607187c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: f800aa34-14fe-4082-8c22-7900086e5762 [pid: 8|app: 0|req: 1409/2899] 199.204.45.223 () {32 vars in 759 bytes} [Sun Jun 28 21:15:02 2026] DELETE /v2.0/ports/f800aa34-14fe-4082-8c22-7900086e5762 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2900] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:15:02 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: 1410/2901] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:15:02 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: 1492/2902] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2903] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:15:02 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: 1493/2904] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2905] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2906] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2907] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2908] 199.204.45.223 () {30 vars in 743 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2909] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2910] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2911] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2912] 199.204.45.223 () {34 vars in 1146 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/networks?id=810b174e-5557-4168-8546-3792a306414b&id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 2310 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2913] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:15:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.34&port_id=9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => 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: 1498/2914] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/subnets?id=f3faf0ae-d1c3-4292-a455-2614815ae9e6 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2915] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/ports?network_id=810b174e-5557-4168-8546-3792a306414b&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2916] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2917] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2918] 199.204.45.223 () {34 vars in 1056 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.49&port_id=c16fc90e-822b-425a-a302-9b4b0814773f => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2919] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/subnets?id=86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2920] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/ports?network_id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2921] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1502/2922] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:15:03 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?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: 1504/2925] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:15:14 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: 1422/2926] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:15:14 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: 1505/2927] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:15:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2928] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:15:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:14.251 7 INFO neutron.api.v2.resource [None req-456a21fa-d4f4-4f37-8384-9fde274db333 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1506/2929] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 21:15:14 2026] GET /v2.0/security-groups/lb-99fadff3-b786-4299-9387-9a0e45c46d80 => 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: 1424/2930] 199.204.45.223 () {30 vars in 785 bytes} [Sun Jun 28 21:15:14 2026] GET /v2.0/security-groups?name=lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 2861 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2931] 199.204.45.223 () {30 vars in 815 bytes} [Sun Jun 28 21:15:14 2026] GET /v2.0/security-group-rules?security_group_id=189759f2-abe7-45c4-acc8-1f2177a8b1ee => generated 2334 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2932] 199.204.45.223 () {32 vars in 789 bytes} [Sun Jun 28 21:15:14 2026] DELETE /v2.0/security-group-rules/3dc054d5-e947-406b-9090-e2b270175802 => 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: 1508/2933] 199.204.45.223 () {32 vars in 789 bytes} [Sun Jun 28 21:15:14 2026] DELETE /v2.0/security-group-rules/ea0e82a6-4632-47b5-a438-be26d61cf0b9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:17.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fed93b8-89ec-4e25-b6f3-2964aaafd167 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: e423d32a-2504-4ace-b1b3-b6ab790ebf26 2026-06-28 21:15:17.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fed93b8-89ec-4e25-b6f3-2964aaafd167 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: e423d32a-2504-4ace-b1b3-b6ab790ebf26 2026-06-28 21:15:18.178 8 INFO neutron.db.l3_db [None req-9fed93b8-89ec-4e25-b6f3-2964aaafd167 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Floating IP 7bf56272-7ffc-45fa-a211-23d50fe82567 disassociated (deleted). External IP: 10.96.250.210, port: 00b512bf-058b-405e-86a1-628a958ee5d0. [pid: 8|app: 0|req: 1426/2934] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:15:17 2026] DELETE /v2.0/floatingips/7bf56272-7ffc-45fa-a211-23d50fe82567 => generated 0 bytes in 669 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:18.552 7 INFO neutron.api.v2.resource [None req-9f0a61b9-7f8b-45fc-881c-5902fd059f5f 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/2935] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:15:18 2026] GET /v2.0/floatingips/7bf56272-7ffc-45fa-a211-23d50fe82567 => generated 144 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2936] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2937] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:15:19 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: 1428/2938] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:15:19 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: 1511/2939] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:19.276 8 INFO neutron.api.v2.resource [None req-ff224f01-305a-4548-b3bd-770474f81115 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1429/2940] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/security-groups/lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2941] 199.204.45.223 () {30 vars in 785 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/security-groups?name=lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2942] 199.204.45.223 () {30 vars in 815 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/security-group-rules?security_group_id=189759f2-abe7-45c4-acc8-1f2177a8b1ee => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2943] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:15:19 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: 1431/2944] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:15:19 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: 1514/2945] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:15:19 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: 1432/2946] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:15:19 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: 1515/2947] 199.204.45.223 () {30 vars in 741 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2948] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2949] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2950] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:19 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2951] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:20 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2952] 199.204.45.223 () {34 vars in 975 bytes} [Sun Jun 28 21:15:21 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2953] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:21 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 2582 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2954] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:15:21 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2955] 199.204.45.223 () {34 vars in 1016 bytes} [Sun Jun 28 21:15:21 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2956] 199.204.45.223 () {38 vars in 1028 bytes} [Sun Jun 28 21:15:21 2026] PUT /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1147 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2957] 199.204.45.223 () {30 vars in 769 bytes} [Sun Jun 28 21:15:22 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1438/2958] 199.204.45.223 () {34 vars in 789 bytes} [Sun Jun 28 21:15:22 2026] PUT /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1086 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2959] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 1086 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:15:23.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-098e10e7-954d-4f54-a2fd-3273a018ba4f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: c16fc90e-822b-425a-a302-9b4b0814773f 2026-06-28 21:15:23.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-098e10e7-954d-4f54-a2fd-3273a018ba4f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: c16fc90e-822b-425a-a302-9b4b0814773f [pid: 8|app: 0|req: 1439/2960] 199.204.45.223 () {32 vars in 759 bytes} [Sun Jun 28 21:15:23 2026] DELETE /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2961] 199.204.45.223 () {30 vars in 703 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2962] 199.204.45.223 () {30 vars in 705 bytes} [Sun Jun 28 21:15:23 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: 1523/2963] 199.204.45.223 () {30 vars in 681 bytes} [Sun Jun 28 21:15:23 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: 1441/2964] 199.204.45.223 () {30 vars in 717 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:23.567 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f5a7fba-cd8c-4674-86e8-db3fbecb529c 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/2965] 199.204.45.223 () {32 vars in 759 bytes} [Sun Jun 28 21:15:23 2026] DELETE /v2.0/ports/c16fc90e-822b-425a-a302-9b4b0814773f => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2966] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:15:23.635 7 INFO neutron.api.v2.resource [None req-85b424f2-edf8-4077-8a14-030a3942097f 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/2967] 199.204.45.223 () {30 vars in 763 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/security-groups/lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2968] 199.204.45.223 () {30 vars in 785 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/security-groups?name=lb-99fadff3-b786-4299-9387-9a0e45c46d80 => generated 1637 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2969] 199.204.45.223 () {30 vars in 737 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2970] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/ports?tenant_id=bfccfbbba6d34d95811556a3dabb5d67&device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => 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: 1528/2971] 199.204.45.223 () {34 vars in 1066 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/networks?id=810b174e-5557-4168-8546-3792a306414b&id=0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 1523 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2972] 199.204.45.223 () {34 vars in 1060 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.34&port_id=9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2973] 199.204.45.223 () {34 vars in 984 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/subnets?id=f3faf0ae-d1c3-4292-a455-2614815ae9e6 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2974] 199.204.45.223 () {34 vars in 789 bytes} [Sun Jun 28 21:15:23 2026] PUT /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 1094 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2975] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/ports?network_id=810b174e-5557-4168-8546-3792a306414b&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: 1445/2976] 199.204.45.223 () {32 vars in 779 bytes} [Sun Jun 28 21:15:23 2026] DELETE /v2.0/security-groups/189759f2-abe7-45c4-acc8-1f2177a8b1ee => 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: 1532/2977] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:15:23 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?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: 1446/2978] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:15:24 2026] GET /v2.0/networks/810b174e-5557-4168-8546-3792a306414b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:15:24.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e48d29e-e100-4d40-9f09-495d2a44a1eb 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 00b512bf-058b-405e-86a1-628a958ee5d0 2026-06-28 21:15:24.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e48d29e-e100-4d40-9f09-495d2a44a1eb 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 00b512bf-058b-405e-86a1-628a958ee5d0 [pid: 7|app: 0|req: 1533/2979] 199.204.45.223 () {32 vars in 759 bytes} [Sun Jun 28 21:15:24 2026] DELETE /v2.0/ports/00b512bf-058b-405e-86a1-628a958ee5d0 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2982] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:15:27 2026] GET /v2.0/ports?device_id=694f66f5-7f25-4e8b-b164-aec844c7a2e1 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:15:27.240 8 INFO neutron_taas.services.taas.taas_plugin [req-08298232-e3c3-4078-84ea-f2ca090d80b0 req-fffdc11b-dd25-4e73-a70b-de8edd28db08 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] TaaS: Handle Delete Port: 9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 2026-06-28 21:15:27.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-08298232-e3c3-4078-84ea-f2ca090d80b0 req-fffdc11b-dd25-4e73-a70b-de8edd28db08 394864f304b34c498815eab595d37814 bfccfbbba6d34d95811556a3dabb5d67 - - default default] Tap Mirror: Handle Delete Port: 9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 [pid: 8|app: 0|req: 1448/2983] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:15:27 2026] DELETE /v2.0/ports/9c6663cf-ff60-44e8-9b2a-c66cc14f5c94 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:27.423 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46f2990d-80a6-4789-93bf-a4d29192cc80'] response: {'server_uuid': '694f66f5-7f25-4e8b-b164-aec844c7a2e1', 'name': 'network-vif-deleted', 'tag': '9c6663cf-ff60-44e8-9b2a-c66cc14f5c94', 'status': 'completed', 'code': 200} 2026-06-28 21:15:28.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c6b345d-657c-49d2-abec-be7accfe2217 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 1e49e29c-8f5b-499b-81c4-8f3122bcd466 2026-06-28 21:15:28.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6b345d-657c-49d2-abec-be7accfe2217 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 1e49e29c-8f5b-499b-81c4-8f3122bcd466 2026-06-28 21:15:29.120 7 INFO neutron.db.l3_db [None req-6c6b345d-657c-49d2-abec-be7accfe2217 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Floating IP 3a6375e7-07fb-41df-861c-c19d8e1d0484 disassociated (deleted). External IP: 10.96.250.203, port: db965ff0-d72d-42a8-8013-98bbfd979fe7. [pid: 7|app: 0|req: 1536/2984] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:15:28 2026] DELETE /v2.0/floatingips/3a6375e7-07fb-41df-861c-c19d8e1d0484 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:29.442 8 INFO neutron.api.v2.resource [None req-1762595d-c8bf-4899-a0c1-48600a3ce8e0 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1449/2985] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:15:29 2026] GET /v2.0/floatingips/3a6375e7-07fb-41df-861c-c19d8e1d0484 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:29.449 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a19a3b4a-3c3a-46a2-ab05-dfdd7c5b1d8e'] response: {'name': 'network-changed', 'server_uuid': 'a973aa80-a925-47c3-9814-a22086e59a8a', 'tag': 'db965ff0-d72d-42a8-8013-98bbfd979fe7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1537/2986] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:15:29 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1204 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2987] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:15:29 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2988] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:15:29 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2989] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/networks?id=3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2990] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=db965ff0-d72d-42a8-8013-98bbfd979fe7 => 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: 1452/2991] 199.204.45.223 () {34 vars in 1106 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A101&port_id=db965ff0-d72d-42a8-8013-98bbfd979fe7 => 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: 1540/2992] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/subnets?id=2aa0b143-6ea9-4b5b-9409-c4dd47fd6533&id=1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2993] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&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: 1541/2994] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/ports?network_id=3126f805-95a4-415c-8d3e-d9f05eada8e3&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2995] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 1542/2996] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:15:30 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3?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: 1455/2997] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:15:31 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:15:32.196 7 INFO neutron_taas.services.taas.taas_plugin [req-394f597f-f1f2-4457-8e71-279ef250acf3 req-988467ac-2a2b-4ecf-830d-353b167a7bab 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: db965ff0-d72d-42a8-8013-98bbfd979fe7 2026-06-28 21:15:32.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-394f597f-f1f2-4457-8e71-279ef250acf3 req-988467ac-2a2b-4ecf-830d-353b167a7bab 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: db965ff0-d72d-42a8-8013-98bbfd979fe7 [pid: 7|app: 0|req: 1543/2998] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:15:32 2026] DELETE /v2.0/ports/db965ff0-d72d-42a8-8013-98bbfd979fe7 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:32.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86c7d4b4-d77e-4c0d-9e2e-2c1ba980c23c'] response: {'server_uuid': 'a973aa80-a925-47c3-9814-a22086e59a8a', 'name': 'network-vif-deleted', 'tag': 'db965ff0-d72d-42a8-8013-98bbfd979fe7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1456/2999] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:15:34 2026] GET /v2.0/ports?device_id=a973aa80-a925-47c3-9814-a22086e59a8a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:15:40.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a44c6a1-129b-4975-940c-ba47b16bf80f 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: d4b8683f-dc1f-456e-a496-c022ddb9bb9e 2026-06-28 21:15:40.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a44c6a1-129b-4975-940c-ba47b16bf80f 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: d4b8683f-dc1f-456e-a496-c022ddb9bb9e 2026-06-28 21:15:40.261 7 INFO neutron.db.l3_db [None req-8a44c6a1-129b-4975-940c-ba47b16bf80f 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Floating IP 41c38ba8-1945-4f98-926a-069022ef93ee disassociated (deleted). External IP: 10.96.250.215, port: 194cfc39-8412-4b56-9a0b-16c7c6e9367d. [pid: 7|app: 0|req: 1544/3000] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:15:40 2026] DELETE /v2.0/floatingips/41c38ba8-1945-4f98-926a-069022ef93ee => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:40.550 8 INFO neutron.api.v2.resource [None req-977227df-8394-4fd9-872d-3c0f6f3c6433 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1457/3001] 10.0.0.94 () {32 vars in 728 bytes} [Sun Jun 28 21:15:40 2026] GET /v2.0/floatingips/41c38ba8-1945-4f98-926a-069022ef93ee => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:40.576 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd2c3bb8-005f-4edf-a09a-9e2071368baa'] response: {'name': 'network-changed', 'server_uuid': 'dc639935-54b5-4963-9249-3c2453b3e3cc', 'tag': '194cfc39-8412-4b56-9a0b-16c7c6e9367d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1545/3002] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:15:40 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3003] 10.0.0.244 () {34 vars in 1040 bytes} [Sun Jun 28 21:15:40 2026] GET /v2.0/security-groups?id=b143f872-21b5-48af-9dcc-b4c72f23d991&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3006] 199.204.45.223 () {34 vars in 1080 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/ports?tenant_id=0651897be08d44a28f32366a63b9c8fc&device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1465 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3007] 199.204.45.223 () {34 vars in 986 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/networks?id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3008] 199.204.45.223 () {34 vars in 1058 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=194cfc39-8412-4b56-9a0b-16c7c6e9367d => 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: 1548/3009] 199.204.45.223 () {34 vars in 1102 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af6&port_id=194cfc39-8412-4b56-9a0b-16c7c6e9367d => 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: 1462/3010] 199.204.45.223 () {34 vars in 1064 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/subnets?id=3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe&id=37c57e7b-b75c-446a-b7ca-35ceadb9f292 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3011] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&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: 1463/3012] 199.204.45.223 () {34 vars in 1052 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/ports?network_id=fd984f65-fabd-46e3-81ac-ec6ca23f32e0&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3013] 199.204.45.223 () {34 vars in 1012 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?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: 1464/3014] 199.204.45.223 () {34 vars in 1112 bytes} [Sun Jun 28 21:15:41 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3015] 199.204.45.223 () {34 vars in 994 bytes} [Sun Jun 28 21:15:43 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => generated 1196 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:15:43.306 8 INFO neutron_taas.services.taas.taas_plugin [req-97267d45-7a71-48d7-b8dd-f7224c5b8598 req-e6bdbc21-1b0a-4fa5-89a5-47083fe41090 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 194cfc39-8412-4b56-9a0b-16c7c6e9367d 2026-06-28 21:15:43.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-97267d45-7a71-48d7-b8dd-f7224c5b8598 req-e6bdbc21-1b0a-4fa5-89a5-47083fe41090 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 194cfc39-8412-4b56-9a0b-16c7c6e9367d [pid: 8|app: 0|req: 1465/3016] 199.204.45.223 () {36 vars in 997 bytes} [Sun Jun 28 21:15:43 2026] DELETE /v2.0/ports/194cfc39-8412-4b56-9a0b-16c7c6e9367d => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:43.505 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f227df0-a8c5-4a8c-a2ee-d908f0dacef0'] response: {'server_uuid': 'dc639935-54b5-4963-9249-3c2453b3e3cc', 'name': 'network-vif-deleted', 'tag': '194cfc39-8412-4b56-9a0b-16c7c6e9367d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1552/3017] 10.0.0.244 () {34 vars in 990 bytes} [Sun Jun 28 21:15:45 2026] GET /v2.0/ports?device_id=dc639935-54b5-4963-9249-3c2453b3e3cc => 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: 1466/3018] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:50 2026] DELETE /v2.0/security-group-rules/971e48eb-8ece-4f9b-aeb6-b6032a379758 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.076 7 INFO neutron.api.v2.resource [None req-47040ed2-c9f9-4f6e-8da3-81fcd9ca7db1 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/3019] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/971e48eb-8ece-4f9b-aeb6-b6032a379758 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3020] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/21cc2646-af81-44e6-abba-40eadfdf822b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.165 7 INFO neutron.api.v2.resource [None req-30c9d8f8-0126-430c-8c82-28f18cf6b157 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3021] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/21cc2646-af81-44e6-abba-40eadfdf822b => 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: 1468/3022] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/a60ed783-0528-4554-a193-d421efcae0e4 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.233 7 INFO neutron.api.v2.resource [None req-b77414c5-ed7f-4c5c-a3a9-98b3f5fe2322 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3023] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/a60ed783-0528-4554-a193-d421efcae0e4 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3024] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/4557ac20-f394-40a0-8d27-93160c1c2019 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.299 7 INFO neutron.api.v2.resource [None req-1883357e-2db8-49b0-b1f7-faa74a323962 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3025] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/4557ac20-f394-40a0-8d27-93160c1c2019 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3026] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/51ffaf0e-ae93-4b4b-9fc0-8e24fd1e7e2b => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.362 7 INFO neutron.api.v2.resource [None req-69a68a8b-8f66-46e8-8c57-508165cc29ec 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3027] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/51ffaf0e-ae93-4b4b-9fc0-8e24fd1e7e2b => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3028] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/27df51a2-252d-4d61-9d5d-d7c8004e5d7e => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.431 7 INFO neutron.api.v2.resource [None req-abe911a6-2532-48b4-a392-2531bf5792ab 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/3029] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/27df51a2-252d-4d61-9d5d-d7c8004e5d7e => 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: 1472/3030] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/85c981a9-b269-4dc8-ad1a-524b3b414411 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.523 7 INFO neutron.api.v2.resource [None req-a1fa33e4-c683-4bf2-9d8c-2ec068a715b6 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3031] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/85c981a9-b269-4dc8-ad1a-524b3b414411 => 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: 1473/3032] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/0c7c540a-3d68-486c-ab97-ef9635b35bdd => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.603 7 INFO neutron.api.v2.resource [None req-8bfea56b-0a46-4608-84f4-e111a327c7cb 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3033] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/0c7c540a-3d68-486c-ab97-ef9635b35bdd => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3034] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/62fe5ddc-71b6-41c0-8e76-c03d1d8b0c15 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.694 7 INFO neutron.api.v2.resource [None req-8a30ab36-1bae-4729-a825-115167a6649d 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3035] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/62fe5ddc-71b6-41c0-8e76-c03d1d8b0c15 => 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: 1475/3036] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/855a4b1b-74f0-46fe-80ab-0e108442e411 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.770 7 INFO neutron.api.v2.resource [None req-174685ef-a809-4371-a300-c9912c138739 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3037] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/855a4b1b-74f0-46fe-80ab-0e108442e411 => 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: 1476/3038] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-group-rules/3a4f29fb-d96f-4e8d-893b-798c5fb4c748 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.848 7 INFO neutron.api.v2.resource [None req-eeb8229e-7ba5-43ed-aa40-9d9806826e70 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3039] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-group-rules/3a4f29fb-d96f-4e8d-893b-798c5fb4c748 => 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: 1477/3040] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:15:51 2026] DELETE /v2.0/security-groups/b143f872-21b5-48af-9dcc-b4c72f23d991 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:51.953 7 INFO neutron.api.v2.resource [None req-f9633cbf-816d-49ff-a618-c3ca361dd994 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3041] 10.0.0.94 () {32 vars in 736 bytes} [Sun Jun 28 21:15:51 2026] GET /v2.0/security-groups/b143f872-21b5-48af-9dcc-b4c72f23d991 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:52.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-e149c200-65cf-4fdf-ad7c-e81765a92442 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 8d87be19-834d-4440-b99e-7fc228fd74fb 2026-06-28 21:15:52.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e149c200-65cf-4fdf-ad7c-e81765a92442 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 8d87be19-834d-4440-b99e-7fc228fd74fb [pid: 8|app: 0|req: 1478/3042] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:15:52 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:53.105 7 INFO neutron.api.v2.resource [None req-10bf76ff-06d2-4340-b0f5-67720c41a59d 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3043] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:15:52 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:53.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6424858-f1df-4991-bfc0-725b48d8ddc7 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 97606205-fde8-4823-9e0c-98b0cfee51ca 2026-06-28 21:15:53.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6424858-f1df-4991-bfc0-725b48d8ddc7 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 97606205-fde8-4823-9e0c-98b0cfee51ca [pid: 8|app: 0|req: 1479/3044] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:15:53 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:54.142 7 INFO neutron.api.v2.resource [None req-81629166-570b-45d4-80b5-ce6fe2612bb1 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3045] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:15:53 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:54.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-efa045db-4398-438b-9036-6316749e5aa9 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: ad6975d3-a4b0-4557-ba0e-f53a67744af2 2026-06-28 21:15:54.544 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efa045db-4398-438b-9036-6316749e5aa9 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: ad6975d3-a4b0-4557-ba0e-f53a67744af2 [pid: 8|app: 0|req: 1480/3046] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:15:54 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-28 21:15:55.239 7 INFO neutron.api.v2.resource [None req-f1e12f5b-6128-451d-9d2d-71c5b1325594 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3047] 10.0.0.94 () {34 vars in 788 bytes} [Sun Jun 28 21:15:55 2026] PUT /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe/remove_router_interface => generated 198 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:55.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-5085b867-1aca-4046-b181-7305cb3845d3 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: cb636ad0-e785-436a-bb0a-d5fd46c507dc 2026-06-28 21:15:55.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5085b867-1aca-4046-b181-7305cb3845d3 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: cb636ad0-e785-436a-bb0a-d5fd46c507dc 2026-06-28 21:15:56.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-5085b867-1aca-4046-b181-7305cb3845d3 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 6b0c03f9-2655-4ccc-bd22-1087bceda214 2026-06-28 21:15:56.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5085b867-1aca-4046-b181-7305cb3845d3 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 6b0c03f9-2655-4ccc-bd22-1087bceda214 2026-06-28 21:15:56.397 8 INFO neutron.services.segments.plugin [-] Segment e9cdbdec-3765-4bbb-8dc2-ffdaa43fb4c8 resource provider aggregate not found 2026-06-28 21:15:56.398 8 INFO neutron.services.segments.plugin [-] Segment e9cdbdec-3765-4bbb-8dc2-ffdaa43fb4c8 resource provider aggregate not found 2026-06-28 21:15:56.423 8 INFO neutron.services.segments.plugin [-] Segment e9cdbdec-3765-4bbb-8dc2-ffdaa43fb4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9cdbdec-3765-4bbb-8dc2-ffdaa43fb4c8 found for delete ", "request_id": "req-25ffd3c6-4ac4-43ff-8377-3b59b3fdb0fe"}]} 2026-06-28 21:15:56.425 8 INFO neutron.services.segments.plugin [-] Segment e9cdbdec-3765-4bbb-8dc2-ffdaa43fb4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9cdbdec-3765-4bbb-8dc2-ffdaa43fb4c8 found for delete ", "request_id": "req-721701e9-4e91-43b8-a24a-00cc3e5b3510"}]} 2026-06-28 21:15:56.437 8 INFO neutron.db.l3_hamode_db [None req-5085b867-1aca-4046-b181-7305cb3845d3 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] HA network fda0edcf-5785-46d7-a895-20468106dfd6 was deleted as no HA routers are present in tenant 0651897be08d44a28f32366a63b9c8fc. [pid: 8|app: 0|req: 1481/3050] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:15:55 2026] DELETE /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe => generated 0 bytes in 1197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:15:56.477 7 INFO neutron.api.v2.resource [None req-943fb2fd-f092-410b-bc33-233fbb5f1584 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3051] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:15:56 2026] GET /v2.0/routers/60c047d7-a550-4ac5-88e1-8698ab947ebe => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3052] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:15:56 2026] DELETE /v2.0/subnets/2aa0b143-6ea9-4b5b-9409-c4dd47fd6533 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:56.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ea8c3a6c-3a96-42d5-a542-b9d35d9a1d89 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3053] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:15:56 2026] GET /v2.0/subnets/2aa0b143-6ea9-4b5b-9409-c4dd47fd6533 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3054] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:15:56 2026] DELETE /v2.0/subnets/1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:56.887 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abe5104a-678e-4c1f-8170-32a46f1423a7 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3055] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:15:56 2026] GET /v2.0/subnets/1adf2a5c-0038-4538-a8f6-e23809f34d8d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:56.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c7e6505-aa6d-4921-bbd8-5f00994bbdaf 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 6fdfca25-506f-490b-b60d-f0a4f0ce564b 2026-06-28 21:15:56.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c7e6505-aa6d-4921-bbd8-5f00994bbdaf 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 6fdfca25-506f-490b-b60d-f0a4f0ce564b [pid: 8|app: 0|req: 1484/3056] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:15:56 2026] DELETE /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:57.187 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ead165b-7134-40cc-a676-4f713661a935 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3057] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/networks/3126f805-95a4-415c-8d3e-d9f05eada8e3 => 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: 1485/3058] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:15:57 2026] DELETE /v2.0/subnets/37c57e7b-b75c-446a-b7ca-35ceadb9f292 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:57.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88fb25a5-fd39-49a3-96dc-272f8a0b8013 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3059] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/subnets/37c57e7b-b75c-446a-b7ca-35ceadb9f292 => 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: 1486/3060] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:15:57 2026] DELETE /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:57.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4143037-c24b-4aa3-a2c8-2bec512e0f26 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3061] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/subnets/3428d14d-3b82-4be4-a6e1-2cadc6a5a7fe => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:57.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-12cc351f-55fd-4cbe-96a0-2b2bf7a65aea 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 706a821c-1319-4f6e-afd6-3450d3c790d2 2026-06-28 21:15:57.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12cc351f-55fd-4cbe-96a0-2b2bf7a65aea 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 706a821c-1319-4f6e-afd6-3450d3c790d2 [pid: 8|app: 0|req: 1487/3062] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:15:57 2026] DELETE /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:57.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6b99c702-0c42-44e9-81e1-30000ee6ee41 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3063] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:15:57 2026] GET /v2.0/networks/fd984f65-fabd-46e3-81ac-ec6ca23f32e0 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3064] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:15:57 2026] DELETE /v2.0/subnets/3af363a7-c519-43e9-929d-15ea88b78e84 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:58.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-228d7a1a-d91b-462b-ae84-576cd56eeae5 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3065] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:15:58 2026] GET /v2.0/subnets/3af363a7-c519-43e9-929d-15ea88b78e84 => 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: 1489/3066] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:15:58 2026] DELETE /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:58.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5978755-5046-4f4e-834f-6f11c8ea84b3 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3067] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:15:58 2026] GET /v2.0/subnets/86606387-afb4-4b69-b2f3-f9a26d2c2661 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:15:58.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-c23a6a2c-f04b-436f-a4e1-ca4952a43562 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] TaaS: Handle Delete Port: 71e6dddd-c50a-4a1c-b8bb-02afa635901f 2026-06-28 21:15:58.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c23a6a2c-f04b-436f-a4e1-ca4952a43562 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] Tap Mirror: Handle Delete Port: 71e6dddd-c50a-4a1c-b8bb-02afa635901f 2026-06-28 21:15:58.461 8 INFO neutron.services.segments.plugin [-] Segment 70b4a817-b908-41cf-8409-e63f7539d701 resource provider aggregate not found 2026-06-28 21:15:58.470 8 INFO neutron.services.segments.plugin [-] Segment 70b4a817-b908-41cf-8409-e63f7539d701 resource provider aggregate not found 2026-06-28 21:15:58.477 8 INFO neutron.services.segments.plugin [-] Segment 70b4a817-b908-41cf-8409-e63f7539d701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b4a817-b908-41cf-8409-e63f7539d701 found for delete ", "request_id": "req-b63cef6b-494f-4ec9-a133-b40cf94370ea"}]} 2026-06-28 21:15:58.489 8 INFO neutron.services.segments.plugin [-] Segment 70b4a817-b908-41cf-8409-e63f7539d701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b4a817-b908-41cf-8409-e63f7539d701 found for delete ", "request_id": "req-daef32de-5e4c-417b-a695-ebda02958ef8"}]} 2026-06-28 21:15:58.496 8 INFO neutron.services.segments.plugin [-] Segment ee0d4606-cc71-48d9-a522-418369984646 resource provider aggregate not found 2026-06-28 21:15:58.517 8 INFO neutron.services.segments.plugin [-] Segment ee0d4606-cc71-48d9-a522-418369984646 resource provider aggregate not found 2026-06-28 21:15:58.522 8 INFO neutron.services.segments.plugin [-] Segment ee0d4606-cc71-48d9-a522-418369984646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0d4606-cc71-48d9-a522-418369984646 found for delete ", "request_id": "req-2ec7f3dd-ce2a-44a8-ab5d-4cdf1b2e2c6a"}]} 2026-06-28 21:15:58.554 8 INFO neutron.services.segments.plugin [-] Segment ee0d4606-cc71-48d9-a522-418369984646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0d4606-cc71-48d9-a522-418369984646 found for delete ", "request_id": "req-22a769b2-1703-41f0-9e5d-65e965a0e9be"}]} [pid: 8|app: 0|req: 1490/3068] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:15:58 2026] DELETE /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:15:58.693 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76d146c9-8d8a-4d00-9e1c-12cfdb901b18 4e65ac5fbad34e5f9aaf30bc2f7333e5 0651897be08d44a28f32366a63b9c8fc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3069] 10.0.0.94 () {32 vars in 722 bytes} [Sun Jun 28 21:15:58 2026] GET /v2.0/networks/0e21e7ff-0d65-48de-8c78-e39c1d25eea6 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-28 21:16:00.544 8 INFO neutron.services.segments.plugin [-] Segment 937da201-fede-4f07-b514-3f7cfdcd5fc2 resource provider aggregate not found 2026-06-28 21:16:00.562 8 INFO neutron.services.segments.plugin [-] Segment 937da201-fede-4f07-b514-3f7cfdcd5fc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 937da201-fede-4f07-b514-3f7cfdcd5fc2 found for delete ", "request_id": "req-5a07c88b-3306-4909-9d3e-d71b4ad28340"}]} 2026-06-28 21:16:00.569 8 INFO neutron.services.segments.plugin [-] Segment 937da201-fede-4f07-b514-3f7cfdcd5fc2 resource provider aggregate not found 2026-06-28 21:16:00.587 8 INFO neutron.services.segments.plugin [-] Segment 937da201-fede-4f07-b514-3f7cfdcd5fc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 937da201-fede-4f07-b514-3f7cfdcd5fc2 found for delete ", "request_id": "req-b4da28d8-7334-46d4-bab1-d12fbc3ddffe"}]} [pid: 8|app: 0|req: 1491/3070] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:00 2026] GET /v2.0/security-groups?tenant_id=1c3bb7db2aa64d708b7ed7f8d4a3ede3&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3071] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:00 2026] DELETE /v2.0/security-groups/e4e80a7e-7fe3-40ba-aa2c-1094906f2a20 => 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: 1492/3072] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:01 2026] GET /v2.0/security-groups?tenant_id=af394e47619f49f0b62f4f038a04a14f&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: 1581/3073] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:01 2026] DELETE /v2.0/security-groups/65441487-f919-445d-9253-255b0e922e15 => 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: 1493/3074] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:01 2026] GET /v2.0/security-groups?tenant_id=7e13b6c49ab7407ca69c7bdf7124c10e&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3075] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:01 2026] DELETE /v2.0/security-groups/a2f12144-2825-4015-8416-7fb4fed03fa5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3076] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:01 2026] GET /v2.0/security-groups?tenant_id=0651897be08d44a28f32366a63b9c8fc&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3077] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:01 2026] DELETE /v2.0/security-groups/27e8a791-7a93-42f1-92a6-ad1580c18ed4 => 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: 1495/3078] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:02 2026] GET /v2.0/security-groups?tenant_id=c2593c8b95624ec2ad22e32ed2b23ced&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3079] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:02 2026] DELETE /v2.0/security-groups/052d6675-a56b-46b7-8994-893a57ec3af0 => 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: 1496/3080] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:02 2026] GET /v2.0/security-groups?tenant_id=400b7690de1747be8992ffb80c639051&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3081] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:02 2026] DELETE /v2.0/security-groups/e4c170b9-90de-482a-a6e6-a3ad653901e7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3082] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:02 2026] GET /v2.0/security-groups?tenant_id=350609f2494b4eeabd62b61f32b2e11c&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3083] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:02 2026] DELETE /v2.0/security-groups/114741df-382e-49bc-8461-f38dddfd4401 => 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: 1498/3084] 10.0.0.94 () {34 vars in 677 bytes} [Sun Jun 28 21:16:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3085] 10.0.0.94 () {34 vars in 677 bytes} [Sun Jun 28 21:16:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3086] 10.0.0.94 () {34 vars in 677 bytes} [Sun Jun 28 21:16:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3087] 10.0.0.94 () {34 vars in 677 bytes} [Sun Jun 28 21:16:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3088] 10.0.0.94 () {34 vars in 677 bytes} [Sun Jun 28 21:16:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3089] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:16:07 2026] PUT /v2.0/policies/b80ad9fa-7776-4cc7-b140-74a442b1eb44/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3090] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:16:07 2026] PUT /v2.0/policies/9061cb1d-6234-4dca-af3a-2a10753110bf/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: 1590/3091] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:16:07 2026] PUT /v2.0/policies/c8f4dcf1-ce2c-45c0-ad29-4d59df9dde1d/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3092] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:16:07 2026] PUT /v2.0/policies/0f149059-1351-4c51-b53f-c298363e3773/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: 1591/3093] 10.0.0.94 () {32 vars in 673 bytes} [Sun Jun 28 21:16:07 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3094] 10.0.0.94 () {32 vars in 687 bytes} [Sun Jun 28 21:16:08 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3095] 10.0.0.94 () {32 vars in 683 bytes} [Sun Jun 28 21:16:08 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3096] 10.0.0.94 () {32 vars in 695 bytes} [Sun Jun 28 21:16:08 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3097] 10.0.0.94 () {32 vars in 681 bytes} [Sun Jun 28 21:16:08 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3098] 10.0.0.94 () {32 vars in 695 bytes} [Sun Jun 28 21:16:08 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3099] 10.0.0.94 () {32 vars in 691 bytes} [Sun Jun 28 21:16:08 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3100] 10.0.0.94 () {32 vars in 703 bytes} [Sun Jun 28 21:16:08 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3101] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:16:08 2026] DELETE /v2.0/qos/policies/b80ad9fa-7776-4cc7-b140-74a442b1eb44 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3102] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:16:08 2026] DELETE /v2.0/qos/policies/9061cb1d-6234-4dca-af3a-2a10753110bf => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3103] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:16:08 2026] DELETE /v2.0/qos/policies/c8f4dcf1-ce2c-45c0-ad29-4d59df9dde1d => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3104] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:16:08 2026] DELETE /v2.0/qos/policies/0f149059-1351-4c51-b53f-c298363e3773 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3105] 10.0.0.94 () {32 vars in 733 bytes} [Sun Jun 28 21:16:08 2026] DELETE /v2.0/qos/policies/333098c0-5c48-477d-9875-8c7c9bba3530 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3106] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:09 2026] GET /v2.0/security-groups?tenant_id=fc6dee6005844d49923c4371ab38be9e&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3107] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:09 2026] DELETE /v2.0/security-groups/c17e7f25-6dea-42ca-b6e2-d60a8eef9146 => 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: 1510/3108] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:09 2026] GET /v2.0/security-groups?tenant_id=0096ed6a099048369ffbaa21a5862cb5&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3109] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:10 2026] DELETE /v2.0/security-groups/edfc2c95-e8ec-4bbb-810a-a72cb8dde49e => 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: 1511/3110] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:10 2026] GET /v2.0/security-groups?tenant_id=4f291d1dbaca43f7bf92650a7d7943aa&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3111] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:10 2026] DELETE /v2.0/security-groups/4a421dd1-ed80-4e9b-9b36-d5e59dd3209e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:16:14.833 8 INFO neutron.db.segments_db [None req-431ffc14-e61c-4674-876d-6e87de27bda8 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Added segment ff37a83d-759c-4492-bada-388b4ddf7fa9 of type vxlan for network 26ee145b-20c7-4455-9645-bedc4ff17f94 2026-06-28 21:16:15.094 8 INFO neutron.db.l3_hamode_db [None req-431ffc14-e61c-4674-876d-6e87de27bda8 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:16:15.241 8 INFO neutron.db.l3_hamode_db [None req-431ffc14-e61c-4674-876d-6e87de27bda8 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1513/3114] 10.0.0.94 () {34 vars in 667 bytes} [Sun Jun 28 21:16:14 2026] POST /v2.0/routers => generated 474 bytes in 1280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:16:15.933 7 INFO neutron.db.l3_hamode_db [None req-f3fff6df-4b2a-4c44-a582-a77b04f58dd7 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:16:16.047 7 INFO neutron.db.l3_hamode_db [None req-f3fff6df-4b2a-4c44-a582-a77b04f58dd7 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1602/3115] 10.0.0.94 () {34 vars in 667 bytes} [Sun Jun 28 21:16:15 2026] POST /v2.0/routers => generated 474 bytes in 1251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:16:17.183 8 INFO neutron.db.l3_hamode_db [None req-46fa4efc-8138-459d-b326-f1c2b687c748 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:16:17.302 8 INFO neutron.db.l3_hamode_db [None req-46fa4efc-8138-459d-b326-f1c2b687c748 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1514/3116] 10.0.0.94 () {34 vars in 667 bytes} [Sun Jun 28 21:16:17 2026] POST /v2.0/routers => generated 474 bytes in 807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:16:17.988 7 INFO neutron.db.l3_hamode_db [None req-522cdc56-2492-4a23-9b98-73d3b264ed79 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:16:18.118 7 INFO neutron.db.l3_hamode_db [None req-522cdc56-2492-4a23-9b98-73d3b264ed79 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1603/3117] 10.0.0.94 () {34 vars in 667 bytes} [Sun Jun 28 21:16:17 2026] POST /v2.0/routers => generated 474 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-28 21:16:18.791 8 INFO neutron.db.l3_hamode_db [None req-37e0b74a-9830-48a6-b33c-23b9a60437ce ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-28 21:16:18.898 8 INFO neutron.db.l3_hamode_db [None req-37e0b74a-9830-48a6-b33c-23b9a60437ce ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1515/3118] 10.0.0.94 () {34 vars in 667 bytes} [Sun Jun 28 21:16:18 2026] POST /v2.0/routers => generated 474 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3119] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:16:19 2026] PUT /v2.0/routers/f4cd28fe-bba0-495f-aca3-87ca3ab84dfd/tags => generated 17 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3120] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:16:19 2026] PUT /v2.0/routers/d0bfda5f-0fde-41ac-b36b-d87471c6d3b9/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3121] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:16:19 2026] PUT /v2.0/routers/473f117e-89e6-4d23-bde9-e76db31eb78a/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3122] 10.0.0.94 () {34 vars in 750 bytes} [Sun Jun 28 21:16:19 2026] PUT /v2.0/routers/fcc6e9d8-0f0b-4da9-a0c4-deaa6c01ff21/tags => generated 19 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3123] 10.0.0.94 () {32 vars in 663 bytes} [Sun Jun 28 21:16:19 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3124] 10.0.0.94 () {32 vars in 677 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3125] 10.0.0.94 () {32 vars in 673 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3126] 10.0.0.94 () {32 vars in 685 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3127] 10.0.0.94 () {32 vars in 671 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3128] 10.0.0.94 () {32 vars in 685 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3129] 10.0.0.94 () {32 vars in 681 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3130] 10.0.0.94 () {32 vars in 693 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3131] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:16:20 2026] GET /v2.0/routers/f4cd28fe-bba0-495f-aca3-87ca3ab84dfd => generated 485 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3132] 10.0.0.94 () {34 vars in 741 bytes} [Sun Jun 28 21:16:20 2026] PUT /v2.0/routers/f4cd28fe-bba0-495f-aca3-87ca3ab84dfd => generated 485 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3133] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:16:21 2026] GET /v2.0/ports?device_id=f4cd28fe-bba0-495f-aca3-87ca3ab84dfd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:21.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-34934372-8fba-4c34-86e5-c09331f2b18e ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] TaaS: Handle Delete Port: 9427fede-b97f-406b-9c95-a64c3c53983b 2026-06-28 21:16:21.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34934372-8fba-4c34-86e5-c09331f2b18e ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Tap Mirror: Handle Delete Port: 9427fede-b97f-406b-9c95-a64c3c53983b [pid: 8|app: 0|req: 1523/3134] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:16:21 2026] DELETE /v2.0/routers/f4cd28fe-bba0-495f-aca3-87ca3ab84dfd => generated 0 bytes in 369 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3135] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:16:21 2026] GET /v2.0/routers/d0bfda5f-0fde-41ac-b36b-d87471c6d3b9 => generated 493 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3136] 10.0.0.94 () {34 vars in 741 bytes} [Sun Jun 28 21:16:21 2026] PUT /v2.0/routers/d0bfda5f-0fde-41ac-b36b-d87471c6d3b9 => generated 493 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3137] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:16:22 2026] GET /v2.0/ports?device_id=d0bfda5f-0fde-41ac-b36b-d87471c6d3b9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:22.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-a68d5b40-b69d-41fa-a3ae-43d240d566ef ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] TaaS: Handle Delete Port: 9d7b72b7-4a50-48e5-8fed-c9324251cd11 2026-06-28 21:16:22.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a68d5b40-b69d-41fa-a3ae-43d240d566ef ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Tap Mirror: Handle Delete Port: 9d7b72b7-4a50-48e5-8fed-c9324251cd11 [pid: 8|app: 0|req: 1525/3138] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:16:22 2026] DELETE /v2.0/routers/d0bfda5f-0fde-41ac-b36b-d87471c6d3b9 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3139] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:16:22 2026] GET /v2.0/routers/473f117e-89e6-4d23-bde9-e76db31eb78a => generated 502 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3140] 10.0.0.94 () {34 vars in 741 bytes} [Sun Jun 28 21:16:22 2026] PUT /v2.0/routers/473f117e-89e6-4d23-bde9-e76db31eb78a => generated 502 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3141] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:16:23 2026] GET /v2.0/ports?device_id=473f117e-89e6-4d23-bde9-e76db31eb78a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:23.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3281c29-484f-49b8-b55a-a2135942c597 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] TaaS: Handle Delete Port: 7c1e118a-524d-48cc-8d92-97977a1e774b 2026-06-28 21:16:23.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3281c29-484f-49b8-b55a-a2135942c597 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Tap Mirror: Handle Delete Port: 7c1e118a-524d-48cc-8d92-97977a1e774b [pid: 8|app: 0|req: 1527/3142] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:16:23 2026] DELETE /v2.0/routers/473f117e-89e6-4d23-bde9-e76db31eb78a => generated 0 bytes in 361 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3143] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:16:23 2026] GET /v2.0/routers/fcc6e9d8-0f0b-4da9-a0c4-deaa6c01ff21 => generated 487 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3144] 10.0.0.94 () {34 vars in 741 bytes} [Sun Jun 28 21:16:23 2026] PUT /v2.0/routers/fcc6e9d8-0f0b-4da9-a0c4-deaa6c01ff21 => generated 487 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3145] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:16:24 2026] GET /v2.0/ports?device_id=fcc6e9d8-0f0b-4da9-a0c4-deaa6c01ff21 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:24.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-61839180-3360-4310-9528-568672e16405 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] TaaS: Handle Delete Port: 3e6b18c8-de31-4e6c-b12a-9b843feda1fb 2026-06-28 21:16:24.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61839180-3360-4310-9528-568672e16405 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Tap Mirror: Handle Delete Port: 3e6b18c8-de31-4e6c-b12a-9b843feda1fb [pid: 8|app: 0|req: 1529/3146] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:16:24 2026] DELETE /v2.0/routers/fcc6e9d8-0f0b-4da9-a0c4-deaa6c01ff21 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3147] 10.0.0.94 () {32 vars in 720 bytes} [Sun Jun 28 21:16:24 2026] GET /v2.0/routers/73e5b35d-db60-46f8-b42e-eec804faa37c => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3148] 10.0.0.94 () {34 vars in 741 bytes} [Sun Jun 28 21:16:24 2026] PUT /v2.0/routers/73e5b35d-db60-46f8-b42e-eec804faa37c => generated 480 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3149] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:16:25 2026] GET /v2.0/ports?device_id=73e5b35d-db60-46f8-b42e-eec804faa37c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:25.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c06de2e-857f-4e29-be3d-ff2b4d9b5e76 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] TaaS: Handle Delete Port: ff27532a-1292-46f5-85f0-2ad85c4da1f9 2026-06-28 21:16:25.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c06de2e-857f-4e29-be3d-ff2b4d9b5e76 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] Tap Mirror: Handle Delete Port: ff27532a-1292-46f5-85f0-2ad85c4da1f9 2026-06-28 21:16:25.678 8 INFO neutron.services.segments.plugin [-] Segment ff37a83d-759c-4492-bada-388b4ddf7fa9 resource provider aggregate not found 2026-06-28 21:16:25.687 8 INFO neutron.services.segments.plugin [-] Segment ff37a83d-759c-4492-bada-388b4ddf7fa9 resource provider aggregate not found 2026-06-28 21:16:25.692 8 INFO neutron.services.segments.plugin [-] Segment ff37a83d-759c-4492-bada-388b4ddf7fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff37a83d-759c-4492-bada-388b4ddf7fa9 found for delete ", "request_id": "req-42c56eb9-dec8-474b-a5fe-42995e7edd23"}]} 2026-06-28 21:16:25.704 8 INFO neutron.services.segments.plugin [-] Segment ff37a83d-759c-4492-bada-388b4ddf7fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff37a83d-759c-4492-bada-388b4ddf7fa9 found for delete ", "request_id": "req-8d5b9f29-a74f-4436-8458-d96185b8ceb7"}]} 2026-06-28 21:16:25.710 8 INFO neutron.db.l3_hamode_db [None req-6c06de2e-857f-4e29-be3d-ff2b4d9b5e76 ad1e8e8f898048cdb2a44f7c8079f584 0d57c4377a584be0b89d96f97e4d5241 - - default default] HA network 26ee145b-20c7-4455-9645-bedc4ff17f94 was deleted as no HA routers are present in tenant 0d57c4377a584be0b89d96f97e4d5241. [pid: 8|app: 0|req: 1531/3150] 10.0.0.94 () {32 vars in 723 bytes} [Sun Jun 28 21:16:25 2026] DELETE /v2.0/routers/73e5b35d-db60-46f8-b42e-eec804faa37c => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3153] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:26 2026] GET /v2.0/security-groups?tenant_id=0d57c4377a584be0b89d96f97e4d5241&name=default => generated 2929 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3154] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:26 2026] DELETE /v2.0/security-groups/3d7de3ba-11bf-4e01-8c67-7ddfaea4b8b8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3155] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:26 2026] GET /v2.0/security-groups?tenant_id=dace6acd24b3480fb3430c0bf840fee0&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3156] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:27 2026] DELETE /v2.0/security-groups/77c0695a-5924-4e60-b16a-6e781f2d5b3d => 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: 1623/3157] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:27 2026] GET /v2.0/security-groups?tenant_id=a619caf9cece4f2886deefa438436564&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3158] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:27 2026] DELETE /v2.0/security-groups/9c5a957d-04c9-4403-b946-3987595df0b1 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:16:31.885 7 INFO neutron.db.segments_db [None req-8d77fc5e-7156-4247-a8b3-364fddc03d2f ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Added segment 176ddba6-3bd0-4d82-ab27-c8cec796262b of type vxlan for network b1191350-f659-4491-b837-0ed3235c08e7 [pid: 7|app: 0|req: 1624/3159] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:16:31 2026] POST /v2.0/networks => generated 631 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3160] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:16:31 2026] POST /v2.0/ports => generated 743 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3161] 10.0.0.94 () {34 vars in 665 bytes} [Sun Jun 28 21:16:32 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:16:32.461 8 INFO neutron.db.segments_db [None req-090fb104-33dd-4258-b37d-9fc40df9120f ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Added segment d36041ac-0267-42b7-9612-cfb3d142502b of type vxlan for network 3d4514a5-ede7-4d13-8d14-e5c472790ade [pid: 8|app: 0|req: 1537/3162] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:16:32 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3163] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:16:32 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3164] 10.0.0.94 () {34 vars in 665 bytes} [Sun Jun 28 21:16:32 2026] POST /v2.0/trunks => generated 407 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:16:33.078 7 INFO neutron.db.segments_db [None req-05b5b2fd-306c-43ab-9479-ed5816b3a7fa ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Added segment 8b9f7d64-e04f-4856-b875-e8d16be95b23 of type vxlan for network 2c4b962b-e27f-40ef-ba40-084ff32e218e [pid: 7|app: 0|req: 1627/3165] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:16:33 2026] POST /v2.0/networks => generated 632 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3166] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:16:33 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) [pid: 7|app: 0|req: 1628/3167] 10.0.0.94 () {34 vars in 665 bytes} [Sun Jun 28 21:16:33 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:16:33.653 8 INFO neutron.db.segments_db [None req-aabae1f5-85c9-4407-a6aa-622ece465ab7 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Added segment 73c5c33e-a654-4937-98bd-195d0c97d115 of type vxlan for network 98f596a0-8f89-46d4-857c-8b63461e7864 [pid: 8|app: 0|req: 1540/3168] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:16:33 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3169] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:16:33 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) [pid: 8|app: 0|req: 1541/3170] 10.0.0.94 () {34 vars in 665 bytes} [Sun Jun 28 21:16:34 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-28 21:16:34.239 7 INFO neutron.db.segments_db [None req-e6af1d06-b88c-4c48-8c80-3945010a3103 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Added segment 152facb1-c9d1-4cd2-ada9-0e987a0561a5 of type vxlan for network 1e6b7755-491a-4588-9cd0-2f7aa24ca7a8 [pid: 7|app: 0|req: 1630/3171] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:16:34 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3172] 10.0.0.94 () {34 vars in 663 bytes} [Sun Jun 28 21:16:34 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3173] 10.0.0.94 () {34 vars in 665 bytes} [Sun Jun 28 21:16:34 2026] POST /v2.0/trunks => generated 407 bytes in 141 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: 1543/3174] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:16:34 2026] PUT /v2.0/trunks/26a6177b-981f-4eb4-97c7-c0f726dfd95f/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3175] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:16:34 2026] PUT /v2.0/trunks/7b85450e-c534-4251-9ced-eedeca803a6d/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3176] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:16:34 2026] PUT /v2.0/trunks/70793173-98af-464e-91a6-2679018f437d/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3177] 10.0.0.94 () {34 vars in 748 bytes} [Sun Jun 28 21:16:34 2026] PUT /v2.0/trunks/29cd107d-1707-46ff-a790-4e7516278d2c/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3178] 10.0.0.94 () {32 vars in 661 bytes} [Sun Jun 28 21:16:34 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3179] 10.0.0.94 () {32 vars in 675 bytes} [Sun Jun 28 21:16:34 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3180] 10.0.0.94 () {32 vars in 671 bytes} [Sun Jun 28 21:16:34 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3181] 10.0.0.94 () {32 vars in 683 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3182] 10.0.0.94 () {32 vars in 669 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3183] 10.0.0.94 () {32 vars in 683 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3184] 10.0.0.94 () {32 vars in 679 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3185] 10.0.0.94 () {32 vars in 691 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3186] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks/26a6177b-981f-4eb4-97c7-c0f726dfd95f => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3187] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/ports/b6f4cb89-9fc4-4a9c-8eeb-af7c1d489e67 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3188] 10.0.0.94 () {32 vars in 721 bytes} [Sun Jun 28 21:16:35 2026] DELETE /v2.0/trunks/26a6177b-981f-4eb4-97c7-c0f726dfd95f => 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: 1639/3189] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks/7b85450e-c534-4251-9ced-eedeca803a6d => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3190] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/ports/06b7f51b-ecbe-4a05-bb67-518840ff02f3 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3191] 10.0.0.94 () {32 vars in 721 bytes} [Sun Jun 28 21:16:35 2026] DELETE /v2.0/trunks/7b85450e-c534-4251-9ced-eedeca803a6d => 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: 1552/3192] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks/70793173-98af-464e-91a6-2679018f437d => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3193] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/ports/3817b58a-7bd5-45c7-886d-465ba1139cf0 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3194] 10.0.0.94 () {32 vars in 721 bytes} [Sun Jun 28 21:16:35 2026] DELETE /v2.0/trunks/70793173-98af-464e-91a6-2679018f437d => 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: 1642/3195] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks/29cd107d-1707-46ff-a790-4e7516278d2c => generated 414 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3196] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/ports/f52c1660-5411-41dc-b5be-9490c9ab3178 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3197] 10.0.0.94 () {32 vars in 721 bytes} [Sun Jun 28 21:16:35 2026] DELETE /v2.0/trunks/29cd107d-1707-46ff-a790-4e7516278d2c => 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: 1555/3198] 10.0.0.94 () {32 vars in 718 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/trunks/f4dcdb38-eaee-4226-b8da-f16ff41d0e40 => 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: 1644/3199] 10.0.0.94 () {32 vars in 716 bytes} [Sun Jun 28 21:16:35 2026] GET /v2.0/ports/10e52a87-bdd7-487c-9c4f-f0ce19107238 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3200] 10.0.0.94 () {32 vars in 721 bytes} [Sun Jun 28 21:16:36 2026] DELETE /v2.0/trunks/f4dcdb38-eaee-4226-b8da-f16ff41d0e40 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:16:36.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a99db2e-062d-49e7-b967-e73d48f0ec46 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] TaaS: Handle Delete Port: b6f4cb89-9fc4-4a9c-8eeb-af7c1d489e67 2026-06-28 21:16:36.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a99db2e-062d-49e7-b967-e73d48f0ec46 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Tap Mirror: Handle Delete Port: b6f4cb89-9fc4-4a9c-8eeb-af7c1d489e67 [pid: 7|app: 0|req: 1645/3201] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:16:36 2026] DELETE /v2.0/ports/b6f4cb89-9fc4-4a9c-8eeb-af7c1d489e67 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:16:36.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-a19421c1-2f83-4558-85ea-dce0be3f52a0 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] TaaS: Handle Delete Port: 06b7f51b-ecbe-4a05-bb67-518840ff02f3 2026-06-28 21:16:36.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a19421c1-2f83-4558-85ea-dce0be3f52a0 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Tap Mirror: Handle Delete Port: 06b7f51b-ecbe-4a05-bb67-518840ff02f3 [pid: 8|app: 0|req: 1557/3202] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:16:36 2026] DELETE /v2.0/ports/06b7f51b-ecbe-4a05-bb67-518840ff02f3 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:16:36.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-9adcf0c6-dc76-4b53-aa57-1c38fe1e0415 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] TaaS: Handle Delete Port: 3817b58a-7bd5-45c7-886d-465ba1139cf0 2026-06-28 21:16:36.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9adcf0c6-dc76-4b53-aa57-1c38fe1e0415 ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Tap Mirror: Handle Delete Port: 3817b58a-7bd5-45c7-886d-465ba1139cf0 [pid: 7|app: 0|req: 1646/3203] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:16:36 2026] DELETE /v2.0/ports/3817b58a-7bd5-45c7-886d-465ba1139cf0 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:16:36.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-f659deee-8aac-4344-bd54-37a3a2d5c80f ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] TaaS: Handle Delete Port: f52c1660-5411-41dc-b5be-9490c9ab3178 2026-06-28 21:16:36.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f659deee-8aac-4344-bd54-37a3a2d5c80f ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Tap Mirror: Handle Delete Port: f52c1660-5411-41dc-b5be-9490c9ab3178 [pid: 8|app: 0|req: 1558/3204] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:16:36 2026] DELETE /v2.0/ports/f52c1660-5411-41dc-b5be-9490c9ab3178 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:16:36.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-477e77f9-bb3b-4007-b07e-e85521bbcb3c ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] TaaS: Handle Delete Port: 10e52a87-bdd7-487c-9c4f-f0ce19107238 2026-06-28 21:16:36.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-477e77f9-bb3b-4007-b07e-e85521bbcb3c ce84d1a269ed4e58bab4158a66bd2f3b 8a52cc92c1284741b23b68f5d8c92a6b - - default default] Tap Mirror: Handle Delete Port: 10e52a87-bdd7-487c-9c4f-f0ce19107238 [pid: 7|app: 0|req: 1647/3205] 10.0.0.94 () {32 vars in 719 bytes} [Sun Jun 28 21:16:36 2026] DELETE /v2.0/ports/10e52a87-bdd7-487c-9c4f-f0ce19107238 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:16:37.159 8 INFO neutron.services.segments.plugin [-] Segment 176ddba6-3bd0-4d82-ab27-c8cec796262b resource provider aggregate not found 2026-06-28 21:16:37.163 8 INFO neutron.services.segments.plugin [-] Segment 176ddba6-3bd0-4d82-ab27-c8cec796262b resource provider aggregate not found 2026-06-28 21:16:37.180 8 INFO neutron.services.segments.plugin [-] Segment 176ddba6-3bd0-4d82-ab27-c8cec796262b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 176ddba6-3bd0-4d82-ab27-c8cec796262b found for delete ", "request_id": "req-1b4f82d5-5c4e-4bd3-8993-ce76390f2fc5"}]} 2026-06-28 21:16:37.181 8 INFO neutron.services.segments.plugin [-] Segment 176ddba6-3bd0-4d82-ab27-c8cec796262b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 176ddba6-3bd0-4d82-ab27-c8cec796262b found for delete ", "request_id": "req-f9492194-174a-47f3-88e1-dd1b83c02639"}]} [pid: 8|app: 0|req: 1559/3206] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:16:37 2026] DELETE /v2.0/networks/b1191350-f659-4491-b837-0ed3235c08e7 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-28 21:16:37.305 7 INFO neutron.services.segments.plugin [-] Segment d36041ac-0267-42b7-9612-cfb3d142502b resource provider aggregate not found 2026-06-28 21:16:37.309 7 INFO neutron.services.segments.plugin [-] Segment d36041ac-0267-42b7-9612-cfb3d142502b resource provider aggregate not found 2026-06-28 21:16:37.336 7 INFO neutron.services.segments.plugin [-] Segment d36041ac-0267-42b7-9612-cfb3d142502b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36041ac-0267-42b7-9612-cfb3d142502b found for delete ", "request_id": "req-b50b4c64-cb13-411f-b65b-5afd13dbf6de"}]} 2026-06-28 21:16:37.339 7 INFO neutron.services.segments.plugin [-] Segment d36041ac-0267-42b7-9612-cfb3d142502b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36041ac-0267-42b7-9612-cfb3d142502b found for delete ", "request_id": "req-4040a8c1-e0e9-40a6-aac9-177d689624a5"}]} [pid: 7|app: 0|req: 1648/3207] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:16:37 2026] DELETE /v2.0/networks/3d4514a5-ede7-4d13-8d14-e5c472790ade => 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: 1560/3208] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:16:37 2026] DELETE /v2.0/networks/2c4b962b-e27f-40ef-ba40-084ff32e218e => 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: 1649/3209] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:16:37 2026] DELETE /v2.0/networks/98f596a0-8f89-46d4-857c-8b63461e7864 => 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: 1561/3210] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:16:37 2026] DELETE /v2.0/networks/1e6b7755-491a-4588-9cd0-2f7aa24ca7a8 => 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: 1650/3211] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:38 2026] GET /v2.0/security-groups?tenant_id=8a52cc92c1284741b23b68f5d8c92a6b&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3212] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:38 2026] DELETE /v2.0/security-groups/64ceb794-721f-42dd-8b51-cf4bd1681fc0 => 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: 1651/3213] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:39 2026] GET /v2.0/security-groups?tenant_id=8e0af1a998e84459b4a371ef908048d7&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-28 21:16:39.199 8 INFO neutron.services.segments.plugin [-] Segment 8b9f7d64-e04f-4856-b875-e8d16be95b23 resource provider aggregate not found 2026-06-28 21:16:39.205 8 INFO neutron.services.segments.plugin [-] Segment 8b9f7d64-e04f-4856-b875-e8d16be95b23 resource provider aggregate not found 2026-06-28 21:16:39.223 8 INFO neutron.services.segments.plugin [-] Segment 8b9f7d64-e04f-4856-b875-e8d16be95b23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9f7d64-e04f-4856-b875-e8d16be95b23 found for delete ", "request_id": "req-b4b79feb-2d8a-427f-990f-7ba53142b292"}]} 2026-06-28 21:16:39.229 8 INFO neutron.services.segments.plugin [-] Segment 8b9f7d64-e04f-4856-b875-e8d16be95b23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b9f7d64-e04f-4856-b875-e8d16be95b23 found for delete ", "request_id": "req-cb6df91d-e6f8-4499-ad58-8966d5fae3c9"}]} 2026-06-28 21:16:39.243 8 INFO neutron.services.segments.plugin [-] Segment 152facb1-c9d1-4cd2-ada9-0e987a0561a5 resource provider aggregate not found 2026-06-28 21:16:39.249 8 INFO neutron.services.segments.plugin [-] Segment 152facb1-c9d1-4cd2-ada9-0e987a0561a5 resource provider aggregate not found 2026-06-28 21:16:39.264 8 INFO neutron.services.segments.plugin [-] Segment 152facb1-c9d1-4cd2-ada9-0e987a0561a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 152facb1-c9d1-4cd2-ada9-0e987a0561a5 found for delete ", "request_id": "req-e2762d36-6df8-4b67-9bda-25d22d36ff62"}]} 2026-06-28 21:16:39.270 8 INFO neutron.services.segments.plugin [-] Segment 152facb1-c9d1-4cd2-ada9-0e987a0561a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 152facb1-c9d1-4cd2-ada9-0e987a0561a5 found for delete ", "request_id": "req-95533695-21ab-408d-a0d8-1ec21119e578"}]} [pid: 8|app: 0|req: 1563/3214] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:39 2026] DELETE /v2.0/security-groups/3b0f5a95-1217-4758-a005-d144bcb44cf8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:16:39.361 7 INFO neutron.services.segments.plugin [-] Segment 73c5c33e-a654-4937-98bd-195d0c97d115 resource provider aggregate not found 2026-06-28 21:16:39.368 7 INFO neutron.services.segments.plugin [-] Segment 73c5c33e-a654-4937-98bd-195d0c97d115 resource provider aggregate not found 2026-06-28 21:16:39.379 7 INFO neutron.services.segments.plugin [-] Segment 73c5c33e-a654-4937-98bd-195d0c97d115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73c5c33e-a654-4937-98bd-195d0c97d115 found for delete ", "request_id": "req-63733c04-6b3e-4179-a5fa-b7d2fabdb859"}]} 2026-06-28 21:16:39.382 7 INFO neutron.services.segments.plugin [-] Segment 73c5c33e-a654-4937-98bd-195d0c97d115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73c5c33e-a654-4937-98bd-195d0c97d115 found for delete ", "request_id": "req-dac0f66f-65d8-4602-9555-62b3476399cd"}]} [pid: 7|app: 0|req: 1652/3215] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:39 2026] GET /v2.0/security-groups?tenant_id=b5bf39b7234a43f5a7997104f750ec20&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3216] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:39 2026] DELETE /v2.0/security-groups/ae85cce2-5b6c-4b6b-a1f3-9312d55f4532 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:16:42.965 8 INFO neutron.db.segments_db [None req-e9ba5aa5-32ee-4154-905f-9d44fbf2664a 0b0470cbb773425790f5d4efc658c767 898f972f247b4b46bd4b140b5e1479c9 - - default default] Added segment 4f27a6c9-d6b3-4984-960c-5abfb58973b1 of type vxlan for network 42ab4659-333f-4197-ad85-aa356809b0a8 [pid: 8|app: 0|req: 1566/3219] 10.0.0.94 () {34 vars in 669 bytes} [Sun Jun 28 21:16:42 2026] POST /v2.0/networks => generated 631 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3220] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:16:43 2026] PUT /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3221] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3222] 10.0.0.94 () {34 vars in 763 bytes} [Sun Jun 28 21:16:43 2026] PUT /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/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: 1568/3223] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3224] 10.0.0.94 () {34 vars in 759 bytes} [Sun Jun 28 21:16:43 2026] PUT /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3225] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3226] 10.0.0.94 () {34 vars in 781 bytes} [Sun Jun 28 21:16:43 2026] PUT /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags/black.or.white => 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: 1570/3227] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3228] 10.0.0.94 () {34 vars in 752 bytes} [Sun Jun 28 21:16:43 2026] PUT /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3229] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3230] 10.0.0.94 () {32 vars in 740 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:16:43.796 8 INFO neutron.api.v2.resource [None req-db5001af-75fc-4402-b6f6-781e69e2f6f5 0b0470cbb773425790f5d4efc658c767 898f972f247b4b46bd4b140b5e1479c9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3231] 10.0.0.94 () {32 vars in 744 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3232] 10.0.0.94 () {32 vars in 743 bytes} [Sun Jun 28 21:16:43 2026] DELETE /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3233] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:16:43 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:43.966 7 INFO neutron.api.v2.resource [None req-e37fd4c6-40e4-48b5-9e01-312d80ab712d 0b0470cbb773425790f5d4efc658c767 898f972f247b4b46bd4b140b5e1479c9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3234] 10.0.0.94 () {32 vars in 747 bytes} [Sun Jun 28 21:16:43 2026] DELETE /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3235] 10.0.0.94 () {32 vars in 735 bytes} [Sun Jun 28 21:16:43 2026] DELETE /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3236] 10.0.0.94 () {32 vars in 732 bytes} [Sun Jun 28 21:16:44 2026] GET /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:44.211 8 INFO neutron.services.segments.plugin [-] Segment 4f27a6c9-d6b3-4984-960c-5abfb58973b1 resource provider aggregate not found 2026-06-28 21:16:44.216 8 INFO neutron.services.segments.plugin [-] Segment 4f27a6c9-d6b3-4984-960c-5abfb58973b1 resource provider aggregate not found 2026-06-28 21:16:44.234 8 INFO neutron.services.segments.plugin [-] Segment 4f27a6c9-d6b3-4984-960c-5abfb58973b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f27a6c9-d6b3-4984-960c-5abfb58973b1 found for delete ", "request_id": "req-d375349c-0ae9-4b0c-8007-c3ce0fa5e28d"}]} 2026-06-28 21:16:44.239 8 INFO neutron.services.segments.plugin [-] Segment 4f27a6c9-d6b3-4984-960c-5abfb58973b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f27a6c9-d6b3-4984-960c-5abfb58973b1 found for delete ", "request_id": "req-ea50ff3b-9817-44e8-89db-0d2805cd7bcb"}]} [pid: 8|app: 0|req: 1575/3237] 10.0.0.94 () {32 vars in 725 bytes} [Sun Jun 28 21:16:44 2026] DELETE /v2.0/networks/42ab4659-333f-4197-ad85-aa356809b0a8 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3238] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:44 2026] GET /v2.0/security-groups?tenant_id=898f972f247b4b46bd4b140b5e1479c9&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3239] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:45 2026] DELETE /v2.0/security-groups/cd9fe35e-e5ea-47cc-8eef-997bd78fcd85 => 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: 1664/3240] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:45 2026] GET /v2.0/security-groups?tenant_id=f1cd7f8ccfdc47cfbea582b0801870ef&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3241] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:45 2026] DELETE /v2.0/security-groups/7cb2cf1d-3659-4f04-bbbf-8ee5bacd84ad => 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: 1665/3242] 10.0.0.94 () {34 vars in 675 bytes} [Sun Jun 28 21:16:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3243] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:16:48 2026] PUT /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3244] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:16:48 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/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: 1579/3245] 10.0.0.94 () {34 vars in 769 bytes} [Sun Jun 28 21:16:48 2026] PUT /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3246] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:16:48 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3247] 10.0.0.94 () {34 vars in 765 bytes} [Sun Jun 28 21:16:48 2026] PUT /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3248] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:16:48 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/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: 1581/3249] 10.0.0.94 () {34 vars in 787 bytes} [Sun Jun 28 21:16:49 2026] PUT /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3250] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:16:49 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3251] 10.0.0.94 () {34 vars in 758 bytes} [Sun Jun 28 21:16:49 2026] PUT /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/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: 1670/3252] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:16:49 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3253] 10.0.0.94 () {32 vars in 746 bytes} [Sun Jun 28 21:16:49 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-28 21:16:49.261 7 INFO neutron.api.v2.resource [None req-707cbf13-ecde-45c9-9bb5-005050aacf49 4df4ae8696554950a48333163c6e442d e6e396816bc441ce9912aed52dd75b8a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1671/3254] 10.0.0.94 () {32 vars in 750 bytes} [Sun Jun 28 21:16:49 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3255] 10.0.0.94 () {32 vars in 749 bytes} [Sun Jun 28 21:16:49 2026] DELETE /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3256] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:16:49 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-28 21:16:49.379 8 INFO neutron.api.v2.resource [None req-baee45ee-b9b6-429c-a402-6eebe6955bfb 4df4ae8696554950a48333163c6e442d e6e396816bc441ce9912aed52dd75b8a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3257] 10.0.0.94 () {32 vars in 753 bytes} [Sun Jun 28 21:16:49 2026] DELETE /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3258] 10.0.0.94 () {32 vars in 741 bytes} [Sun Jun 28 21:16:49 2026] DELETE /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3259] 10.0.0.94 () {32 vars in 738 bytes} [Sun Jun 28 21:16:49 2026] GET /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d/tags => 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: 1674/3260] 10.0.0.94 () {32 vars in 731 bytes} [Sun Jun 28 21:16:49 2026] DELETE /v2.0/subnetpools/18a16045-30c0-4eca-80cb-a8f8f7d1994d => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3261] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:50 2026] GET /v2.0/security-groups?tenant_id=e6e396816bc441ce9912aed52dd75b8a&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3262] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:50 2026] DELETE /v2.0/security-groups/2aa0ea22-7c05-4c4c-b714-f3beee1454f0 => 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: 1588/3263] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:50 2026] GET /v2.0/security-groups?tenant_id=b665b47331ed44cfb448145a7f8a906d&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3264] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:50 2026] DELETE /v2.0/security-groups/c823f98c-f78b-49aa-8d1b-39e00d225d77 => 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: 1589/3265] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:54 2026] GET /v2.0/security-groups?tenant_id=90059844acb646a3adc90c73e797a536&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3266] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:54 2026] DELETE /v2.0/security-groups/78b1e479-3969-4271-bdcc-a299d4ef0f1a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3267] 10.0.0.94 () {32 vars in 773 bytes} [Sun Jun 28 21:16:54 2026] GET /v2.0/security-groups?tenant_id=bd2eea3aa4484bbe9b8e524ba2f354dc&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3268] 10.0.0.94 () {32 vars in 739 bytes} [Sun Jun 28 21:16:54 2026] DELETE /v2.0/security-groups/46f77146-91f5-4eab-9e6e-0ff2caf5cf19 => 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: 1680/3271] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:16:57 2026] GET /v2.0/networks => generated 2168 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3272] 10.0.0.94 () {32 vars in 654 bytes} [Sun Jun 28 21:16:58 2026] GET /v2.0/floatingips => generated 19 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3273] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:16:59 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3274] 10.0.0.94 () {32 vars in 642 bytes} [Sun Jun 28 21:16:59 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3275] 10.0.0.94 () {32 vars in 646 bytes} [Sun Jun 28 21:16:59 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3276] 10.0.0.94 () {32 vars in 648 bytes} [Sun Jun 28 21:16:59 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3277] 10.0.0.94 () {32 vars in 662 bytes} [Sun Jun 28 21:16:59 2026] GET /v2.0/security-groups => generated 17397 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3278] 10.0.0.94 () {32 vars in 654 bytes} [Sun Jun 28 21:16:59 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)