+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri May 29 14:37:13 2026] *** compiled with version: 13.3.0 on 29 May 2026 02:30:25 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-6dbbf694ff-rtwkx 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 0x7fd69fcfe668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-05-29 14:37:17.070 8 INFO neutron.common.config [-] Logging enabled! 2026-05-29 14:37:17.071 7 INFO neutron.common.config [-] Logging enabled! 2026-05-29 14:37:17.071 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev13 2026-05-29 14:37:17.071 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev13 2026-05-29 14:37:18.060 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-29 14:37:18.065 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-29 14:37:19.427 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 14:37:19.430 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-29 14:37:19.433 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-29 14:37:19.434 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 14:37:19.434 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-29 14:37:19.434 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-29 14:37:19.435 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 14:37:19.442 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 14:37:19.442 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 14:37:19.442 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 14:37:19.461 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 14:37:19.464 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-29 14:37:19.464 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-29 14:37:19.465 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 14:37:19.465 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-29 14:37:19.468 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-29 14:37:19.469 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-29 14:37:19.469 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-29 14:37:19.469 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-29 14:37:19.469 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 14:37:19.479 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 14:37:19.479 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-29 14:37:19.479 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 14:37:19.501 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-29 14:37:19.502 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-29 14:37:19.502 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-29 14:37:19.515 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-29 14:37:19.515 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-29 14:37:19.515 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-29 14:37:19.516 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-29 14:37:19.553 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-29 14:37:19.553 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-29 14:37:19.554 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-29 14:37:19.554 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-29 14:37:19.801 7 INFO neutron.plugins.ml2.managers [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] Initializing driver for type 'vlan' 2026-05-29 14:37:19.834 8 INFO neutron.plugins.ml2.managers [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] Initializing driver for type 'vlan' 2026-05-29 14:37:20.067 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] VlanTypeDriver initialization complete 2026-05-29 14:37:20.068 7 INFO neutron.plugins.ml2.managers [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] Initializing driver for type 'vxlan' 2026-05-29 14:37:20.068 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-29 14:37:20.081 7 INFO neutron.plugins.ml2.managers [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-29 14:37:20.081 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-29 14:37:20.081 7 INFO neutron.plugins.ml2.managers [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] Initializing extension driver 'port_security' 2026-05-29 14:37:20.081 7 INFO neutron.plugins.ml2.extensions.port_security [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-29 14:37:20.081 7 INFO neutron.plugins.ml2.managers [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] Initializing extension driver 'qos' 2026-05-29 14:37:20.082 7 INFO neutron.plugins.ml2.managers [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-29 14:37:20.082 7 INFO neutron.plugins.ml2.managers [None req-77a803c4-883c-4f6f-9279-f952fbbea607 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-29 14:37:20.095 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] VlanTypeDriver initialization complete 2026-05-29 14:37:20.095 8 INFO neutron.plugins.ml2.managers [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] Initializing driver for type 'vxlan' 2026-05-29 14:37:20.095 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-29 14:37:20.096 7 INFO neutron.quota [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded quota_driver: . 2026-05-29 14:37:20.096 7 INFO neutron.plugins.ml2.plugin [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Modular L2 Plugin initialization complete 2026-05-29 14:37:20.097 7 INFO neutron.plugins.ml2.managers [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-29 14:37:20.097 7 INFO neutron.plugins.ml2.managers [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-29 14:37:20.097 7 INFO neutron.plugins.ml2.managers [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Got port-security extension from driver 'port_security' 2026-05-29 14:37:20.097 7 INFO neutron.extensions.vlantransparent [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Disabled vlantransparent extension. 2026-05-29 14:37:20.097 7 INFO neutron.extensions.qinq [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Disabled VLAN QinQ extension. 2026-05-29 14:37:20.097 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: qos 2026-05-29 14:37:20.108 8 INFO neutron.plugins.ml2.managers [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-29 14:37:20.108 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-29 14:37:20.109 8 INFO neutron.plugins.ml2.managers [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] Initializing extension driver 'port_security' 2026-05-29 14:37:20.109 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-29 14:37:20.109 8 INFO neutron.plugins.ml2.managers [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] Initializing extension driver 'qos' 2026-05-29 14:37:20.109 8 INFO neutron.plugins.ml2.managers [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-29 14:37:20.109 8 INFO neutron.plugins.ml2.managers [None req-f18f74d8-dc6f-4acd-94bc-d1323ee39152 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-29 14:37:20.111 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: router 2026-05-29 14:37:20.120 8 INFO neutron.quota [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded quota_driver: . 2026-05-29 14:37:20.121 8 INFO neutron.plugins.ml2.plugin [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Modular L2 Plugin initialization complete 2026-05-29 14:37:20.121 8 INFO neutron.plugins.ml2.managers [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-29 14:37:20.121 8 INFO neutron.plugins.ml2.managers [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-29 14:37:20.121 8 INFO neutron.plugins.ml2.managers [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-29 14:37:20.121 8 INFO neutron.extensions.vlantransparent [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Disabled vlantransparent extension. 2026-05-29 14:37:20.121 8 INFO neutron.extensions.qinq [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Disabled VLAN QinQ extension. 2026-05-29 14:37:20.122 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: qos 2026-05-29 14:37:20.140 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: router 2026-05-29 14:37:20.158 7 INFO neutron.services.service_base [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-29 14:37:20.158 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: segments 2026-05-29 14:37:20.192 8 INFO neutron.services.service_base [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-29 14:37:20.192 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: segments 2026-05-29 14:37:20.259 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: trunk 2026-05-29 14:37:20.273 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: vpnaas 2026-05-29 14:37:20.299 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: trunk 2026-05-29 14:37:20.311 7 WARNING stevedore.named [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-29 14:37:20.312 7 WARNING stevedore.named [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 14:37:20.313 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: vpnaas 2026-05-29 14:37:20.351 8 WARNING stevedore.named [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-29 14:37:20.351 8 WARNING stevedore.named [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 14:37:20.384 7 INFO neutron_vpnaas.services.vpn.plugin [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-29 14:37:20.384 7 INFO neutron.common.utils [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-29 14:37:20.385 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: taas 2026-05-29 14:37:20.406 7 WARNING stevedore.named [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 14:37:20.423 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-29 14:37:20.423 8 INFO neutron.common.utils [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-29 14:37:20.424 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: taas 2026-05-29 14:37:20.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-29 14:37:20.432 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: tapmirror 2026-05-29 14:37:20.440 7 WARNING stevedore.named [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 14:37:20.448 8 WARNING stevedore.named [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 14:37:20.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-29 14:37:20.500 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: auto_allocate 2026-05-29 14:37:20.505 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: tag 2026-05-29 14:37:20.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-29 14:37:20.512 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: tapmirror 2026-05-29 14:37:20.514 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: timestamp 2026-05-29 14:37:20.517 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: network_ip_availability 2026-05-29 14:37:20.520 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: flavors 2026-05-29 14:37:20.523 8 WARNING stevedore.named [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-29 14:37:20.524 7 INFO neutron.manager [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loading Plugin: revisions 2026-05-29 14:37:20.527 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Initializing extension manager. 2026-05-29 14:37:20.528 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: address-group 2026-05-29 14:37:20.529 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: address-scope 2026-05-29 14:37:20.530 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-29 14:37:20.531 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: agent 2026-05-29 14:37:20.532 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: agent-resources-synced 2026-05-29 14:37:20.533 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: allowed-address-pairs 2026-05-29 14:37:20.533 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: auto-allocated-topology 2026-05-29 14:37:20.534 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: availability_zone 2026-05-29 14:37:20.535 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: availability_zone_filter 2026-05-29 14:37:20.535 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-29 14:37:20.536 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: default-subnetpools 2026-05-29 14:37:20.537 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-29 14:37:20.538 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: dns-integration 2026-05-29 14:37:20.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-29 14:37:20.538 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: dns-domain-ports 2026-05-29 14:37:20.539 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-29 14:37:20.539 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: auto_allocate 2026-05-29 14:37:20.539 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: dvr 2026-05-29 14:37:20.540 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-29 14:37:20.540 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: empty-string-filtering 2026-05-29 14:37:20.541 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 14:37:20.541 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-29 14:37:20.542 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: external-net 2026-05-29 14:37:20.542 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-29 14:37:20.543 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: extraroute 2026-05-29 14:37:20.543 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: extraroute-atomic 2026-05-29 14:37:20.544 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-29 14:37:20.545 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-29 14:37:20.545 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-29 14:37:20.546 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-29 14:37:20.546 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: fip-port-details 2026-05-29 14:37:20.547 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: flavors 2026-05-29 14:37:20.548 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-29 14:37:20.549 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: tag 2026-05-29 14:37:20.549 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: floatingip-pools 2026-05-29 14:37:20.550 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: ip_allocation 2026-05-29 14:37:20.550 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: ip-substring-filtering 2026-05-29 14:37:20.551 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: l2_adjacency 2026-05-29 14:37:20.552 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: router 2026-05-29 14:37:20.554 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 14:37:20.554 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-29 14:37:20.555 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-29 14:37:20.555 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: ext-gw-mode 2026-05-29 14:37:20.556 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: l3-ha 2026-05-29 14:37:20.556 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-29 14:37:20.557 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-29 14:37:20.557 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: l3-flavors 2026-05-29 14:37:20.557 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: timestamp 2026-05-29 14:37:20.558 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-29 14:37:20.559 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-29 14:37:20.561 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-29 14:37:20.561 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: network_ip_availability 2026-05-29 14:37:20.562 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-29 14:37:20.563 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-29 14:37:20.564 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-29 14:37:20.565 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-29 14:37:20.565 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: flavors 2026-05-29 14:37:20.565 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: multi-provider 2026-05-29 14:37:20.566 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: net-mtu 2026-05-29 14:37:20.566 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: net-mtu-writable 2026-05-29 14:37:20.567 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: network_availability_zone 2026-05-29 14:37:20.567 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: network_ha 2026-05-29 14:37:20.568 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: network-ip-availability 2026-05-29 14:37:20.568 8 INFO neutron.manager [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loading Plugin: revisions 2026-05-29 14:37:20.569 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-29 14:37:20.569 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: pagination 2026-05-29 14:37:20.570 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-device-profile 2026-05-29 14:37:20.570 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-29 14:37:20.571 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-29 14:37:20.571 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-29 14:37:20.571 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Initializing extension manager. 2026-05-29 14:37:20.572 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-mac-override 2026-05-29 14:37:20.572 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-29 14:37:20.573 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: address-group 2026-05-29 14:37:20.573 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-29 14:37:20.574 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: address-scope 2026-05-29 14:37:20.574 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-29 14:37:20.574 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-29 14:37:20.575 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-resource-request 2026-05-29 14:37:20.575 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: agent 2026-05-29 14:37:20.575 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-resource-request-groups 2026-05-29 14:37:20.575 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: agent-resources-synced 2026-05-29 14:37:20.576 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-29 14:37:20.576 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: binding 2026-05-29 14:37:20.576 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-29 14:37:20.577 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: binding-extended 2026-05-29 14:37:20.577 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-29 14:37:20.578 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-security 2026-05-29 14:37:20.578 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: availability_zone 2026-05-29 14:37:20.578 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: project-id 2026-05-29 14:37:20.579 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: availability_zone_filter 2026-05-29 14:37:20.579 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: provider 2026-05-29 14:37:20.579 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-29 14:37:20.579 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-29 14:37:20.580 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: default-subnetpools 2026-05-29 14:37:20.581 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-29 14:37:20.581 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos 2026-05-29 14:37:20.582 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: dns-integration 2026-05-29 14:37:20.582 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: dns-domain-ports 2026-05-29 14:37:20.583 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-29 14:37:20.583 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-29 14:37:20.583 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-29 14:37:20.583 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: dvr 2026-05-29 14:37:20.584 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-default 2026-05-29 14:37:20.584 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-29 14:37:20.584 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-fip 2026-05-29 14:37:20.585 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-29 14:37:20.585 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: empty-string-filtering 2026-05-29 14:37:20.585 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-gateway-ip 2026-05-29 14:37:20.585 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 14:37:20.586 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-port-network-policy 2026-05-29 14:37:20.586 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-29 14:37:20.586 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: external-net 2026-05-29 14:37:20.586 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-pps-minimum 2026-05-29 14:37:20.587 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-29 14:37:20.587 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-29 14:37:20.587 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: extraroute 2026-05-29 14:37:20.588 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-pps 2026-05-29 14:37:20.588 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: extraroute-atomic 2026-05-29 14:37:20.588 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-rule-type-details 2026-05-29 14:37:20.588 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-29 14:37:20.589 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-29 14:37:20.589 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-29 14:37:20.589 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: qos-rules-alias 2026-05-29 14:37:20.589 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-29 14:37:20.590 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: quota-check-limit 2026-05-29 14:37:20.590 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-29 14:37:20.590 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: fip-port-details 2026-05-29 14:37:20.590 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: quota-check-limit-default 2026-05-29 14:37:20.592 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: flavors 2026-05-29 14:37:20.593 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-29 14:37:20.593 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: floatingip-pools 2026-05-29 14:37:20.594 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: ip_allocation 2026-05-29 14:37:20.594 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: quotas 2026-05-29 14:37:20.594 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-29 14:37:20.595 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: l2_adjacency 2026-05-29 14:37:20.595 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: quota_details 2026-05-29 14:37:20.596 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: router 2026-05-29 14:37:20.596 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: rbac-policies 2026-05-29 14:37:20.597 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: rbac-address-group 2026-05-29 14:37:20.598 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: rbac-address-scope 2026-05-29 14:37:20.598 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-29 14:37:20.598 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: rbac-security-groups 2026-05-29 14:37:20.599 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-29 14:37:20.599 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: rbac-subnetpool 2026-05-29 14:37:20.599 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: revision-if-match 2026-05-29 14:37:20.599 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-29 14:37:20.600 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: ext-gw-mode 2026-05-29 14:37:20.600 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: standard-attr-revisions 2026-05-29 14:37:20.600 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: l3-ha 2026-05-29 14:37:20.600 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: router_availability_zone 2026-05-29 14:37:20.601 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-29 14:37:20.601 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-29 14:37:20.601 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-29 14:37:20.602 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: l3-flavors 2026-05-29 14:37:20.602 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-29 14:37:20.603 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: security-groups-default-rules 2026-05-29 14:37:20.603 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-29 14:37:20.603 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-29 14:37:20.604 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-29 14:37:20.604 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-29 14:37:20.605 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-29 14:37:20.605 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-29 14:37:20.605 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-29 14:37:20.606 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-29 14:37:20.607 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-29 14:37:20.608 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-29 14:37:20.609 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-29 14:37:20.610 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: multi-provider 2026-05-29 14:37:20.610 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: security-group 2026-05-29 14:37:20.610 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: net-mtu 2026-05-29 14:37:20.611 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: net-mtu-writable 2026-05-29 14:37:20.611 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: segment 2026-05-29 14:37:20.611 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: network_availability_zone 2026-05-29 14:37:20.611 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-29 14:37:20.612 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: network_ha 2026-05-29 14:37:20.612 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: service-type 2026-05-29 14:37:20.612 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: sorting 2026-05-29 14:37:20.612 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: network-ip-availability 2026-05-29 14:37:20.613 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: standard-attr-segment 2026-05-29 14:37:20.613 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-29 14:37:20.614 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: standard-attr-description 2026-05-29 14:37:20.614 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: pagination 2026-05-29 14:37:20.614 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: stateful-security-group 2026-05-29 14:37:20.614 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-device-profile 2026-05-29 14:37:20.615 7 WARNING neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-29 14:37:20.615 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-29 14:37:20.615 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-29 14:37:20.615 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-29 14:37:20.616 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-29 14:37:20.616 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: subnet-external-network 2026-05-29 14:37:20.616 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-mac-override 2026-05-29 14:37:20.616 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: subnet_onboard 2026-05-29 14:37:20.617 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-29 14:37:20.617 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-29 14:37:20.617 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: subnet-service-types 2026-05-29 14:37:20.618 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-29 14:37:20.618 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: subnet_allocation 2026-05-29 14:37:20.618 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-29 14:37:20.619 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-29 14:37:20.619 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-resource-request 2026-05-29 14:37:20.619 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: tag-creation 2026-05-29 14:37:20.619 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-29 14:37:20.620 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-29 14:37:20.620 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-29 14:37:20.620 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: binding 2026-05-29 14:37:20.621 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: binding-extended 2026-05-29 14:37:20.622 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-security 2026-05-29 14:37:20.622 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: project-id 2026-05-29 14:37:20.622 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: provider 2026-05-29 14:37:20.623 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-29 14:37:20.624 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: standard-attr-tag 2026-05-29 14:37:20.624 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-29 14:37:20.625 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: trunk 2026-05-29 14:37:20.625 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos 2026-05-29 14:37:20.625 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: trunk-details 2026-05-29 14:37:20.626 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-29 14:37:20.626 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-29 14:37:20.626 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-29 14:37:20.626 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-29 14:37:20.627 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-29 14:37:20.627 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-default 2026-05-29 14:37:20.627 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-fip 2026-05-29 14:37:20.628 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-29 14:37:20.628 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-29 14:37:20.628 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-29 14:37:20.629 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-29 14:37:20.629 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-29 14:37:20.630 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-29 14:37:20.630 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-29 14:37:20.630 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-29 14:37:20.631 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-pps 2026-05-29 14:37:20.631 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: vpn-flavors 2026-05-29 14:37:20.631 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-29 14:37:20.632 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-29 14:37:20.632 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: qos-rules-alias 2026-05-29 14:37:20.632 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: vpnaas 2026-05-29 14:37:20.633 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: quota-check-limit 2026-05-29 14:37:20.634 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-29 14:37:20.634 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: taas 2026-05-29 14:37:20.635 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: tap-mirror 2026-05-29 14:37:20.635 7 INFO neutron.api.extensions [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Loaded extension: taas-vlan-filter 2026-05-29 14:37:20.636 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: quotas 2026-05-29 14:37:20.637 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: quota_details 2026-05-29 14:37:20.638 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-29 14:37:20.638 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-29 14:37:20.638 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: rbac-policies 2026-05-29 14:37:20.638 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.638 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-29 14:37:20.638 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: rbac-address-group 2026-05-29 14:37:20.639 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: rbac-address-scope 2026-05-29 14:37:20.639 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: rbac-security-groups 2026-05-29 14:37:20.640 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-29 14:37:20.640 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: revision-if-match 2026-05-29 14:37:20.641 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-29 14:37:20.642 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: router_availability_zone 2026-05-29 14:37:20.642 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 14:37:20.642 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-29 14:37:20.642 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 14:37:20.644 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-29 14:37:20.644 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-29 14:37:20.645 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-29 14:37:20.645 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-29 14:37:20.647 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-29 14:37:20.647 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 14:37:20.647 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-29 14:37:20.648 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 14:37:20.648 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 14:37:20.649 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.649 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.649 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.650 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.650 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 14:37:20.650 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.651 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.651 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 14:37:20.652 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 14:37:20.652 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: security-group 2026-05-29 14:37:20.652 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 14:37:20.652 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.653 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] ipsecpolicy is already registered 2026-05-29 14:37:20.653 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: segment 2026-05-29 14:37:20.653 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.653 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] ikepolicy is already registered 2026-05-29 14:37:20.653 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-29 14:37:20.654 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: service-type 2026-05-29 14:37:20.654 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: sorting 2026-05-29 14:37:20.655 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: standard-attr-segment 2026-05-29 14:37:20.656 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: standard-attr-description 2026-05-29 14:37:20.657 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: stateful-security-group 2026-05-29 14:37:20.657 8 WARNING neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-29 14:37:20.657 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 14:37:20.658 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-29 14:37:20.658 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] router is already registered 2026-05-29 14:37:20.658 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: subnet-external-network 2026-05-29 14:37:20.658 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 14:37:20.658 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] floatingip is already registered 2026-05-29 14:37:20.659 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: subnet_onboard 2026-05-29 14:37:20.659 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-29 14:37:20.660 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: subnet-service-types 2026-05-29 14:37:20.660 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: subnet_allocation 2026-05-29 14:37:20.661 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-29 14:37:20.662 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: tag-creation 2026-05-29 14:37:20.662 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 14:37:20.662 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-29 14:37:20.662 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] rbac_policy is already registered 2026-05-29 14:37:20.663 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 14:37:20.663 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] security_group is already registered 2026-05-29 14:37:20.663 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 14:37:20.663 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] security_group_rule is already registered 2026-05-29 14:37:20.664 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.664 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.665 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.665 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.665 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 14:37:20.665 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] trunk is already registered 2026-05-29 14:37:20.666 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.666 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: standard-attr-tag 2026-05-29 14:37:20.666 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] ikepolicy is already registered 2026-05-29 14:37:20.666 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.666 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] ipsecpolicy is already registered 2026-05-29 14:37:20.667 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-29 14:37:20.667 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 14:37:20.667 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] endpoint_group is already registered 2026-05-29 14:37:20.667 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: trunk 2026-05-29 14:37:20.667 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 14:37:20.667 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] vpnservice is already registered 2026-05-29 14:37:20.668 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: trunk-details 2026-05-29 14:37:20.668 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 14:37:20.668 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] ipsec_site_connection is already registered 2026-05-29 14:37:20.668 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-29 14:37:20.668 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.668 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] ipsecpolicy is already registered 2026-05-29 14:37:20.669 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-29 14:37:20.669 7 INFO neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.669 7 WARNING neutron.quota.resource_registry [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] ikepolicy is already registered 2026-05-29 14:37:20.669 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-29 14:37:20.670 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-29 14:37:20.672 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-29 14:37:20.672 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-29 14:37:20.673 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: vpn-flavors 2026-05-29 14:37:20.675 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: vpnaas 2026-05-29 14:37:20.676 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: taas 2026-05-29 14:37:20.677 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: tap-mirror 2026-05-29 14:37:20.678 8 INFO neutron.api.extensions [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-29 14:37:20.681 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-29 14:37:20.681 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-29 14:37:20.681 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.681 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-29 14:37:20.685 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 14:37:20.685 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 14:37:20.690 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 14:37:20.690 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 14:37:20.691 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 14:37:20.692 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.692 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.692 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.692 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.693 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 14:37:20.693 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.694 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.694 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 14:37:20.695 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 14:37:20.695 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 14:37:20.696 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.696 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] ipsecpolicy is already registered 2026-05-29 14:37:20.696 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.696 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] ikepolicy is already registered 2026-05-29 14:37:20.703 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-29 14:37:20.703 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] router is already registered 2026-05-29 14:37:20.704 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-29 14:37:20.704 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] floatingip is already registered 2026-05-29 14:37:20.707 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-29 14:37:20.708 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] rbac_policy is already registered 2026-05-29 14:37:20.708 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-29 14:37:20.708 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] security_group is already registered 2026-05-29 14:37:20.709 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-29 14:37:20.709 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] security_group_rule is already registered 2026-05-29 14:37:20.710 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.710 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.710 7 WARNING keystonemiddleware._common.config [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-29 14:37:20.710 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-29 14:37:20.710 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] subnetpool is already registered 2026-05-29 14:37:20.711 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-29 14:37:20.711 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] trunk is already registered 2026-05-29 14:37:20.711 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.711 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] ikepolicy is already registered 2026-05-29 14:37:20.712 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.712 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] ipsecpolicy is already registered 2026-05-29 14:37:20.712 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-29 14:37:20.712 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] endpoint_group is already registered 2026-05-29 14:37:20.713 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-29 14:37:20.713 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] vpnservice is already registered 2026-05-29 14:37:20.713 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-29 14:37:20.713 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] ipsec_site_connection is already registered 2026-05-29 14:37:20.714 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-29 14:37:20.714 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] ipsecpolicy is already registered 2026-05-29 14:37:20.714 8 INFO neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-29 14:37:20.714 8 WARNING neutron.quota.resource_registry [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] ikepolicy is already registered 2026-05-29 14:37:20.717 7 WARNING oslo_config.cfg [None req-ce2d56b1-2fad-4e8e-b3bd-386963b8868c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fd69fcfe668 pid: 7 (default app) 2026-05-29 14:37:20.752 8 WARNING keystonemiddleware._common.config [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-29 14:37:20.759 8 WARNING oslo_config.cfg [None req-f9a41625-8589-4b4a-8a1d-05723dc1a0c7 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fd69fcfe668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 14:37:25.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bef9aa3-cded-4f5e-b268-a8256169abcb 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 14:37:24 2026] GET /v2.0/networks/public => generated 108 bytes in 787 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 14:37:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:37:26.157 7 WARNING neutron.services.revisions.revision_plugin [None req-a33bd35e-0156-49b2-b340-f6e054beb4c5 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Could not find related network for resource to bump revision. 2026-05-29 14:37:26.175 7 INFO neutron.db.segments_db [None req-a33bd35e-0156-49b2-b340-f6e054beb4c5 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 0add130b-280b-4cc9-972c-de8e852671a7 of type flat for network 01c29712-30f2-4338-adeb-8ba027e9d906 2026-05-29 14:37:26.211 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a33bd35e-0156-49b2-b340-f6e054beb4c5 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.19.213.59 () {48 vars in 963 bytes} [Fri May 29 14:37:25 2026] POST /v2.0/networks => generated 124 bytes in 449 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 14:37:32.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5d8cfc5-dd77-4a75-bfe5-0a5abce39e68 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 14:37:32 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 14:37:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:37:32.194 7 WARNING neutron.services.revisions.revision_plugin [None req-c6873e1a-6878-4da1-b882-b79fd08bede2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Could not find related network for resource to bump revision. 2026-05-29 14:37:32.210 7 INFO neutron.db.segments_db [None req-c6873e1a-6878-4da1-b882-b79fd08bede2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 40c02147-d964-4370-beb0-bf36fc9bae7e of type flat for network 12406c53-6c45-4d4d-8165-89fbcd1aa540 2026-05-29 14:37:32.234 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6873e1a-6878-4da1-b882-b79fd08bede2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.19.213.59 () {48 vars in 963 bytes} [Fri May 29 14:37:32 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 14:37:38.477 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c0f6e8c-1df1-463f-8c83-aceab83db6d7 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 14:37:38 2026] GET /v2.0/networks/public => generated 108 bytes in 359 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 14:37:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:37:38.746 8 WARNING neutron.services.revisions.revision_plugin [None req-15f9f3c2-68d3-4b08-aed2-70bd20d1a0de 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Could not find related network for resource to bump revision. 2026-05-29 14:37:38.773 8 INFO neutron.db.segments_db [None req-15f9f3c2-68d3-4b08-aed2-70bd20d1a0de 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment fe5874bd-f8d4-4f0f-891a-fd102270acb1 of type flat for network 66d52be8-d8eb-4d88-a871-05b08122ea9e 2026-05-29 14:37:38.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15f9f3c2-68d3-4b08-aed2-70bd20d1a0de 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.19.213.59 () {48 vars in 963 bytes} [Fri May 29 14:37:38 2026] POST /v2.0/networks => generated 124 bytes in 320 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 14:37:44.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-301471a3-bd0d-4ae8-8478-f5cd26a6c0aa 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 14:37:44 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 14:37:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:37:44.753 7 WARNING neutron.services.revisions.revision_plugin [None req-a5fec7d7-56d7-44ec-9bfe-afa0f7718c3e 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Could not find related network for resource to bump revision. 2026-05-29 14:37:44.772 7 INFO neutron.db.segments_db [None req-a5fec7d7-56d7-44ec-9bfe-afa0f7718c3e 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 4de90935-10b1-4530-b915-4ccec16b3cdc of type flat for network 5004eab1-b598-4033-bf62-a1118abb1734 2026-05-29 14:37:44.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5fec7d7-56d7-44ec-9bfe-afa0f7718c3e 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 199.19.213.59 () {48 vars in 963 bytes} [Fri May 29 14:37:44 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 14:37:50.649 7 INFO neutron.pecan_wsgi.hooks.translation [None req-089187e7-389d-4f34-b288-8e009035d6fa 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 14:37:50 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 14:37:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:37:50.712 7 WARNING neutron.services.revisions.revision_plugin [None req-20af392f-cad0-42a3-a21f-af63f527e318 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Could not find related network for resource to bump revision. 2026-05-29 14:37:50.728 7 INFO neutron.db.segments_db [None req-20af392f-cad0-42a3-a21f-af63f527e318 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment a5b492df-1c38-4aa2-a455-282d19d4cc2d of type flat for network 61b6e903-b0c6-42ab-af24-656fecec176c 2026-05-29 14:37:50.750 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20af392f-cad0-42a3-a21f-af63f527e318 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.19.213.59 () {48 vars in 963 bytes} [Fri May 29 14:37:50 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 14:37:56.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ab557df-b197-49e5-ba79-ea203bd02a4f 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 14:37:56 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: 13/22] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 14:37:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:37:56.680 8 WARNING neutron.services.revisions.revision_plugin [None req-3324806c-c2fc-444b-860d-098437370fa2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Could not find related network for resource to bump revision. 2026-05-29 14:37:56.695 8 INFO neutron.db.segments_db [None req-3324806c-c2fc-444b-860d-098437370fa2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 8e8e14f4-0d1e-4a39-87b4-e8c6d3e61fef of type flat for network dbdc8306-63f7-42f6-8d92-b6743f3e07e8 [pid: 8|app: 0|req: 10/23] 199.19.213.59 () {48 vars in 963 bytes} [Fri May 29 14:37:56 2026] POST /v2.0/networks => generated 706 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 14:37:57.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e882ae0-fb1a-432f-8081-7dee6bea6c88 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 14:37:57 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 14:37:57 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 14:37:58.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-960a02a8-e81e-4da4-90ad-d14cd9db45f1 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.19.213.59 () {44 vars in 1030 bytes} [Fri May 29 14:37:57 2026] GET /v2.0/subnets/public-subnet?network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.19.213.59 () {44 vars in 1053 bytes} [Fri May 29 14:37:58 2026] GET /v2.0/subnets?name=public-subnet&network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8 => 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: 16/28] 199.19.213.59 () {48 vars in 961 bytes} [Fri May 29 14:37:58 2026] POST /v2.0/subnets => generated 664 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 14:42:36.417 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00d11585-c878-4a1d-9659-6a55d40d13c1 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/66] 199.19.213.59 () {44 vars in 933 bytes} [Fri May 29 14:42:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/67] 199.19.213.59 () {44 vars in 955 bytes} [Fri May 29 14:42:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:42:36.502 8 INFO neutron.db.segments_db [None req-a65a5a3a-5a6d-4435-b091-782f0dbfa378 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 9a5c30c6-21b4-4639-a628-39685cf59e18 of type vxlan for network 76c0e121-700e-4875-8f6a-9799f9becd90 [pid: 8|app: 0|req: 33/68] 199.19.213.59 () {48 vars in 962 bytes} [Fri May 29 14:42:36 2026] POST /v2.0/networks => generated 707 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 14:42:37.495 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d649183-518c-44c0-a6b2-5be2bbfc0988 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.19.213.59 () {44 vars in 933 bytes} [Fri May 29 14:42:37 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.19.213.59 () {44 vars in 955 bytes} [Fri May 29 14:42:37 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 14:42:37.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-794a0ef0-6f34-4d2d-94bf-6fa4a023ff8f 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/71] 199.19.213.59 () {44 vars in 1032 bytes} [Fri May 29 14:42:37 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.19.213.59 () {44 vars in 1055 bytes} [Fri May 29 14:42:37 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.19.213.59 () {48 vars in 961 bytes} [Fri May 29 14:42:37 2026] POST /v2.0/subnets => generated 651 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 14:42:38.887 8 INFO neutron.api.v2.resource [None req-ed9204af-fc56-40dc-82a4-5ddae7e6d366 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.19.213.59 () {44 vars in 967 bytes} [Fri May 29 14:42:38 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.19.213.59 () {44 vars in 989 bytes} [Fri May 29 14:42:38 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.19.213.59 () {48 vars in 976 bytes} [Fri May 29 14:42:38 2026] POST /v2.0/security-groups => generated 1616 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:40 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 1616 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:40 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:40 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 1616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:42:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:41 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 2230 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:41 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:41 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:42:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:42 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:42 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:42 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 2846 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:42:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:43 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 3462 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:43 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:43 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:42:43 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: 7|app: 0|req: 48/93] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:44 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4078 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:44 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:44 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:42:44 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.19.213.59 () {44 vars in 983 bytes} [Fri May 29 14:42:45 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 14:42:45.598 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c5c2dbb-7eff-41a7-a9ad-34a32c652505 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/98] 199.19.213.59 () {44 vars in 1072 bytes} [Fri May 29 14:42:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.19.213.59 () {44 vars in 1095 bytes} [Fri May 29 14:42:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:45 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.19.213.59 () {48 vars in 957 bytes} [Fri May 29 14:42:45 2026] POST /v2.0/ports => generated 1100 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-29 14:42:52.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fedf6179-7359-4daf-aeea-5e581b6303e4 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/104] 199.19.213.59 () {44 vars in 975 bytes} [Fri May 29 14:42:52 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: 7|app: 0|req: 54/105] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.19.213.59 () {48 vars in 1027 bytes} [Fri May 29 14:42:52 2026] PUT /v2.0/ports/e1b9c256-3524-4c3b-9773-d20c788f0aa5 => generated 1249 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.19.213.59 () {44 vars in 916 bytes} [Fri May 29 14:42:54 2026] GET /v2.0/ports => generated 3730 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 14:42:56.161 8 INFO neutron.api.v2.resource [None req-f10a138f-0e27-42ad-9e8c-ac86abd7cd32 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/108] 199.19.213.59 () {44 vars in 955 bytes} [Fri May 29 14:42:56 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.19.213.59 () {44 vars in 977 bytes} [Fri May 29 14:42:56 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.19.213.59 () {48 vars in 976 bytes} [Fri May 29 14:42:56 2026] POST /v2.0/security-groups => generated 1610 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:57 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 1610 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:57 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:57 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => 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: 56/114] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:42:57 2026] POST /v2.0/security-group-rules => generated 623 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:58 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 2246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:58 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:42:58 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:42:58 2026] POST /v2.0/security-group-rules => generated 627 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/127] 199.19.213.59 () {44 vars in 971 bytes} [Fri May 29 14:43:56 2026] GET /v2.0/quotas/30eeb8b05d484a65a5f126316ee0d61e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/128] 199.19.213.59 () {48 vars in 1023 bytes} [Fri May 29 14:43:56 2026] PUT /v2.0/quotas/30eeb8b05d484a65a5f126316ee0d61e => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 14:46:06.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cecc5da3-1703-4d2e-b3fd-8a91e8dc1b0e 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/147] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 14:46:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/148] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 14:46:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 14:46:08.568 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ff68f2b-a7f7-4138-94b8-d5c963073228 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/149] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 14:46:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/150] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 14:46:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 14:52:16.277 8 INFO neutron.api.v2.resource [None req-3987e993-b1d5-471d-886c-884841ed3001 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 99/199] 199.19.213.59 () {44 vars in 1070 bytes} [Fri May 29 14:52:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2db780dc37ba4801b78c9f664922b192 => generated 139 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/200] 199.19.213.59 () {44 vars in 1093 bytes} [Fri May 29 14:52:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2db780dc37ba4801b78c9f664922b192 => generated 23 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/201] 199.19.213.59 () {48 vars in 977 bytes} [Fri May 29 14:52:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/204] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:17 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:52:17 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:17 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => 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: 104/207] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:52:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:18 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:52:18 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:18 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:52:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:19 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:52:19 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => 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: 107/214] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:19 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:52:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:21 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 3460 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 14:52:21 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 14:52:21 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 199.19.213.59 () {48 vars in 987 bytes} [Fri May 29 14:52:21 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: 119/236] 199.19.213.59 () {30 vars in 739 bytes} [Fri May 29 14:54:30 2026] GET /v2.0/networks?tenant_id=2db780dc37ba4801b78c9f664922b192&shared=False => generated 15 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 14:54:30.918 8 INFO neutron.db.segments_db [None req-c9733a8a-43b5-438b-bad6-4f1bb4563c45 b0ab1248c33d4f6489510f3e1190a4f0 2db780dc37ba4801b78c9f664922b192 - - 87c874acb08f451bab24b5b09ca902b7 87c874acb08f451bab24b5b09ca902b7] Added segment c7374278-f6e9-4061-b668-28900e2271d0 of type vxlan for network 530ee7a7-3b7e-4f60-99db-7c30edf745c5 [pid: 8|app: 0|req: 118/237] 199.19.213.59 () {34 vars in 681 bytes} [Fri May 29 14:54:30 2026] POST /v2.0/networks => generated 718 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/238] 199.19.213.59 () {30 vars in 721 bytes} [Fri May 29 14:54:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/239] 199.19.213.59 () {30 vars in 632 bytes} [Fri May 29 14:54:31 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: 121/240] 199.19.213.59 () {34 vars in 676 bytes} [Fri May 29 14:54:31 2026] POST /v2.0/ports => generated 999 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/241] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 14:54:31 2026] GET /v2.0/networks/530ee7a7-3b7e-4f60-99db-7c30edf745c5 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/244] 199.19.213.59 () {30 vars in 721 bytes} [Fri May 29 14:54:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/245] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 14:54:33 2026] GET /v2.0/networks/530ee7a7-3b7e-4f60-99db-7c30edf745c5 => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/248] 199.19.213.59 () {44 vars in 971 bytes} [Fri May 29 14:54:58 2026] GET /v2.0/quotas/2db780dc37ba4801b78c9f664922b192 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/249] 199.19.213.59 () {48 vars in 1023 bytes} [Fri May 29 14:54:58 2026] PUT /v2.0/quotas/2db780dc37ba4801b78c9f664922b192 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:06:25.740 8 INFO neutron.pecan_wsgi.hooks.translation [None req-632a3f0b-52b2-4e6b-9730-686705ae995c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/342] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 15:06:25 2026] GET /v2.0/networks/public => generated 108 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/343] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 15:06:25 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) 2026-05-29 15:06:26.984 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16f060a8-37cb-454b-8c34-0ba076fb96c4 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/344] 199.19.213.59 () {44 vars in 923 bytes} [Fri May 29 15:06:26 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/345] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 15:06:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:06:27.062 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ff31f19-353c-43f1-a4b3-636db1bb34b3 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/346] 199.19.213.59 () {44 vars in 1030 bytes} [Fri May 29 15:06:27 2026] GET /v2.0/subnets/public-subnet?network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/347] 199.19.213.59 () {44 vars in 1053 bytes} [Fri May 29 15:06:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:06:54.033 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aaa91551-c959-49d7-9211-cfbd16b0e580 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/352] 199.19.213.59 () {44 vars in 933 bytes} [Fri May 29 15:06:53 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/353] 199.19.213.59 () {44 vars in 955 bytes} [Fri May 29 15:06:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:06:54.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17bc05f1-d222-4056-b478-5140cc7d4a69 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/354] 199.19.213.59 () {44 vars in 933 bytes} [Fri May 29 15:06:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/355] 199.19.213.59 () {44 vars in 955 bytes} [Fri May 29 15:06:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:06:55.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc8de9a0-2376-42e6-94b4-58560f89e5bc 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/356] 199.19.213.59 () {44 vars in 1032 bytes} [Fri May 29 15:06:55 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/357] 199.19.213.59 () {44 vars in 1055 bytes} [Fri May 29 15:06:55 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:06:56.209 7 INFO neutron.api.v2.resource [None req-7c99791d-3b76-4064-aad4-190b0f154fa1 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.19.213.59 () {44 vars in 967 bytes} [Fri May 29 15:06:56 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.19.213.59 () {44 vars in 989 bytes} [Fri May 29 15:06:56 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/360] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:06:57 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:06:57 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/362] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:06:57 2026] GET /v2.0/security-group-rules/8c5a3dd0-7f93-420d-bec3-8b0d0795da21 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:06:58 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/364] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:06:58 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:06:58 2026] GET /v2.0/security-group-rules/73abbcc1-f6d2-452a-92bd-ece0d166d1ed => 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: 184/366] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:06:59 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:06:59 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/368] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:06:59 2026] GET /v2.0/security-group-rules/53f4b873-dca1-43b4-b887-9cd86c580b22 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:00 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/370] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:00 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:07:00 2026] GET /v2.0/security-group-rules/8e217973-27ef-4370-abb0-a720c20cc1f3 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/372] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:00 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:01 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:07:01 2026] GET /v2.0/security-group-rules/d62f3324-bb56-44b2-abe6-87d3b0865c5c => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.19.213.59 () {44 vars in 983 bytes} [Fri May 29 15:07:02 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:07:02.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3068ecb9-53f6-4947-91ef-76017bb7c963 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/378] 199.19.213.59 () {44 vars in 1072 bytes} [Fri May 29 15:07:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.19.213.59 () {44 vars in 1095 bytes} [Fri May 29 15:07:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 1254 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:02 2026] GET /v2.0/security-groups/4288a81c-3ad1-4804-9084-be7d3ed38484 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:07:09.756 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c723f1b-d70a-4405-acc2-3d2ecd570836 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/381] 199.19.213.59 () {44 vars in 975 bytes} [Fri May 29 15:07:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.19.213.59 () {44 vars in 916 bytes} [Fri May 29 15:07:11 2026] GET /v2.0/ports => generated 4725 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:07:12.376 7 INFO neutron.api.v2.resource [None req-e1ccf12d-70a1-4ab5-8ee8-9d46165af069 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/384] 199.19.213.59 () {44 vars in 955 bytes} [Fri May 29 15:07:12 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.19.213.59 () {44 vars in 977 bytes} [Fri May 29 15:07:12 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:13 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:13 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:07:13 2026] GET /v2.0/security-group-rules/9a95fc2c-ed99-4722-8f9b-f1c80b0aa53b => generated 623 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:14 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:07:14 2026] GET /v2.0/security-groups/d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928 => generated 2886 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:07:14 2026] GET /v2.0/security-group-rules/b87d9e3a-0ec6-4afa-8cc9-c879cc0bf8a4 => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.19.213.59 () {44 vars in 971 bytes} [Fri May 29 15:07:26 2026] GET /v2.0/quotas/30eeb8b05d484a65a5f126316ee0d61e => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:08:19.485 7 INFO neutron.api.v2.resource [None req-fce0de08-b709-468c-9e22-8426f481565f 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/403] 199.19.213.59 () {44 vars in 1070 bytes} [Fri May 29 15:08:19 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2db780dc37ba4801b78c9f664922b192 => generated 139 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.19.213.59 () {44 vars in 1093 bytes} [Fri May 29 15:08:19 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2db780dc37ba4801b78c9f664922b192 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 15:08:20 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/406] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:08:20 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/407] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:08:20 2026] GET /v2.0/security-group-rules/943a6440-a3a3-4156-8c7c-46441d33c1e4 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/408] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 15:08:21 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/409] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:08:21 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:08:21 2026] GET /v2.0/security-group-rules/bd6d1a96-1108-4d26-b086-1941ac2154c2 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/411] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 15:08:22 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/412] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:08:22 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/413] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:08:22 2026] GET /v2.0/security-group-rules/0ff45270-38f3-4db3-a2cc-edd6e08fc01e => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.19.213.59 () {44 vars in 1084 bytes} [Fri May 29 15:08:23 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424?project_id=2db780dc37ba4801b78c9f664922b192 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.19.213.59 () {44 vars in 997 bytes} [Fri May 29 15:08:23 2026] GET /v2.0/security-groups/a01692b1-6e77-4d97-92da-94fb8ceb5424 => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.19.213.59 () {44 vars in 1007 bytes} [Fri May 29 15:08:23 2026] GET /v2.0/security-group-rules/e4a87443-ab1e-450c-a1b7-8d958a0b609b => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.19.213.59 () {44 vars in 971 bytes} [Fri May 29 15:08:30 2026] GET /v2.0/quotas/2db780dc37ba4801b78c9f664922b192 => generated 291 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.19.213.59 () {44 vars in 945 bytes} [Fri May 29 15:09:21 2026] GET /v2.0/networks?name=public => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:09:59 2026] GET /v2.0/networks => generated 2168 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 10.0.0.240 () {32 vars in 655 bytes} [Fri May 29 15:10:01 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:10:01 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/434] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:10:01 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/435] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:10:01 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/436] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:10:01 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/437] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:10:01 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/438] 10.0.0.240 () {32 vars in 655 bytes} [Fri May 29 15:10:01 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:10:12.460 8 INFO neutron.db.segments_db [None req-5973526d-7599-4c88-85b1-348795a54360 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment ccb9baf1-6636-4af5-8858-ca29c0d3ff12 of type vxlan for network 29df7bf2-5af0-4243-9937-31479dc7d81a 2026-05-29 15:10:12.478 7 INFO neutron.db.segments_db [None req-e3b538d1-ad6a-4e4a-98e2-2ad85728893b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment f38b8f7a-b80a-4cbe-aa34-629ef131a4fb of type vxlan for network ce12a9be-e8d1-4cf1-b954-1659e002143f [pid: 8|app: 0|req: 220/441] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:10:12 2026] POST /v2.0/networks => generated 748 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/442] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:10:12 2026] POST /v2.0/networks => generated 752 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:12 2026] POST /v2.0/subnets => generated 695 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:12 2026] POST /v2.0/subnets => generated 699 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:10:12.751 8 INFO neutron.db.segments_db [None req-4118fb0b-6f71-4dc0-a0fb-ead1d45b49a2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment bfb9d60e-c7cc-4a52-b46f-79236803aee0 of type vxlan for network f3bab4af-3581-4ee1-92dd-3d5c035528c2 2026-05-29 15:10:12.792 7 INFO neutron.db.segments_db [None req-b3e386c4-deb1-4b40-9168-04263ade758b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 8e05d7aa-8e1e-4c5b-aed8-7c44e6428a64 of type vxlan for network e745bb7c-f312-4296-bfa1-6f5aa8f6de30 2026-05-29 15:10:12.979 8 INFO neutron.db.l3_hamode_db [None req-4118fb0b-6f71-4dc0-a0fb-ead1d45b49a2 25905a5d54224d51af2398f8ac2bb74d 0ad47f08c2dc43e1ba2dfa21d9d8923c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:10:13.043 7 INFO neutron.db.l3_hamode_db [None req-b3e386c4-deb1-4b40-9168-04263ade758b 25905a5d54224d51af2398f8ac2bb74d d26e45c4847645ad8389a8e596153d16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:10:13.807 8 INFO neutron.db.l3_hamode_db [None req-4118fb0b-6f71-4dc0-a0fb-ead1d45b49a2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:10:13.912 7 INFO neutron.db.l3_hamode_db [None req-b3e386c4-deb1-4b40-9168-04263ade758b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/445] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:12 2026] POST /v2.0/routers => generated 735 bytes in 2189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/446] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:12 2026] POST /v2.0/routers => generated 739 bytes in 2246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/447] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:14 2026] GET /v2.0/security-groups?tenant_id=a6b0959630d84cae84f0aa9755946d9a&name=default => generated 2921 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:14 2026] GET /v2.0/security-groups?tenant_id=73c1fc0eeef1472ca7f3ba3f5947ce50&name=default => generated 2921 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/449] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:10:15 2026] PUT /v2.0/routers/5accbf4b-93eb-4de9-988c-bc22e3b54720/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/450] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:10:15 2026] PUT /v2.0/routers/fdb0e1ab-2ff8-4c25-a5b6-bc488a68479f/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:16 2026] DELETE /v2.0/security-groups/bf5acbeb-4b74-49b2-871f-0bc2e1266738 => 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: 225/452] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:16 2026] DELETE /v2.0/security-groups/512da627-318d-4e2c-a9ed-7a838e91a90e => 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: 227/455] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:10:16 2026] POST /v2.0/security-groups => generated 1661 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/456] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:10:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/457] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:10:17 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: 7|app: 0|req: 230/458] 10.0.0.208 () {38 vars in 971 bytes} [Fri May 29 15:10:17 2026] POST /v2.0/security-groups => generated 1684 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/459] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:10:17 2026] POST /v2.0/floatingips => generated 552 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/460] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:17 2026] GET /v2.0/security-groups/00decf06-68d4-4e29-b713-a001b57df067 => generated 1684 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 10.0.0.208 () {38 vars in 981 bytes} [Fri May 29 15:10:18 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: 7|app: 0|req: 232/462] 10.0.0.208 () {38 vars in 971 bytes} [Fri May 29 15:10:18 2026] POST /v2.0/security-groups => generated 1684 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.208 () {34 vars in 1100 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1029249213&fields=id&tenant_id=d26e45c4847645ad8389a8e596153d16 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/464] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/security-groups/b745eb71-aef1-4a20-9963-cbb9620fd09a => generated 1684 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/networks?id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:18.521 8 INFO neutron.db.segments_db [None req-a8e8daf9-34ea-4f3c-aa06-bce18db45901 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment e8201044-b664-4fa2-9593-d8dfe502b00a of type vxlan for network 6de25d8a-57b2-44f2-917d-8df1cbf15d48 [pid: 8|app: 0|req: 231/466] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:10:18 2026] POST /v2.0/networks => generated 745 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/467] 10.0.0.208 () {38 vars in 981 bytes} [Fri May 29 15:10:18 2026] POST /v2.0/security-group-rules => generated 614 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/quotas/d26e45c4847645ad8389a8e596153d16 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&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: 234/470] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/security-groups/b745eb71-aef1-4a20-9963-cbb9620fd09a => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:18 2026] POST /v2.0/subnets => generated 692 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:10:18.887 7 INFO neutron.db.segments_db [None req-d5ae6122-fd4f-4343-b46e-d6a411efc706 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment b2ef7c4d-fa3c-4883-a07a-b4326d2fdcad of type vxlan for network 460af42a-3465-4097-9a68-ff16f12ed7d9 [pid: 8|app: 0|req: 235/472] 10.0.0.208 () {38 vars in 981 bytes} [Fri May 29 15:10:18 2026] POST /v2.0/security-group-rules => generated 619 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/473] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/security-groups/b745eb71-aef1-4a20-9963-cbb9620fd09a => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/474] 10.0.0.208 () {34 vars in 1001 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/security-group-rules/55035c1c-aade-4b8b-a41a-d010c6eaf548 => generated 616 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/475] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:18 2026] GET /v2.0/security-groups/b745eb71-aef1-4a20-9963-cbb9620fd09a => generated 2939 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 10.0.0.208 () {36 vars in 1023 bytes} [Fri May 29 15:10:19 2026] DELETE /v2.0/security-group-rules/55035c1c-aade-4b8b-a41a-d010c6eaf548 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:10:19.103 7 INFO neutron.db.l3_hamode_db [None req-d5ae6122-fd4f-4343-b46e-d6a411efc706 25905a5d54224d51af2398f8ac2bb74d b4ce3f264e1b4eb1ac046d74502baccc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/477] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:19 2026] GET /v2.0/security-groups/b745eb71-aef1-4a20-9963-cbb9620fd09a => generated 2309 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/478] 10.0.0.208 () {36 vars in 1013 bytes} [Fri May 29 15:10:19 2026] DELETE /v2.0/security-groups/b745eb71-aef1-4a20-9963-cbb9620fd09a => 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: 242/479] 10.0.0.208 () {34 vars in 907 bytes} [Fri May 29 15:10:19 2026] GET /v2.0/extensions => generated 21537 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/480] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:19 2026] GET /v2.0/security-groups/00decf06-68d4-4e29-b713-a001b57df067 => generated 2309 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/481] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:10:19 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/482] 10.0.0.208 () {36 vars in 1013 bytes} [Fri May 29 15:10:19 2026] DELETE /v2.0/security-groups/00decf06-68d4-4e29-b713-a001b57df067 => 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: 246/483] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:10:19 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:10:19.871 7 INFO neutron.db.l3_hamode_db [None req-d5ae6122-fd4f-4343-b46e-d6a411efc706 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:10:19.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-fee7631f-d8f5-45a4-a88a-975cea36efdc 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: cca783ef-f0fe-4df5-aabd-f261795ca0f9 2026-05-29 15:10:19.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fee7631f-d8f5-45a4-a88a-975cea36efdc 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: cca783ef-f0fe-4df5-aabd-f261795ca0f9 [pid: 8|app: 0|req: 247/484] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:10:19 2026] PUT /v2.0/routers/fdb0e1ab-2ff8-4c25-a5b6-bc488a68479f/remove_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/485] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:20 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/486] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:18 2026] POST /v2.0/routers => generated 732 bytes in 1920 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:10:20.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f7e4cee-2c63-41e9-abad-beb5f3a63a3c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: b8a78f6f-92c8-4cbc-b7d7-2cf78320f628 2026-05-29 15:10:20.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f7e4cee-2c63-41e9-abad-beb5f3a63a3c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: b8a78f6f-92c8-4cbc-b7d7-2cf78320f628 2026-05-29 15:10:21.045 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f7e4cee-2c63-41e9-abad-beb5f3a63a3c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: c8eb195f-417a-4120-a1da-46831016e7b4 2026-05-29 15:10:21.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f7e4cee-2c63-41e9-abad-beb5f3a63a3c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: c8eb195f-417a-4120-a1da-46831016e7b4 [pid: 7|app: 0|req: 239/487] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:20 2026] GET /v2.0/security-groups?tenant_id=92343fbb9d2a469abc0e87ec2a6d79e4&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:10:21.100 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-6f7e4cee-2c63-41e9-abad-beb5f3a63a3c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-29 15:10:21.432 8 INFO neutron.db.l3_hamode_db [None req-6f7e4cee-2c63-41e9-abad-beb5f3a63a3c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network f3bab4af-3581-4ee1-92dd-3d5c035528c2 was deleted as no HA routers are present in tenant 0ad47f08c2dc43e1ba2dfa21d9d8923c. [pid: 8|app: 0|req: 249/488] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:10:20 2026] DELETE /v2.0/routers/fdb0e1ab-2ff8-4c25-a5b6-bc488a68479f => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/489] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:21 2026] DELETE /v2.0/security-groups/b830008d-128c-4122-a5ff-ab048f8c2a17 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/490] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:10:21 2026] DELETE /v2.0/subnets/4f0e8687-145b-431e-876e-78cbdf8b2caa => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:10:21.882 8 INFO neutron.services.segments.plugin [-] Segment bfb9d60e-c7cc-4a52-b46f-79236803aee0 resource provider aggregate not found [pid: 8|app: 0|req: 252/491] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:21 2026] GET /v2.0/security-groups?tenant_id=19cd4453fba349f598b14001dbd0d15f&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:10:21.905 8 INFO neutron.services.segments.plugin [-] Segment bfb9d60e-c7cc-4a52-b46f-79236803aee0 resource provider aggregate not found 2026-05-29 15:10:21.909 8 INFO neutron.services.segments.plugin [-] Segment bfb9d60e-c7cc-4a52-b46f-79236803aee0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb9d60e-c7cc-4a52-b46f-79236803aee0 found for delete ", "request_id": "req-2945f5dd-db17-4710-b7ef-a0104b56561d"}]} 2026-05-29 15:10:21.923 8 INFO neutron.services.segments.plugin [-] Segment bfb9d60e-c7cc-4a52-b46f-79236803aee0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb9d60e-c7cc-4a52-b46f-79236803aee0 found for delete ", "request_id": "req-96605750-9c49-4426-9ebb-3458525cb47e"}]} [pid: 8|app: 0|req: 253/492] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:21 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:10:22.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-de193d63-230e-4816-b8fe-690d75e807aa 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: f4a3927a-d63e-420b-a74e-34399bb1e5e2 2026-05-29 15:10:22.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de193d63-230e-4816-b8fe-690d75e807aa 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: f4a3927a-d63e-420b-a74e-34399bb1e5e2 [pid: 8|app: 0|req: 254/493] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:10:21 2026] DELETE /v2.0/networks/29df7bf2-5af0-4243-9937-31479dc7d81a => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/494] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:22 2026] DELETE /v2.0/security-groups/03126601-0d7b-41f6-9674-eda96199aa10 => 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: 256/495] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:22 2026] GET /v2.0/security-groups?tenant_id=0ad47f08c2dc43e1ba2dfa21d9d8923c&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/496] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:10:21 2026] PUT /v2.0/routers/a2901a1e-6493-4692-8ff9-2c73c2f3e105/add_router_interface => generated 309 bytes in 1383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/497] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:22 2026] DELETE /v2.0/security-groups/04da3a90-049b-4aee-a6b8-e1b458e3f010 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/498] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 241/499] 10.0.0.208 () {38 vars in 971 bytes} [Fri May 29 15:10:22 2026] POST /v2.0/security-groups => generated 1681 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/500] 10.0.0.208 () {38 vars in 971 bytes} [Fri May 29 15:10:23 2026] POST /v2.0/security-groups => generated 1682 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/501] 10.0.0.208 () {38 vars in 971 bytes} [Fri May 29 15:10:23 2026] POST /v2.0/security-groups => generated 1680 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/502] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups?tenant_id=b4ce3f264e1b4eb1ac046d74502baccc => generated 7908 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/503] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups/172ea8a5-5fc4-4861-bf56-22a4d2acf0a9 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/504] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups/172ea8a5-5fc4-4861-bf56-22a4d2acf0a9 => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/505] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups/953630c8-dffd-4457-aafa-a48ed06c8b32 => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/506] 10.0.0.208 () {36 vars in 1013 bytes} [Fri May 29 15:10:23 2026] DELETE /v2.0/security-groups/953630c8-dffd-4457-aafa-a48ed06c8b32 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:10:23.694 7 INFO neutron.api.v2.resource [req-c23ab480-077b-44a7-bb83-d6d039344cb1 req-b6677e5b-29fa-404f-a38e-d2ad733f63a1 92bafe9c19434f2080aafe538445aafd b4ce3f264e1b4eb1ac046d74502baccc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 245/507] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups/953630c8-dffd-4457-aafa-a48ed06c8b32 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/508] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups/7ba9b4e1-1919-4540-903e-57c18350192d => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/509] 10.0.0.208 () {36 vars in 1013 bytes} [Fri May 29 15:10:23 2026] DELETE /v2.0/security-groups/7ba9b4e1-1919-4540-903e-57c18350192d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:10:23.926 8 INFO neutron.services.segments.plugin [-] Segment ccb9baf1-6636-4af5-8858-ca29c0d3ff12 resource provider aggregate not found 2026-05-29 15:10:23.941 8 INFO neutron.services.segments.plugin [-] Segment ccb9baf1-6636-4af5-8858-ca29c0d3ff12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb9baf1-6636-4af5-8858-ca29c0d3ff12 found for delete ", "request_id": "req-489117a2-b1a7-4a60-bfa8-ff648e0d661c"}]} 2026-05-29 15:10:23.942 8 INFO neutron.api.v2.resource [req-2b4c903c-0070-458a-b242-a729ca247482 req-209af0b5-0e2b-47dc-a93a-24a65d380572 92bafe9c19434f2080aafe538445aafd b4ce3f264e1b4eb1ac046d74502baccc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/510] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups/7ba9b4e1-1919-4540-903e-57c18350192d => generated 146 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:10:23.960 8 INFO neutron.services.segments.plugin [-] Segment ccb9baf1-6636-4af5-8858-ca29c0d3ff12 resource provider aggregate not found 2026-05-29 15:10:23.977 8 INFO neutron.services.segments.plugin [-] Segment ccb9baf1-6636-4af5-8858-ca29c0d3ff12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccb9baf1-6636-4af5-8858-ca29c0d3ff12 found for delete ", "request_id": "req-0fe2b9dc-975c-4919-816a-bb969b0ab4a3"}]} [pid: 7|app: 0|req: 247/511] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:23 2026] GET /v2.0/security-groups/4f7d0cd4-b0cb-4642-ba1c-81e4a491f2ce => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/512] 10.0.0.208 () {36 vars in 1013 bytes} [Fri May 29 15:10:23 2026] DELETE /v2.0/security-groups/4f7d0cd4-b0cb-4642-ba1c-81e4a491f2ce => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:10:24.121 8 INFO neutron.api.v2.resource [req-0fefcdf3-1133-4d32-abb0-18abab6b3798 req-fd7d36af-1209-4a2f-9f58-1377dae4e676 92bafe9c19434f2080aafe538445aafd b4ce3f264e1b4eb1ac046d74502baccc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/513] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/security-groups/4f7d0cd4-b0cb-4642-ba1c-81e4a491f2ce => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/514] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/515] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/security-groups?tenant_id=b4ce3f264e1b4eb1ac046d74502baccc => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/516] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/security-groups/172ea8a5-5fc4-4861-bf56-22a4d2acf0a9 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/517] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/security-groups/172ea8a5-5fc4-4861-bf56-22a4d2acf0a9 => generated 2922 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:10:24.338 8 INFO neutron.api.v2.resource [req-b81503d8-5101-4aca-a8cc-9a6faf438c33 req-e16013cf-c534-4e78-9c58-fe10c21d0ebb 92bafe9c19434f2080aafe538445aafd b4ce3f264e1b4eb1ac046d74502baccc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/518] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/security-groups/4f7d0cd4-b0cb-4642-ba1c-81e4a491f2ce => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:10:24.367 8 INFO neutron.api.v2.resource [req-7523b938-320a-4fd9-8b50-c34ee308a7f0 req-592574a6-feef-49c9-b7f8-32a6a9427601 92bafe9c19434f2080aafe538445aafd b4ce3f264e1b4eb1ac046d74502baccc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/519] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/security-groups/7ba9b4e1-1919-4540-903e-57c18350192d => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:10:24.401 8 INFO neutron.api.v2.resource [req-199b61c0-8011-43a9-aecc-86460373400c req-420b6977-dcae-481d-9dff-b979ef32c23e 92bafe9c19434f2080aafe538445aafd b4ce3f264e1b4eb1ac046d74502baccc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/520] 10.0.0.208 () {34 vars in 991 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/security-groups/953630c8-dffd-4457-aafa-a48ed06c8b32 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:10:24.621 7 INFO neutron.db.segments_db [None req-88131e04-9415-4f61-8fa1-a47f2814e222 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 31dc3913-97ba-4ee5-a468-52ec1d5f7500 of type vxlan for network 09eeb9a2-1fbe-4de8-b8f1-33a08e87339c [pid: 7|app: 0|req: 250/521] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:10:24 2026] POST /v2.0/networks => generated 747 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:10:24.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-da7dad4b-0fbb-456f-86f9-7cb00d3ec70f 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 32ad7d67-773f-4e41-8cf3-bef31b231287 2026-05-29 15:10:24.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da7dad4b-0fbb-456f-86f9-7cb00d3ec70f 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 32ad7d67-773f-4e41-8cf3-bef31b231287 [pid: 7|app: 0|req: 251/522] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:10:24 2026] GET /v2.0/networks?id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 684 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/523] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:24 2026] POST /v2.0/subnets => generated 694 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/524] 199.19.213.59 () {34 vars in 910 bytes} [Fri May 29 15:10:24 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-05-29 15:10:25.043 7 INFO neutron.db.segments_db [None req-3c0beebe-aa68-421f-b3bc-0f8e0ee8b692 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment d99db88e-8420-4bf4-9ff8-56b14df1d093 of type vxlan for network 63fcceb1-25df-4a37-a7ec-da3ac857dccb 2026-05-29 15:10:25.270 7 INFO neutron.db.l3_hamode_db [None req-3c0beebe-aa68-421f-b3bc-0f8e0ee8b692 25905a5d54224d51af2398f8ac2bb74d 78adf9ec148b469cacd461c932f2012e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 272/525] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:10:24 2026] PUT /v2.0/routers/a2901a1e-6493-4692-8ff9-2c73c2f3e105/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/526] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:10:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d26e45c4847645ad8389a8e596153d16 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/527] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:25 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:10:25.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a205d28-a377-4954-8e5b-6168bb6d2368 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 452a4021-2882-4fa1-a732-411e75c133cf 2026-05-29 15:10:25.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a205d28-a377-4954-8e5b-6168bb6d2368 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 452a4021-2882-4fa1-a732-411e75c133cf 2026-05-29 15:10:25.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a205d28-a377-4954-8e5b-6168bb6d2368 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 8c8eef86-c3d9-4663-8b08-22349fe0cd83 2026-05-29 15:10:25.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a205d28-a377-4954-8e5b-6168bb6d2368 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 8c8eef86-c3d9-4663-8b08-22349fe0cd83 2026-05-29 15:10:25.967 7 INFO neutron.db.l3_hamode_db [None req-3c0beebe-aa68-421f-b3bc-0f8e0ee8b692 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:10:26.187 8 INFO neutron.services.segments.plugin [-] Segment b2ef7c4d-fa3c-4883-a07a-b4326d2fdcad resource provider aggregate not found 2026-05-29 15:10:26.192 8 INFO neutron.services.segments.plugin [-] Segment b2ef7c4d-fa3c-4883-a07a-b4326d2fdcad resource provider aggregate not found 2026-05-29 15:10:26.208 8 INFO neutron.services.segments.plugin [-] Segment b2ef7c4d-fa3c-4883-a07a-b4326d2fdcad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ef7c4d-fa3c-4883-a07a-b4326d2fdcad found for delete ", "request_id": "req-53cac400-a221-4387-a81d-0586a2fce151"}]} 2026-05-29 15:10:26.211 8 INFO neutron.services.segments.plugin [-] Segment b2ef7c4d-fa3c-4883-a07a-b4326d2fdcad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ef7c4d-fa3c-4883-a07a-b4326d2fdcad found for delete ", "request_id": "req-eb6987d6-7cc3-4568-a8c1-89dec2b661cf"}]} 2026-05-29 15:10:26.215 8 INFO neutron.db.l3_hamode_db [None req-5a205d28-a377-4954-8e5b-6168bb6d2368 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network 460af42a-3465-4097-9a68-ff16f12ed7d9 was deleted as no HA routers are present in tenant b4ce3f264e1b4eb1ac046d74502baccc. [pid: 8|app: 0|req: 275/528] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:10:25 2026] DELETE /v2.0/routers/a2901a1e-6493-4692-8ff9-2c73c2f3e105 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/529] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:10:26 2026] POST /v2.0/ports => generated 954 bytes in 541 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: 254/530] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:25 2026] POST /v2.0/routers => generated 734 bytes in 1889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/531] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:10:26 2026] DELETE /v2.0/subnets/b6ea20b7-33a7-4201-aac3-2275ac121f1b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/532] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:26 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 957 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:27.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-df75223f-80d8-4f34-a394-86bff2a19fac 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: d5bb1896-bb85-4afb-8353-a68865310cde 2026-05-29 15:10:27.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df75223f-80d8-4f34-a394-86bff2a19fac 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: d5bb1896-bb85-4afb-8353-a68865310cde [pid: 7|app: 0|req: 256/533] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:10:26 2026] DELETE /v2.0/networks/6de25d8a-57b2-44f2-917d-8df1cbf15d48 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/534] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:27 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:27.833 7 INFO neutron.services.segments.plugin [-] Segment e8201044-b664-4fa2-9593-d8dfe502b00a resource provider aggregate not found 2026-05-29 15:10:27.865 7 INFO neutron.services.segments.plugin [-] Segment e8201044-b664-4fa2-9593-d8dfe502b00a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8201044-b664-4fa2-9593-d8dfe502b00a found for delete ", "request_id": "req-d86679e8-33cc-4bcc-a393-c0a100d81a61"}]} 2026-05-29 15:10:27.879 7 INFO neutron.services.segments.plugin [-] Segment e8201044-b664-4fa2-9593-d8dfe502b00a resource provider aggregate not found 2026-05-29 15:10:27.900 7 INFO neutron.services.segments.plugin [-] Segment e8201044-b664-4fa2-9593-d8dfe502b00a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8201044-b664-4fa2-9593-d8dfe502b00a found for delete ", "request_id": "req-89525987-5d30-42aa-b013-3f421d9f6d76"}]} [pid: 7|app: 0|req: 258/535] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:10:27 2026] PUT /v2.0/ports/96844245-1052-47ac-9d25-028a6a635615 => generated 1235 bytes in 658 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: 259/536] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:28 2026] GET /v2.0/security-groups?tenant_id=b4ce3f264e1b4eb1ac046d74502baccc&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/537] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:10:26 2026] PUT /v2.0/routers/b41fa01b-cc82-4017-ba77-bdf7382cba4b/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/538] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:28 2026] DELETE /v2.0/security-groups/172ea8a5-5fc4-4861-bf56-22a4d2acf0a9 => 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: 260/539] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:28 2026] GET /v2.0/security-groups?tenant_id=5cc9fdb9d55542828422b548e73fce6b&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: 280/540] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:28 2026] DELETE /v2.0/security-groups/00ead26d-199f-4e8e-a4db-cbd3251c4fad => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:10:28.497 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf3e904a-6ce0-4778-9a26-f1e3429bf3f2'] response: {'name': 'network-changed', 'server_uuid': '4ad4019c-b4ca-40b6-91a6-dc2c72718df1', 'tag': '96844245-1052-47ac-9d25-028a6a635615', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 261/541] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:28 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/542] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:28 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/543] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:28 2026] GET /v2.0/security-groups?tenant_id=2251cc1fb6cf4866a0d27995cc4c0ece&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/544] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:28 2026] DELETE /v2.0/security-groups/b5561257-e273-43eb-95fe-358ceb97e877 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/545] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:10:28 2026] POST /v2.0/security-groups => generated 1661 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/546] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:10:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/547] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:29 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/548] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:10:29 2026] GET /v2.0/networks?tenant_id=d26e45c4847645ad8389a8e596153d16&shared=False => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/549] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:10:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/550] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:10:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/551] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:29 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/552] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:29 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 266/553] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:10:29 2026] POST /v2.0/floatingips => generated 552 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:10:30.286 8 INFO neutron.db.segments_db [None req-d6b07d02-f2ea-49e4-9f15-5303e77f0703 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 1e2679fc-cc39-4910-a3da-a13ee9bb78c2 of type vxlan for network d5a86611-4f49-45e5-97e3-5639e02c96bc [pid: 7|app: 0|req: 267/554] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 288/555] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:10:30 2026] POST /v2.0/networks => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/556] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=96844245-1052-47ac-9d25-028a6a635615 => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/557] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/subnets?id=dcbf9727-0664-441a-8b0e-98bcf42966a9 => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/558] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/ports?network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f&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: 271/559] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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: 289/560] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:30 2026] POST /v2.0/subnets => generated 690 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/561] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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) 2026-05-29 15:10:30.635 8 INFO neutron.db.segments_db [None req-305d9297-5985-4b47-a2c9-ba52f735b4b1 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 915f26f7-b16c-409b-81d8-242d5a4d6989 of type vxlan for network a94f7d09-30b2-4ecb-80b7-36df988b3b54 [pid: 7|app: 0|req: 273/562] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:30.885 8 INFO neutron.db.l3_hamode_db [None req-305d9297-5985-4b47-a2c9-ba52f735b4b1 25905a5d54224d51af2398f8ac2bb74d 15abb8366c00425e984a79c2edf1c7ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 274/563] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:30 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:31.762 8 INFO neutron.db.l3_hamode_db [None req-305d9297-5985-4b47-a2c9-ba52f735b4b1 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 277/566] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:31 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 969 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/567] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:32 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/568] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:30 2026] POST /v2.0/routers => generated 730 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/569] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:33 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/570] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:33 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 279/571] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:10:32 2026] PUT /v2.0/routers/e899c825-aab6-432b-9a54-bf1307eef7e9/add_router_interface => generated 309 bytes in 1316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/572] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:34 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 280/573] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:34 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/574] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:10:34 2026] POST /v2.0/security-groups => generated 1661 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/575] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:10:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/576] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:10:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/577] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:10:35 2026] POST /v2.0/floatingips => generated 552 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/578] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:35 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/579] 10.0.0.208 () {34 vars in 1100 bytes} [Fri May 29 15:10:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1969020902&fields=id&tenant_id=78adf9ec148b469cacd461c932f2012e => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/580] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:35 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 299/581] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:10:35 2026] GET /v2.0/networks?id=09eeb9a2-1fbe-4de8-b8f1-33a08e87339c => generated 679 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/582] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:10:35 2026] GET /v2.0/quotas/78adf9ec148b469cacd461c932f2012e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/583] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:10:35 2026] GET /v2.0/ports?tenant_id=78adf9ec148b469cacd461c932f2012e&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/584] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:35 2026] GET /v2.0/security-groups?tenant_id=f818b88f6ea5459d921f72d216754929&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/585] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:35 2026] DELETE /v2.0/security-groups/a6a50631-42f4-4143-ab7c-83694fcd73da => 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: 284/586] 10.0.0.208 () {34 vars in 1100 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1105029670&fields=id&tenant_id=15abb8366c00425e984a79c2edf1c7ee => 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: 303/587] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/networks?id=d5a86611-4f49-45e5-97e3-5639e02c96bc => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/588] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/quotas/15abb8366c00425e984a79c2edf1c7ee => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/589] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/ports?tenant_id=15abb8366c00425e984a79c2edf1c7ee&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/590] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/security-groups?tenant_id=f27e1ddfa48b4110b5f98b0fe58e0a10&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/591] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/networks/d5a86611-4f49-45e5-97e3-5639e02c96bc?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/592] 10.0.0.208 () {34 vars in 907 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/593] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/networks/d5a86611-4f49-45e5-97e3-5639e02c96bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/594] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:36 2026] DELETE /v2.0/security-groups/3082965a-eeee-4ab6-84ab-48295bdfee36 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/595] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/networks/09eeb9a2-1fbe-4de8-b8f1-33a08e87339c?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: 288/596] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/networks/09eeb9a2-1fbe-4de8-b8f1-33a08e87339c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/597] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 310/598] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 289/599] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 311/600] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:36 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 290/601] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:37 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 312/602] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:37 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 291/603] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:37 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 313/604] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:38 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 292/605] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:38 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 293/606] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:38 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:10:38.903 8 INFO neutron.db.l3_db [None req-b9026ae0-1927-4f76-87c2-314f7743658f be46e42257274e01aa3399d45fe06a98 d26e45c4847645ad8389a8e596153d16 - - default default] Floating IP 7ab4a987-6e6c-40e3-9570-66b34d15f93e associated. External IP: 10.96.250.216, port: 96844245-1052-47ac-9d25-028a6a635615. [pid: 7|app: 0|req: 294/607] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:38 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 314/608] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:10:38 2026] PUT /v2.0/floatingips/7ab4a987-6e6c-40e3-9570-66b34d15f93e => generated 855 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/609] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:39 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/610] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:39 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:39.702 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54ad3272-fa81-4c0d-89a5-b1171f508387'] response: {'name': 'network-changed', 'server_uuid': '4ad4019c-b4ca-40b6-91a6-dc2c72718df1', 'tag': '96844245-1052-47ac-9d25-028a6a635615', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 296/611] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:39 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 316/612] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 297/613] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/614] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/networks?id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/615] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=96844245-1052-47ac-9d25-028a6a635615 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/616] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/subnets?id=dcbf9727-0664-441a-8b0e-98bcf42966a9 => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/617] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/ports?network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f&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: 319/618] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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: 300/619] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/620] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:40 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 301/621] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:41 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 321/622] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:42 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 302/623] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:42 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 322/624] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:42 2026] GET /v2.0/security-groups?tenant_id=31244b23a3d84d43b8fcaf4a03ecafa6&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: 303/625] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:42 2026] DELETE /v2.0/security-groups/4c3c8c2a-35b9-4e05-8170-d8325982b186 => 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: 323/626] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:43 2026] GET /v2.0/security-groups?tenant_id=3b3735e5efe6494ca93960eb5e8ecb9c&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/627] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:43 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 324/628] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:43 2026] DELETE /v2.0/security-groups/297dd799-aa2e-44cb-b0e1-eab01a623278 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/629] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:43 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 325/630] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:10:44 2026] GET /v2.0/networks?id=d5a86611-4f49-45e5-97e3-5639e02c96bc => generated 675 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/631] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:10:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=15abb8366c00425e984a79c2edf1c7ee => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/632] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:44 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/633] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:44 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 326/634] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:10:44 2026] POST /v2.0/ports => generated 954 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/635] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:10:44 2026] PUT /v2.0/ports/ad922dfb-0cdf-466f-824c-b4418ebbb942 => generated 1235 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:10:45.105 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb8a4ace-c950-43cf-97d1-6479e8400cea'] response: {'name': 'network-changed', 'server_uuid': '4e16654b-d7a2-40f4-868e-6eba8566dbd4', 'tag': 'ad922dfb-0cdf-466f-824c-b4418ebbb942', '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: 327/636] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:45 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 310/637] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:45 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 328/638] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:45 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 329/639] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:45 2026] GET /v2.0/ports?tenant_id=15abb8366c00425e984a79c2edf1c7ee&device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/640] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:10:45 2026] GET /v2.0/networks?tenant_id=15abb8366c00425e984a79c2edf1c7ee&shared=False => generated 771 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/641] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:10:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/642] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:45 2026] GET /v2.0/security-groups?tenant_id=5d5925eb16d8413583c1cd5741e06e6a&name=default => generated 2925 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/643] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:46 2026] DELETE /v2.0/security-groups/5eaed78f-8bdb-4c77-9c9a-0983d84011a0 => 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: 312/644] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/networks?id=09eeb9a2-1fbe-4de8-b8f1-33a08e87339c => generated 679 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/645] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=78adf9ec148b469cacd461c932f2012e => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/646] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/647] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 336/648] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 313/651] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:10:46 2026] POST /v2.0/ports => generated 958 bytes in 469 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: 339/652] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/ports?tenant_id=15abb8366c00425e984a79c2edf1c7ee&device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/653] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ad922dfb-0cdf-466f-824c-b4418ebbb942 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/654] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/subnets?id=894e4ed8-4dc9-428c-9020-a8e98e217c81 => generated 693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/655] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:10:46 2026] GET /v2.0/ports?network_id=d5a86611-4f49-45e5-97e3-5639e02c96bc&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/656] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/networks/d5a86611-4f49-45e5-97e3-5639e02c96bc?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/657] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/networks/d5a86611-4f49-45e5-97e3-5639e02c96bc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/658] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:10:46 2026] PUT /v2.0/ports/dad68dd4-a079-457e-acc6-5767cbeeff61 => generated 1239 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:10:47.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b33621f-2b05-47b6-94bc-db90c0946f18'] response: {'name': 'network-changed', 'server_uuid': '190c8345-e6d2-47ad-8ec5-24cc40063723', 'tag': 'dad68dd4-a079-457e-acc6-5767cbeeff61', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 345/659] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 315/660] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 346/661] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/662] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 347/663] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/ports?tenant_id=78adf9ec148b469cacd461c932f2012e&device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 317/664] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/networks?tenant_id=78adf9ec148b469cacd461c932f2012e&shared=False => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/665] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:10:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/666] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:48 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/667] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:48 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 319/668] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:48 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/669] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:48 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 320/670] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:48 2026] GET /v2.0/ports?tenant_id=78adf9ec148b469cacd461c932f2012e&device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/671] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:10:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=dad68dd4-a079-457e-acc6-5767cbeeff61 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/672] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:10:48 2026] GET /v2.0/subnets?id=5b796663-0ddb-4f23-8dca-7692b7250299 => generated 697 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/673] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:10:49 2026] GET /v2.0/ports?network_id=09eeb9a2-1fbe-4de8-b8f1-33a08e87339c&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/674] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:10:49 2026] GET /v2.0/networks/09eeb9a2-1fbe-4de8-b8f1-33a08e87339c?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: 353/675] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:10:49 2026] GET /v2.0/networks/09eeb9a2-1fbe-4de8-b8f1-33a08e87339c?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: 323/676] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:49 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/677] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:49 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/678] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:49 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 355/679] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:49 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/680] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:51 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/681] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:51 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 326/682] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:51 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 357/683] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:51 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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/684] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:51 2026] GET /v2.0/security-groups?tenant_id=4c28b8621a4445f8a97f7e7351420aaa&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/685] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:51 2026] DELETE /v2.0/security-groups/796b18dd-1b93-4b96-96bd-fc6591e41887 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/686] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:52 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/687] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:52 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/688] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:52 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 360/689] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:52 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 330/690] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:52 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:52.760 8 INFO neutron.db.l3_db [None req-1d76369c-9010-4cd4-a751-9ef481655338 2b22872443944cb086a8f2abfc5e57c5 15abb8366c00425e984a79c2edf1c7ee - - default default] Floating IP a58cdbf2-d421-420c-bfe4-36b7d4a2a559 associated. External IP: 10.96.250.204, port: ad922dfb-0cdf-466f-824c-b4418ebbb942. [pid: 8|app: 0|req: 361/691] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:10:52 2026] PUT /v2.0/floatingips/a58cdbf2-d421-420c-bfe4-36b7d4a2a559 => generated 855 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:53.154 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8e6c6d2-7175-4b76-9011-169814cd680e'] response: {'name': 'network-changed', 'server_uuid': '4e16654b-d7a2-40f4-868e-6eba8566dbd4', 'tag': 'ad922dfb-0cdf-466f-824c-b4418ebbb942', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 331/692] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/693] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 332/694] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/695] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 333/696] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/697] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/698] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/ports?tenant_id=15abb8366c00425e984a79c2edf1c7ee&device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/699] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/networks?id=d5a86611-4f49-45e5-97e3-5639e02c96bc => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/700] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ad922dfb-0cdf-466f-824c-b4418ebbb942 => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/701] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/subnets?id=894e4ed8-4dc9-428c-9020-a8e98e217c81 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/702] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/ports?network_id=d5a86611-4f49-45e5-97e3-5639e02c96bc&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/703] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/networks/d5a86611-4f49-45e5-97e3-5639e02c96bc?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: 337/704] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:10:53 2026] GET /v2.0/networks/d5a86611-4f49-45e5-97e3-5639e02c96bc?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: 368/705] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:10:54 2026] GET /v2.0/security-groups?tenant_id=62b48c17aa8041debe9e4bc97d74e904&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/706] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:10:54 2026] DELETE /v2.0/security-groups/7715c2bf-d4ee-4885-a539-1b4e57420f1a => 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: 369/707] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:54 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/708] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:54 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 370/709] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:54 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/710] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:54 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/711] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:55 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/712] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:55 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 8|app: 0|req: 372/713] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:55 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/714] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:55 2026] GET /v2.0/security-groups?id=45bc4c69-bde3-47ca-93cd-ee1802e07a4c&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: 343/715] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:10:56 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:56.285 8 INFO neutron.db.segments_db [None req-cbfef354-1161-4fcd-a5a3-2c1750c0f334 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Added segment af6cd670-49ef-4b27-afe9-e16946fa9a99 of type vxlan for network 15850d84-c9c7-4d84-a5da-7b473a915dba 2026-05-29 15:10:56.348 8 INFO neutron.db.segments_db [None req-cbfef354-1161-4fcd-a5a3-2c1750c0f334 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Added segment d24684c6-2c0d-4457-98a9-7f4aa06c4e4f of type vxlan for network 7589b4f8-fadc-40cf-a591-44ddf5c7ce2b [pid: 8|app: 0|req: 373/716] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:10:56 2026] POST /v2.0/networks => generated 1246 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-29 15:10:56.459 7 INFO neutron_taas.services.taas.taas_plugin [req-956e608c-2260-4d75-99a5-0988ab544739 req-a52e1704-cf02-4941-84b5-73f2635816f5 2b22872443944cb086a8f2abfc5e57c5 15abb8366c00425e984a79c2edf1c7ee - - default default] TaaS: Handle Delete Port: ad922dfb-0cdf-466f-824c-b4418ebbb942 2026-05-29 15:10:56.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-956e608c-2260-4d75-99a5-0988ab544739 req-a52e1704-cf02-4941-84b5-73f2635816f5 2b22872443944cb086a8f2abfc5e57c5 15abb8366c00425e984a79c2edf1c7ee - - default default] Tap Mirror: Handle Delete Port: ad922dfb-0cdf-466f-824c-b4418ebbb942 [pid: 8|app: 0|req: 374/717] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:10:56 2026] GET /v2.0/networks => generated 1845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:10:56.652 8 INFO neutron.services.segments.plugin [-] Segment af6cd670-49ef-4b27-afe9-e16946fa9a99 resource provider aggregate not found 2026-05-29 15:10:56.657 8 INFO neutron.services.segments.plugin [-] Segment af6cd670-49ef-4b27-afe9-e16946fa9a99 resource provider aggregate not found 2026-05-29 15:10:56.670 8 INFO neutron.services.segments.plugin [-] Segment af6cd670-49ef-4b27-afe9-e16946fa9a99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af6cd670-49ef-4b27-afe9-e16946fa9a99 found for delete ", "request_id": "req-e7678f81-43e6-4dd1-b089-b283a83d5e22"}]} 2026-05-29 15:10:56.674 8 INFO neutron.services.segments.plugin [-] Segment af6cd670-49ef-4b27-afe9-e16946fa9a99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af6cd670-49ef-4b27-afe9-e16946fa9a99 found for delete ", "request_id": "req-663f8c2f-c0fd-4e28-ad5e-2b982d7b4a9f"}]} [pid: 8|app: 0|req: 375/718] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:10:56 2026] DELETE /v2.0/networks/15850d84-c9c7-4d84-a5da-7b473a915dba => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:10:56.702 7 INFO neutron.db.l3_db [req-956e608c-2260-4d75-99a5-0988ab544739 req-a52e1704-cf02-4941-84b5-73f2635816f5 2b22872443944cb086a8f2abfc5e57c5 15abb8366c00425e984a79c2edf1c7ee - - default default] Floating IP a58cdbf2-d421-420c-bfe4-36b7d4a2a559 disassociated. External IP: 10.96.250.204, port: ad922dfb-0cdf-466f-824c-b4418ebbb942. [pid: 8|app: 0|req: 376/719] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:10:56 2026] DELETE /v2.0/networks/7589b4f8-fadc-40cf-a591-44ddf5c7ce2b => 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: 377/720] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:10:56 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/721] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:56 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:56.994 8 INFO neutron.db.segments_db [None req-490ff6d0-1a5f-491d-be26-ab040217b2b8 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Added segment e6a7e6a3-c130-44ee-8bba-dac04d51cbe7 of type vxlan for network 10dc10b6-b5df-46d6-8e4e-fc0cb14ce125 [pid: 7|app: 0|req: 344/722] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:10:56 2026] DELETE /v2.0/ports/ad922dfb-0cdf-466f-824c-b4418ebbb942 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/723] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:10:56 2026] POST /v2.0/networks => generated 651 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/724] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:57 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 345/725] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:57 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:57.172 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bcc1083-f43c-4d6d-b825-861a05bb4694'] response: {'server_uuid': '4e16654b-d7a2-40f4-868e-6eba8566dbd4', 'name': 'network-vif-deleted', 'tag': 'ad922dfb-0cdf-466f-824c-b4418ebbb942', 'status': 'completed', 'code': 200} 2026-05-29 15:10:57.177 8 INFO neutron.db.segments_db [None req-6c2ee147-06d5-49e9-b1f4-632b92c1e35d 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Added segment 5f4d989d-3e49-4ae1-9147-5b42dd87683f of type vxlan for network 536004b3-04af-430f-a3b9-5b69a7d514be [pid: 8|app: 0|req: 381/726] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:10:57 2026] POST /v2.0/networks => generated 653 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/727] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:10:57 2026] POST /v2.0/ports => generated 1506 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/728] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:10:57 2026] GET /v2.0/ports => generated 1506 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:10:58.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-f313c585-7aca-43c4-bc28-38b277b3537a 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] TaaS: Handle Delete Port: e5c5c1c6-4f93-4f25-9ba9-77e3787fd95c 2026-05-29 15:10:58.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f313c585-7aca-43c4-bc28-38b277b3537a 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Tap Mirror: Handle Delete Port: e5c5c1c6-4f93-4f25-9ba9-77e3787fd95c [pid: 8|app: 0|req: 383/729] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:58 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/730] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:58 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 347/731] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:10:58 2026] DELETE /v2.0/ports/e5c5c1c6-4f93-4f25-9ba9-77e3787fd95c => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/732] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:58 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:58.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d37fcea-ca81-4430-8c4c-7f7d860d58fd 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] TaaS: Handle Delete Port: f18d7fc2-4d62-4136-9c78-83e52ff64110 2026-05-29 15:10:58.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d37fcea-ca81-4430-8c4c-7f7d860d58fd 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Tap Mirror: Handle Delete Port: f18d7fc2-4d62-4136-9c78-83e52ff64110 [pid: 8|app: 0|req: 386/733] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:58 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => 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: 348/734] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:10:58 2026] DELETE /v2.0/ports/f18d7fc2-4d62-4136-9c78-83e52ff64110 => 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: 349/735] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:10:58 2026] GET /v2.0/ports => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:10:58.593 7 INFO neutron.db.segments_db [None req-33affa10-beb2-4672-ae7f-5887422b8778 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Added segment 778416cf-472b-4ce6-b3b7-1126a491308d of type vxlan for network 62446a9e-263f-40e9-944c-349290aa63dd 2026-05-29 15:10:58.698 8 INFO neutron.services.segments.plugin [-] Segment d24684c6-2c0d-4457-98a9-7f4aa06c4e4f resource provider aggregate not found 2026-05-29 15:10:58.717 8 INFO neutron.services.segments.plugin [-] Segment d24684c6-2c0d-4457-98a9-7f4aa06c4e4f resource provider aggregate not found [pid: 7|app: 0|req: 350/736] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:10:58 2026] POST /v2.0/networks => generated 653 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:10:58.734 8 INFO neutron.services.segments.plugin [-] Segment d24684c6-2c0d-4457-98a9-7f4aa06c4e4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d24684c6-2c0d-4457-98a9-7f4aa06c4e4f found for delete ", "request_id": "req-4b6bf2f2-4df1-4cb2-870f-ed06e05fb82d"}]} 2026-05-29 15:10:58.741 8 INFO neutron.services.segments.plugin [-] Segment d24684c6-2c0d-4457-98a9-7f4aa06c4e4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d24684c6-2c0d-4457-98a9-7f4aa06c4e4f found for delete ", "request_id": "req-3a601006-1346-4668-83da-f5fa0d002bda"}]} 2026-05-29 15:10:58.820 7 INFO neutron.db.segments_db [None req-4d8bf767-d39b-4471-8e86-5dd18ac663cb 5e249ab0f9a74d07a613269e05c8ecd2 31855539798844428c9982d466aaa9e2 - - default default] Added segment 5ffb0632-db91-453e-9766-a21b91148e5e of type vxlan for network 6331ab0b-92d9-4ea3-a5bf-145e8ba9bdf3 2026-05-29 15:10:58.849 8 INFO neutron.db.l3_db [None req-7948ebf6-d39e-469a-a664-5ae21e3d9e57 0b42dc1fd77140738a15c06a18818d35 78adf9ec148b469cacd461c932f2012e - - default default] Floating IP a2b012ff-70e6-459b-836e-e563312c8122 associated. External IP: 10.96.250.210, port: dad68dd4-a079-457e-acc6-5767cbeeff61. [pid: 7|app: 0|req: 351/737] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:10:58 2026] POST /v2.0/networks => generated 654 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/738] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:10:58 2026] PUT /v2.0/floatingips/a2b012ff-70e6-459b-836e-e563312c8122 => generated 856 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:10:59.208 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-321c4353-5df9-42cf-b47f-05985bad8704'] response: {'name': 'network-changed', 'server_uuid': '190c8345-e6d2-47ad-8ec5-24cc40063723', 'tag': 'dad68dd4-a079-457e-acc6-5767cbeeff61', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 352/739] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/740] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/ports?device_id=4e16654b-d7a2-40f4-868e-6eba8566dbd4 => 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: 388/741] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/742] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/743] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/ports?tenant_id=78adf9ec148b469cacd461c932f2012e&device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/744] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:10:59 2026] POST /v2.0/subnets => generated 1324 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/745] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 392/746] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/subnets => generated 1960 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/747] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/networks?id=09eeb9a2-1fbe-4de8-b8f1-33a08e87339c => generated 775 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/748] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=dad68dd4-a079-457e-acc6-5767cbeeff61 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/749] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/subnets?id=5b796663-0ddb-4f23-8dca-7692b7250299 => generated 697 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/750] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:10:59 2026] GET /v2.0/ports?network_id=09eeb9a2-1fbe-4de8-b8f1-33a08e87339c&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/751] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:10:59 2026] DELETE /v2.0/subnets/7063b0a8-634b-42e8-8e01-918d440b139e => 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: 359/752] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:00 2026] GET /v2.0/networks/09eeb9a2-1fbe-4de8-b8f1-33a08e87339c?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/753] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:00 2026] GET /v2.0/networks/09eeb9a2-1fbe-4de8-b8f1-33a08e87339c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/754] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:00 2026] DELETE /v2.0/subnets/6cdf01a1-b386-4c22-8319-5a9c2386ed9d => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/755] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:11:00 2026] GET /v2.0/subnets => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/756] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:00 2026] DELETE /v2.0/networks/6331ab0b-92d9-4ea3-a5bf-145e8ba9bdf3 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:00.536 7 INFO neutron.services.segments.plugin [-] Segment 778416cf-472b-4ce6-b3b7-1126a491308d resource provider aggregate not found [pid: 8|app: 0|req: 396/757] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:00 2026] DELETE /v2.0/security-groups/45bc4c69-bde3-47ca-93cd-ee1802e07a4c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:00.536 7 INFO neutron.services.segments.plugin [-] Segment 778416cf-472b-4ce6-b3b7-1126a491308d resource provider aggregate not found 2026-05-29 15:11:00.553 7 INFO neutron.services.segments.plugin [-] Segment 778416cf-472b-4ce6-b3b7-1126a491308d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 778416cf-472b-4ce6-b3b7-1126a491308d found for delete ", "request_id": "req-8111c1ff-cbb8-4e49-a144-3f999d595c62"}]} 2026-05-29 15:11:00.555 8 INFO neutron.api.v2.resource [None req-17335c91-d0ed-402c-b746-fd2e8cb6746c 2b22872443944cb086a8f2abfc5e57c5 15abb8366c00425e984a79c2edf1c7ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/758] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:11:00 2026] GET /v2.0/security-groups/45bc4c69-bde3-47ca-93cd-ee1802e07a4c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/759] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:00 2026] DELETE /v2.0/networks/62446a9e-263f-40e9-944c-349290aa63dd => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:00.565 7 INFO neutron.services.segments.plugin [-] Segment 778416cf-472b-4ce6-b3b7-1126a491308d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 778416cf-472b-4ce6-b3b7-1126a491308d found for delete ", "request_id": "req-8e8ca629-9a3e-4846-b408-8099d113987c"}]} 2026-05-29 15:11:00.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-e93e8406-d67c-4223-8300-277a33beb669 2b22872443944cb086a8f2abfc5e57c5 15abb8366c00425e984a79c2edf1c7ee - - default default] TaaS: Handle Delete Port: b6e281ea-040b-40fd-b974-d02485c6f82c 2026-05-29 15:11:00.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e93e8406-d67c-4223-8300-277a33beb669 2b22872443944cb086a8f2abfc5e57c5 15abb8366c00425e984a79c2edf1c7ee - - default default] Tap Mirror: Handle Delete Port: b6e281ea-040b-40fd-b974-d02485c6f82c [pid: 7|app: 0|req: 363/760] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:00 2026] DELETE /v2.0/networks/536004b3-04af-430f-a3b9-5b69a7d514be => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:00.766 8 INFO neutron.services.segments.plugin [-] Segment 5ffb0632-db91-453e-9766-a21b91148e5e resource provider aggregate not found 2026-05-29 15:11:00.773 8 INFO neutron.services.segments.plugin [-] Segment 5ffb0632-db91-453e-9766-a21b91148e5e resource provider aggregate not found 2026-05-29 15:11:00.787 8 INFO neutron.services.segments.plugin [-] Segment 5ffb0632-db91-453e-9766-a21b91148e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffb0632-db91-453e-9766-a21b91148e5e found for delete ", "request_id": "req-b56e19cf-5be9-4975-b43f-ab4cab4507ce"}]} 2026-05-29 15:11:00.789 8 INFO neutron.services.segments.plugin [-] Segment 5ffb0632-db91-453e-9766-a21b91148e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffb0632-db91-453e-9766-a21b91148e5e found for delete ", "request_id": "req-9c5278c9-04c6-4f9e-b916-cf7ec222cf41"}]} [pid: 7|app: 0|req: 364/761] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:00 2026] DELETE /v2.0/networks/10dc10b6-b5df-46d6-8e4e-fc0cb14ce125 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/762] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:11:00 2026] DELETE /v2.0/floatingips/a58cdbf2-d421-420c-bfe4-36b7d4a2a559 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/763] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:00 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/764] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:00 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:01.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b24529b-03f4-4031-b3bb-2657947b5986 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 2dc8d024-4c15-4efa-b008-1766bfb7fdfe 2026-05-29 15:11:01.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b24529b-03f4-4031-b3bb-2657947b5986 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 2dc8d024-4c15-4efa-b008-1766bfb7fdfe [pid: 8|app: 0|req: 401/765] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:01 2026] GET /v2.0/security-groups?tenant_id=31855539798844428c9982d466aaa9e2&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/766] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:01 2026] DELETE /v2.0/security-groups/bffbd224-eba5-4d68-aba3-660535e6bc61 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/769] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:11:00 2026] PUT /v2.0/routers/e899c825-aab6-432b-9a54-bf1307eef7e9/remove_router_interface => generated 309 bytes in 928 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:01.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-7287f0c7-a6db-4b81-9dac-c7f5f22c9f21 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 277dfb5d-10e2-45c5-a138-26022a12c454 2026-05-29 15:11:01.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7287f0c7-a6db-4b81-9dac-c7f5f22c9f21 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 277dfb5d-10e2-45c5-a138-26022a12c454 [pid: 7|app: 0|req: 366/770] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:02 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/771] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:02 2026] GET /v2.0/security-groups?id=d22d13e5-ebf8-4724-bf09-a5ff23d13e47&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: 368/772] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:11:02 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:02.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-7287f0c7-a6db-4b81-9dac-c7f5f22c9f21 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 1cefe8a7-d043-4591-92f0-2c493963977d 2026-05-29 15:11:02.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7287f0c7-a6db-4b81-9dac-c7f5f22c9f21 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 1cefe8a7-d043-4591-92f0-2c493963977d 2026-05-29 15:11:02.307 7 INFO neutron_taas.services.taas.taas_plugin [req-29c660b0-4fd9-49a1-9878-72486d0714f6 req-6626ac09-0a01-48cf-af3d-570743de8086 0b42dc1fd77140738a15c06a18818d35 78adf9ec148b469cacd461c932f2012e - - default default] TaaS: Handle Delete Port: dad68dd4-a079-457e-acc6-5767cbeeff61 2026-05-29 15:11:02.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-29c660b0-4fd9-49a1-9878-72486d0714f6 req-6626ac09-0a01-48cf-af3d-570743de8086 0b42dc1fd77140738a15c06a18818d35 78adf9ec148b469cacd461c932f2012e - - default default] Tap Mirror: Handle Delete Port: dad68dd4-a079-457e-acc6-5767cbeeff61 2026-05-29 15:11:02.450 7 INFO neutron.db.l3_db [req-29c660b0-4fd9-49a1-9878-72486d0714f6 req-6626ac09-0a01-48cf-af3d-570743de8086 0b42dc1fd77140738a15c06a18818d35 78adf9ec148b469cacd461c932f2012e - - default default] Floating IP a2b012ff-70e6-459b-836e-e563312c8122 disassociated. External IP: 10.96.250.210, port: dad68dd4-a079-457e-acc6-5767cbeeff61. 2026-05-29 15:11:02.587 7 INFO neutron.services.segments.plugin [-] Segment 5f4d989d-3e49-4ae1-9147-5b42dd87683f resource provider aggregate not found 2026-05-29 15:11:02.598 7 INFO neutron.services.segments.plugin [-] Segment 5f4d989d-3e49-4ae1-9147-5b42dd87683f resource provider aggregate not found 2026-05-29 15:11:02.606 8 INFO neutron.db.l3_hamode_db [None req-7287f0c7-a6db-4b81-9dac-c7f5f22c9f21 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network a94f7d09-30b2-4ecb-80b7-36df988b3b54 was deleted as no HA routers are present in tenant 15abb8366c00425e984a79c2edf1c7ee. 2026-05-29 15:11:02.609 7 INFO neutron.services.segments.plugin [-] Segment 5f4d989d-3e49-4ae1-9147-5b42dd87683f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f4d989d-3e49-4ae1-9147-5b42dd87683f found for delete ", "request_id": "req-f69f368c-3ba8-4984-b6d5-5a0063072f76"}]} [pid: 8|app: 0|req: 405/773] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:01 2026] DELETE /v2.0/routers/e899c825-aab6-432b-9a54-bf1307eef7e9 => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:02.624 7 INFO neutron.services.segments.plugin [-] Segment e6a7e6a3-c130-44ee-8bba-dac04d51cbe7 resource provider aggregate not found 2026-05-29 15:11:02.627 7 INFO neutron.services.segments.plugin [-] Segment 5f4d989d-3e49-4ae1-9147-5b42dd87683f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f4d989d-3e49-4ae1-9147-5b42dd87683f found for delete ", "request_id": "req-6fe3bb3e-a6a9-47a7-bcd9-4bf7cc4eae09"}]} 2026-05-29 15:11:02.641 7 INFO neutron.services.segments.plugin [-] Segment e6a7e6a3-c130-44ee-8bba-dac04d51cbe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a7e6a3-c130-44ee-8bba-dac04d51cbe7 found for delete ", "request_id": "req-7c4b3438-d038-42f2-853e-11218ef9d4e9"}]} 2026-05-29 15:11:02.652 7 INFO neutron.services.segments.plugin [-] Segment e6a7e6a3-c130-44ee-8bba-dac04d51cbe7 resource provider aggregate not found 2026-05-29 15:11:02.674 7 INFO neutron.services.segments.plugin [-] Segment e6a7e6a3-c130-44ee-8bba-dac04d51cbe7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a7e6a3-c130-44ee-8bba-dac04d51cbe7 found for delete ", "request_id": "req-827be48d-4c00-4498-8058-fc98d1976f12"}]} [pid: 8|app: 0|req: 406/774] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:02 2026] DELETE /v2.0/subnets/894e4ed8-4dc9-428c-9020-a8e98e217c81 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:02.810 8 INFO neutron.services.segments.plugin [-] Segment 915f26f7-b16c-409b-81d8-242d5a4d6989 resource provider aggregate not found 2026-05-29 15:11:02.812 8 INFO neutron.services.segments.plugin [-] Segment 915f26f7-b16c-409b-81d8-242d5a4d6989 resource provider aggregate not found 2026-05-29 15:11:02.832 8 INFO neutron.services.segments.plugin [-] Segment 915f26f7-b16c-409b-81d8-242d5a4d6989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915f26f7-b16c-409b-81d8-242d5a4d6989 found for delete ", "request_id": "req-0338fb87-a72f-48a7-aaa6-d54ca7b842fe"}]} 2026-05-29 15:11:02.832 8 INFO neutron.services.segments.plugin [-] Segment 915f26f7-b16c-409b-81d8-242d5a4d6989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915f26f7-b16c-409b-81d8-242d5a4d6989 found for delete ", "request_id": "req-2f452c32-742f-447c-a67f-c5b4aac509fa"}]} [pid: 7|app: 0|req: 369/775] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:11:02 2026] DELETE /v2.0/ports/dad68dd4-a079-457e-acc6-5767cbeeff61 => generated 0 bytes in 682 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:02.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-450c39d8-e6af-434e-946f-f6cfb0219b07 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 5635b06b-4db2-4ab6-951d-0c018986d5d7 2026-05-29 15:11:02.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-450c39d8-e6af-434e-946f-f6cfb0219b07 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 5635b06b-4db2-4ab6-951d-0c018986d5d7 2026-05-29 15:11:02.900 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e86fcf5d-a905-40ae-85c7-ebd4a714deac'] response: {'server_uuid': '190c8345-e6d2-47ad-8ec5-24cc40063723', 'name': 'network-vif-deleted', 'tag': 'dad68dd4-a079-457e-acc6-5767cbeeff61', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 407/776] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:02 2026] DELETE /v2.0/networks/d5a86611-4f49-45e5-97e3-5639e02c96bc => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/777] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:03 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/778] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:03 2026] GET /v2.0/security-groups?tenant_id=15abb8366c00425e984a79c2edf1c7ee&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/779] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:03 2026] DELETE /v2.0/security-groups/e73c5776-4b03-4172-830d-3170394b573e => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:03.736 8 INFO neutron.db.segments_db [None req-77beb72b-24f4-4a6b-b9e3-5bd98979e2e7 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] Added segment 98639760-01c7-4ab4-9782-eadf5e987836 of type vxlan for network 9685b92a-adce-425b-9a64-cfccfa687e2f [pid: 8|app: 0|req: 409/780] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:11:03 2026] POST /v2.0/networks => generated 648 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/781] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:11:03 2026] POST /v2.0/ports => generated 779 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:04.274 8 INFO neutron.db.segments_db [None req-be1a1afd-1875-4602-89b6-cbe103866e8c afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] Added segment 718a7041-9592-4570-a065-e93aad117616 of type vxlan for network f750cf07-631b-44ba-b038-be9f97a893f2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 373/782] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:04 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/783] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:11:04 2026] POST /v2.0/networks => generated 635 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/784] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:04 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:04.856 8 INFO neutron.services.segments.plugin [-] Segment 1e2679fc-cc39-4910-a3da-a13ee9bb78c2 resource provider aggregate not found 2026-05-29 15:11:04.861 8 INFO neutron.services.segments.plugin [-] Segment 1e2679fc-cc39-4910-a3da-a13ee9bb78c2 resource provider aggregate not found 2026-05-29 15:11:04.877 8 INFO neutron.services.segments.plugin [-] Segment 1e2679fc-cc39-4910-a3da-a13ee9bb78c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e2679fc-cc39-4910-a3da-a13ee9bb78c2 found for delete ", "request_id": "req-53e6ba03-c967-44ea-98e5-941ec64fe2d0"}]} 2026-05-29 15:11:04.885 8 INFO neutron.services.segments.plugin [-] Segment 1e2679fc-cc39-4910-a3da-a13ee9bb78c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e2679fc-cc39-4910-a3da-a13ee9bb78c2 found for delete ", "request_id": "req-6bb39423-5810-4e10-8fea-1838789294e0"}]} [pid: 8|app: 0|req: 411/785] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:11:04 2026] POST /v2.0/ports => generated 965 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:05.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-46849f45-f5c7-4e7c-b7fe-6730bf8bc9ce afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] TaaS: Handle Delete Port: 2a1e7891-bd2e-4940-ae70-60f1dbd17fa4 2026-05-29 15:11:05.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46849f45-f5c7-4e7c-b7fe-6730bf8bc9ce afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] Tap Mirror: Handle Delete Port: 2a1e7891-bd2e-4940-ae70-60f1dbd17fa4 [pid: 7|app: 0|req: 375/786] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:11:05 2026] DELETE /v2.0/ports/2a1e7891-bd2e-4940-ae70-60f1dbd17fa4 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:05.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-507806f3-4ffa-4458-a6ca-5160d3782c6c afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 376/787] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:11:05 2026] DELETE /v2.0/ports/2a1e7891-bd2e-4940-ae70-60f1dbd17fa4 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:11:05.314 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75c2a35e-204a-4610-887f-83671748e120 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 377/788] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:11:05 2026] GET /v2.0/ports/2a1e7891-bd2e-4940-ae70-60f1dbd17fa4 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 378/789] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:05 2026] DELETE /v2.0/subnets/6d8ab856-aa31-42fe-85b6-f3e83d7de5dd => 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: 379/790] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:05 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:05.525 8 INFO neutron.db.segments_db [None req-bdc7bfb8-8392-4279-b5bd-7c6da4a21bcd 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 246d9672-921e-4cc0-a72f-bee166016555 of type vxlan for network 7051494e-8f51-41a3-823e-8e34e63f2ad5 2026-05-29 15:11:05.575 7 INFO neutron.services.segments.plugin [-] Segment 718a7041-9592-4570-a065-e93aad117616 resource provider aggregate not found 2026-05-29 15:11:05.581 7 INFO neutron.services.segments.plugin [-] Segment 718a7041-9592-4570-a065-e93aad117616 resource provider aggregate not found 2026-05-29 15:11:05.595 7 INFO neutron.services.segments.plugin [-] Segment 718a7041-9592-4570-a065-e93aad117616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 718a7041-9592-4570-a065-e93aad117616 found for delete ", "request_id": "req-4ce1cedb-037c-4c84-8b35-fca10daf512b"}]} 2026-05-29 15:11:05.597 7 INFO neutron.services.segments.plugin [-] Segment 718a7041-9592-4570-a065-e93aad117616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 718a7041-9592-4570-a065-e93aad117616 found for delete ", "request_id": "req-47e5723e-d3c2-47e0-9a08-b3b2564dfa6c"}]} [pid: 7|app: 0|req: 380/791] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:05 2026] DELETE /v2.0/networks/f750cf07-631b-44ba-b038-be9f97a893f2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/792] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:11:05 2026] POST /v2.0/networks => generated 743 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:05.672 7 INFO neutron.db.segments_db [None req-b0d860cb-7f9f-422d-8423-5059e8aacaa9 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] Added segment c3646c74-39ed-49ad-923d-e5408bdc4941 of type vxlan for network e93e5bb3-68c7-4f58-a4e9-bb381c1b957d [pid: 7|app: 0|req: 381/793] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:11:05 2026] POST /v2.0/networks => generated 635 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/794] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:05 2026] POST /v2.0/subnets => generated 690 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:05.844 8 INFO neutron.db.segments_db [None req-6436c8b7-b55e-4907-925b-8ba4be62e81c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 301002f9-10f3-4553-bed2-d419d55f5d45 of type vxlan for network ddfd1676-69da-4db7-b92d-a06bb0ec835b [pid: 7|app: 0|req: 382/795] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:05 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:06.066 8 INFO neutron.db.l3_hamode_db [None req-6436c8b7-b55e-4907-925b-8ba4be62e81c 25905a5d54224d51af2398f8ac2bb74d 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 383/796] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:11:05 2026] POST /v2.0/ports => generated 927 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:06.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c622ee7-1b41-4687-b474-927102a14930 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] TaaS: Handle Delete Port: 4694781a-3c98-4901-a5d1-260d05985e16 2026-05-29 15:11:06.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c622ee7-1b41-4687-b474-927102a14930 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] Tap Mirror: Handle Delete Port: 4694781a-3c98-4901-a5d1-260d05985e16 [pid: 7|app: 0|req: 384/797] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:11:06 2026] DELETE /v2.0/ports/4694781a-3c98-4901-a5d1-260d05985e16 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:06.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1a6ffe8-4a75-414b-99b8-054dd7161a50 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 385/798] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:11:06 2026] GET /v2.0/ports/4694781a-3c98-4901-a5d1-260d05985e16 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/799] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:06 2026] DELETE /v2.0/subnets/a4373843-0f75-4e18-a557-166373091419 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/800] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:06 2026] GET /v2.0/ports?device_id=190c8345-e6d2-47ad-8ec5-24cc40063723 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/801] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:06 2026] DELETE /v2.0/networks/e93e5bb3-68c7-4f58-a4e9-bb381c1b957d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:06.813 8 INFO neutron.db.l3_hamode_db [None req-6436c8b7-b55e-4907-925b-8ba4be62e81c 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 389/802] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:11:06 2026] POST /v2.0/ports => generated 778 bytes in 195 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: 390/803] 10.0.0.240 () {34 vars in 737 bytes} [Fri May 29 15:11:06 2026] PUT /v2.0/ports/3fe32d54-25a1-4dc8-aea6-e35d5c93db10 => generated 752 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:11:07.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-38d1f2a0-4b50-424e-9baf-db92961f99ea afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] TaaS: Handle Delete Port: 3fe32d54-25a1-4dc8-aea6-e35d5c93db10 2026-05-29 15:11:07.186 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38d1f2a0-4b50-424e-9baf-db92961f99ea afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] Tap Mirror: Handle Delete Port: 3fe32d54-25a1-4dc8-aea6-e35d5c93db10 [pid: 7|app: 0|req: 391/804] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:11:07 2026] DELETE /v2.0/ports/3fe32d54-25a1-4dc8-aea6-e35d5c93db10 => 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: 392/805] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:11:07 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:07.304 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b60fc486-cc37-47cb-9ba5-d3020b571b23 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/806] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:11:07 2026] GET /v2.0/ports/3fe32d54-25a1-4dc8-aea6-e35d5c93db10 => 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: 394/807] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:11:07 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/808] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:11:07 2026] GET /v2.0/ports/6cf4c050-de75-489a-ac0a-212c6a5d39d3 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:07.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bf539db-7886-460f-b6ad-4149eaca7500 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/809] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:11:07 2026] DELETE /v2.0/ports/4694781a-3c98-4901-a5d1-260d05985e16 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:11:07.441 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc80ebc5-34b5-4c66-8a7b-45bdd901a1db afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/810] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:07 2026] DELETE /v2.0/subnets/a4373843-0f75-4e18-a557-166373091419 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:11:07.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65df5e23-72b1-4f85-a415-7851578d7d98 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 398/811] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:07 2026] DELETE /v2.0/subnets/6d8ab856-aa31-42fe-85b6-f3e83d7de5dd => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/812] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:05 2026] POST /v2.0/routers => generated 730 bytes in 1855 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:07.828 7 INFO neutron.services.segments.plugin [-] Segment c3646c74-39ed-49ad-923d-e5408bdc4941 resource provider aggregate not found 2026-05-29 15:11:07.835 7 INFO neutron.services.segments.plugin [-] Segment c3646c74-39ed-49ad-923d-e5408bdc4941 resource provider aggregate not found 2026-05-29 15:11:07.849 7 INFO neutron.services.segments.plugin [-] Segment c3646c74-39ed-49ad-923d-e5408bdc4941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3646c74-39ed-49ad-923d-e5408bdc4941 found for delete ", "request_id": "req-020ca1f8-7eeb-4b01-8848-922392c65f31"}]} 2026-05-29 15:11:07.856 7 INFO neutron.services.segments.plugin [-] Segment c3646c74-39ed-49ad-923d-e5408bdc4941 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3646c74-39ed-49ad-923d-e5408bdc4941 found for delete ", "request_id": "req-d30969b0-4f2b-40a6-9901-b6661fcaa1ba"}]} 2026-05-29 15:11:07.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-b136c1d9-24b2-4aa4-8ec0-080407da6aa3 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] TaaS: Handle Delete Port: 6cf4c050-de75-489a-ac0a-212c6a5d39d3 2026-05-29 15:11:07.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b136c1d9-24b2-4aa4-8ec0-080407da6aa3 afc02d69e7b84058a4e706a8dbe2954c 11db98e9a65a41399c0e79e0133fa5e6 - - default default] Tap Mirror: Handle Delete Port: 6cf4c050-de75-489a-ac0a-212c6a5d39d3 [pid: 7|app: 0|req: 399/813] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:11:07 2026] DELETE /v2.0/ports/6cf4c050-de75-489a-ac0a-212c6a5d39d3 => generated 0 bytes in 496 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/814] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:07 2026] DELETE /v2.0/security-groups/d22d13e5-ebf8-4724-bf09-a5ff23d13e47 => 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: 401/815] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:08 2026] DELETE /v2.0/networks/9685b92a-adce-425b-9a64-cfccfa687e2f => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:08.137 7 INFO neutron.api.v2.resource [None req-c631fe3d-ad12-4531-980d-6b1faf2f8674 0b42dc1fd77140738a15c06a18818d35 78adf9ec148b469cacd461c932f2012e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 402/816] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:11:08 2026] GET /v2.0/security-groups/d22d13e5-ebf8-4724-bf09-a5ff23d13e47 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:11:08.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-3211f134-8977-4d7a-a08e-1171b4dd3c92 0b42dc1fd77140738a15c06a18818d35 78adf9ec148b469cacd461c932f2012e - - default default] TaaS: Handle Delete Port: f6c9a2a7-d98b-4a23-aba8-bfea145146bc 2026-05-29 15:11:08.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3211f134-8977-4d7a-a08e-1171b4dd3c92 0b42dc1fd77140738a15c06a18818d35 78adf9ec148b469cacd461c932f2012e - - default default] Tap Mirror: Handle Delete Port: f6c9a2a7-d98b-4a23-aba8-bfea145146bc [pid: 7|app: 0|req: 403/817] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:11:08 2026] DELETE /v2.0/floatingips/a2b012ff-70e6-459b-836e-e563312c8122 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:08.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-85fc3c0e-e40c-427e-a8a0-396ceef7ce1e 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 1c23fab4-7520-4bb8-ba0e-89ab32fb74e3 2026-05-29 15:11:08.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fc3c0e-e40c-427e-a8a0-396ceef7ce1e 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 1c23fab4-7520-4bb8-ba0e-89ab32fb74e3 [pid: 8|app: 0|req: 415/818] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:11:07 2026] PUT /v2.0/routers/b76c7e65-c67a-4e29-bc92-e676c0249e66/add_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/819] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:08 2026] GET /v2.0/security-groups?tenant_id=11db98e9a65a41399c0e79e0133fa5e6&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/820] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:08 2026] DELETE /v2.0/security-groups/a03ab03d-a59a-4b2f-b799-d8ae0d61a3b5 => 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: 404/821] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:11:08 2026] PUT /v2.0/routers/b41fa01b-cc82-4017-ba77-bdf7382cba4b/remove_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:09.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-90ed6bdf-5b1f-4d39-9824-138b263de127 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 1b5d60d9-220d-4d21-ab8c-474639ca5a60 2026-05-29 15:11:09.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ed6bdf-5b1f-4d39-9824-138b263de127 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 1b5d60d9-220d-4d21-ab8c-474639ca5a60 [pid: 7|app: 0|req: 405/822] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:11:09 2026] POST /v2.0/security-groups => generated 1661 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/823] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:11:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:09.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-90ed6bdf-5b1f-4d39-9824-138b263de127 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: b46b48d2-5ebd-49a8-9ab6-33c36404cb47 2026-05-29 15:11:09.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ed6bdf-5b1f-4d39-9824-138b263de127 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: b46b48d2-5ebd-49a8-9ab6-33c36404cb47 [pid: 7|app: 0|req: 407/824] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:11:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:09.882 7 INFO neutron.services.segments.plugin [-] Segment 98639760-01c7-4ab4-9782-eadf5e987836 resource provider aggregate not found 2026-05-29 15:11:09.885 7 INFO neutron.services.segments.plugin [-] Segment 98639760-01c7-4ab4-9782-eadf5e987836 resource provider aggregate not found 2026-05-29 15:11:09.904 7 INFO neutron.services.segments.plugin [-] Segment 98639760-01c7-4ab4-9782-eadf5e987836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98639760-01c7-4ab4-9782-eadf5e987836 found for delete ", "request_id": "req-0454f240-e6b8-48f2-8bd6-3ea3c02b1769"}]} 2026-05-29 15:11:09.908 7 INFO neutron.services.segments.plugin [-] Segment 98639760-01c7-4ab4-9782-eadf5e987836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98639760-01c7-4ab4-9782-eadf5e987836 found for delete ", "request_id": "req-7b3e8eb8-7ca7-4781-9956-e2b945b68c70"}]} [pid: 7|app: 0|req: 408/825] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:11:09 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:10.521 8 INFO neutron.services.segments.plugin [-] Segment d99db88e-8420-4bf4-9ff8-56b14df1d093 resource provider aggregate not found 2026-05-29 15:11:10.532 8 INFO neutron.services.segments.plugin [-] Segment d99db88e-8420-4bf4-9ff8-56b14df1d093 resource provider aggregate not found 2026-05-29 15:11:10.539 8 INFO neutron.services.segments.plugin [-] Segment d99db88e-8420-4bf4-9ff8-56b14df1d093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d99db88e-8420-4bf4-9ff8-56b14df1d093 found for delete ", "request_id": "req-a4f751cb-33f3-4d88-8d5f-a0595230ed39"}]} 2026-05-29 15:11:10.548 8 INFO neutron.services.segments.plugin [-] Segment d99db88e-8420-4bf4-9ff8-56b14df1d093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d99db88e-8420-4bf4-9ff8-56b14df1d093 found for delete ", "request_id": "req-e2796ffd-8ec4-45ba-99a4-d825dcc617d9"}]} 2026-05-29 15:11:10.550 8 INFO neutron.db.l3_hamode_db [None req-90ed6bdf-5b1f-4d39-9824-138b263de127 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network 63fcceb1-25df-4a37-a7ec-da3ac857dccb was deleted as no HA routers are present in tenant 78adf9ec148b469cacd461c932f2012e. [pid: 8|app: 0|req: 418/826] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:09 2026] DELETE /v2.0/routers/b41fa01b-cc82-4017-ba77-bdf7382cba4b => generated 0 bytes in 1296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/827] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:10 2026] DELETE /v2.0/subnets/5b796663-0ddb-4f23-8dca-7692b7250299 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:10.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c1a60b7-784e-4541-a6c8-4e946384e940 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 9554fa1e-6280-4718-9b90-608c1ee2ed05 [pid: 7|app: 0|req: 409/828] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:11:10 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 1240 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:10.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c1a60b7-784e-4541-a6c8-4e946384e940 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 9554fa1e-6280-4718-9b90-608c1ee2ed05 [pid: 7|app: 0|req: 410/829] 10.0.0.53 () {34 vars in 1039 bytes} [Fri May 29 15:11:10 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 411/830] 10.0.0.208 () {34 vars in 1100 bytes} [Fri May 29 15:11:10 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1474038728&fields=id&tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/831] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:10 2026] DELETE /v2.0/networks/09eeb9a2-1fbe-4de8-b8f1-33a08e87339c => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/832] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:11:11 2026] GET /v2.0/networks?id=7051494e-8f51-41a3-823e-8e34e63f2ad5 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/833] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:11:11 2026] GET /v2.0/quotas/3a7777464a154bc9b61a4cd9b3c7f62c => 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: 422/834] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:11 2026] GET /v2.0/security-groups?tenant_id=78adf9ec148b469cacd461c932f2012e&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: 413/835] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:11:11 2026] GET /v2.0/ports?tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/836] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:11:11 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?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: 423/837] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:11 2026] DELETE /v2.0/security-groups/11666a9e-ab62-4786-8f68-937cb13b7cb2 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/838] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:11:11 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?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: 424/839] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:11 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:12.556 8 INFO neutron.services.segments.plugin [-] Segment 31dc3913-97ba-4ee5-a468-52ec1d5f7500 resource provider aggregate not found [pid: 7|app: 0|req: 416/840] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:12 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:12.563 8 INFO neutron.services.segments.plugin [-] Segment 31dc3913-97ba-4ee5-a468-52ec1d5f7500 resource provider aggregate not found 2026-05-29 15:11:12.575 8 INFO neutron.services.segments.plugin [-] Segment 31dc3913-97ba-4ee5-a468-52ec1d5f7500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31dc3913-97ba-4ee5-a468-52ec1d5f7500 found for delete ", "request_id": "req-a29750d3-0980-4de4-989a-90e3e0f94b72"}]} 2026-05-29 15:11:12.579 8 INFO neutron.services.segments.plugin [-] Segment 31dc3913-97ba-4ee5-a468-52ec1d5f7500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31dc3913-97ba-4ee5-a468-52ec1d5f7500 found for delete ", "request_id": "req-f171cf4f-4610-4426-8100-c3efa1238919"}]} 2026-05-29 15:11:13.483 8 INFO neutron.db.segments_db [None req-e226d6e3-ef6d-4e5f-8be5-40b1103f0c18 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 6282b5eb-59ff-415e-9530-85abb4562ecb of type vxlan for network ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603 [pid: 8|app: 0|req: 425/841] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:11:13 2026] POST /v2.0/networks => generated 737 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/842] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:13 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => 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: 417/843] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:13 2026] POST /v2.0/subnets => generated 684 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:13.854 8 INFO neutron.db.segments_db [None req-0a96db60-84f4-4e00-b6b6-fd1e31864518 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 2a94aa81-104f-43d5-9fdc-036f9801543a of type vxlan for network e419ca1e-448b-474b-96d6-0c5c8d8ec616 2026-05-29 15:11:14.085 8 INFO neutron.db.l3_hamode_db [None req-0a96db60-84f4-4e00-b6b6-fd1e31864518 25905a5d54224d51af2398f8ac2bb74d 5b1328f735c1405183db03ebe591dfee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 418/844] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:13 2026] GET /v2.0/security-groups?tenant_id=b83b556a7c8245579d2be8922f7fd93e&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/845] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:14 2026] DELETE /v2.0/security-groups/cbeb9ec5-456f-47cb-a13d-7fcf9b8e6aa9 => 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: 420/846] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:14 2026] GET /v2.0/security-groups?tenant_id=f6c8138f5c0447a1b834c8ca4cbf0e05&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/847] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:14 2026] DELETE /v2.0/security-groups/9299ebe3-5f65-4598-a695-e7e3e3ed66d7 => 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: 422/848] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:14 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:14.874 8 INFO neutron.db.l3_hamode_db [None req-0a96db60-84f4-4e00-b6b6-fd1e31864518 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 427/849] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:13 2026] POST /v2.0/routers => generated 724 bytes in 1986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/850] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:15 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/851] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:15 2026] GET /v2.0/networks?id=7051494e-8f51-41a3-823e-8e34e63f2ad5 => generated 675 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/852] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:11:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/853] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:11:15 2026] POST /v2.0/ports => generated 958 bytes in 384 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: 426/854] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:11:16 2026] PUT /v2.0/ports/7f7afd24-55f4-43f0-a39a-cb511e548227 => generated 1239 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:16.721 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd778dc7-819f-4263-b067-f68c05280df2'] response: {'name': 'network-changed', 'server_uuid': 'af256d96-1143-4e11-a8e3-1e846d2256b8', 'tag': '7f7afd24-55f4-43f0-a39a-cb511e548227', '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, ' 2026-05-29 15:11:16.962 7 INFO neutron.db.segments_db [None req-5e31f18d-d1bc-4891-9362-bf7584d5d0d0 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 0e5f0408-143e-4126-8231-998ee7841440 of type vxlan for network 86e30cfc-492a-4fc2-937e-b106b0df1cbf [pid: 8|app: 0|req: 429/855] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:11:15 2026] PUT /v2.0/routers/e705d681-ee2a-44ff-a375-ebbf5c47130d/add_router_interface => generated 309 bytes in 1165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/858] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:11:16 2026] POST /v2.0/networks => generated 740 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/859] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:16 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/860] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:17 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 434/861] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:17 2026] GET /v2.0/ports?tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c&device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/862] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:17 2026] POST /v2.0/subnets => generated 687 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:17.313 8 INFO neutron.db.segments_db [None req-9d6b4b93-6304-42d8-9470-d3acaa5b0e8d 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 99413ca7-7dd4-4b63-bf89-0556af429d55 of type vxlan for network 608bb665-6c25-4f03-98e2-f3c67ed054a7 [pid: 7|app: 0|req: 429/863] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:11:17 2026] GET /v2.0/networks?tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c&shared=False => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/864] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:11:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:17.560 8 INFO neutron.db.l3_hamode_db [None req-9d6b4b93-6304-42d8-9470-d3acaa5b0e8d 25905a5d54224d51af2398f8ac2bb74d f9dda50e350f4e0baff037cb40150187 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 431/865] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:11:17 2026] POST /v2.0/security-groups => generated 1658 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/866] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:11:17 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: 433/867] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:11:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:18.293 8 INFO neutron.db.l3_hamode_db [None req-9d6b4b93-6304-42d8-9470-d3acaa5b0e8d 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 434/868] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:11:17 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/869] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/870] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/ports?tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c&device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/871] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 438/872] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7f7afd24-55f4-43f0-a39a-cb511e548227 => 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: 439/873] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/subnets?id=a7897263-1080-4d73-8c91-dc99355194ef => generated 693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/874] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/ports?network_id=7051494e-8f51-41a3-823e-8e34e63f2ad5&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/875] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/876] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?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: 443/877] 10.0.0.208 () {34 vars in 1098 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--829743636&fields=id&tenant_id=5b1328f735c1405183db03ebe591dfee => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/878] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/networks?id=ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/879] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/quotas/5b1328f735c1405183db03ebe591dfee => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/880] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:11:18 2026] GET /v2.0/ports?tenant_id=5b1328f735c1405183db03ebe591dfee&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/881] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:11:19 2026] GET /v2.0/networks/ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603?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: 448/882] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:11:19 2026] GET /v2.0/networks/ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603?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: 435/883] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:17 2026] POST /v2.0/routers => generated 727 bytes in 1968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/884] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:19 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => 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: 437/885] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:19 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/886] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:19 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 439/887] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:20 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/888] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:11:19 2026] PUT /v2.0/routers/961069e6-51fb-4521-ae06-b8c3f0c9f8e8/add_router_interface => generated 309 bytes in 1355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/889] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:20 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/890] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:20 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 441/891] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:21 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => 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: 451/892] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:21 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/893] 10.0.0.208 () {34 vars in 971 bytes} [Fri May 29 15:11:21 2026] GET /v2.0/ports/96844245-1052-47ac-9d25-028a6a635615 => generated 968 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/894] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:21 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/895] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 453/896] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => 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: 444/897] 199.19.213.59 () {34 vars in 999 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/subnets?network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/898] 199.19.213.59 () {34 vars in 1145 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1&device_owner=compute%3Anova&network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/899] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/networks?id=86e30cfc-492a-4fc2-937e-b106b0df1cbf => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/900] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/quotas/f9dda50e350f4e0baff037cb40150187 => 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: 457/901] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/ports?tenant_id=f9dda50e350f4e0baff037cb40150187&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/902] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:11:22 2026] GET /v2.0/networks/86e30cfc-492a-4fc2-937e-b106b0df1cbf?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: 459/903] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/networks/86e30cfc-492a-4fc2-937e-b106b0df1cbf?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: 445/904] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:11:22 2026] PUT /v2.0/ports/96844245-1052-47ac-9d25-028a6a635615 => generated 1149 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:23.157 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-936de439-bbcc-4fa3-9c40-f6b1ebbcb572'] response: {'name': 'network-changed', 'server_uuid': '4ad4019c-b4ca-40b6-91a6-dc2c72718df1', 'tag': '96844245-1052-47ac-9d25-028a6a635615', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 460/905] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 446/906] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => 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: 461/907] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 447/908] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/909] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/910] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/networks?id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/911] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=96844245-1052-47ac-9d25-028a6a635615 => 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: 463/912] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/networks?id=ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603 => generated 669 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/913] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=96844245-1052-47ac-9d25-028a6a635615 => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/914] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5b1328f735c1405183db03ebe591dfee => generated 180 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/915] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/subnets?id=dcbf9727-0664-441a-8b0e-98bcf42966a9 => generated 702 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/916] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/ports?network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/917] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/918] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:23 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/919] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:24 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 1152 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/920] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:24 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 457/921] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:24 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => 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: 465/922] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:11:23 2026] POST /v2.0/ports => generated 954 bytes in 481 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: 458/923] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:24 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/924] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:24 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 466/925] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:11:24 2026] PUT /v2.0/ports/d1b7c86e-b90c-4208-95fd-72f3da3e223a => generated 1235 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:24.836 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5052868-be45-4c75-b3bb-1dc035d08f81'] response: {'name': 'network-changed', 'server_uuid': '504594f2-98df-481a-a5c2-07d8bf63b136', 'tag': 'd1b7c86e-b90c-4208-95fd-72f3da3e223a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 460/926] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:24 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 969 bytes in 80 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: 467/927] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:24 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&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: 461/928] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/929] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/networks?id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/930] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=96844245-1052-47ac-9d25-028a6a635615 => 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: 469/931] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=96844245-1052-47ac-9d25-028a6a635615 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/932] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/subnets?id=dcbf9727-0664-441a-8b0e-98bcf42966a9 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/933] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/ports?network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/934] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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: 465/935] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => 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: 471/936] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/ports?tenant_id=5b1328f735c1405183db03ebe591dfee&device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/937] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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: 472/938] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/networks?tenant_id=5b1328f735c1405183db03ebe591dfee&shared=False => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/939] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:11:25 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: 473/940] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/941] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/942] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/943] 199.19.213.59 () {34 vars in 1119 bytes} [Fri May 29 15:11:25 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:26.038 8 INFO neutron.db.l3_db [None req-8802afeb-37a7-407b-9acb-3dcf11606263 70e6d53e5754477ba488170e47a25d15 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] Floating IP 36d9c3ec-6e37-4568-aa7e-d946b8bb54c6 associated. External IP: 10.96.250.209, port: 7f7afd24-55f4-43f0-a39a-cb511e548227. [pid: 7|app: 0|req: 476/944] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/945] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:11:25 2026] PUT /v2.0/floatingips/36d9c3ec-6e37-4568-aa7e-d946b8bb54c6 => generated 856 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/946] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:26.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62b1e19f-109d-42e3-be4b-79d8c554205c'] response: {'name': 'network-changed', 'server_uuid': 'af256d96-1143-4e11-a8e3-1e846d2256b8', 'tag': '7f7afd24-55f4-43f0-a39a-cb511e548227', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 477/947] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:11:26 2026] PUT /v2.0/ports/96844245-1052-47ac-9d25-028a6a635615 => generated 968 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/948] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 478/949] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/ports?tenant_id=5b1328f735c1405183db03ebe591dfee&device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/950] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d1b7c86e-b90c-4208-95fd-72f3da3e223a => 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: 479/951] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/subnets?id=e270c92c-f1ed-4453-a7dc-365b5fdc2a8e => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/952] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/ports?network_id=ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/953] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/networks/ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603?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: 474/954] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/networks/ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:26.868 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec751f66-d0f7-45cf-a789-673ddb692bf8'] response: {'name': 'network-changed', 'server_uuid': '4ad4019c-b4ca-40b6-91a6-dc2c72718df1', 'tag': '96844245-1052-47ac-9d25-028a6a635615', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 481/955] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/ports?tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c&device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => 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: 475/956] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/957] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:26 2026] GET /v2.0/networks?id=7051494e-8f51-41a3-823e-8e34e63f2ad5 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/958] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7f7afd24-55f4-43f0-a39a-cb511e548227 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/959] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/networks?id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/960] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/subnets?id=a7897263-1080-4d73-8c91-dc99355194ef => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/961] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=96844245-1052-47ac-9d25-028a6a635615 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/962] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/ports?network_id=7051494e-8f51-41a3-823e-8e34e63f2ad5&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/963] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/subnets?id=dcbf9727-0664-441a-8b0e-98bcf42966a9 => 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: 486/964] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/965] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/ports?network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/966] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?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: 480/967] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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: 488/968] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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: 481/969] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/970] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/971] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/972] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/networks?id=86e30cfc-492a-4fc2-937e-b106b0df1cbf => generated 672 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/973] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/974] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:27 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/975] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:11:27 2026] POST /v2.0/ports => generated 954 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 484/976] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/ports?tenant_id=d26e45c4847645ad8389a8e596153d16&device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 485/977] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/networks?id=ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/978] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=96844245-1052-47ac-9d25-028a6a635615 => 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: 487/979] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/subnets?id=dcbf9727-0664-441a-8b0e-98bcf42966a9 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/980] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/ports?network_id=ce12a9be-e8d1-4cf1-b954-1659e002143f&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: 493/981] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:11:28 2026] PUT /v2.0/ports/d4ada264-a547-490b-9a01-41741c83c255 => generated 1235 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/982] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 494/983] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f?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: 495/984] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/985] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/986] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/987] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/988] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:28 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/989] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:29.045 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-024268c7-5c06-4980-a825-87e1c933f5f1'] response: {'name': 'network-changed', 'server_uuid': 'c463a4f2-4828-4f7e-a4c7-7cd099719fba', 'tag': 'd4ada264-a547-490b-9a01-41741c83c255', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 498/990] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/ports?tenant_id=f9dda50e350f4e0baff037cb40150187&device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/991] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d4ada264-a547-490b-9a01-41741c83c255 => 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: 499/992] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/subnets?id=133c59d1-ca18-4c19-8c2f-417bd902ce27 => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/993] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/ports?network_id=86e30cfc-492a-4fc2-937e-b106b0df1cbf&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/994] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/networks/86e30cfc-492a-4fc2-937e-b106b0df1cbf?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/995] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/996] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/networks/86e30cfc-492a-4fc2-937e-b106b0df1cbf?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: 496/997] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/998] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:29 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/999] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1000] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1001] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/security-groups?id=d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4&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: 504/1002] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:30.395 8 INFO neutron_taas.services.taas.taas_plugin [req-e9114498-8918-4488-b14e-a3c425dd2141 req-a87b6db3-4aaa-4fd3-b507-a5734819ad54 be46e42257274e01aa3399d45fe06a98 d26e45c4847645ad8389a8e596153d16 - - default default] TaaS: Handle Delete Port: 96844245-1052-47ac-9d25-028a6a635615 2026-05-29 15:11:30.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e9114498-8918-4488-b14e-a3c425dd2141 req-a87b6db3-4aaa-4fd3-b507-a5734819ad54 be46e42257274e01aa3399d45fe06a98 d26e45c4847645ad8389a8e596153d16 - - default default] Tap Mirror: Handle Delete Port: 96844245-1052-47ac-9d25-028a6a635615 2026-05-29 15:11:30.553 8 INFO neutron.db.l3_db [req-e9114498-8918-4488-b14e-a3c425dd2141 req-a87b6db3-4aaa-4fd3-b507-a5734819ad54 be46e42257274e01aa3399d45fe06a98 d26e45c4847645ad8389a8e596153d16 - - default default] Floating IP 7ab4a987-6e6c-40e3-9570-66b34d15f93e disassociated. External IP: 10.96.250.216, port: 96844245-1052-47ac-9d25-028a6a635615. [pid: 8|app: 0|req: 499/1003] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:11:30 2026] DELETE /v2.0/ports/96844245-1052-47ac-9d25-028a6a635615 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:30.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4492a7a-99f2-405f-a148-3cfc042099cd'] response: {'server_uuid': '4ad4019c-b4ca-40b6-91a6-dc2c72718df1', 'name': 'network-vif-deleted', 'tag': '96844245-1052-47ac-9d25-028a6a635615', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 505/1004] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/ports?tenant_id=f9dda50e350f4e0baff037cb40150187&device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1005] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/networks?id=86e30cfc-492a-4fc2-937e-b106b0df1cbf => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1006] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d4ada264-a547-490b-9a01-41741c83c255 => 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: 507/1007] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/subnets?id=133c59d1-ca18-4c19-8c2f-417bd902ce27 => generated 690 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1008] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:30 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1009] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/ports?network_id=86e30cfc-492a-4fc2-937e-b106b0df1cbf&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1010] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1011] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/networks/86e30cfc-492a-4fc2-937e-b106b0df1cbf?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1012] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/networks/86e30cfc-492a-4fc2-937e-b106b0df1cbf?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: 510/1013] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1014] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1015] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:31 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 513/1018] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:32 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1019] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:32 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1020] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:32 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1021] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:32 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 515/1022] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:32 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1023] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:33 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1024] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:33 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1025] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:33 2026] GET /v2.0/ports?device_id=4ad4019c-b4ca-40b6-91a6-dc2c72718df1 => 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: 517/1026] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:33 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1027] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:33 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1028] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:33 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:34.061 8 INFO neutron.db.l3_db [None req-2439b535-ad70-4ad2-9e81-6532001b4a77 c9233acc6d8846cbac8e79491d95e0c3 5b1328f735c1405183db03ebe591dfee - - default default] Floating IP 6cf1ad59-6b6e-41f1-96c6-9250b9cf0f6e associated. External IP: 10.96.250.203, port: d1b7c86e-b90c-4208-95fd-72f3da3e223a. [pid: 8|app: 0|req: 511/1029] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:11:33 2026] PUT /v2.0/floatingips/6cf1ad59-6b6e-41f1-96c6-9250b9cf0f6e => generated 855 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:34.423 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89377bba-4df1-42c3-a539-c71717aedbc6'] response: {'name': 'network-changed', 'server_uuid': '504594f2-98df-481a-a5c2-07d8bf63b136', 'tag': 'd1b7c86e-b90c-4208-95fd-72f3da3e223a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 519/1030] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1031] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1032] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1033] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1034] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:34 2026] DELETE /v2.0/security-groups/d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:34.779 8 INFO neutron.api.v2.resource [None req-6ce8ac0b-0b8c-471d-bbce-e178c604c68e be46e42257274e01aa3399d45fe06a98 d26e45c4847645ad8389a8e596153d16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/1035] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/security-groups/d32fbc4b-fb9f-4cca-9b14-f4d7cbd7a7a4 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:11:34.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ef42a4a-f564-47c6-a11c-6444e7e193c9 be46e42257274e01aa3399d45fe06a98 d26e45c4847645ad8389a8e596153d16 - - default default] TaaS: Handle Delete Port: c4c0d6d2-632c-491b-9e8a-a00ac8db4d8d 2026-05-29 15:11:34.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ef42a4a-f564-47c6-a11c-6444e7e193c9 be46e42257274e01aa3399d45fe06a98 d26e45c4847645ad8389a8e596153d16 - - default default] Tap Mirror: Handle Delete Port: c4c0d6d2-632c-491b-9e8a-a00ac8db4d8d [pid: 8|app: 0|req: 515/1036] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1037] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1038] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/ports?tenant_id=5b1328f735c1405183db03ebe591dfee&device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1039] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:34 2026] GET /v2.0/networks?id=ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603 => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1040] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:11:34 2026] DELETE /v2.0/floatingips/7ab4a987-6e6c-40e3-9570-66b34d15f93e => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1041] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d1b7c86e-b90c-4208-95fd-72f3da3e223a => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1042] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:35 2026] GET /v2.0/subnets?id=e270c92c-f1ed-4453-a7dc-365b5fdc2a8e => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1043] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:35 2026] GET /v2.0/ports?network_id=ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603&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: 525/1044] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:35 2026] GET /v2.0/networks/ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603?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: 526/1045] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:35 2026] GET /v2.0/networks/ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:35.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8da9cd9-d8b6-4f17-b8f7-8ac71e6d2d81 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 1f272bcd-e0e8-4f06-9cc1-ffc34ad87c10 2026-05-29 15:11:35.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8da9cd9-d8b6-4f17-b8f7-8ac71e6d2d81 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 1f272bcd-e0e8-4f06-9cc1-ffc34ad87c10 [pid: 7|app: 0|req: 527/1046] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:35 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1047] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:35 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1048] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:11:35 2026] PUT /v2.0/routers/5accbf4b-93eb-4de9-988c-bc22e3b54720/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1049] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:36 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1050] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:36 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:36.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-9489f460-4229-4b18-8bef-b468c5d70f4b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 4061d3cf-9898-48a8-b174-f6f6711a496a 2026-05-29 15:11:36.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9489f460-4229-4b18-8bef-b468c5d70f4b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 4061d3cf-9898-48a8-b174-f6f6711a496a 2026-05-29 15:11:36.522 8 INFO neutron_taas.services.taas.taas_plugin [None req-9489f460-4229-4b18-8bef-b468c5d70f4b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 47a79357-9c9e-4d0b-a44f-3ede77d1cd32 2026-05-29 15:11:36.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9489f460-4229-4b18-8bef-b468c5d70f4b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 47a79357-9c9e-4d0b-a44f-3ede77d1cd32 2026-05-29 15:11:36.900 8 INFO neutron.services.segments.plugin [-] Segment 8e05d7aa-8e1e-4c5b-aed8-7c44e6428a64 resource provider aggregate not found 2026-05-29 15:11:36.914 8 INFO neutron.services.segments.plugin [-] Segment 8e05d7aa-8e1e-4c5b-aed8-7c44e6428a64 resource provider aggregate not found 2026-05-29 15:11:36.924 8 INFO neutron.services.segments.plugin [-] Segment 8e05d7aa-8e1e-4c5b-aed8-7c44e6428a64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e05d7aa-8e1e-4c5b-aed8-7c44e6428a64 found for delete ", "request_id": "req-d5fe1300-6439-4eb4-b147-5141a653e965"}]} 2026-05-29 15:11:36.932 8 INFO neutron.db.l3_hamode_db [None req-9489f460-4229-4b18-8bef-b468c5d70f4b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network e745bb7c-f312-4296-bfa1-6f5aa8f6de30 was deleted as no HA routers are present in tenant d26e45c4847645ad8389a8e596153d16. [pid: 8|app: 0|req: 521/1051] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:36 2026] DELETE /v2.0/routers/5accbf4b-93eb-4de9-988c-bc22e3b54720 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:36.944 8 INFO neutron.services.segments.plugin [-] Segment 8e05d7aa-8e1e-4c5b-aed8-7c44e6428a64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e05d7aa-8e1e-4c5b-aed8-7c44e6428a64 found for delete ", "request_id": "req-cfca41ad-e2d4-42b9-84cb-811d10575067"}]} [pid: 7|app: 0|req: 531/1052] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:36 2026] DELETE /v2.0/subnets/dcbf9727-0664-441a-8b0e-98bcf42966a9 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1053] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:37 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:37.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-591826aa-bef3-4105-b947-b82585dbf3eb 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 813ee9a4-2e25-4f22-bedb-e487ce5c8e03 2026-05-29 15:11:37.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-591826aa-bef3-4105-b947-b82585dbf3eb 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 813ee9a4-2e25-4f22-bedb-e487ce5c8e03 [pid: 7|app: 0|req: 533/1054] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:37 2026] GET /v2.0/security-groups?id=1605cef5-ac76-4295-a521-54f3c3bf1fd0&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1055] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:11:37 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:37.457 7 INFO neutron_taas.services.taas.taas_plugin [req-1e4872d3-a235-49ca-9f9c-84715354b536 req-c6a67735-fadb-46d2-8f91-ca954b28a094 c9233acc6d8846cbac8e79491d95e0c3 5b1328f735c1405183db03ebe591dfee - - default default] TaaS: Handle Delete Port: d1b7c86e-b90c-4208-95fd-72f3da3e223a 2026-05-29 15:11:37.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e4872d3-a235-49ca-9f9c-84715354b536 req-c6a67735-fadb-46d2-8f91-ca954b28a094 c9233acc6d8846cbac8e79491d95e0c3 5b1328f735c1405183db03ebe591dfee - - default default] Tap Mirror: Handle Delete Port: d1b7c86e-b90c-4208-95fd-72f3da3e223a [pid: 8|app: 0|req: 522/1056] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:37 2026] DELETE /v2.0/networks/ce12a9be-e8d1-4cf1-b954-1659e002143f => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1057] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:37 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:37.564 7 INFO neutron.db.l3_db [req-1e4872d3-a235-49ca-9f9c-84715354b536 req-c6a67735-fadb-46d2-8f91-ca954b28a094 c9233acc6d8846cbac8e79491d95e0c3 5b1328f735c1405183db03ebe591dfee - - default default] Floating IP 6cf1ad59-6b6e-41f1-96c6-9250b9cf0f6e disassociated. External IP: 10.96.250.203, port: d1b7c86e-b90c-4208-95fd-72f3da3e223a. [pid: 8|app: 0|req: 524/1058] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:37 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&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: 525/1059] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:37 2026] GET /v2.0/security-groups?tenant_id=d26e45c4847645ad8389a8e596153d16&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1060] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:37 2026] DELETE /v2.0/security-groups/483fca4d-c6bb-470a-abf9-10d21977aefe => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1061] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:11:37 2026] DELETE /v2.0/ports/d1b7c86e-b90c-4208-95fd-72f3da3e223a => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:38.002 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3099ef5-a7f4-42cf-ac04-fee420de49bd'] response: {'server_uuid': '504594f2-98df-481a-a5c2-07d8bf63b136', 'name': 'network-vif-deleted', 'tag': 'd1b7c86e-b90c-4208-95fd-72f3da3e223a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 527/1062] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:38 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => 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: 536/1063] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:38 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => 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: 528/1064] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:38 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:38.944 8 INFO neutron.services.segments.plugin [-] Segment f38b8f7a-b80a-4cbe-aa34-629ef131a4fb resource provider aggregate not found 2026-05-29 15:11:38.961 8 INFO neutron.services.segments.plugin [-] Segment f38b8f7a-b80a-4cbe-aa34-629ef131a4fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f38b8f7a-b80a-4cbe-aa34-629ef131a4fb found for delete ", "request_id": "req-8e5a2136-2bf6-489d-8d54-0af21f2b71eb"}]} 2026-05-29 15:11:38.964 8 INFO neutron.services.segments.plugin [-] Segment f38b8f7a-b80a-4cbe-aa34-629ef131a4fb resource provider aggregate not found 2026-05-29 15:11:38.986 8 INFO neutron.services.segments.plugin [-] Segment f38b8f7a-b80a-4cbe-aa34-629ef131a4fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f38b8f7a-b80a-4cbe-aa34-629ef131a4fb found for delete ", "request_id": "req-e8baae1e-0b5e-4c53-951b-2844e66aee0f"}]} [pid: 7|app: 0|req: 537/1065] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:39 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => 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: 529/1066] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:39 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1067] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:39 2026] GET /v2.0/security-groups?id=87017225-7540-4063-b61a-6fec7d62c242&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: 530/1068] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:11:39 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:40.174 7 INFO neutron_taas.services.taas.taas_plugin [req-fa5b68f3-8da5-46ea-b278-43cfbcb7a900 req-88a0ee40-0043-411b-9f22-a6e7a11d9bca 4627154fe179484d895f18059b292657 f9dda50e350f4e0baff037cb40150187 - - default default] TaaS: Handle Delete Port: d4ada264-a547-490b-9a01-41741c83c255 2026-05-29 15:11:40.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fa5b68f3-8da5-46ea-b278-43cfbcb7a900 req-88a0ee40-0043-411b-9f22-a6e7a11d9bca 4627154fe179484d895f18059b292657 f9dda50e350f4e0baff037cb40150187 - - default default] Tap Mirror: Handle Delete Port: d4ada264-a547-490b-9a01-41741c83c255 [pid: 7|app: 0|req: 539/1069] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:11:40 2026] DELETE /v2.0/ports/d4ada264-a547-490b-9a01-41741c83c255 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:40.394 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1230556-cafa-41f0-8014-bc14df78e55f'] response: {'server_uuid': 'c463a4f2-4828-4f7e-a4c7-7cd099719fba', 'name': 'network-vif-deleted', 'tag': 'd4ada264-a547-490b-9a01-41741c83c255', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 531/1070] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:40 2026] GET /v2.0/ports?device_id=504594f2-98df-481a-a5c2-07d8bf63b136 => 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: 540/1071] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:41 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => 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: 541/1072] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:41 2026] DELETE /v2.0/security-groups/1605cef5-ac76-4295-a521-54f3c3bf1fd0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:41.821 7 INFO neutron.api.v2.resource [None req-c68631ca-b49f-4b82-a0b9-91ba64e4bf75 c9233acc6d8846cbac8e79491d95e0c3 5b1328f735c1405183db03ebe591dfee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 542/1073] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:11:41 2026] GET /v2.0/security-groups/1605cef5-ac76-4295-a521-54f3c3bf1fd0 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1074] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:41 2026] GET /v2.0/security-groups?tenant_id=7c5bc6baf8a24f45b1b1a1ca53e90e7a&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:41.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-f83c4f19-ad3e-4268-a764-537cda8d9338 c9233acc6d8846cbac8e79491d95e0c3 5b1328f735c1405183db03ebe591dfee - - default default] TaaS: Handle Delete Port: bf11ccf2-980c-4943-8477-72e3d356a48d 2026-05-29 15:11:41.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f83c4f19-ad3e-4268-a764-537cda8d9338 c9233acc6d8846cbac8e79491d95e0c3 5b1328f735c1405183db03ebe591dfee - - default default] Tap Mirror: Handle Delete Port: bf11ccf2-980c-4943-8477-72e3d356a48d [pid: 8|app: 0|req: 533/1075] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:41 2026] DELETE /v2.0/security-groups/22fd60c9-15d4-470b-b534-6ee38909007f => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1076] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:11:41 2026] DELETE /v2.0/floatingips/6cf1ad59-6b6e-41f1-96c6-9250b9cf0f6e => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1077] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:42 2026] GET /v2.0/security-groups?tenant_id=9f6cc848ae0f4819bc90bd1b39b79a43&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1078] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:42 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => 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: 536/1079] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:42 2026] DELETE /v2.0/security-groups/9e457626-8b80-4f26-99d5-85e7d287441b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:42.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb7070d6-3aa9-4f01-ad85-4463c2f82911 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 4890d1cb-d611-42b6-9fe9-27fb79c8684b 2026-05-29 15:11:42.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb7070d6-3aa9-4f01-ad85-4463c2f82911 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 4890d1cb-d611-42b6-9fe9-27fb79c8684b [pid: 7|app: 0|req: 544/1080] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:11:42 2026] PUT /v2.0/routers/e705d681-ee2a-44ff-a375-ebbf5c47130d/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1081] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:11:42 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 1244 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1082] 10.0.0.53 () {34 vars in 1039 bytes} [Fri May 29 15:11:42 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:43.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b4ad533-ea34-4bfe-92ca-98292250526a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: f4e901e3-8cee-4a16-acf4-2d1c5b2162f0 2026-05-29 15:11:43.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b4ad533-ea34-4bfe-92ca-98292250526a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: f4e901e3-8cee-4a16-acf4-2d1c5b2162f0 2026-05-29 15:11:43.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b4ad533-ea34-4bfe-92ca-98292250526a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: a1123c29-d314-495e-b058-0b2e7957824f 2026-05-29 15:11:43.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b4ad533-ea34-4bfe-92ca-98292250526a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: a1123c29-d314-495e-b058-0b2e7957824f [pid: 8|app: 0|req: 539/1083] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:43 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:11:43.363 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-2b4ad533-ea34-4bfe-92ca-98292250526a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-29 15:11:43.626 7 INFO neutron.services.segments.plugin [-] Segment 2a94aa81-104f-43d5-9fdc-036f9801543a resource provider aggregate not found 2026-05-29 15:11:43.633 7 INFO neutron.services.segments.plugin [-] Segment 2a94aa81-104f-43d5-9fdc-036f9801543a resource provider aggregate not found 2026-05-29 15:11:43.648 7 INFO neutron.services.segments.plugin [-] Segment 2a94aa81-104f-43d5-9fdc-036f9801543a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a94aa81-104f-43d5-9fdc-036f9801543a found for delete ", "request_id": "req-48e8fae3-f70f-40ab-aa9d-3280914f9e6a"}]} 2026-05-29 15:11:43.662 7 INFO neutron.services.segments.plugin [-] Segment 2a94aa81-104f-43d5-9fdc-036f9801543a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a94aa81-104f-43d5-9fdc-036f9801543a found for delete ", "request_id": "req-afbb93ca-9884-4f93-ad59-7ce326bceef5"}]} 2026-05-29 15:11:43.690 7 INFO neutron.db.l3_hamode_db [None req-2b4ad533-ea34-4bfe-92ca-98292250526a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network e419ca1e-448b-474b-96d6-0c5c8d8ec616 was deleted as no HA routers are present in tenant 5b1328f735c1405183db03ebe591dfee. [pid: 7|app: 0|req: 545/1084] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:42 2026] DELETE /v2.0/routers/e705d681-ee2a-44ff-a375-ebbf5c47130d => generated 0 bytes in 753 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1085] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:43 2026] DELETE /v2.0/subnets/e270c92c-f1ed-4453-a7dc-365b5fdc2a8e => generated 0 bytes in 543 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:44.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-048004d9-eeaa-4665-896d-e96ac0101a19 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 17cc968f-456c-4e02-a821-59e8f9211f32 2026-05-29 15:11:44.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-048004d9-eeaa-4665-896d-e96ac0101a19 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 17cc968f-456c-4e02-a821-59e8f9211f32 [pid: 8|app: 0|req: 541/1086] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:44 2026] GET /v2.0/ports?device_id=c463a4f2-4828-4f7e-a4c7-7cd099719fba => 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: 546/1087] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:44 2026] DELETE /v2.0/networks/ba75f9e1-0d5d-46bb-af3a-a3b2f9a41603 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1088] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:44 2026] GET /v2.0/security-groups?tenant_id=5b1328f735c1405183db03ebe591dfee&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1089] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:44 2026] DELETE /v2.0/security-groups/77741038-46d6-482c-ba90-e0db926a0d51 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:45.670 7 INFO neutron.services.segments.plugin [-] Segment 6282b5eb-59ff-415e-9530-85abb4562ecb resource provider aggregate not found 2026-05-29 15:11:45.689 7 INFO neutron.services.segments.plugin [-] Segment 6282b5eb-59ff-415e-9530-85abb4562ecb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6282b5eb-59ff-415e-9530-85abb4562ecb found for delete ", "request_id": "req-b7c32bfb-2031-4980-8534-774cf1b8df82"}]} 2026-05-29 15:11:45.691 7 INFO neutron.services.segments.plugin [-] Segment 6282b5eb-59ff-415e-9530-85abb4562ecb resource provider aggregate not found 2026-05-29 15:11:45.706 7 INFO neutron.services.segments.plugin [-] Segment 6282b5eb-59ff-415e-9530-85abb4562ecb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6282b5eb-59ff-415e-9530-85abb4562ecb found for delete ", "request_id": "req-d023221e-f47f-4525-b7e9-377304fc5a79"}]} [pid: 8|app: 0|req: 543/1090] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:46 2026] GET /v2.0/security-groups?tenant_id=56a5fd61e54840a49144c8747b93d5f7&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:46.788 7 INFO neutron.db.segments_db [None req-70831a39-ec08-49d8-a70a-a4a6eb62e068 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment a4b83c84-05d6-4a52-b52c-30afbe7aeb8d of type vxlan for network 4dfe4cc4-c9c4-4e98-9a7e-7495042fed73 [pid: 7|app: 0|req: 548/1093] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:11:46 2026] POST /v2.0/networks => generated 745 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1094] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:46 2026] DELETE /v2.0/security-groups/274e0a53-e80d-4aed-990d-089e26dbba09 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:47.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-a533bc98-5bfa-43c8-8943-34be96d02d64 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: d965e772-17f8-49be-9b12-eb20e3e384a4 2026-05-29 15:11:47.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a533bc98-5bfa-43c8-8943-34be96d02d64 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: d965e772-17f8-49be-9b12-eb20e3e384a4 [pid: 7|app: 0|req: 550/1095] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:46 2026] POST /v2.0/subnets => generated 692 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1096] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:47 2026] GET /v2.0/security-groups?tenant_id=8034a2af19b04e7886c60ddd74e00413&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:11:47.354 7 INFO neutron.db.segments_db [None req-ef60d755-ab2d-4ab0-b67e-4a9ba4185831 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment be03eb99-f53a-41ce-beda-13d294ee152a of type vxlan for network 7f632960-c59c-4a8b-949f-b4826788598e 2026-05-29 15:11:47.619 7 INFO neutron.db.l3_hamode_db [None req-ef60d755-ab2d-4ab0-b67e-4a9ba4185831 25905a5d54224d51af2398f8ac2bb74d 7dcf9683030546a78336685a32fc90a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 546/1097] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:11:46 2026] PUT /v2.0/routers/961069e6-51fb-4521-ae06-b8c3f0c9f8e8/remove_router_interface => generated 309 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1098] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:47 2026] DELETE /v2.0/security-groups/73efefd8-87fd-4013-9539-76e513d419d3 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:11:47.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-a776e3cd-1072-4d10-8ffc-e740ca163b23 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: cf647898-3ffe-4662-a01e-b60a4882cd90 2026-05-29 15:11:47.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a776e3cd-1072-4d10-8ffc-e740ca163b23 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: cf647898-3ffe-4662-a01e-b60a4882cd90 2026-05-29 15:11:48.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-a776e3cd-1072-4d10-8ffc-e740ca163b23 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 713094f2-b3d9-43ba-baea-ae69f2c61a76 2026-05-29 15:11:48.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a776e3cd-1072-4d10-8ffc-e740ca163b23 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 713094f2-b3d9-43ba-baea-ae69f2c61a76 2026-05-29 15:11:48.463 7 INFO neutron.db.l3_hamode_db [None req-ef60d755-ab2d-4ab0-b67e-4a9ba4185831 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:11:48.605 8 INFO neutron.services.segments.plugin [-] Segment 99413ca7-7dd4-4b63-bf89-0556af429d55 resource provider aggregate not found 2026-05-29 15:11:48.615 8 INFO neutron.services.segments.plugin [-] Segment 99413ca7-7dd4-4b63-bf89-0556af429d55 resource provider aggregate not found 2026-05-29 15:11:48.625 8 INFO neutron.services.segments.plugin [-] Segment 99413ca7-7dd4-4b63-bf89-0556af429d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99413ca7-7dd4-4b63-bf89-0556af429d55 found for delete ", "request_id": "req-c5343172-8f8d-4403-92ca-128816122ed8"}]} 2026-05-29 15:11:48.631 8 INFO neutron.services.segments.plugin [-] Segment 99413ca7-7dd4-4b63-bf89-0556af429d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99413ca7-7dd4-4b63-bf89-0556af429d55 found for delete ", "request_id": "req-4c0f3d51-bd86-4521-a7d4-b816b82d64fb"}]} 2026-05-29 15:11:48.634 8 INFO neutron.db.l3_hamode_db [None req-a776e3cd-1072-4d10-8ffc-e740ca163b23 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network 608bb665-6c25-4f03-98e2-f3c67ed054a7 was deleted as no HA routers are present in tenant f9dda50e350f4e0baff037cb40150187. [pid: 8|app: 0|req: 548/1099] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:47 2026] DELETE /v2.0/routers/961069e6-51fb-4521-ae06-b8c3f0c9f8e8 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1100] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:11:48 2026] DELETE /v2.0/subnets/133c59d1-ca18-4c19-8c2f-417bd902ce27 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:11:48.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-09639b0e-f525-4cee-9815-8857c68a76dc 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 4039dd72-5490-4a34-98dc-9ae4ff16f78e 2026-05-29 15:11:48.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09639b0e-f525-4cee-9815-8857c68a76dc 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 4039dd72-5490-4a34-98dc-9ae4ff16f78e [pid: 8|app: 0|req: 550/1101] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:11:48 2026] DELETE /v2.0/networks/86e30cfc-492a-4fc2-937e-b106b0df1cbf => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1102] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:49 2026] GET /v2.0/security-groups?tenant_id=f9dda50e350f4e0baff037cb40150187&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1103] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:49 2026] DELETE /v2.0/security-groups/87017225-7540-4063-b61a-6fec7d62c242 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1104] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:11:47 2026] POST /v2.0/routers => generated 732 bytes in 2472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:11:50.641 8 INFO neutron.services.segments.plugin [-] Segment 0e5f0408-143e-4126-8231-998ee7841440 resource provider aggregate not found 2026-05-29 15:11:50.657 8 INFO neutron.services.segments.plugin [-] Segment 0e5f0408-143e-4126-8231-998ee7841440 resource provider aggregate not found 2026-05-29 15:11:50.663 8 INFO neutron.services.segments.plugin [-] Segment 0e5f0408-143e-4126-8231-998ee7841440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e5f0408-143e-4126-8231-998ee7841440 found for delete ", "request_id": "req-94a69cc3-105b-4edf-9b38-f06fa98d3d58"}]} 2026-05-29 15:11:50.684 8 INFO neutron.services.segments.plugin [-] Segment 0e5f0408-143e-4126-8231-998ee7841440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e5f0408-143e-4126-8231-998ee7841440 found for delete ", "request_id": "req-979f4a1e-f978-426b-999a-ddca9faeaac5"}]} [pid: 8|app: 0|req: 553/1105] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:11:49 2026] PUT /v2.0/routers/0272524c-d102-4f69-a76c-d4d9e0c0e8cd/add_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1106] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:11:51 2026] GET /v2.0/networks?id=4dfe4cc4-c9c4-4e98-9a7e-7495042fed73 => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1107] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:11:51 2026] GET /v2.0/quotas/7dcf9683030546a78336685a32fc90a6 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1108] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:11:51 2026] GET /v2.0/ports?tenant_id=7dcf9683030546a78336685a32fc90a6&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1109] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:11:51 2026] GET /v2.0/networks/4dfe4cc4-c9c4-4e98-9a7e-7495042fed73?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: 555/1110] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:11:52 2026] GET /v2.0/networks/4dfe4cc4-c9c4-4e98-9a7e-7495042fed73?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: 556/1111] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:52 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1112] 10.0.0.196 () {30 vars in 650 bytes} [Fri May 29 15:11:53 2026] GET /v2.0/extensions => generated 21537 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1113] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:53 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => 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: 557/1114] 10.0.0.196 () {30 vars in 724 bytes} [Fri May 29 15:11:53 2026] GET /v2.0/quotas/9b5c5cde7a4f449dac1c523e14749d50/details => generated 847 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1115] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:53 2026] GET /v2.0/security-groups?tenant_id=a6f1bbfbaeb1467aa72d003e89880155&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1116] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:53 2026] DELETE /v2.0/security-groups/7ebac170-6a9c-4fcc-b24b-f271de75f3bc => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1117] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:54 2026] GET /v2.0/security-groups?tenant_id=073668cc37ad4515a82e21e37d898bdb&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1118] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:54 2026] DELETE /v2.0/security-groups/90593aab-f796-4b76-9fdb-e244845e5fb1 => 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: 560/1119] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:54 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1120] 10.0.0.196 () {30 vars in 650 bytes} [Fri May 29 15:11:55 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1121] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:55 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => 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: 561/1122] 10.0.0.196 () {30 vars in 724 bytes} [Fri May 29 15:11:55 2026] GET /v2.0/quotas/9b5c5cde7a4f449dac1c523e14749d50/details => generated 847 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1123] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/networks?id=4dfe4cc4-c9c4-4e98-9a7e-7495042fed73 => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1124] 10.0.0.240 () {32 vars in 653 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions => generated 21537 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1125] 10.0.0.240 () {32 vars in 681 bytes} [Fri May 29 15:11:56 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: 564/1126] 10.0.0.240 () {32 vars in 681 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1127] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1128] 10.0.0.240 () {32 vars in 665 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1129] 10.0.0.240 () {32 vars in 699 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1130] 10.0.0.240 () {32 vars in 697 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1131] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => 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: 570/1132] 10.0.0.240 () {32 vars in 701 bytes} [Fri May 29 15:11:56 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: 571/1133] 10.0.0.240 () {32 vars in 689 bytes} [Fri May 29 15:11:56 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: 572/1134] 10.0.0.240 () {32 vars in 703 bytes} [Fri May 29 15:11:56 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: 573/1135] 10.0.0.240 () {32 vars in 693 bytes} [Fri May 29 15:11:56 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: 574/1136] 10.0.0.240 () {32 vars in 695 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1137] 10.0.0.240 () {32 vars in 685 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1138] 10.0.0.240 () {32 vars in 687 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1139] 10.0.0.240 () {32 vars in 661 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1140] 10.0.0.240 () {32 vars in 699 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1141] 10.0.0.240 () {32 vars in 679 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1142] 10.0.0.240 () {32 vars in 683 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1143] 10.0.0.240 () {32 vars in 675 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1144] 10.0.0.240 () {32 vars in 689 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1145] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1146] 10.0.0.240 () {32 vars in 687 bytes} [Fri May 29 15:11:56 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: 585/1147] 10.0.0.240 () {32 vars in 669 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1148] 10.0.0.240 () {32 vars in 687 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1149] 10.0.0.240 () {32 vars in 681 bytes} [Fri May 29 15:11:56 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: 588/1150] 10.0.0.240 () {32 vars in 699 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1151] 10.0.0.240 () {32 vars in 679 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1152] 10.0.0.240 () {32 vars in 667 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1153] 10.0.0.240 () {32 vars in 677 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1154] 10.0.0.240 () {32 vars in 665 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/l3-ha => 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: 593/1155] 10.0.0.240 () {32 vars in 675 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/l3-flavors => 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: 594/1156] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1157] 10.0.0.240 () {32 vars in 713 bytes} [Fri May 29 15:11:56 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: 596/1158] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 597/1159] 10.0.0.240 () {32 vars in 691 bytes} [Fri May 29 15:11:56 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: 598/1160] 10.0.0.240 () {32 vars in 683 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1161] 10.0.0.240 () {32 vars in 669 bytes} [Fri May 29 15:11:56 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: 600/1162] 10.0.0.240 () {32 vars in 687 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1163] 10.0.0.240 () {32 vars in 705 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/network_availability_zone => 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: 602/1164] 10.0.0.240 () {32 vars in 675 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1165] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:11:56 2026] POST /v2.0/ports => generated 954 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1166] 10.0.0.240 () {32 vars in 701 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 564/1167] 10.0.0.240 () {32 vars in 675 bytes} [Fri May 29 15:11:56 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1168] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1169] 10.0.0.240 () {32 vars in 693 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1170] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 568/1171] 10.0.0.240 () {32 vars in 689 bytes} [Fri May 29 15:11:57 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: 8|app: 0|req: 569/1172] 10.0.0.240 () {32 vars in 709 bytes} [Fri May 29 15:11:57 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: 8|app: 0|req: 570/1173] 10.0.0.240 () {32 vars in 705 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1174] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1175] 10.0.0.240 () {32 vars in 697 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1176] 10.0.0.240 () {32 vars in 711 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1177] 10.0.0.240 () {32 vars in 669 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1178] 10.0.0.240 () {32 vars in 687 bytes} [Fri May 29 15:11:57 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: 8|app: 0|req: 576/1179] 10.0.0.240 () {32 vars in 681 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1180] 10.0.0.240 () {32 vars in 675 bytes} [Fri May 29 15:11:57 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: 8|app: 0|req: 578/1181] 10.0.0.240 () {32 vars in 671 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1182] 10.0.0.240 () {32 vars in 661 bytes} [Fri May 29 15:11:57 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: 580/1183] 10.0.0.240 () {32 vars in 699 bytes} [Fri May 29 15:11:57 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: 8|app: 0|req: 581/1184] 10.0.0.240 () {32 vars in 699 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1185] 10.0.0.240 () {32 vars in 677 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1186] 10.0.0.240 () {32 vars in 669 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1187] 10.0.0.240 () {32 vars in 683 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1188] 10.0.0.240 () {32 vars in 701 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1189] 10.0.0.240 () {32 vars in 685 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1190] 10.0.0.240 () {32 vars in 707 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1191] 10.0.0.240 () {32 vars in 669 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-pps => 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: 589/1192] 10.0.0.240 () {32 vars in 697 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1193] 10.0.0.240 () {32 vars in 695 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1194] 10.0.0.240 () {32 vars in 685 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1195] 10.0.0.240 () {32 vars in 689 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1196] 10.0.0.240 () {32 vars in 705 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1197] 10.0.0.240 () {32 vars in 667 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1198] 10.0.0.240 () {32 vars in 681 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1199] 10.0.0.240 () {32 vars in 681 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1200] 10.0.0.240 () {32 vars in 691 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1201] 10.0.0.240 () {32 vars in 691 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1202] 10.0.0.240 () {32 vars in 695 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1203] 10.0.0.240 () {32 vars in 685 bytes} [Fri May 29 15:11:57 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: 604/1204] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:11:56 2026] PUT /v2.0/ports/13c41d12-ab65-4838-8444-6b12972e1f87 => generated 1235 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1205] 10.0.0.240 () {32 vars in 689 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 605/1206] 10.0.0.240 () {32 vars in 701 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1207] 10.0.0.240 () {32 vars in 703 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1208] 10.0.0.240 () {32 vars in 713 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:11:57.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6505de6f-1aa5-41b2-8209-4fc3a50f4281'] response: {'name': 'network-changed', 'server_uuid': '3885cc34-be24-4bb1-a406-3adc6896de05', 'tag': '13c41d12-ab65-4838-8444-6b12972e1f87', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 604/1209] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1210] 10.0.0.240 () {32 vars in 715 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1211] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1212] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1213] 10.0.0.240 () {32 vars in 741 bytes} [Fri May 29 15:11:57 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: 8|app: 0|req: 608/1214] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1215] 10.0.0.240 () {32 vars in 683 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1216] 10.0.0.240 () {32 vars in 669 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1217] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1218] 10.0.0.240 () {32 vars in 679 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1219] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1220] 10.0.0.240 () {32 vars in 669 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1221] 10.0.0.240 () {32 vars in 697 bytes} [Fri May 29 15:11:57 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: 614/1222] 10.0.0.240 () {32 vars in 705 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1223] 10.0.0.240 () {32 vars in 701 bytes} [Fri May 29 15:11:57 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: 615/1224] 10.0.0.240 () {32 vars in 701 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1225] 10.0.0.240 () {32 vars in 683 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1226] 10.0.0.240 () {32 vars in 705 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1227] 10.0.0.240 () {32 vars in 695 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1228] 10.0.0.240 () {32 vars in 689 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1229] 10.0.0.240 () {32 vars in 697 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1230] 10.0.0.240 () {32 vars in 679 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1231] 10.0.0.240 () {32 vars in 689 bytes} [Fri May 29 15:11:57 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: 7|app: 0|req: 617/1232] 10.0.0.240 () {32 vars in 701 bytes} [Fri May 29 15:11:57 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: 7|app: 0|req: 618/1233] 10.0.0.240 () {32 vars in 665 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1234] 10.0.0.240 () {32 vars in 681 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1235] 10.0.0.240 () {32 vars in 677 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1236] 10.0.0.240 () {32 vars in 693 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1237] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1238] 10.0.0.240 () {32 vars in 677 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1239] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1240] 10.0.0.240 () {32 vars in 667 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1241] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1242] 10.0.0.240 () {32 vars in 675 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1243] 10.0.0.240 () {32 vars in 687 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1244] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/security-groups?tenant_id=9b5c5cde7a4f449dac1c523e14749d50&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1245] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:57 2026] DELETE /v2.0/security-groups/267670aa-2a56-4d83-9861-64c73480c0bf => 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: 617/1246] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:57 2026] GET /v2.0/ports?tenant_id=7dcf9683030546a78336685a32fc90a6&device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1247] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/networks?tenant_id=7dcf9683030546a78336685a32fc90a6&shared=False => generated 773 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1248] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1249] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/security-groups?tenant_id=6147118e8d9c4aff93f4f02eb8a0e9a5&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1250] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:11:58 2026] DELETE /v2.0/security-groups/51a5760e-b5eb-40ef-9cd8-e0466bd01159 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1251] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1252] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 633/1253] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => 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: 621/1254] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1255] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:58 2026] GET /v2.0/ports?tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c&device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1256] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/networks?id=7051494e-8f51-41a3-823e-8e34e63f2ad5 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1257] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7f7afd24-55f4-43f0-a39a-cb511e548227 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1258] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/subnets?id=a7897263-1080-4d73-8c91-dc99355194ef => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1259] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/ports?tenant_id=7dcf9683030546a78336685a32fc90a6&device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1260] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/ports?network_id=7051494e-8f51-41a3-823e-8e34e63f2ad5&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1261] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=13c41d12-ab65-4838-8444-6b12972e1f87 => 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: 625/1262] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?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: 638/1263] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/subnets?id=70147ef4-9749-41e7-92c1-d7c81b1388a3 => generated 695 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1264] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/ports?network_id=4dfe4cc4-c9c4-4e98-9a7e-7495042fed73&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: 626/1265] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5?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: 7|app: 0|req: 640/1266] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/networks/4dfe4cc4-c9c4-4e98-9a7e-7495042fed73?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: 627/1267] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/networks/4dfe4cc4-c9c4-4e98-9a7e-7495042fed73?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: 641/1268] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1269] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:11:59 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 642/1270] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:00 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1271] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:00 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:00.574 7 INFO neutron.db.segments_db [None req-f9073c08-defa-4af4-a672-9482471213d1 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Added segment c039fbd2-3907-4dec-9e2b-d1b57d02f5a1 of type vxlan for network 0892d4c1-3e71-41ac-a2f4-42ab4f932c3e [pid: 7|app: 0|req: 643/1272] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:00 2026] POST /v2.0/networks => generated 650 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1273] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:00 2026] POST /v2.0/subnets => generated 627 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:00.970 7 INFO neutron.db.segments_db [None req-925292f5-b51b-43e8-9ebb-f80e4d595a17 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Added segment 6a64ebe3-5aa8-4739-aca3-06b252e949fa of type vxlan for network 784bf997-a3fb-45aa-a17e-0f90531a7bf9 [pid: 8|app: 0|req: 631/1274] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:00 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1275] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:00 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 633/1276] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:01 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:01.231 7 INFO neutron.db.l3_hamode_db [None req-925292f5-b51b-43e8-9ebb-f80e4d595a17 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1277] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:01 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:02.110 7 INFO neutron.db.l3_hamode_db [None req-925292f5-b51b-43e8-9ebb-f80e4d595a17 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 637/1280] 10.0.0.240 () {34 vars in 678 bytes} [Fri May 29 15:12:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1281] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:02 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1282] 10.0.0.240 () {34 vars in 678 bytes} [Fri May 29 15:12:02 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: 640/1283] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:02 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1284] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:02 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 642/1285] 10.0.0.240 () {34 vars in 678 bytes} [Fri May 29 15:12:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1286] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:02 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1287] 10.0.0.240 () {34 vars in 678 bytes} [Fri May 29 15:12:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1288] 10.0.0.240 () {34 vars in 678 bytes} [Fri May 29 15:12:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1289] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:12:02 2026] PUT /v2.0/policies/a5725633-ee34-4f19-b9c7-4954a91298d3/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1290] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:12:02 2026] PUT /v2.0/policies/0fd3dcec-883e-41f4-8b2d-ba8fe6765335/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1291] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:12:02 2026] PUT /v2.0/policies/825a122f-8b93-4b17-a433-4e2c0af0d877/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1292] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:12:02 2026] PUT /v2.0/policies/4b8c6009-0183-413b-9e96-11faa0465675/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1293] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:00 2026] POST /v2.0/routers => generated 695 bytes in 2138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1294] 10.0.0.240 () {32 vars in 674 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1295] 10.0.0.240 () {32 vars in 688 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1296] 10.0.0.240 () {32 vars in 684 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1297] 10.0.0.240 () {32 vars in 696 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1298] 10.0.0.240 () {32 vars in 682 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1299] 10.0.0.240 () {32 vars in 696 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1300] 10.0.0.240 () {32 vars in 692 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1301] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1302] 10.0.0.240 () {32 vars in 704 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1303] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1304] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 656/1305] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:12:03 2026] DELETE /v2.0/qos/policies/a5725633-ee34-4f19-b9c7-4954a91298d3 => 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: 657/1306] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:03 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1307] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:12:03 2026] DELETE /v2.0/qos/policies/0fd3dcec-883e-41f4-8b2d-ba8fe6765335 => 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: 659/1308] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:12:04 2026] DELETE /v2.0/qos/policies/825a122f-8b93-4b17-a433-4e2c0af0d877 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1309] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:12:04 2026] DELETE /v2.0/qos/policies/4b8c6009-0183-413b-9e96-11faa0465675 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1310] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:12:04 2026] DELETE /v2.0/qos/policies/1a9540a9-bb89-4e09-910c-b324e61d6a9b => 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: 650/1311] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:12:03 2026] PUT /v2.0/routers/9d92fa84-7dfd-434d-9085-61fb0a23f612/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1312] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:12:04 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 663/1313] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:04 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1314] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:05 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 665/1315] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:05 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1316] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:05 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1317] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:12:04 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, ' [pid: 7|app: 0|req: 667/1318] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:05 2026] GET /v2.0/security-groups?tenant_id=dfa3da9223d54940b898aa499aaa7cc4&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1319] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:05 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1320] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:05 2026] DELETE /v2.0/security-groups/7618bf2d-e4da-4fae-8e98-67e8e09d7957 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1321] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:05 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1322] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:05 2026] GET /v2.0/security-groups?tenant_id=c44a97e03ac741f49adfbe5b92a6cae8&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1323] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:05 2026] DELETE /v2.0/security-groups/abc180fc-48f8-417d-a536-c0b572647655 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:05.964 8 INFO neutron.db.l3_db [None req-1ea5aad0-2254-4cc6-ac0c-a725c1e34997 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Floating IP 13e2f103-465c-4ef0-818c-d27618edfd47 associated. External IP: 10.96.250.207, port: d1a3b4be-2f82-441d-b06a-38b95e4d1c22. [pid: 7|app: 0|req: 673/1324] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:06 2026] GET /v2.0/security-groups?tenant_id=1c5f5ab7ea8e441ab95c084fa9103713&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1325] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:06 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1326] 10.0.0.240 () {34 vars in 677 bytes} [Fri May 29 15:12:05 2026] POST /v2.0/floatingips => generated 842 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1327] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:06 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 675/1328] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:06 2026] DELETE /v2.0/security-groups/62ed3896-f144-4599-8f7a-f41b976eed51 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:06.425 8 INFO neutron.db.l3_db [None req-b033fb59-a008-41d7-8bf9-67da84b2c2fa 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Floating IP 13e2f103-465c-4ef0-818c-d27618edfd47 disassociated. External IP: 10.96.250.207, port: d1a3b4be-2f82-441d-b06a-38b95e4d1c22. [pid: 7|app: 0|req: 676/1329] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:06 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1330] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:06 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1331] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:12:06 2026] PUT /v2.0/floatingips/13e2f103-465c-4ef0-818c-d27618edfd47 => generated 552 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:06.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-e99e882d-4540-4147-8011-ef7846eb18e0 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] TaaS: Handle Delete Port: c8928116-91d2-45ff-98d6-04869c63a060 2026-05-29 15:12:06.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e99e882d-4540-4147-8011-ef7846eb18e0 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Tap Mirror: Handle Delete Port: c8928116-91d2-45ff-98d6-04869c63a060 [pid: 7|app: 0|req: 678/1332] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:06 2026] DELETE /v2.0/floatingips/13e2f103-465c-4ef0-818c-d27618edfd47 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1333] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:07 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1334] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:07 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:07.782 8 INFO neutron.db.l3_db [None req-565f2cc6-8b06-454b-a66e-a388a0b06352 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Floating IP 0ac08397-dcbd-4c8c-aee7-eef5d2039423 associated. External IP: 10.96.250.215, port: 333450e4-44fc-4535-9e0e-6ff8173c55b8. [pid: 7|app: 0|req: 681/1335] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:12:07 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => 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: 655/1336] 10.0.0.240 () {34 vars in 677 bytes} [Fri May 29 15:12:07 2026] POST /v2.0/floatingips => generated 841 bytes in 990 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1337] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:08 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:08.141 7 INFO neutron_taas.services.taas.taas_plugin [req-0769a92c-d45b-4621-9ece-198645e4042b req-f555040e-540a-4ade-ac07-90faea2bdacf 0ac0ff765f2648c6914e404ebb8040ce 7dcf9683030546a78336685a32fc90a6 - - default default] TaaS: Handle Delete Port: 13c41d12-ab65-4838-8444-6b12972e1f87 2026-05-29 15:12:08.150 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0769a92c-d45b-4621-9ece-198645e4042b req-f555040e-540a-4ade-ac07-90faea2bdacf 0ac0ff765f2648c6914e404ebb8040ce 7dcf9683030546a78336685a32fc90a6 - - default default] Tap Mirror: Handle Delete Port: 13c41d12-ab65-4838-8444-6b12972e1f87 [pid: 8|app: 0|req: 657/1338] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:12:08 2026] GET /v2.0/floatingips/0ac08397-dcbd-4c8c-aee7-eef5d2039423 => generated 841 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1339] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:08 2026] GET /v2.0/security-groups?id=b9323530-a5d1-4e44-b5ee-76df57ba1323&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1340] 10.0.0.240 () {32 vars in 655 bytes} [Fri May 29 15:12:08 2026] GET /v2.0/floatingips => generated 844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1341] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:12:08 2026] DELETE /v2.0/ports/13c41d12-ab65-4838-8444-6b12972e1f87 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:08.336 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cf6aea1-e120-4c9e-901d-c98931d7a014'] response: {'server_uuid': '3885cc34-be24-4bb1-a406-3adc6896de05', 'name': 'network-vif-deleted', 'tag': '13c41d12-ab65-4838-8444-6b12972e1f87', 'status': 'completed', 'code': 200} 2026-05-29 15:12:08.680 8 INFO neutron.db.l3_db [None req-56e01a9e-2321-4c9b-92c4-1707fed7796e 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Floating IP 0ac08397-dcbd-4c8c-aee7-eef5d2039423 associated. External IP: 10.96.250.215, port: 333450e4-44fc-4535-9e0e-6ff8173c55b8. [pid: 7|app: 0|req: 683/1342] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:09 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => 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: 660/1343] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:12:08 2026] PUT /v2.0/floatingips/0ac08397-dcbd-4c8c-aee7-eef5d2039423 => generated 842 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:09.449 7 INFO neutron.db.l3_db [None req-cf8a9f21-6348-4fca-9bd9-f98902261dfa 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Floating IP 0ac08397-dcbd-4c8c-aee7-eef5d2039423 disassociated. External IP: 10.96.250.215, port: d1a3b4be-2f82-441d-b06a-38b95e4d1c22. [pid: 7|app: 0|req: 684/1344] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:12:09 2026] PUT /v2.0/floatingips/0ac08397-dcbd-4c8c-aee7-eef5d2039423 => generated 552 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:09.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-e867175c-ae46-49d6-bf22-56687c0ddb38 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] TaaS: Handle Delete Port: 00d4a0dd-f8b5-4fc4-afa5-83c39f5ee60d 2026-05-29 15:12:09.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e867175c-ae46-49d6-bf22-56687c0ddb38 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Tap Mirror: Handle Delete Port: 00d4a0dd-f8b5-4fc4-afa5-83c39f5ee60d [pid: 7|app: 0|req: 685/1345] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:09 2026] DELETE /v2.0/floatingips/0ac08397-dcbd-4c8c-aee7-eef5d2039423 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:10.084 7 INFO neutron.api.v2.resource [None req-4d684f4f-43bf-4c6a-9001-94bc6fefc18c 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1346] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:10 2026] DELETE /v2.0/floatingips/0ac08397-dcbd-4c8c-aee7-eef5d2039423 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:10.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-4692ba42-1bc0-473f-8e56-c35d066af8c8 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] TaaS: Handle Delete Port: d1a3b4be-2f82-441d-b06a-38b95e4d1c22 2026-05-29 15:12:10.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4692ba42-1bc0-473f-8e56-c35d066af8c8 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Tap Mirror: Handle Delete Port: d1a3b4be-2f82-441d-b06a-38b95e4d1c22 [pid: 7|app: 0|req: 687/1347] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:12:10 2026] DELETE /v2.0/ports/d1a3b4be-2f82-441d-b06a-38b95e4d1c22 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1348] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:12:09 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1349] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:10.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-97612fba-29ac-4e50-ae81-28227a4ba3ac 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] TaaS: Handle Delete Port: 333450e4-44fc-4535-9e0e-6ff8173c55b8 2026-05-29 15:12:10.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97612fba-29ac-4e50-ae81-28227a4ba3ac 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Tap Mirror: Handle Delete Port: 333450e4-44fc-4535-9e0e-6ff8173c55b8 [pid: 8|app: 0|req: 663/1350] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:12:10 2026] PUT /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1351] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1352] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:12:10 2026] DELETE /v2.0/ports/333450e4-44fc-4535-9e0e-6ff8173c55b8 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1353] 10.0.0.240 () {34 vars in 770 bytes} [Fri May 29 15:12:10 2026] PUT /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1354] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/ports?device_id=9d92fa84-7dfd-434d-9085-61fb0a23f612 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1355] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1356] 10.0.0.240 () {34 vars in 766 bytes} [Fri May 29 15:12:10 2026] PUT /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1357] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1358] 10.0.0.240 () {34 vars in 788 bytes} [Fri May 29 15:12:10 2026] PUT /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1359] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1360] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:12:10 2026] PUT /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1361] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:10.976 7 INFO neutron_taas.services.taas.taas_plugin [None req-be9f8bc8-a0e7-4059-85af-41cd79dcd086 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] TaaS: Handle Delete Port: 8bcb8355-9eae-4e92-b4b4-80c8028606d2 2026-05-29 15:12:10.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be9f8bc8-a0e7-4059-85af-41cd79dcd086 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Tap Mirror: Handle Delete Port: 8bcb8355-9eae-4e92-b4b4-80c8028606d2 [pid: 8|app: 0|req: 673/1362] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:11.033 8 INFO neutron.api.v2.resource [None req-4adbf693-9851-45e6-9e18-2e6d1946ff45 15eec6348c114a83ae100b93b0c328f2 dece723bfc6c4cca8558b459fb8afb37 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1363] 10.0.0.240 () {32 vars in 751 bytes} [Fri May 29 15:12:10 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1364] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:11 2026] DELETE /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1365] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:11 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:11.175 8 INFO neutron.api.v2.resource [None req-477eb6ce-fb52-4961-9793-dcabcf3975f3 15eec6348c114a83ae100b93b0c328f2 dece723bfc6c4cca8558b459fb8afb37 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 677/1366] 10.0.0.240 () {32 vars in 754 bytes} [Fri May 29 15:12:11 2026] DELETE /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1367] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:12:11 2026] DELETE /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => 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: 679/1368] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:11 2026] GET /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:11.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-1842a605-76a6-473a-a069-19cdf45d1415 15eec6348c114a83ae100b93b0c328f2 dece723bfc6c4cca8558b459fb8afb37 - - default default] TaaS: Handle Delete Port: 170927eb-bd19-4ad8-83b7-38bc86507221 2026-05-29 15:12:11.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1842a605-76a6-473a-a069-19cdf45d1415 15eec6348c114a83ae100b93b0c328f2 dece723bfc6c4cca8558b459fb8afb37 - - default default] Tap Mirror: Handle Delete Port: 170927eb-bd19-4ad8-83b7-38bc86507221 [pid: 7|app: 0|req: 690/1369] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:12:10 2026] PUT /v2.0/routers/9d92fa84-7dfd-434d-9085-61fb0a23f612/remove_router_interface => generated 309 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1370] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:11 2026] DELETE /v2.0/floatingips/7ef3bdc6-0bf5-4d14-8cdc-5ac4633ceef0 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1371] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:11 2026] GET /v2.0/ports?device_id=3885cc34-be24-4bb1-a406-3adc6896de05 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:11.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-f09d54ab-3cc1-49fe-8c66-f763098ff1fe 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] TaaS: Handle Delete Port: 53b279e0-c5a6-461a-b486-7554bcd084cd 2026-05-29 15:12:11.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f09d54ab-3cc1-49fe-8c66-f763098ff1fe 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Tap Mirror: Handle Delete Port: 53b279e0-c5a6-461a-b486-7554bcd084cd 2026-05-29 15:12:11.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-f09d54ab-3cc1-49fe-8c66-f763098ff1fe 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] TaaS: Handle Delete Port: fd60574f-c759-494f-ae33-3a7920f9e70b 2026-05-29 15:12:11.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f09d54ab-3cc1-49fe-8c66-f763098ff1fe 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] Tap Mirror: Handle Delete Port: fd60574f-c759-494f-ae33-3a7920f9e70b 2026-05-29 15:12:12.258 7 INFO neutron.services.segments.plugin [-] Segment 6a64ebe3-5aa8-4739-aca3-06b252e949fa resource provider aggregate not found 2026-05-29 15:12:12.265 7 INFO neutron.services.segments.plugin [-] Segment 6a64ebe3-5aa8-4739-aca3-06b252e949fa resource provider aggregate not found 2026-05-29 15:12:12.280 7 INFO neutron.services.segments.plugin [-] Segment 6a64ebe3-5aa8-4739-aca3-06b252e949fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a64ebe3-5aa8-4739-aca3-06b252e949fa found for delete ", "request_id": "req-e46b1a0f-598c-4863-8e7c-50176c6e7a0c"}]} 2026-05-29 15:12:12.286 7 INFO neutron.services.segments.plugin [-] Segment 6a64ebe3-5aa8-4739-aca3-06b252e949fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a64ebe3-5aa8-4739-aca3-06b252e949fa found for delete ", "request_id": "req-07f7bd52-9cce-4d16-acad-dc67f3f6b7cc"}]} 2026-05-29 15:12:12.297 7 INFO neutron.db.l3_hamode_db [None req-f09d54ab-3cc1-49fe-8c66-f763098ff1fe 407a2372191a4b51a946c99780571626 c900461c4c2845a486b8874f8da5d7ef - - default default] HA network 784bf997-a3fb-45aa-a17e-0f90531a7bf9 was deleted as no HA routers are present in tenant c900461c4c2845a486b8874f8da5d7ef. [pid: 7|app: 0|req: 691/1372] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:11 2026] DELETE /v2.0/routers/9d92fa84-7dfd-434d-9085-61fb0a23f612 => generated 0 bytes in 845 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1373] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:12 2026] GET /v2.0/security-groups?tenant_id=dece723bfc6c4cca8558b459fb8afb37&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: 692/1374] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:12 2026] DELETE /v2.0/subnets/8584e16f-8d4b-46bf-b3df-c761b0e7e200 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1375] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:12 2026] DELETE /v2.0/security-groups/3a5d3385-9db7-49c2-9a84-1c7b6bfa8cd1 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1376] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:12 2026] DELETE /v2.0/networks/0892d4c1-3e71-41ac-a2f4-42ab4f932c3e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1377] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:12 2026] GET /v2.0/security-groups?tenant_id=509e6b259b154c10b152cebe9a930a5d&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1378] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:12 2026] DELETE /v2.0/security-groups/4a8903b2-abc9-4711-a23a-13cd7ee28a23 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:13.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-6661093d-3604-4ea7-b12a-41d97c579b32 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 29618c55-644f-4822-8e2f-099ece27ca6b 2026-05-29 15:12:13.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6661093d-3604-4ea7-b12a-41d97c579b32 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 29618c55-644f-4822-8e2f-099ece27ca6b [pid: 7|app: 0|req: 696/1379] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:13 2026] GET /v2.0/security-groups?tenant_id=c900461c4c2845a486b8874f8da5d7ef&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1380] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:13 2026] DELETE /v2.0/security-groups/6c90db58-0dc1-49a9-9f58-d58de455ba1f => 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/1381] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:12:12 2026] PUT /v2.0/routers/0272524c-d102-4f69-a76c-d4d9e0c0e8cd/remove_router_interface => generated 309 bytes in 1360 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:14.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-724855e4-25cf-4018-81f6-9cdafae26758 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 963f7625-11a4-40a5-beb3-62bb0ff7e52e 2026-05-29 15:12:14.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-724855e4-25cf-4018-81f6-9cdafae26758 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 963f7625-11a4-40a5-beb3-62bb0ff7e52e 2026-05-29 15:12:14.308 7 INFO neutron.services.segments.plugin [-] Segment c039fbd2-3907-4dec-9e2b-d1b57d02f5a1 resource provider aggregate not found 2026-05-29 15:12:14.313 7 INFO neutron.services.segments.plugin [-] Segment c039fbd2-3907-4dec-9e2b-d1b57d02f5a1 resource provider aggregate not found 2026-05-29 15:12:14.325 7 INFO neutron.services.segments.plugin [-] Segment c039fbd2-3907-4dec-9e2b-d1b57d02f5a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c039fbd2-3907-4dec-9e2b-d1b57d02f5a1 found for delete ", "request_id": "req-c87f1e97-f74b-4357-83bd-931d52fb0308"}]} 2026-05-29 15:12:14.331 7 INFO neutron.services.segments.plugin [-] Segment c039fbd2-3907-4dec-9e2b-d1b57d02f5a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c039fbd2-3907-4dec-9e2b-d1b57d02f5a1 found for delete ", "request_id": "req-024880d0-8bd9-41ce-8447-d3fa63689c43"}]} 2026-05-29 15:12:14.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-724855e4-25cf-4018-81f6-9cdafae26758 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: c547513f-b0f0-4edb-b414-d96112f20312 2026-05-29 15:12:14.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-724855e4-25cf-4018-81f6-9cdafae26758 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: c547513f-b0f0-4edb-b414-d96112f20312 2026-05-29 15:12:14.897 7 INFO neutron.db.l3_hamode_db [None req-724855e4-25cf-4018-81f6-9cdafae26758 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network 7f632960-c59c-4a8b-949f-b4826788598e was deleted as no HA routers are present in tenant 7dcf9683030546a78336685a32fc90a6. [pid: 7|app: 0|req: 698/1382] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:13 2026] DELETE /v2.0/routers/0272524c-d102-4f69-a76c-d4d9e0c0e8cd => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1383] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:14 2026] DELETE /v2.0/subnets/70147ef4-9749-41e7-92c1-d7c81b1388a3 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:15.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-c15cbbca-8324-45e3-8f7e-171b204c9421 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 4d9a674b-7403-4636-8e48-e5e59ed87297 2026-05-29 15:12:15.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c15cbbca-8324-45e3-8f7e-171b204c9421 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 4d9a674b-7403-4636-8e48-e5e59ed87297 [pid: 7|app: 0|req: 699/1384] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:15 2026] DELETE /v2.0/networks/4dfe4cc4-c9c4-4e98-9a7e-7495042fed73 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:15.414 8 INFO neutron.db.segments_db [None req-1d7557b2-8cca-4f3d-b7b6-9a70cf36c2be e56e25689d934c47a1b7e84199f792c7 3a29c5824c914d31be2baf76003067c9 - - default default] Added segment 69d8225c-0b83-424e-9878-d4472d0b147f of type vxlan for network 4011306d-30c0-499c-9670-662908e2bb09 [pid: 7|app: 0|req: 700/1385] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:15 2026] GET /v2.0/security-groups?tenant_id=7dcf9683030546a78336685a32fc90a6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1386] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:15 2026] POST /v2.0/networks => generated 648 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1387] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:15 2026] DELETE /v2.0/security-groups/b9323530-a5d1-4e44-b5ee-76df57ba1323 => 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: 687/1388] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:15 2026] POST /v2.0/subnets => generated 673 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:16.278 8 INFO neutron.db.segments_db [None req-05b45da4-00a9-4d1d-9c08-5342c5ffe319 e56e25689d934c47a1b7e84199f792c7 3a29c5824c914d31be2baf76003067c9 - - default default] Added segment 6321ba6c-ee70-44a5-92bd-74305589df33 of type vxlan for network 93d60ccb-7d2b-438d-8c8b-86bbcf2aa2cd 2026-05-29 15:12:16.351 7 INFO neutron.services.segments.plugin [-] Segment be03eb99-f53a-41ce-beda-13d294ee152a resource provider aggregate not found 2026-05-29 15:12:16.354 7 INFO neutron.services.segments.plugin [-] Segment be03eb99-f53a-41ce-beda-13d294ee152a resource provider aggregate not found 2026-05-29 15:12:16.372 7 INFO neutron.services.segments.plugin [-] Segment be03eb99-f53a-41ce-beda-13d294ee152a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be03eb99-f53a-41ce-beda-13d294ee152a found for delete ", "request_id": "req-934989a4-f833-40cd-ad26-ce445eff9d19"}]} [pid: 8|app: 0|req: 688/1389] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:16 2026] POST /v2.0/networks => generated 648 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:16.372 7 INFO neutron.services.segments.plugin [-] Segment be03eb99-f53a-41ce-beda-13d294ee152a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be03eb99-f53a-41ce-beda-13d294ee152a found for delete ", "request_id": "req-ba477d46-e32d-49e0-b09d-3196eea152d4"}]} 2026-05-29 15:12:16.396 7 INFO neutron.services.segments.plugin [-] Segment a4b83c84-05d6-4a52-b52c-30afbe7aeb8d resource provider aggregate not found 2026-05-29 15:12:16.403 7 INFO neutron.services.segments.plugin [-] Segment a4b83c84-05d6-4a52-b52c-30afbe7aeb8d resource provider aggregate not found 2026-05-29 15:12:16.418 7 INFO neutron.services.segments.plugin [-] Segment a4b83c84-05d6-4a52-b52c-30afbe7aeb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4b83c84-05d6-4a52-b52c-30afbe7aeb8d found for delete ", "request_id": "req-87518383-21b8-46c2-b6b7-8ee0428a41e0"}]} 2026-05-29 15:12:16.424 7 INFO neutron.services.segments.plugin [-] Segment a4b83c84-05d6-4a52-b52c-30afbe7aeb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4b83c84-05d6-4a52-b52c-30afbe7aeb8d found for delete ", "request_id": "req-09f3f3a1-aa07-4842-b2b9-6df1eb3ec99c"}]} [pid: 8|app: 0|req: 689/1390] 10.0.0.240 () {34 vars in 743 bytes} [Fri May 29 15:12:16 2026] PUT /v2.0/networks/93d60ccb-7d2b-438d-8c8b-86bbcf2aa2cd => generated 592 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1391] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:12:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1392] 10.0.0.240 () {34 vars in 767 bytes} [Fri May 29 15:12:16 2026] PUT /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/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: 704/1393] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:16 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1394] 10.0.0.240 () {34 vars in 778 bytes} [Fri May 29 15:12:16 2026] PUT /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1397] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:16 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1398] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:16 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1399] 10.0.0.240 () {34 vars in 774 bytes} [Fri May 29 15:12:16 2026] PUT /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/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: 710/1400] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:16 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/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: 691/1401] 10.0.0.240 () {34 vars in 741 bytes} [Fri May 29 15:12:16 2026] PUT /v2.0/subnets/9555a3c0-ef9c-473d-8e92-49168f13ee38 => generated 656 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1402] 10.0.0.240 () {34 vars in 796 bytes} [Fri May 29 15:12:16 2026] PUT /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1403] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:16 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1404] 10.0.0.240 () {34 vars in 767 bytes} [Fri May 29 15:12:16 2026] PUT /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1405] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:16 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1406] 10.0.0.240 () {32 vars in 755 bytes} [Fri May 29 15:12:16 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:17.027 7 INFO neutron.api.v2.resource [None req-52535a52-160b-4eb5-871d-669932db8b14 eb24b001490448c5aed853ba9a89d51d 8368902f29d7482792796113d2ef53aa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1407] 10.0.0.240 () {32 vars in 759 bytes} [Fri May 29 15:12:16 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-29 15:12:17.068 8 INFO neutron.services.segments.plugin [-] Segment 6321ba6c-ee70-44a5-92bd-74305589df33 resource provider aggregate not found [pid: 7|app: 0|req: 717/1408] 10.0.0.240 () {32 vars in 758 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:17.072 8 INFO neutron.services.segments.plugin [-] Segment 6321ba6c-ee70-44a5-92bd-74305589df33 resource provider aggregate not found 2026-05-29 15:12:17.088 8 INFO neutron.services.segments.plugin [-] Segment 6321ba6c-ee70-44a5-92bd-74305589df33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6321ba6c-ee70-44a5-92bd-74305589df33 found for delete ", "request_id": "req-e3d038ac-6da5-4f8d-af65-87abee287be9"}]} 2026-05-29 15:12:17.096 8 INFO neutron.services.segments.plugin [-] Segment 6321ba6c-ee70-44a5-92bd-74305589df33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6321ba6c-ee70-44a5-92bd-74305589df33 found for delete ", "request_id": "req-80317dbb-76d2-415b-8912-d7a98bff4321"}]} [pid: 8|app: 0|req: 692/1409] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:16 2026] DELETE /v2.0/networks/93d60ccb-7d2b-438d-8c8b-86bbcf2aa2cd => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1410] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:17.113 8 INFO neutron.pecan_wsgi.hooks.translation [None req-40905e38-d138-48b8-94d1-b40a8a8226af e56e25689d934c47a1b7e84199f792c7 3a29c5824c914d31be2baf76003067c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1411] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/networks/93d60ccb-7d2b-438d-8c8b-86bbcf2aa2cd => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:17.146 7 INFO neutron.api.v2.resource [None req-fd787ab6-3bde-4ec9-8c75-e0ae0eacdbd8 eb24b001490448c5aed853ba9a89d51d 8368902f29d7482792796113d2ef53aa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1412] 10.0.0.240 () {32 vars in 762 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1413] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1414] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1415] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/subnets?network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1416] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1417] 10.0.0.240 () {32 vars in 653 bytes} [Fri May 29 15:12:17 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: 697/1418] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/networks => generated 1313 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1419] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/security-groups/844a5e18-80f9-4e2f-bb10-fe9d47122bad => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1420] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1421] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/networks/4011306d-30c0-499c-9670-662908e2bb09 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1422] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/subnets/4e7e58b4-aa3f-4175-b205-e675ed1ffd1c => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:17.401 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ddcc5a5-7096-4f77-85c6-0e258964a6c8 e56e25689d934c47a1b7e84199f792c7 3a29c5824c914d31be2baf76003067c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 724/1423] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/subnets/9555a3c0-ef9c-473d-8e92-49168f13ee38 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:17.419 8 INFO neutron.pecan_wsgi.hooks.translation [None req-632df00b-08fe-48c4-9e59-08dad842099d e56e25689d934c47a1b7e84199f792c7 3a29c5824c914d31be2baf76003067c9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 700/1424] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/networks/93d60ccb-7d2b-438d-8c8b-86bbcf2aa2cd => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1425] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/subnets/4e7e58b4-aa3f-4175-b205-e675ed1ffd1c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:17.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-da172330-a393-457d-8415-15a0744a86e6 e56e25689d934c47a1b7e84199f792c7 3a29c5824c914d31be2baf76003067c9 - - default default] TaaS: Handle Delete Port: d32d651b-0fb4-4328-9134-c81701afda2c 2026-05-29 15:12:17.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da172330-a393-457d-8415-15a0744a86e6 e56e25689d934c47a1b7e84199f792c7 3a29c5824c914d31be2baf76003067c9 - - default default] Tap Mirror: Handle Delete Port: d32d651b-0fb4-4328-9134-c81701afda2c [pid: 8|app: 0|req: 701/1426] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:17 2026] DELETE /v2.0/networks/4011306d-30c0-499c-9670-662908e2bb09 => 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: 702/1427] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/security-groups?tenant_id=8368902f29d7482792796113d2ef53aa&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1428] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:17 2026] GET /v2.0/security-groups?tenant_id=6b3749cddec94a3c9ec5e4bd4195f16a&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1429] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:18 2026] DELETE /v2.0/security-groups/7bab193b-2599-4d2f-a667-e77bb2f6dd19 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1430] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:12:18 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1431] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:18 2026] DELETE /v2.0/security-groups/f06214cb-797f-4ac7-b200-52b1703aa715 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1432] 10.0.0.53 () {34 vars in 1039 bytes} [Fri May 29 15:12:18 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 728/1433] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:18 2026] GET /v2.0/security-groups?tenant_id=3a29c5824c914d31be2baf76003067c9&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1434] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:18 2026] GET /v2.0/security-groups?tenant_id=1cdadc65887a46c6be1919d08efd5034&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1435] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:18 2026] DELETE /v2.0/security-groups/ba4d7f1f-8eb0-4670-a371-1fcd9387f3f9 => 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: 707/1436] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:18 2026] DELETE /v2.0/security-groups/c91540e1-81aa-4e13-ad36-b7c6e585705e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:19.110 8 INFO neutron.services.segments.plugin [-] Segment 69d8225c-0b83-424e-9878-d4472d0b147f resource provider aggregate not found 2026-05-29 15:12:19.116 8 INFO neutron.services.segments.plugin [-] Segment 69d8225c-0b83-424e-9878-d4472d0b147f resource provider aggregate not found 2026-05-29 15:12:19.134 8 INFO neutron.services.segments.plugin [-] Segment 69d8225c-0b83-424e-9878-d4472d0b147f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d8225c-0b83-424e-9878-d4472d0b147f found for delete ", "request_id": "req-0d867058-1b44-40a7-9dc1-2c55cf73b044"}]} 2026-05-29 15:12:19.135 8 INFO neutron.services.segments.plugin [-] Segment 69d8225c-0b83-424e-9878-d4472d0b147f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69d8225c-0b83-424e-9878-d4472d0b147f found for delete ", "request_id": "req-5efe0499-7fd3-40c8-859c-ff403762a6ef"}]} [pid: 7|app: 0|req: 730/1437] 10.0.0.240 () {34 vars in 677 bytes} [Fri May 29 15:12:19 2026] POST /v2.0/subnetpools => generated 549 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1438] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:12:20 2026] GET /v2.0/subnetpools/216e31cc-3551-4525-95b5-d5d61e13d038 => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1439] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:12:20 2026] PUT /v2.0/subnetpools/216e31cc-3551-4525-95b5-d5d61e13d038 => generated 501 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1440] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:20 2026] DELETE /v2.0/subnetpools/216e31cc-3551-4525-95b5-d5d61e13d038 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:20.290 8 INFO neutron.api.v2.resource [None req-6193dfe2-e0e2-4647-b501-e9fc22062602 0274581bbac143e89fe8f5512ea3b6e3 b6d6adf2bd6a4cdda21b0ceb1d2b8d7f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1441] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:12:20 2026] GET /v2.0/subnetpools/216e31cc-3551-4525-95b5-d5d61e13d038 => generated 145 bytes in 6 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:20.301 8 INFO neutron.api.v2.resource [None req-5d92e2b3-b1a9-4643-85a3-eaacdaa6be13 0274581bbac143e89fe8f5512ea3b6e3 b6d6adf2bd6a4cdda21b0ceb1d2b8d7f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 712/1442] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:20 2026] DELETE /v2.0/subnetpools/216e31cc-3551-4525-95b5-d5d61e13d038 => generated 145 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:20.409 7 INFO neutron.db.segments_db [None req-ba26dec9-cedb-4d72-bbaa-71d1531cb312 acf37ff456c541f4bb674a66ac9d2e57 39b192e1d4494220bb9c08ae1903d7db - - default default] Added segment af5e2a90-6cc9-420f-9021-b30cb7fd8d98 of type vxlan for network 78114dd4-eaec-48ff-b057-1c6cad2e7f7c [pid: 7|app: 0|req: 731/1443] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:20 2026] POST /v2.0/networks => generated 643 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1444] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:20 2026] POST /v2.0/subnets => generated 641 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:20.774 7 INFO neutron.db.segments_db [None req-7cfdbd10-d601-4651-a50e-ca3a17fe9802 acf37ff456c541f4bb674a66ac9d2e57 39b192e1d4494220bb9c08ae1903d7db - - default default] Added segment 11bc8a0a-424e-4ed9-94fe-4d523e3dca68 of type vxlan for network 07d3ca2c-05b3-4647-bdbb-c149ff134ecd [pid: 7|app: 0|req: 732/1445] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:20 2026] POST /v2.0/networks => generated 644 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1446] 10.0.0.240 () {34 vars in 743 bytes} [Fri May 29 15:12:20 2026] PUT /v2.0/networks/07d3ca2c-05b3-4647-bdbb-c149ff134ecd => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1447] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:20 2026] GET /v2.0/security-groups?tenant_id=b6d6adf2bd6a4cdda21b0ceb1d2b8d7f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1448] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:20 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1449] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:21 2026] DELETE /v2.0/security-groups/ad2da545-091d-4193-bdd8-45337905af5e => 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: 735/1450] 10.0.0.240 () {34 vars in 741 bytes} [Fri May 29 15:12:21 2026] PUT /v2.0/subnets/913d6a3c-1fbf-4889-b994-2b970e455adb => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:21.515 8 INFO neutron.services.segments.plugin [-] Segment 11bc8a0a-424e-4ed9-94fe-4d523e3dca68 resource provider aggregate not found 2026-05-29 15:12:21.520 8 INFO neutron.services.segments.plugin [-] Segment 11bc8a0a-424e-4ed9-94fe-4d523e3dca68 resource provider aggregate not found 2026-05-29 15:12:21.540 8 INFO neutron.services.segments.plugin [-] Segment 11bc8a0a-424e-4ed9-94fe-4d523e3dca68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11bc8a0a-424e-4ed9-94fe-4d523e3dca68 found for delete ", "request_id": "req-3eca76a8-84e3-4f6e-ad84-9b86b516d232"}]} 2026-05-29 15:12:21.541 8 INFO neutron.services.segments.plugin [-] Segment 11bc8a0a-424e-4ed9-94fe-4d523e3dca68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11bc8a0a-424e-4ed9-94fe-4d523e3dca68 found for delete ", "request_id": "req-6064fc40-99de-4e11-bbda-ce58d613cde2"}]} [pid: 8|app: 0|req: 716/1451] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:21 2026] DELETE /v2.0/networks/07d3ca2c-05b3-4647-bdbb-c149ff134ecd => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:21.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3ff4b4d-edf6-498a-b120-9f44754f76ac acf37ff456c541f4bb674a66ac9d2e57 39b192e1d4494220bb9c08ae1903d7db - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 736/1452] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:21 2026] DELETE /v2.0/networks/07d3ca2c-05b3-4647-bdbb-c149ff134ecd => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1453] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:12:21 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1454] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:12:21 2026] GET /v2.0/subnets?network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1455] 10.0.0.240 () {32 vars in 653 bytes} [Fri May 29 15:12:21 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1456] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:12:21 2026] GET /v2.0/networks => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1457] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:12:21 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1458] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:12:21 2026] GET /v2.0/networks/78114dd4-eaec-48ff-b057-1c6cad2e7f7c => generated 668 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1459] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:12:21 2026] GET /v2.0/subnets/2a31cb95-2731-4ee6-87b4-ea69aa1b94e1 => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:21.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-617dd6e6-9c26-4c23-9b68-2db4dbe23a20 acf37ff456c541f4bb674a66ac9d2e57 39b192e1d4494220bb9c08ae1903d7db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 723/1460] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:21 2026] DELETE /v2.0/subnets/913d6a3c-1fbf-4889-b994-2b970e455adb => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:21.895 8 INFO neutron.pecan_wsgi.hooks.translation [None req-593fd293-efa7-4ed3-b6ea-f33a1d29da1c acf37ff456c541f4bb674a66ac9d2e57 39b192e1d4494220bb9c08ae1903d7db - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 724/1461] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:21 2026] DELETE /v2.0/networks/07d3ca2c-05b3-4647-bdbb-c149ff134ecd => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:22.048 7 INFO neutron.db.segments_db [None req-1e81d0e1-2e71-484d-a352-c547bb16da3b b1e8f2b2ea304578a2a9b7e3a5123a98 f3c2894cc7364a17be8f6462f436724a - - default default] Added segment 4065549f-6399-4362-9e53-42249e21379a of type vxlan for network 79701a4d-9be4-48b2-9817-78fbf5ca0042 [pid: 8|app: 0|req: 725/1462] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:21 2026] DELETE /v2.0/subnets/2a31cb95-2731-4ee6-87b4-ea69aa1b94e1 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1463] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:21 2026] POST /v2.0/networks => generated 631 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:22.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e6d1780-2038-48e6-b0b9-759e262dca5d acf37ff456c541f4bb674a66ac9d2e57 39b192e1d4494220bb9c08ae1903d7db - - default default] TaaS: Handle Delete Port: c804fbe6-6c26-4adc-8f63-d3b3b9498037 2026-05-29 15:12:22.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e6d1780-2038-48e6-b0b9-759e262dca5d acf37ff456c541f4bb674a66ac9d2e57 39b192e1d4494220bb9c08ae1903d7db - - default default] Tap Mirror: Handle Delete Port: c804fbe6-6c26-4adc-8f63-d3b3b9498037 [pid: 8|app: 0|req: 726/1464] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:22 2026] DELETE /v2.0/networks/78114dd4-eaec-48ff-b057-1c6cad2e7f7c => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1465] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:22 2026] POST /v2.0/subnets => generated 626 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1466] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:12:22 2026] PUT /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1467] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/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: 728/1468] 10.0.0.240 () {34 vars in 762 bytes} [Fri May 29 15:12:22 2026] PUT /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1469] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1470] 10.0.0.240 () {34 vars in 758 bytes} [Fri May 29 15:12:22 2026] PUT /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1471] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1472] 10.0.0.240 () {34 vars in 780 bytes} [Fri May 29 15:12:22 2026] PUT /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1473] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/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: 744/1474] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:12:22 2026] PUT /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1475] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1476] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1477] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/security-groups?tenant_id=39b192e1d4494220bb9c08ae1903d7db&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:23.033 7 INFO neutron.api.v2.resource [None req-a97092c7-9482-4bd3-8bd0-e096b4e0a497 b1e8f2b2ea304578a2a9b7e3a5123a98 f3c2894cc7364a17be8f6462f436724a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1478] 10.0.0.240 () {32 vars in 743 bytes} [Fri May 29 15:12:22 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/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: 748/1479] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:12:23 2026] DELETE /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1480] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:23 2026] DELETE /v2.0/security-groups/c03db5b5-72b6-4824-85ae-27cf9555dfd6 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1481] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:12:23 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:12:23.192 8 INFO neutron.api.v2.resource [None req-a0f336f8-17d9-4a48-a9ab-d263c6d5ca6b b1e8f2b2ea304578a2a9b7e3a5123a98 f3c2894cc7364a17be8f6462f436724a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 733/1482] 10.0.0.240 () {32 vars in 746 bytes} [Fri May 29 15:12:23 2026] DELETE /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1483] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:12:23 2026] DELETE /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => 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: 734/1484] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:12:23 2026] GET /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1485] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:23 2026] DELETE /v2.0/subnets/6a358654-eef7-495f-b7d0-dba6a46941d9 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:23.566 8 INFO neutron.services.segments.plugin [-] Segment af5e2a90-6cc9-420f-9021-b30cb7fd8d98 resource provider aggregate not found 2026-05-29 15:12:23.568 8 INFO neutron.services.segments.plugin [-] Segment af5e2a90-6cc9-420f-9021-b30cb7fd8d98 resource provider aggregate not found [pid: 8|app: 0|req: 735/1486] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:23 2026] DELETE /v2.0/networks/79701a4d-9be4-48b2-9817-78fbf5ca0042 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:23.582 8 INFO neutron.services.segments.plugin [-] Segment af5e2a90-6cc9-420f-9021-b30cb7fd8d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af5e2a90-6cc9-420f-9021-b30cb7fd8d98 found for delete ", "request_id": "req-ef294189-b1bd-42c4-a44c-c39844cfbd82"}]} 2026-05-29 15:12:23.591 8 INFO neutron.services.segments.plugin [-] Segment af5e2a90-6cc9-420f-9021-b30cb7fd8d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af5e2a90-6cc9-420f-9021-b30cb7fd8d98 found for delete ", "request_id": "req-4d382efe-cbf9-4fbe-b28b-863fbaa1d5ef"}]} 2026-05-29 15:12:23.600 8 INFO neutron.services.segments.plugin [-] Segment 4065549f-6399-4362-9e53-42249e21379a resource provider aggregate not found 2026-05-29 15:12:23.605 8 INFO neutron.services.segments.plugin [-] Segment 4065549f-6399-4362-9e53-42249e21379a resource provider aggregate not found 2026-05-29 15:12:23.618 8 INFO neutron.services.segments.plugin [-] Segment 4065549f-6399-4362-9e53-42249e21379a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4065549f-6399-4362-9e53-42249e21379a found for delete ", "request_id": "req-4248a036-0a9a-400c-b7a8-7e59ba59470c"}]} 2026-05-29 15:12:23.625 8 INFO neutron.services.segments.plugin [-] Segment 4065549f-6399-4362-9e53-42249e21379a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4065549f-6399-4362-9e53-42249e21379a found for delete ", "request_id": "req-c279a1ac-7ca5-4ade-b3f3-0aa3cad8ff36"}]} [pid: 7|app: 0|req: 752/1487] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:24 2026] GET /v2.0/security-groups?tenant_id=f3c2894cc7364a17be8f6462f436724a&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: 736/1488] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:24 2026] DELETE /v2.0/security-groups/1a67fea1-4439-409a-8c9a-10100ddc2304 => 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: 737/1489] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:24 2026] GET /v2.0/security-groups?tenant_id=157e65768b3941df8a198a23a71339ce&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1490] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:24 2026] DELETE /v2.0/security-groups/2352dbde-5aa0-4e5e-b3a4-636ea1923887 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1491] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:24 2026] GET /v2.0/security-groups?tenant_id=a4b8728427ac43319a66faf3e00c0774&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1492] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:24 2026] DELETE /v2.0/security-groups/14eeb494-9e45-4f97-b343-bf6d9c4d0487 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1493] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:12:24 2026] POST /v2.0/security-groups => generated 1625 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1494] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:25 2026] GET /v2.0/security-groups => generated 4530 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1495] 10.0.0.240 () {34 vars in 758 bytes} [Fri May 29 15:12:25 2026] PUT /v2.0/security-groups/fc1b16c7-aed8-49be-b93e-6acc28849a69 => generated 1662 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1496] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:12:25 2026] GET /v2.0/security-groups/fc1b16c7-aed8-49be-b93e-6acc28849a69 => generated 1662 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1497] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:25 2026] DELETE /v2.0/security-groups/fc1b16c7-aed8-49be-b93e-6acc28849a69 => 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: 757/1498] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:25.418 8 INFO neutron.api.v2.resource [None req-15515419-78f0-4b6e-b7e0-b67f322f30e3 f7caf279cd7240898e0d8dac0c9ceff7 08bfcd7d1af8452c881cf658d179ce16 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 742/1499] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:25 2026] DELETE /v2.0/security-groups/fc1b16c7-aed8-49be-b93e-6acc28849a69 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1500] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:12:25 2026] POST /v2.0/security-groups => generated 1625 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1501] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:12:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1502] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:25 2026] GET /v2.0/security-group-rules/dab078eb-8add-4d84-9d37-20e571976578 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1503] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:25 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1504] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:25 2026] DELETE /v2.0/security-group-rules/dab078eb-8add-4d84-9d37-20e571976578 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1505] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:25 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: 761/1506] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:12:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1507] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:25 2026] GET /v2.0/security-group-rules/778ed2c5-7a38-46a8-884a-f664c5f86f4a => 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: 762/1508] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1509] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:26 2026] DELETE /v2.0/security-group-rules/778ed2c5-7a38-46a8-884a-f664c5f86f4a => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1510] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:26.277 8 INFO neutron.db.securitygroups_db [None req-99b1f0c1-1952-46dd-ac12-fdb7d24c13c1 f7caf279cd7240898e0d8dac0c9ceff7 08bfcd7d1af8452c881cf658d179ce16 - - default default] Project 08bfcd7d1af8452c881cf658d179ce16 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: 748/1511] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:12:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1512] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:26 2026] GET /v2.0/security-group-rules/cb553c04-5d15-4d4b-a3e6-eab386eaf35a => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1513] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:26 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1514] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:26 2026] DELETE /v2.0/security-group-rules/cb553c04-5d15-4d4b-a3e6-eab386eaf35a => 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: 750/1515] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1516] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:26 2026] DELETE /v2.0/security-groups/3e750bd9-9140-4d83-9c99-069563b05e26 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1517] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1518] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1519] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:27 2026] GET /v2.0/security-groups?tenant_id=08bfcd7d1af8452c881cf658d179ce16&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1520] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:27 2026] DELETE /v2.0/security-groups/23277b54-0712-4e06-881b-902418ff034c => 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: 753/1521] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:27 2026] GET /v2.0/security-groups?tenant_id=cc4187eb981f4535b5afdff1dab04bd3&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1522] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:27 2026] DELETE /v2.0/security-groups/735fea49-bd7f-4cbf-818e-a23f4c585851 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:28.532 8 INFO neutron.db.segments_db [None req-3d553faa-6e21-4a9c-b41f-8d2cecb577e9 a5b1a04b682a40959507fa6818af201f 2e6dec163e46445182461fc708796867 - - default default] Added segment 0929825c-a8a2-4253-8e5e-0fc908978be8 of type vxlan for network 007b5b3d-2384-4793-b2df-8fa24c4d1784 [pid: 8|app: 0|req: 754/1523] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:28 2026] POST /v2.0/networks => generated 632 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:28.677 7 INFO neutron.db.segments_db [None req-da241deb-ed4d-4892-9cae-87340ef46f2d a5b1a04b682a40959507fa6818af201f 2e6dec163e46445182461fc708796867 - - default default] Added segment a261b85f-eb7e-4394-926c-83dc0525f6a5 of type vxlan for network 6b6aebf0-4890-4127-ab4b-a2c20c39dfe3 [pid: 7|app: 0|req: 770/1524] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:28 2026] POST /v2.0/networks => generated 632 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1525] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:12:28 2026] PUT /v2.0/networks/007b5b3d-2384-4793-b2df-8fa24c4d1784/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1526] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:12:28 2026] GET /v2.0/networks/007b5b3d-2384-4793-b2df-8fa24c4d1784/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1527] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:12:28 2026] PUT /v2.0/networks/6b6aebf0-4890-4127-ab4b-a2c20c39dfe3/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1528] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:12:28 2026] GET /v2.0/networks/6b6aebf0-4890-4127-ab4b-a2c20c39dfe3/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1529] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:12:29 2026] PUT /v2.0/networks/6b6aebf0-4890-4127-ab4b-a2c20c39dfe3/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1530] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/networks/6b6aebf0-4890-4127-ab4b-a2c20c39dfe3/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1531] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/networks/007b5b3d-2384-4793-b2df-8fa24c4d1784/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: 775/1532] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:29.340 7 INFO neutron.services.segments.plugin [-] Segment 0929825c-a8a2-4253-8e5e-0fc908978be8 resource provider aggregate not found 2026-05-29 15:12:29.346 7 INFO neutron.services.segments.plugin [-] Segment 0929825c-a8a2-4253-8e5e-0fc908978be8 resource provider aggregate not found 2026-05-29 15:12:29.361 7 INFO neutron.services.segments.plugin [-] Segment 0929825c-a8a2-4253-8e5e-0fc908978be8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0929825c-a8a2-4253-8e5e-0fc908978be8 found for delete ", "request_id": "req-0c92fe8b-edca-401b-a4b9-1757cd96791c"}]} 2026-05-29 15:12:29.362 7 INFO neutron.services.segments.plugin [-] Segment 0929825c-a8a2-4253-8e5e-0fc908978be8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0929825c-a8a2-4253-8e5e-0fc908978be8 found for delete ", "request_id": "req-adbad526-bec5-4014-9ace-7631aa4453a3"}]} [pid: 7|app: 0|req: 776/1533] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:29 2026] DELETE /v2.0/networks/007b5b3d-2384-4793-b2df-8fa24c4d1784 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1534] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 8|app: 0|req: 758/1535] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:12:29 2026] POST /v2.0/security-groups => generated 1624 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1536] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/security-groups => generated 4529 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1537] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:29 2026] DELETE /v2.0/networks/6b6aebf0-4890-4127-ab4b-a2c20c39dfe3 => 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: 760/1538] 10.0.0.240 () {34 vars in 758 bytes} [Fri May 29 15:12:29 2026] PUT /v2.0/security-groups/13fb4a47-02ba-4ba9-b80f-17947f993efd => generated 1664 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1539] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/security-groups/13fb4a47-02ba-4ba9-b80f-17947f993efd => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1540] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => 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: 780/1541] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 762/1542] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:29 2026] DELETE /v2.0/security-groups/13fb4a47-02ba-4ba9-b80f-17947f993efd => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1543] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:29.708 8 INFO neutron.api.v2.resource [None req-81510bc9-c18d-4df0-9951-5b0a2433539b d8d9a9ca23644b34bc17c833cbadb8eb 12a6b88399594f55a7ad3c97e828a49f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 763/1544] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:29 2026] DELETE /v2.0/security-groups/13fb4a47-02ba-4ba9-b80f-17947f993efd => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1545] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:12:29 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1546] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:12:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1547] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/security-group-rules/cb1de60d-7944-4b0c-bc84-6b602b14f14e => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1548] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1549] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:30 2026] DELETE /v2.0/security-group-rules/cb1de60d-7944-4b0c-bc84-6b602b14f14e => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1550] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1551] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:12:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1552] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-group-rules/9ac03921-e094-4d95-a585-143ce405701f => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1553] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1554] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-groups?tenant_id=2e6dec163e46445182461fc708796867&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1555] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:30 2026] DELETE /v2.0/security-group-rules/9ac03921-e094-4d95-a585-143ce405701f => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1556] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:30 2026] DELETE /v2.0/security-groups/b2c8979f-e6c1-4049-a4ed-b89f350df3a4 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1557] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1558] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:12:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1559] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-group-rules/17fcc446-4e1a-4530-b7a3-321e748885e4 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1560] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-groups?tenant_id=58531c74f2534a4da96c7370e70909b6&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1561] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1562] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:12:30 2026] DELETE /v2.0/security-group-rules/17fcc446-4e1a-4530-b7a3-321e748885e4 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1563] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:30 2026] DELETE /v2.0/security-groups/e694a796-e13e-4a98-9395-54774b1e76f6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1564] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => 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: 774/1565] 10.0.0.240 () {32 vars in 673 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1566] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 775/1567] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:30 2026] DELETE /v2.0/security-groups/ad2f2d1f-f204-4fe1-81cb-2e15aca107b3 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1568] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:30 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: 8|app: 0|req: 776/1569] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:12:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:31.380 7 INFO neutron.services.segments.plugin [-] Segment a261b85f-eb7e-4394-926c-83dc0525f6a5 resource provider aggregate not found 2026-05-29 15:12:31.384 7 INFO neutron.services.segments.plugin [-] Segment a261b85f-eb7e-4394-926c-83dc0525f6a5 resource provider aggregate not found 2026-05-29 15:12:31.398 7 INFO neutron.services.segments.plugin [-] Segment a261b85f-eb7e-4394-926c-83dc0525f6a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a261b85f-eb7e-4394-926c-83dc0525f6a5 found for delete ", "request_id": "req-7a5fbb45-fc01-4c1c-ac4e-3f02bd3d3327"}]} 2026-05-29 15:12:31.400 7 INFO neutron.services.segments.plugin [-] Segment a261b85f-eb7e-4394-926c-83dc0525f6a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a261b85f-eb7e-4394-926c-83dc0525f6a5 found for delete ", "request_id": "req-4ad0fbf2-7c16-4f0c-9bfc-7385eafe48a9"}]} [pid: 7|app: 0|req: 794/1570] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:31 2026] GET /v2.0/security-groups?tenant_id=12a6b88399594f55a7ad3c97e828a49f&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1573] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:31 2026] DELETE /v2.0/security-groups/c6b43b3a-31f8-4d2f-8c0d-96cd9d262db4 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1574] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:31 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1575] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:12:31 2026] GET /v2.0/security-groups?id=ce1224bd-35a0-48af-afc3-6ed4668c74de&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: 798/1576] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:12:32 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:32.324 8 INFO neutron_taas.services.taas.taas_plugin [req-578fc836-6605-4e01-ab59-5d5db1d02a91 req-1e037481-978b-4c16-b0f6-425f79ede9fc 70e6d53e5754477ba488170e47a25d15 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] TaaS: Handle Delete Port: 7f7afd24-55f4-43f0-a39a-cb511e548227 2026-05-29 15:12:32.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-578fc836-6605-4e01-ab59-5d5db1d02a91 req-1e037481-978b-4c16-b0f6-425f79ede9fc 70e6d53e5754477ba488170e47a25d15 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] Tap Mirror: Handle Delete Port: 7f7afd24-55f4-43f0-a39a-cb511e548227 2026-05-29 15:12:32.422 8 INFO neutron.db.l3_db [req-578fc836-6605-4e01-ab59-5d5db1d02a91 req-1e037481-978b-4c16-b0f6-425f79ede9fc 70e6d53e5754477ba488170e47a25d15 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] Floating IP 36d9c3ec-6e37-4568-aa7e-d946b8bb54c6 disassociated. External IP: 10.96.250.209, port: 7f7afd24-55f4-43f0-a39a-cb511e548227. [pid: 8|app: 0|req: 779/1577] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:12:32 2026] DELETE /v2.0/ports/7f7afd24-55f4-43f0-a39a-cb511e548227 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:32.757 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c928275a-e9f9-4e3a-8972-58b670d7fa68'] response: {'server_uuid': 'af256d96-1143-4e11-a8e3-1e846d2256b8', 'name': 'network-vif-deleted', 'tag': '7f7afd24-55f4-43f0-a39a-cb511e548227', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 799/1578] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:32 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1579] 10.0.0.240 () {32 vars in 623 bytes} [Fri May 29 15:12:33 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: 800/1580] 10.0.0.240 () {32 vars in 633 bytes} [Fri May 29 15:12:33 2026] GET /v2.0/ => generated 632 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1581] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:34 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1582] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:33 2026] GET /v2.0/security-groups?tenant_id=f479b988d2974ff2a681c245be9574d4&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1583] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:34 2026] DELETE /v2.0/security-groups/7979e5a5-e591-483d-8833-287ec4ed2dab => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1584] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:12:35 2026] GET /v2.0/ports?device_id=af256d96-1143-4e11-a8e3-1e846d2256b8 => 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: 803/1585] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:36 2026] DELETE /v2.0/security-groups/ce1224bd-35a0-48af-afc3-6ed4668c74de => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:36.335 8 INFO neutron.api.v2.resource [None req-d297b798-1e1b-4c4e-838b-b70be4737de5 70e6d53e5754477ba488170e47a25d15 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1586] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:12:36 2026] GET /v2.0/security-groups/ce1224bd-35a0-48af-afc3-6ed4668c74de => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:36.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-b329c0eb-3593-448e-946f-750b3c78ba62 70e6d53e5754477ba488170e47a25d15 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] TaaS: Handle Delete Port: bed4a899-74c7-4661-8f5f-4816bd7243be 2026-05-29 15:12:36.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b329c0eb-3593-448e-946f-750b3c78ba62 70e6d53e5754477ba488170e47a25d15 3a7777464a154bc9b61a4cd9b3c7f62c - - default default] Tap Mirror: Handle Delete Port: bed4a899-74c7-4661-8f5f-4816bd7243be [pid: 7|app: 0|req: 804/1587] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:36 2026] DELETE /v2.0/floatingips/36d9c3ec-6e37-4568-aa7e-d946b8bb54c6 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:36.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-86e46646-4fd3-4df5-89c0-54d0a09d715b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: bc25e826-094a-40a6-af63-4645c38ff833 2026-05-29 15:12:36.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e46646-4fd3-4df5-89c0-54d0a09d715b 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: bc25e826-094a-40a6-af63-4645c38ff833 [pid: 8|app: 0|req: 784/1588] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:12:36 2026] PUT /v2.0/routers/b76c7e65-c67a-4e29-bc92-e676c0249e66/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:37.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ca97d29-0975-4302-8cbf-2c2ef14b5900 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 71d4bf85-4176-40df-ba6a-18dc5342ac18 2026-05-29 15:12:37.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca97d29-0975-4302-8cbf-2c2ef14b5900 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 71d4bf85-4176-40df-ba6a-18dc5342ac18 2026-05-29 15:12:37.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ca97d29-0975-4302-8cbf-2c2ef14b5900 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 0c9270a7-fe3f-4d52-ad7a-dbf3f244e39e 2026-05-29 15:12:37.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca97d29-0975-4302-8cbf-2c2ef14b5900 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 0c9270a7-fe3f-4d52-ad7a-dbf3f244e39e 2026-05-29 15:12:38.343 7 INFO neutron.services.segments.plugin [-] Segment 301002f9-10f3-4553-bed2-d419d55f5d45 resource provider aggregate not found 2026-05-29 15:12:38.356 7 INFO neutron.services.segments.plugin [-] Segment 301002f9-10f3-4553-bed2-d419d55f5d45 resource provider aggregate not found 2026-05-29 15:12:38.375 7 INFO neutron.services.segments.plugin [-] Segment 301002f9-10f3-4553-bed2-d419d55f5d45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 301002f9-10f3-4553-bed2-d419d55f5d45 found for delete ", "request_id": "req-56627856-c3a1-4f37-b1ba-93c70e396961"}]} 2026-05-29 15:12:38.378 7 INFO neutron.services.segments.plugin [-] Segment 301002f9-10f3-4553-bed2-d419d55f5d45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 301002f9-10f3-4553-bed2-d419d55f5d45 found for delete ", "request_id": "req-a040dfd7-74fb-4eae-bc6a-94d3014d767f"}]} 2026-05-29 15:12:38.385 7 INFO neutron.db.l3_hamode_db [None req-8ca97d29-0975-4302-8cbf-2c2ef14b5900 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network ddfd1676-69da-4db7-b92d-a06bb0ec835b was deleted as no HA routers are present in tenant 3a7777464a154bc9b61a4cd9b3c7f62c. [pid: 7|app: 0|req: 805/1589] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:37 2026] DELETE /v2.0/routers/b76c7e65-c67a-4e29-bc92-e676c0249e66 => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1590] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:38 2026] DELETE /v2.0/subnets/a7897263-1080-4d73-8c91-dc99355194ef => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:38.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d3c4dfd-7ad2-4b4a-be20-d3cd65bfff13 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: e5a23a29-eee8-4c1b-b80d-b418c8707842 2026-05-29 15:12:38.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d3c4dfd-7ad2-4b4a-be20-d3cd65bfff13 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: e5a23a29-eee8-4c1b-b80d-b418c8707842 [pid: 7|app: 0|req: 806/1591] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:38 2026] DELETE /v2.0/networks/7051494e-8f51-41a3-823e-8e34e63f2ad5 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1592] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:39 2026] GET /v2.0/security-groups?tenant_id=3a7777464a154bc9b61a4cd9b3c7f62c&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1593] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:39 2026] DELETE /v2.0/security-groups/ec5e289a-c27a-4077-8a2e-81c719e0fd8b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1594] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:39 2026] GET /v2.0/security-groups?tenant_id=8a1d79cbe1c54cf9ada5f891564751cb&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1595] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:39 2026] DELETE /v2.0/security-groups/afbeaf44-b36d-4ada-ab78-577687771a60 => 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: 808/1596] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:39 2026] GET /v2.0/security-groups?tenant_id=58c80bafad8c4ae9bb8f8fabcf73f2f0&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1597] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:39 2026] DELETE /v2.0/security-groups/bf14d265-a38c-44f2-8d5a-c479f15a306d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:40.394 7 INFO neutron.services.segments.plugin [-] Segment 246d9672-921e-4cc0-a72f-bee166016555 resource provider aggregate not found 2026-05-29 15:12:40.399 7 INFO neutron.services.segments.plugin [-] Segment 246d9672-921e-4cc0-a72f-bee166016555 resource provider aggregate not found 2026-05-29 15:12:40.414 7 INFO neutron.services.segments.plugin [-] Segment 246d9672-921e-4cc0-a72f-bee166016555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 246d9672-921e-4cc0-a72f-bee166016555 found for delete ", "request_id": "req-f9ac874e-bbc2-476f-9e50-0bbe12ac5a67"}]} 2026-05-29 15:12:40.420 7 INFO neutron.services.segments.plugin [-] Segment 246d9672-921e-4cc0-a72f-bee166016555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 246d9672-921e-4cc0-a72f-bee166016555 found for delete ", "request_id": "req-2ab6b815-3d84-4edf-9b9e-f16a6e996e0f"}]} [pid: 7|app: 0|req: 809/1598] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:40 2026] GET /v2.0/security-groups?tenant_id=7c0582572edb43a8bc37278e5195903d&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: 790/1599] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:40 2026] DELETE /v2.0/security-groups/c2d62633-f19f-42bc-9e94-a8f584f84680 => 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: 810/1600] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:43 2026] GET /v2.0/security-groups?tenant_id=5ed710ff6657497988e8f8e053d6dcce&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1601] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:43 2026] DELETE /v2.0/security-groups/1d662cea-e647-4148-aeb2-c8351e3488af => 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: 811/1602] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:44 2026] GET /v2.0/security-groups?tenant_id=2748aefa87f74218ba38e2ce62d98c9b&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: 812/1603] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:44 2026] DELETE /v2.0/security-groups/157e4939-c73d-4c2c-86fe-0a279538252f => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1604] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:12:44 2026] POST /v2.0/floatingips => generated 552 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1605] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:12:44 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1606] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:12:45 2026] POST /v2.0/floatingips => generated 552 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1607] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:12:45 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1610] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:12:46 2026] POST /v2.0/floatingips => generated 552 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1611] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:12:46 2026] PUT /v2.0/floatingips/b72c3295-de58-4c43-bd25-5a43943f3ee6/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1612] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:12:46 2026] PUT /v2.0/floatingips/82b05af6-c133-4b36-aaa9-807de1adfe8f/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1613] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:12:46 2026] PUT /v2.0/floatingips/af26a0f1-ea29-481f-a979-cc29b0059767/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1614] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:12:47 2026] PUT /v2.0/floatingips/538cbc7b-81bb-40cb-90e6-5bd952cadff3/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1615] 10.0.0.240 () {32 vars in 672 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1616] 10.0.0.240 () {32 vars in 686 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1617] 10.0.0.240 () {32 vars in 682 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1618] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1619] 10.0.0.240 () {32 vars in 680 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1620] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1621] 10.0.0.240 () {32 vars in 690 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1622] 10.0.0.240 () {32 vars in 702 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:48.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4482963-5a78-4172-ba69-b0ea7c924eba 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] TaaS: Handle Delete Port: 4352a7f1-f6e0-4bef-822f-9f74cb1e719f 2026-05-29 15:12:48.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4482963-5a78-4172-ba69-b0ea7c924eba 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] Tap Mirror: Handle Delete Port: 4352a7f1-f6e0-4bef-822f-9f74cb1e719f [pid: 8|app: 0|req: 800/1623] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:47 2026] GET /v2.0/security-groups?tenant_id=d6311ee9b35e4c1597a4b9bf1bf6c78e&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1624] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:48 2026] DELETE /v2.0/security-groups/cefa09bb-bb1e-4f48-8b4b-4e2a668bc441 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1625] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:47 2026] DELETE /v2.0/floatingips/b72c3295-de58-4c43-bd25-5a43943f3ee6 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:48.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e7a2083-d132-45fe-96c8-7a9595f8a615 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] TaaS: Handle Delete Port: 212b8301-e0df-4301-970a-027dbebed7e8 2026-05-29 15:12:48.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e7a2083-d132-45fe-96c8-7a9595f8a615 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] Tap Mirror: Handle Delete Port: 212b8301-e0df-4301-970a-027dbebed7e8 [pid: 7|app: 0|req: 825/1626] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:48 2026] GET /v2.0/security-groups?tenant_id=6028c073ffbf4069a046cc2f1caa3a09&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1627] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:48 2026] DELETE /v2.0/floatingips/82b05af6-c133-4b36-aaa9-807de1adfe8f => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1628] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:48 2026] DELETE /v2.0/security-groups/1971d6b0-fc60-43e6-b477-0325ad4ede5b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:48.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0396bec-3e56-4761-abed-f19dbe3ac23e 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] TaaS: Handle Delete Port: 6e8adbdc-20fc-4435-a533-e1cdf349e157 2026-05-29 15:12:48.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0396bec-3e56-4761-abed-f19dbe3ac23e 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] Tap Mirror: Handle Delete Port: 6e8adbdc-20fc-4435-a533-e1cdf349e157 [pid: 8|app: 0|req: 803/1629] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:48 2026] DELETE /v2.0/floatingips/af26a0f1-ea29-481f-a979-cc29b0059767 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:48.827 7 INFO neutron_taas.services.taas.taas_plugin [None req-2406c472-f0d4-43b9-87ec-80219f494e8b 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] TaaS: Handle Delete Port: c169a955-a82d-47dd-ae7e-303d3963ace7 2026-05-29 15:12:48.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2406c472-f0d4-43b9-87ec-80219f494e8b 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] Tap Mirror: Handle Delete Port: c169a955-a82d-47dd-ae7e-303d3963ace7 [pid: 7|app: 0|req: 827/1630] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:48 2026] DELETE /v2.0/floatingips/538cbc7b-81bb-40cb-90e6-5bd952cadff3 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:49.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-b27ee309-397d-4dc7-849e-8b29128d794a 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] TaaS: Handle Delete Port: dc396a73-30de-46ef-966c-e0052c6b654d 2026-05-29 15:12:49.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b27ee309-397d-4dc7-849e-8b29128d794a 7176848b02bf4fa69d507a7e5bd972a1 a5f652eb38bc4f29836b33e6c496c68d - - default default] Tap Mirror: Handle Delete Port: dc396a73-30de-46ef-966c-e0052c6b654d [pid: 8|app: 0|req: 804/1631] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:12:48 2026] DELETE /v2.0/floatingips/eec20a6d-8de5-4cfc-996d-4006c8f0bf28 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1632] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:49 2026] GET /v2.0/security-groups?tenant_id=647183145b9a4f759988da371ef0f008&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1633] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:50 2026] DELETE /v2.0/security-groups/2559aaa1-3d2a-4787-ba7b-e9d7ac4b1f23 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1634] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:50 2026] GET /v2.0/security-groups?tenant_id=a5f652eb38bc4f29836b33e6c496c68d&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1635] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:50 2026] DELETE /v2.0/security-groups/ee1d8ba8-9645-4991-bf10-f4a3192d9c1e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:50.677 7 INFO neutron.db.segments_db [None req-a446142f-f8c4-415c-be3a-9372fa80ecc4 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Added segment 10fa2bab-752c-462e-bf6f-c64bb5f91092 of type vxlan for network adcb5ed9-25d3-4f2a-8180-1125a014b641 2026-05-29 15:12:50.744 7 INFO neutron.db.segments_db [None req-a446142f-f8c4-415c-be3a-9372fa80ecc4 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Added segment 1b5f453a-8ad4-45b8-a505-7f45b4185d51 of type vxlan for network c6cee9b2-7f32-4dd8-9dc5-5e8a069fec02 [pid: 7|app: 0|req: 829/1636] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:50 2026] POST /v2.0/networks => generated 1245 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1637] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:50 2026] GET /v2.0/security-groups?tenant_id=0067d69269d64a12b4c7f880a9333304&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1638] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:12:50 2026] GET /v2.0/networks => generated 1844 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1639] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:50 2026] GET /v2.0/security-groups?tenant_id=d772f4c21b5a41fbae5acc897fa50568&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1640] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:51 2026] DELETE /v2.0/security-groups/bf1c0e3e-cea0-4e1d-85a6-575fa7563604 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:51.173 8 INFO neutron.services.segments.plugin [-] Segment 10fa2bab-752c-462e-bf6f-c64bb5f91092 resource provider aggregate not found 2026-05-29 15:12:51.182 8 INFO neutron.services.segments.plugin [-] Segment 10fa2bab-752c-462e-bf6f-c64bb5f91092 resource provider aggregate not found 2026-05-29 15:12:51.195 8 INFO neutron.services.segments.plugin [-] Segment 10fa2bab-752c-462e-bf6f-c64bb5f91092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fa2bab-752c-462e-bf6f-c64bb5f91092 found for delete ", "request_id": "req-90e8431a-9e1a-4bf8-b6a9-e392800be281"}]} 2026-05-29 15:12:51.204 8 INFO neutron.services.segments.plugin [-] Segment 10fa2bab-752c-462e-bf6f-c64bb5f91092 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fa2bab-752c-462e-bf6f-c64bb5f91092 found for delete ", "request_id": "req-471ff79d-e321-421f-85cc-b497063b34bf"}]} [pid: 8|app: 0|req: 809/1641] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:51 2026] DELETE /v2.0/networks/adcb5ed9-25d3-4f2a-8180-1125a014b641 => 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: 833/1642] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:51 2026] DELETE /v2.0/security-groups/dd8b2422-edb9-4c88-9049-01f92e81b71d => 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: 810/1643] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:51 2026] DELETE /v2.0/networks/c6cee9b2-7f32-4dd8-9dc5-5e8a069fec02 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1644] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:12:51 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:51.449 8 INFO neutron.db.segments_db [None req-4c5ca9c3-4d80-43b0-af5f-dd7bee4a0e08 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Added segment 053ef2c0-2d23-4ec7-9b9c-ca5f08913a3d of type vxlan for network b7f5b81f-3a6f-42f2-92fb-c297747eb388 [pid: 8|app: 0|req: 811/1645] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:51 2026] POST /v2.0/networks => generated 650 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:51.591 7 INFO neutron.db.segments_db [None req-7e73ba61-6acf-45b3-a0ed-34a0695ba68d 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Added segment 74615ef1-823d-4147-9ac7-925c36cf6dc4 of type vxlan for network 65e50d64-2f73-410e-872b-cbdaaf34762d [pid: 7|app: 0|req: 835/1646] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:51 2026] POST /v2.0/networks => generated 650 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1647] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:12:51 2026] POST /v2.0/ports => generated 1505 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1648] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:12:52 2026] GET /v2.0/ports => generated 1505 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:12:52.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7d795b8-138e-4ad8-a620-a213392965d9 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] TaaS: Handle Delete Port: faabf9bc-f8bc-44e3-a7e3-57f3c49f40d6 2026-05-29 15:12:52.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7d795b8-138e-4ad8-a620-a213392965d9 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Tap Mirror: Handle Delete Port: faabf9bc-f8bc-44e3-a7e3-57f3c49f40d6 [pid: 8|app: 0|req: 813/1649] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:12:52 2026] DELETE /v2.0/ports/faabf9bc-f8bc-44e3-a7e3-57f3c49f40d6 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:52.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b881e2a-78e9-4922-bd5b-4138c3693cea 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] TaaS: Handle Delete Port: 995726bb-dec7-4e3f-8544-0ad5085a47bd 2026-05-29 15:12:52.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b881e2a-78e9-4922-bd5b-4138c3693cea 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Tap Mirror: Handle Delete Port: 995726bb-dec7-4e3f-8544-0ad5085a47bd [pid: 7|app: 0|req: 837/1650] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:12:52 2026] DELETE /v2.0/ports/995726bb-dec7-4e3f-8544-0ad5085a47bd => 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: 814/1651] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:12:52 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-05-29 15:12:52.849 7 INFO neutron.db.segments_db [None req-3d40f1c2-78b3-4e3e-a05f-d22d1e706b63 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Added segment 29e95022-7829-43f6-924f-c9f0c357c2b2 of type vxlan for network 0db4bce1-9be7-4ef9-b937-41c98407360e [pid: 7|app: 0|req: 838/1652] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:52 2026] POST /v2.0/networks => generated 649 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:52.988 7 INFO neutron.db.segments_db [None req-3931f8bd-7656-4be2-9962-23647d08e4fe 9a49ec7d37df4805b98e64b9fbb49582 33577af9dd5748bba4e8c3caaceca44a - - default default] Added segment 1ebf0345-f47c-4d9b-8fa3-72dcbd86abf5 of type vxlan for network baf799ff-a5be-4686-8889-cca1b1b34bad [pid: 7|app: 0|req: 839/1653] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:52 2026] POST /v2.0/networks => generated 649 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:53.213 8 INFO neutron.services.segments.plugin [-] Segment 1b5f453a-8ad4-45b8-a505-7f45b4185d51 resource provider aggregate not found 2026-05-29 15:12:53.232 8 INFO neutron.services.segments.plugin [-] Segment 1b5f453a-8ad4-45b8-a505-7f45b4185d51 resource provider aggregate not found 2026-05-29 15:12:53.237 8 INFO neutron.services.segments.plugin [-] Segment 1b5f453a-8ad4-45b8-a505-7f45b4185d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b5f453a-8ad4-45b8-a505-7f45b4185d51 found for delete ", "request_id": "req-efe5c0d9-68a7-4e23-ad87-47eb5096b942"}]} 2026-05-29 15:12:53.242 8 INFO neutron.db.segments_db [None req-df6ea7dc-f05d-44b7-96a7-5c1ffcae41ba 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 3c57e4cc-43c8-4ce5-b6db-adda446f87b8 of type vxlan for network afac693f-a525-4fae-84c6-dbdf4b61281f 2026-05-29 15:12:53.254 8 INFO neutron.services.segments.plugin [-] Segment 1b5f453a-8ad4-45b8-a505-7f45b4185d51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b5f453a-8ad4-45b8-a505-7f45b4185d51 found for delete ", "request_id": "req-09cb1f5f-c64a-4881-a229-1370b661e767"}]} [pid: 8|app: 0|req: 815/1654] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:12:52 2026] POST /v2.0/networks => generated 741 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1655] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:53 2026] POST /v2.0/subnets => generated 688 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1656] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:53 2026] POST /v2.0/subnets => generated 1273 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1657] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:12:53 2026] GET /v2.0/subnets => generated 1909 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:53.561 8 INFO neutron.db.segments_db [None req-be590aac-9581-47aa-a2c3-0247fdeb0b87 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment 16e0cb9b-d28c-4796-b527-4129d7001bb3 of type vxlan for network 18ce0760-9c2a-482a-bbb0-4ce7509ce527 [pid: 7|app: 0|req: 842/1658] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:53 2026] DELETE /v2.0/subnets/b1cea995-8ab9-4d5e-a3f4-9cee66473918 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1659] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:53 2026] DELETE /v2.0/subnets/9688d508-a3d8-47de-9a7b-17a294af54bf => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:53.779 8 INFO neutron.db.l3_hamode_db [None req-be590aac-9581-47aa-a2c3-0247fdeb0b87 25905a5d54224d51af2398f8ac2bb74d 942e12eb42a84386917c98a9cefe1458 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 844/1660] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:12:53 2026] GET /v2.0/subnets => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:12:53.888 7 INFO neutron.services.segments.plugin [-] Segment 1ebf0345-f47c-4d9b-8fa3-72dcbd86abf5 resource provider aggregate not found 2026-05-29 15:12:53.893 7 INFO neutron.services.segments.plugin [-] Segment 1ebf0345-f47c-4d9b-8fa3-72dcbd86abf5 resource provider aggregate not found 2026-05-29 15:12:53.911 7 INFO neutron.services.segments.plugin [-] Segment 1ebf0345-f47c-4d9b-8fa3-72dcbd86abf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ebf0345-f47c-4d9b-8fa3-72dcbd86abf5 found for delete ", "request_id": "req-1653edd2-ffa4-4474-be6d-be7f100e132d"}]} 2026-05-29 15:12:53.919 7 INFO neutron.services.segments.plugin [-] Segment 1ebf0345-f47c-4d9b-8fa3-72dcbd86abf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ebf0345-f47c-4d9b-8fa3-72dcbd86abf5 found for delete ", "request_id": "req-2b5e45df-add6-410a-9ecd-63e00b812b58"}]} [pid: 7|app: 0|req: 845/1661] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:53 2026] DELETE /v2.0/networks/baf799ff-a5be-4686-8889-cca1b1b34bad => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1662] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:53 2026] DELETE /v2.0/networks/0db4bce1-9be7-4ef9-b937-41c98407360e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1663] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:54 2026] DELETE /v2.0/networks/65e50d64-2f73-410e-872b-cbdaaf34762d => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:54.498 8 INFO neutron.db.l3_hamode_db [None req-be590aac-9581-47aa-a2c3-0247fdeb0b87 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:12:54.499 7 INFO neutron.db.segments_db [None req-0fa72843-e273-413f-933d-30e67666ab81 1102f7b971e04eb39497ee4bdbd0bfd3 2849527ec018499aaaa3a69ddb6cb2f5 - - default default] Added segment d9c982eb-4a51-424c-acd6-b9e426abbe85 of type vxlan for network b719f1f5-e407-4d43-b3ed-e9edc85e5555 [pid: 7|app: 0|req: 848/1664] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:54 2026] POST /v2.0/networks => generated 632 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1665] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:54 2026] DELETE /v2.0/networks/b7f5b81f-3a6f-42f2-92fb-c297747eb388 => 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: 850/1666] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:12:54 2026] POST /v2.0/ports => generated 743 bytes in 281 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: 851/1667] 10.0.0.240 () {34 vars in 747 bytes} [Fri May 29 15:12:55 2026] PUT /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 852/1668] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 853/1669] 10.0.0.240 () {34 vars in 758 bytes} [Fri May 29 15:12:55 2026] PUT /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags/green => generated 4 bytes in 85 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: 854/1670] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/security-groups?tenant_id=33577af9dd5748bba4e8c3caaceca44a&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1671] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/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: 817/1672] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:53 2026] POST /v2.0/routers => generated 728 bytes in 1867 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: 818/1673] 10.0.0.240 () {34 vars in 754 bytes} [Fri May 29 15:12:55 2026] PUT /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags/red => generated 4 bytes in 77 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: 856/1674] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:55 2026] DELETE /v2.0/security-groups/5079c592-c315-4649-9173-81692dcbe8ec => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1675] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 858/1676] 10.0.0.240 () {34 vars in 776 bytes} [Fri May 29 15:12:55 2026] PUT /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags/black.or.white => generated 4 bytes in 121 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: 859/1677] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/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: 860/1678] 10.0.0.240 () {34 vars in 747 bytes} [Fri May 29 15:12:55 2026] PUT /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 861/1679] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 862/1680] 10.0.0.240 () {32 vars in 735 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags/red => generated 0 bytes in 64 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-05-29 15:12:55.942 7 INFO neutron.services.segments.plugin [-] Segment 29e95022-7829-43f6-924f-c9f0c357c2b2 resource provider aggregate not found 2026-05-29 15:12:55.946 7 INFO neutron.services.segments.plugin [-] Segment 29e95022-7829-43f6-924f-c9f0c357c2b2 resource provider aggregate not found 2026-05-29 15:12:55.972 7 INFO neutron.services.segments.plugin [-] Segment 29e95022-7829-43f6-924f-c9f0c357c2b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29e95022-7829-43f6-924f-c9f0c357c2b2 found for delete ", "request_id": "req-76e4524d-a98c-42ef-b369-2be519dde113"}]} 2026-05-29 15:12:55.980 7 INFO neutron.services.segments.plugin [-] Segment 29e95022-7829-43f6-924f-c9f0c357c2b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29e95022-7829-43f6-924f-c9f0c357c2b2 found for delete ", "request_id": "req-3bec7c62-d4b2-47ee-9b2c-c0976132d045"}]} 2026-05-29 15:12:55.991 7 INFO neutron.services.segments.plugin [-] Segment 74615ef1-823d-4147-9ac7-925c36cf6dc4 resource provider aggregate not found 2026-05-29 15:12:55.997 7 INFO neutron.services.segments.plugin [-] Segment 74615ef1-823d-4147-9ac7-925c36cf6dc4 resource provider aggregate not found 2026-05-29 15:12:56.015 7 INFO neutron.services.segments.plugin [-] Segment 74615ef1-823d-4147-9ac7-925c36cf6dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74615ef1-823d-4147-9ac7-925c36cf6dc4 found for delete ", "request_id": "req-f3af516f-ca7b-4dc1-ad9b-d25c8efb8c94"}]} 2026-05-29 15:12:56.018 7 INFO neutron.services.segments.plugin [-] Segment 74615ef1-823d-4147-9ac7-925c36cf6dc4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74615ef1-823d-4147-9ac7-925c36cf6dc4 found for delete ", "request_id": "req-d24bfaa0-84b2-4052-914e-7f225c57918b"}]} 2026-05-29 15:12:56.035 7 INFO neutron.services.segments.plugin [-] Segment 053ef2c0-2d23-4ec7-9b9c-ca5f08913a3d resource provider aggregate not found 2026-05-29 15:12:56.039 7 INFO neutron.services.segments.plugin [-] Segment 053ef2c0-2d23-4ec7-9b9c-ca5f08913a3d resource provider aggregate not found 2026-05-29 15:12:56.047 7 INFO neutron.api.v2.resource [None req-ed25eead-2eb5-4c8a-9522-873bb4e6495b 1102f7b971e04eb39497ee4bdbd0bfd3 2849527ec018499aaaa3a69ddb6cb2f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 863/1681] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:12:55 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags/green => generated 99 bytes in 149 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, ' 2026-05-29 15:12:56.064 7 INFO neutron.services.segments.plugin [-] Segment 053ef2c0-2d23-4ec7-9b9c-ca5f08913a3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053ef2c0-2d23-4ec7-9b9c-ca5f08913a3d found for delete ", "request_id": "req-a8612c83-250a-4f2e-9c67-c67c486c090a"}]} 2026-05-29 15:12:56.071 7 INFO neutron.services.segments.plugin [-] Segment 053ef2c0-2d23-4ec7-9b9c-ca5f08913a3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 053ef2c0-2d23-4ec7-9b9c-ca5f08913a3d found for delete ", "request_id": "req-6a5f716b-aa17-4a61-b0ed-ae73ba8dfce6"}]} [pid: 7|app: 0|req: 864/1682] 10.0.0.240 () {32 vars in 738 bytes} [Fri May 29 15:12:56 2026] DELETE /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags/red => generated 0 bytes in 90 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: 865/1683] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:12:56 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 30 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, ' 2026-05-29 15:12:56.286 7 INFO neutron.api.v2.resource [None req-c9f71ef8-424c-4b25-94d5-6a33440e5fed 1102f7b971e04eb39497ee4bdbd0bfd3 2849527ec018499aaaa3a69ddb6cb2f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1684] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:12:56 2026] DELETE /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags/green => generated 99 bytes in 59 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: 867/1685] 10.0.0.240 () {32 vars in 730 bytes} [Fri May 29 15:12:56 2026] DELETE /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 868/1686] 10.0.0.240 () {32 vars in 727 bytes} [Fri May 29 15:12:56 2026] GET /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:12:56.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-8500f8f1-a63b-4dec-92c7-5620f17bb050 1102f7b971e04eb39497ee4bdbd0bfd3 2849527ec018499aaaa3a69ddb6cb2f5 - - default default] TaaS: Handle Delete Port: 4cefaa79-dcf4-464c-b40c-ed647eccd443 2026-05-29 15:12:56.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8500f8f1-a63b-4dec-92c7-5620f17bb050 1102f7b971e04eb39497ee4bdbd0bfd3 2849527ec018499aaaa3a69ddb6cb2f5 - - default default] Tap Mirror: Handle Delete Port: 4cefaa79-dcf4-464c-b40c-ed647eccd443 [pid: 7|app: 0|req: 869/1687] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:12:56 2026] DELETE /v2.0/ports/4cefaa79-dcf4-464c-b40c-ed647eccd443 => 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: 819/1688] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:12:55 2026] PUT /v2.0/routers/160c8f08-85ef-44bd-87d8-07492efba1de/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1689] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:56 2026] DELETE /v2.0/networks/b719f1f5-e407-4d43-b3ed-e9edc85e5555 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1690] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:57 2026] GET /v2.0/security-groups?tenant_id=2849527ec018499aaaa3a69ddb6cb2f5&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: 872/1691] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:57 2026] DELETE /v2.0/security-groups/12113cbd-1dfe-4712-bbd6-920d66674a3c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:57.643 8 INFO neutron.db.segments_db [None req-8bb385c6-ffba-47a5-a1fd-97815bc366f1 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] Added segment f457d29a-c75e-48f7-a11c-fc7b6df38b01 of type vxlan for network 2eb425bb-4b2a-4e54-a42c-f6d123445e31 [pid: 8|app: 0|req: 820/1692] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:57 2026] POST /v2.0/networks => generated 645 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1693] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:12:57 2026] GET /v2.0/security-groups?tenant_id=c880e03e63ff4c6788c04f92c21bd358&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:12:58.054 7 INFO neutron.db.segments_db [None req-4b9df941-ef03-447a-9325-8de8eeb358b1 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment cd7113ad-fbba-488f-bf4f-d0ecefd27add of type vxlan for network 3cead1b1-f00f-43ba-a930-e7b11d0c9ca1 [pid: 8|app: 0|req: 821/1694] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:12:57 2026] POST /v2.0/ports => generated 773 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:12:58.081 7 INFO neutron.services.segments.plugin [-] Segment d9c982eb-4a51-424c-acd6-b9e426abbe85 resource provider aggregate not found 2026-05-29 15:12:58.090 7 INFO neutron.services.segments.plugin [-] Segment d9c982eb-4a51-424c-acd6-b9e426abbe85 resource provider aggregate not found 2026-05-29 15:12:58.096 7 INFO neutron.services.segments.plugin [-] Segment d9c982eb-4a51-424c-acd6-b9e426abbe85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c982eb-4a51-424c-acd6-b9e426abbe85 found for delete ", "request_id": "req-ebd19bfb-370f-43d5-85cb-0fe8eb656188"}]} 2026-05-29 15:12:58.104 7 INFO neutron.services.segments.plugin [-] Segment d9c982eb-4a51-424c-acd6-b9e426abbe85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c982eb-4a51-424c-acd6-b9e426abbe85 found for delete ", "request_id": "req-6c108464-8384-45ca-917b-67d0e01b4125"}]} [pid: 8|app: 0|req: 822/1695] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:12:58 2026] DELETE /v2.0/security-groups/cb50aff0-b3b1-4818-b6b3-669b7ca371db => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:12:58.195 8 INFO neutron.db.segments_db [None req-54aa3407-d895-4480-810e-888f5150f9ce 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] Added segment 4103eaf1-8e32-454d-b3b9-ab81508dda58 of type vxlan for network 487e7a17-84c0-43e8-a3a8-56b35a827774 [pid: 7|app: 0|req: 874/1696] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:12:57 2026] POST /v2.0/networks => generated 740 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1697] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:58 2026] POST /v2.0/networks => generated 631 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1698] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:58 2026] POST /v2.0/subnets => generated 687 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:58.451 7 INFO neutron.db.segments_db [None req-f1cd37d3-5e87-417f-bc04-666c4c4ac39d 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Added segment f51100ff-1cf0-4166-9da8-758b26916f4c of type vxlan for network 083658e4-4ada-4c79-88ee-be5d0ca94ba0 [pid: 8|app: 0|req: 824/1699] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:58 2026] POST /v2.0/subnets => generated 626 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:12:58.721 7 INFO neutron.db.l3_hamode_db [None req-f1cd37d3-5e87-417f-bc04-666c4c4ac39d 25905a5d54224d51af2398f8ac2bb74d 17a827218ac84ab0950a7982c78b8fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 825/1700] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:12:58 2026] POST /v2.0/ports => generated 949 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:12:59.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-23d7e2ce-8fcb-4a31-8832-772fe4a37d32 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] TaaS: Handle Delete Port: e2df28ed-c299-4191-b079-7bab0ec8f2e4 2026-05-29 15:12:59.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23d7e2ce-8fcb-4a31-8832-772fe4a37d32 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] Tap Mirror: Handle Delete Port: e2df28ed-c299-4191-b079-7bab0ec8f2e4 [pid: 8|app: 0|req: 826/1701] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:12:59 2026] DELETE /v2.0/ports/e2df28ed-c299-4191-b079-7bab0ec8f2e4 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:59.291 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1020ff31-335c-461b-81e6-08d0f2088119 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 827/1702] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:12:59 2026] DELETE /v2.0/ports/e2df28ed-c299-4191-b079-7bab0ec8f2e4 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:12:59.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05f0edb1-72c4-49c0-9b76-ea32e9e54ba0 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1703] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:12:59 2026] GET /v2.0/ports/e2df28ed-c299-4191-b079-7bab0ec8f2e4 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1704] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:12:59 2026] DELETE /v2.0/subnets/28c32396-5594-4d97-8623-dd9fefacb21a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:59.472 7 INFO neutron.db.l3_hamode_db [None req-f1cd37d3-5e87-417f-bc04-666c4c4ac39d 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:12:59.580 8 INFO neutron.services.segments.plugin [-] Segment 4103eaf1-8e32-454d-b3b9-ab81508dda58 resource provider aggregate not found 2026-05-29 15:12:59.589 8 INFO neutron.services.segments.plugin [-] Segment 4103eaf1-8e32-454d-b3b9-ab81508dda58 resource provider aggregate not found 2026-05-29 15:12:59.598 8 INFO neutron.services.segments.plugin [-] Segment 4103eaf1-8e32-454d-b3b9-ab81508dda58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4103eaf1-8e32-454d-b3b9-ab81508dda58 found for delete ", "request_id": "req-af8b00bc-2cbb-4e13-ac93-ed71858e873d"}]} [pid: 8|app: 0|req: 830/1705] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:12:59 2026] DELETE /v2.0/networks/487e7a17-84c0-43e8-a3a8-56b35a827774 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:12:59.619 8 INFO neutron.services.segments.plugin [-] Segment 4103eaf1-8e32-454d-b3b9-ab81508dda58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4103eaf1-8e32-454d-b3b9-ab81508dda58 found for delete ", "request_id": "req-a6e0c151-4557-4db9-89df-3430045e2bea"}]} 2026-05-29 15:12:59.678 8 INFO neutron.db.segments_db [None req-06c501f2-dadc-4d63-b9f7-17bf9afeea2e 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] Added segment bbfd2a0e-1f96-4bdc-a717-2866b4455bf7 of type vxlan for network 411fab0f-5463-421a-ac3a-5827d8cb30b6 [pid: 8|app: 0|req: 831/1706] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:12:59 2026] POST /v2.0/networks => generated 632 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1707] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:59 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1708] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:12:58 2026] POST /v2.0/routers => generated 727 bytes in 1900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1709] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:13:00 2026] POST /v2.0/ports => generated 912 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:00.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-27a165f6-971a-451b-b69e-be0b47865c80 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] TaaS: Handle Delete Port: 0288f4e3-71ab-4b52-ae56-e0d2d896af0f 2026-05-29 15:13:00.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27a165f6-971a-451b-b69e-be0b47865c80 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] Tap Mirror: Handle Delete Port: 0288f4e3-71ab-4b52-ae56-e0d2d896af0f [pid: 8|app: 0|req: 834/1710] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:13:00 2026] DELETE /v2.0/ports/0288f4e3-71ab-4b52-ae56-e0d2d896af0f => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:00.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6fa62912-7576-4990-8811-2299cb1d5242 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1711] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:00 2026] GET /v2.0/ports/0288f4e3-71ab-4b52-ae56-e0d2d896af0f => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1712] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:00 2026] DELETE /v2.0/subnets/e36a63a5-ed3e-4894-a7bc-6758e849a2ce => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1713] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:00 2026] DELETE /v2.0/networks/411fab0f-5463-421a-ac3a-5827d8cb30b6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1714] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:13:00 2026] POST /v2.0/ports => generated 774 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 839/1715] 10.0.0.240 () {34 vars in 737 bytes} [Fri May 29 15:13:01 2026] PUT /v2.0/ports/bfe60947-7f3a-4b05-83ec-e7f509be455a => generated 752 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1716] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:00 2026] PUT /v2.0/routers/eb9623e1-5f90-4a45-b2d3-ef8ade9ac33c/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:01.616 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4e4add8-68d7-4e11-9e39-7c106f202af3 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] TaaS: Handle Delete Port: bfe60947-7f3a-4b05-83ec-e7f509be455a 2026-05-29 15:13:01.620 8 INFO neutron.services.segments.plugin [-] Segment bbfd2a0e-1f96-4bdc-a717-2866b4455bf7 resource provider aggregate not found 2026-05-29 15:13:01.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4e4add8-68d7-4e11-9e39-7c106f202af3 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] Tap Mirror: Handle Delete Port: bfe60947-7f3a-4b05-83ec-e7f509be455a 2026-05-29 15:13:01.640 8 INFO neutron.services.segments.plugin [-] Segment bbfd2a0e-1f96-4bdc-a717-2866b4455bf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbfd2a0e-1f96-4bdc-a717-2866b4455bf7 found for delete ", "request_id": "req-904c03ae-9240-48a2-a80c-73503d06d229"}]} 2026-05-29 15:13:01.650 8 INFO neutron.services.segments.plugin [-] Segment bbfd2a0e-1f96-4bdc-a717-2866b4455bf7 resource provider aggregate not found 2026-05-29 15:13:01.675 8 INFO neutron.services.segments.plugin [-] Segment bbfd2a0e-1f96-4bdc-a717-2866b4455bf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbfd2a0e-1f96-4bdc-a717-2866b4455bf7 found for delete ", "request_id": "req-89d00adb-7798-4daf-be26-9b97a50f2903"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 878/1717] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:13:01 2026] DELETE /v2.0/ports/bfe60947-7f3a-4b05-83ec-e7f509be455a => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1720] 10.0.0.240 () {34 vars in 678 bytes} [Fri May 29 15:13:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1721] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:13:01 2026] GET /v2.0/ports => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:01.797 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6ba79af-be67-42a6-aa96-0421989a2215 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1722] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:01 2026] GET /v2.0/ports/bfe60947-7f3a-4b05-83ec-e7f509be455a => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1723] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:13:01 2026] PUT /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1724] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:13:01 2026] GET /v2.0/ports => generated 776 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1725] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:13:01 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1726] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:01 2026] GET /v2.0/ports/9d43b1ce-e355-453a-a6dd-9e3d97b0bf15 => generated 773 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:01.906 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af82cbf3-ac5f-4690-8861-7c02f3c1d402 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 885/1727] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:13:01 2026] DELETE /v2.0/ports/0288f4e3-71ab-4b52-ae56-e0d2d896af0f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:01.926 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e9f495b-acb7-42cf-8379-d81e117749b1 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1728] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:01 2026] DELETE /v2.0/subnets/e36a63a5-ed3e-4894-a7bc-6758e849a2ce => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:01.946 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42f9b9bc-0aab-4163-8f15-70bc6d3e3b16 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1729] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:01 2026] DELETE /v2.0/subnets/28c32396-5594-4d97-8623-dd9fefacb21a => 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: 843/1730] 10.0.0.240 () {34 vars in 764 bytes} [Fri May 29 15:13:01 2026] PUT /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags/green => 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: 844/1731] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:13:01 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1732] 10.0.0.240 () {34 vars in 760 bytes} [Fri May 29 15:13:01 2026] PUT /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-29 15:13:02.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-64c5676a-8f68-4ca7-8f1c-fd6ec766ba90 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] TaaS: Handle Delete Port: 9d43b1ce-e355-453a-a6dd-9e3d97b0bf15 2026-05-29 15:13:02.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64c5676a-8f68-4ca7-8f1c-fd6ec766ba90 5eb0ced4f1d547d7ba1cb19b618925aa 224d1c4c3d084765bf78db45382028f7 - - default default] Tap Mirror: Handle Delete Port: 9d43b1ce-e355-453a-a6dd-9e3d97b0bf15 [pid: 8|app: 0|req: 846/1733] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1734] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:13:01 2026] DELETE /v2.0/ports/9d43b1ce-e355-453a-a6dd-9e3d97b0bf15 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1735] 10.0.0.240 () {34 vars in 782 bytes} [Fri May 29 15:13:02 2026] PUT /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1736] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:13:02 2026] POST /v2.0/security-groups => generated 1675 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1737] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:02 2026] DELETE /v2.0/networks/2eb425bb-4b2a-4e54-a42c-f6d123445e31 => 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: 890/1738] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1739] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1740] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:13:02 2026] PUT /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1741] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1742] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1743] 10.0.0.240 () {32 vars in 741 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:02.599 7 INFO neutron.api.v2.resource [None req-c88bfb04-12ac-4868-a71a-139d51a171ab 4d81bf3bdbe243089583ae9b12a12d8f 21610298aa8640bead0bf30a1a601292 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1744] 10.0.0.240 () {32 vars in 745 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1745] 10.0.0.240 () {32 vars in 744 bytes} [Fri May 29 15:13:02 2026] DELETE /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags/red => 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: 851/1746] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1747] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 30 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:02.800 7 INFO neutron.api.v2.resource [None req-433efd54-5d70-4983-81cb-a39338591e8c 4d81bf3bdbe243089583ae9b12a12d8f 21610298aa8640bead0bf30a1a601292 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1748] 10.0.0.240 () {32 vars in 748 bytes} [Fri May 29 15:13:02 2026] DELETE /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/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: 852/1749] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:02.855 8 INFO neutron.db.securitygroups_db [None req-d3cc7f64-0440-43ed-9061-8208fb5f58d1 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] Project 942e12eb42a84386917c98a9cefe1458 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: 898/1750] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:02 2026] DELETE /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/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: 899/1751] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1752] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1753] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:13:02 2026] DELETE /v2.0/qos/policies/b6e7f49c-0c14-4208-9918-6245e068c0f1 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:03.001 7 INFO neutron.db.securitygroups_db [None req-a89e2bdf-2b38-403b-9283-d1a37c57cea3 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] Project 942e12eb42a84386917c98a9cefe1458 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: 854/1754] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:02 2026] GET /v2.0/security-groups?tenant_id=224d1c4c3d084765bf78db45382028f7&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1755] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1756] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:03 2026] DELETE /v2.0/security-groups/e676db77-e4a0-4e4b-a406-551acea386d9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:03.670 8 INFO neutron.services.segments.plugin [-] Segment f457d29a-c75e-48f7-a11c-fc7b6df38b01 resource provider aggregate not found 2026-05-29 15:13:03.690 8 INFO neutron.services.segments.plugin [-] Segment f457d29a-c75e-48f7-a11c-fc7b6df38b01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f457d29a-c75e-48f7-a11c-fc7b6df38b01 found for delete ", "request_id": "req-541b7787-260f-40b6-a183-192452fc008d"}]} 2026-05-29 15:13:03.694 8 INFO neutron.services.segments.plugin [-] Segment f457d29a-c75e-48f7-a11c-fc7b6df38b01 resource provider aggregate not found [pid: 7|app: 0|req: 902/1757] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:13:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-29 15:13:03.711 8 INFO neutron.services.segments.plugin [-] Segment f457d29a-c75e-48f7-a11c-fc7b6df38b01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f457d29a-c75e-48f7-a11c-fc7b6df38b01 found for delete ", "request_id": "req-c3d9aa67-f5b9-413d-a092-193af9c03b24"}]} [pid: 8|app: 0|req: 856/1758] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1759] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:03 2026] GET /v2.0/security-groups?tenant_id=18bf3b3c6d124f5382000967662e62a6&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1760] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:13:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1761] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:03 2026] DELETE /v2.0/security-groups/9c747fa8-c1f3-4006-9073-cb6af01c0c53 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1762] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/security-groups?tenant_id=21610298aa8640bead0bf30a1a601292&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1763] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:13:03 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1764] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:04 2026] DELETE /v2.0/security-groups/c59e87f9-61d5-4cdc-8737-b013656817fe => 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: 859/1765] 10.0.0.208 () {34 vars in 1098 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--411730137&fields=id&tenant_id=942e12eb42a84386917c98a9cefe1458 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1766] 10.0.0.208 () {34 vars in 1100 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1421571497&fields=id&tenant_id=942e12eb42a84386917c98a9cefe1458 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1767] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/networks?id=afac693f-a525-4fae-84c6-dbdf4b61281f => 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: 908/1768] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/quotas/942e12eb42a84386917c98a9cefe1458 => 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: 861/1769] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/ports?tenant_id=942e12eb42a84386917c98a9cefe1458&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1770] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/networks/afac693f-a525-4fae-84c6-dbdf4b61281f?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: 862/1771] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:13:04 2026] GET /v2.0/networks/afac693f-a525-4fae-84c6-dbdf4b61281f?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: 863/1772] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:05 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:05.391 7 INFO neutron.db.segments_db [None req-e598ae5d-3da5-41be-869c-2de9e6dec6d3 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment 67e79f26-1081-43eb-831a-1aca6f2cd100 of type vxlan for network ca6bd7cd-3b6d-4e40-971e-171b8cc3361d [pid: 7|app: 0|req: 910/1773] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:05 2026] POST /v2.0/networks => generated 634 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:05.562 8 INFO neutron.db.segments_db [None req-bb8bcbe7-5961-4230-9401-a2529757b0ba 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment 2f5d8bbd-02ec-48d1-9b0d-ac2e2870dbc3 of type vxlan for network 2fd8f818-0dd2-4628-a25f-fe66b2537936 [pid: 8|app: 0|req: 864/1774] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:05 2026] POST /v2.0/networks => generated 634 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1775] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:05 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1776] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:05 2026] POST /v2.0/subnets => generated 655 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:06.163 7 INFO neutron.db.segments_db [None req-80bc8794-c0c1-4d6f-b2ea-34b69370ca67 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment 2f4e750d-45bc-433f-9476-e91199455269 of type vxlan for network 8010d410-15f3-40be-bbac-fbfd192f6440 [pid: 8|app: 0|req: 866/1777] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:06 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:06.469 7 INFO neutron.db.l3_hamode_db [None req-80bc8794-c0c1-4d6f-b2ea-34b69370ca67 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:06.597 7 INFO neutron.db.l3_hamode_db [None req-80bc8794-c0c1-4d6f-b2ea-34b69370ca67 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 912/1778] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:06 2026] POST /v2.0/routers => generated 510 bytes in 1020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1779] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:07 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:07.976 7 INFO neutron.db.segments_db [None req-7db22390-d1c0-48a7-9a50-2651b41a88cf 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] Added segment 678bc170-263f-4136-857f-9a6d606d8c41 of type vxlan for network 22d9059e-fb8b-4fd0-8525-9dbfaefbb738 [pid: 8|app: 0|req: 867/1780] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:07 2026] PUT /v2.0/routers/a362f8b8-cf87-4891-8cf7-28174f601790/add_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:08.195 7 INFO neutron.db.l3_hamode_db [None req-7db22390-d1c0-48a7-9a50-2651b41a88cf 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 868/1781] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:08 2026] GET /v2.0/ports/3c740b3b-c1ac-4cd4-8a18-e90eaf1caed0 => generated 959 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:08.283 7 INFO neutron.db.l3_hamode_db [None req-7db22390-d1c0-48a7-9a50-2651b41a88cf 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 914/1782] 10.0.0.240 () {34 vars in 668 bytes} [Fri May 29 15:13:07 2026] POST /v2.0/routers => generated 474 bytes in 998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1783] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:08 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1784] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:13:08 2026] PUT /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1785] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:13:08 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1786] 10.0.0.240 () {34 vars in 762 bytes} [Fri May 29 15:13:09 2026] PUT /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags/green => generated 4 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1787] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:13:09 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1788] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:08 2026] PUT /v2.0/routers/a362f8b8-cf87-4891-8cf7-28174f601790/add_router_interface => generated 309 bytes in 1086 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1789] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:09 2026] GET /v2.0/ports/75d31bf2-26a2-4e61-9a9e-09210ab5b4db => generated 967 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1790] 10.0.0.240 () {34 vars in 758 bytes} [Fri May 29 15:13:09 2026] PUT /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags/red => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1791] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:13:09 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1792] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:13:09 2026] GET /v2.0/networks?id=afac693f-a525-4fae-84c6-dbdf4b61281f => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:09.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-701daf63-169c-4d18-a53e-55e4a5692c59 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: 75d31bf2-26a2-4e61-9a9e-09210ab5b4db 2026-05-29 15:13:09.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-701daf63-169c-4d18-a53e-55e4a5692c59 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: 75d31bf2-26a2-4e61-9a9e-09210ab5b4db [pid: 7|app: 0|req: 923/1793] 10.0.0.240 () {34 vars in 780 bytes} [Fri May 29 15:13:09 2026] PUT /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags/black.or.white => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1794] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:13:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=942e12eb42a84386917c98a9cefe1458 => generated 273 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1795] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:13:09 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 52 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1796] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:09 2026] PUT /v2.0/routers/a362f8b8-cf87-4891-8cf7-28174f601790/remove_router_interface => generated 309 bytes in 679 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1797] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:13:09 2026] POST /v2.0/ports => generated 997 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 927/1798] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:10 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1000 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1799] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:13:10 2026] PUT /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 37 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:10.633 7 INFO neutron_taas.services.taas.taas_plugin [None req-7776292a-f0d5-4345-ab10-3da85ff448d9 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: 3c740b3b-c1ac-4cd4-8a18-e90eaf1caed0 2026-05-29 15:13:10.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7776292a-f0d5-4345-ab10-3da85ff448d9 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: 3c740b3b-c1ac-4cd4-8a18-e90eaf1caed0 [pid: 8|app: 0|req: 873/1800] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:13:10 2026] PUT /v2.0/ports/e75f69fa-7860-4139-bee3-ccea1562f83e => generated 1278 bytes in 368 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: 874/1801] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:10 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:10.923 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2b26c32-7322-4b9a-b191-2f48585a058a'] response: {'name': 'network-changed', 'server_uuid': '12bcc2bb-77ab-4349-a657-a99d2b36374b', 'tag': 'e75f69fa-7860-4139-bee3-ccea1562f83e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 875/1802] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:13:10 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1803] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:10 2026] PUT /v2.0/routers/a362f8b8-cf87-4891-8cf7-28174f601790/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1804] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/ports?device_id=a362f8b8-cf87-4891-8cf7-28174f601790 => 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: 876/1805] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:13:10 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:11.163 8 INFO neutron.api.v2.resource [None req-23a789d0-ccfc-435c-9b62-6667104481c0 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1806] 10.0.0.240 () {32 vars in 743 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-29 15:13:11.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce9a3598-5d11-4cda-a7aa-f11d0f5fe575 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: f355dce8-7c7f-4ce5-8ada-d33e82636a9a 2026-05-29 15:13:11.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce9a3598-5d11-4cda-a7aa-f11d0f5fe575 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: f355dce8-7c7f-4ce5-8ada-d33e82636a9a [pid: 8|app: 0|req: 878/1807] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:13:11 2026] DELETE /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags/red => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1808] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 30 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:11.469 8 INFO neutron.api.v2.resource [None req-9a2819fd-2abd-44a7-8521-a4cb34020078 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 880/1809] 10.0.0.240 () {32 vars in 746 bytes} [Fri May 29 15:13:11 2026] DELETE /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1810] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/ports?tenant_id=942e12eb42a84386917c98a9cefe1458&device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1281 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:13:11.550 7 INFO neutron.services.segments.plugin [-] Segment 2f4e750d-45bc-433f-9476-e91199455269 resource provider aggregate not found 2026-05-29 15:13:11.565 7 INFO neutron.services.segments.plugin [-] Segment 2f4e750d-45bc-433f-9476-e91199455269 resource provider aggregate not found 2026-05-29 15:13:11.571 7 INFO neutron.services.segments.plugin [-] Segment 2f4e750d-45bc-433f-9476-e91199455269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f4e750d-45bc-433f-9476-e91199455269 found for delete ", "request_id": "req-fff09d16-f474-42e5-a22e-1eab55d19fd5"}]} [pid: 8|app: 0|req: 882/1811] 10.0.0.240 () {32 vars in 734 bytes} [Fri May 29 15:13:11 2026] DELETE /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:11.578 7 INFO neutron.services.segments.plugin [-] Segment 2f4e750d-45bc-433f-9476-e91199455269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f4e750d-45bc-433f-9476-e91199455269 found for delete ", "request_id": "req-771b9440-3976-4c4a-8ffb-f194d5c90bf4"}]} 2026-05-29 15:13:11.582 7 INFO neutron.db.l3_hamode_db [None req-ce9a3598-5d11-4cda-a7aa-f11d0f5fe575 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] HA network 8010d410-15f3-40be-bbac-fbfd192f6440 was deleted as no HA routers are present in tenant 44d30831e7204c659699ba901b981bfd. [pid: 7|app: 0|req: 930/1812] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:11 2026] DELETE /v2.0/routers/a362f8b8-cf87-4891-8cf7-28174f601790 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1813] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/networks?tenant_id=942e12eb42a84386917c98a9cefe1458&shared=False => generated 769 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1814] 10.0.0.240 () {32 vars in 731 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc/tags => generated 12 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1815] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1816] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:11 2026] DELETE /v2.0/subnets/347496ab-e76d-4211-9b48-e5feffa509c5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1817] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:13:11 2026] GET /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1818] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:11 2026] DELETE /v2.0/subnets/c32f919e-fd73-40b2-80fd-f86f70e8d5c1 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:11.993 8 INFO neutron.services.segments.plugin [-] Segment 2f5d8bbd-02ec-48d1-9b0d-ac2e2870dbc3 resource provider aggregate not found 2026-05-29 15:13:12.000 8 INFO neutron.services.segments.plugin [-] Segment 2f5d8bbd-02ec-48d1-9b0d-ac2e2870dbc3 resource provider aggregate not found 2026-05-29 15:13:12.022 8 INFO neutron.services.segments.plugin [-] Segment 2f5d8bbd-02ec-48d1-9b0d-ac2e2870dbc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f5d8bbd-02ec-48d1-9b0d-ac2e2870dbc3 found for delete ", "request_id": "req-26c8db9e-0a51-44bf-bf11-36a0c250b6f4"}]} 2026-05-29 15:13:12.022 8 INFO neutron.services.segments.plugin [-] Segment 2f5d8bbd-02ec-48d1-9b0d-ac2e2870dbc3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f5d8bbd-02ec-48d1-9b0d-ac2e2870dbc3 found for delete ", "request_id": "req-e7c7ce15-4a6e-4a8e-9c44-2ce8fc0e53ea"}]} [pid: 8|app: 0|req: 886/1819] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:11 2026] DELETE /v2.0/networks/2fd8f818-0dd2-4628-a25f-fe66b2537936 => 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: 887/1820] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:12 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1012 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:13:12.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-b654a8ca-9f39-46c2-bf2d-4081af642c07 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: 07313e8b-704a-4372-ae1c-0da85dc34596 2026-05-29 15:13:12.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b654a8ca-9f39-46c2-bf2d-4081af642c07 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: 07313e8b-704a-4372-ae1c-0da85dc34596 [pid: 7|app: 0|req: 934/1821] 10.0.0.240 () {34 vars in 742 bytes} [Fri May 29 15:13:11 2026] PUT /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc => generated 480 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1822] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:12 2026] DELETE /v2.0/networks/ca6bd7cd-3b6d-4e40-971e-171b8cc3361d => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1823] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:12 2026] GET /v2.0/ports?device_id=a06da4ea-1323-41c8-afb2-d6a8ded1d0fc => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1824] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:12 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:12.367 8 INFO neutron.db.segments_db [None req-d3220aff-b99a-433f-ba36-f0144e86e483 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment 0b17eb80-cda8-4cc5-be27-add22e2c968f of type vxlan for network 8c3d2a4c-5ff0-467a-b3ae-35a1e4c0b3f9 [pid: 8|app: 0|req: 890/1825] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:12 2026] POST /v2.0/networks => generated 633 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:12.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-9417d075-60ba-4548-a033-87118fa3bc3a 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] TaaS: Handle Delete Port: 587287f2-20dc-4442-93cf-4d5c0fa28c82 2026-05-29 15:13:12.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9417d075-60ba-4548-a033-87118fa3bc3a 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] Tap Mirror: Handle Delete Port: 587287f2-20dc-4442-93cf-4d5c0fa28c82 [pid: 8|app: 0|req: 891/1826] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:12 2026] POST /v2.0/subnets => generated 646 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:12.774 8 INFO neutron.db.segments_db [None req-c91aaed4-a08c-42f2-940b-301823d6a5d4 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment 5e9dc19c-150e-4727-9a4a-754fbd7acbd2 of type vxlan for network 4a37bcee-36d1-4a8b-91be-170d9a572d00 2026-05-29 15:13:12.845 7 INFO neutron.db.l3_hamode_db [None req-9417d075-60ba-4548-a033-87118fa3bc3a 7eb55e0027ee4d8ea5cabb3775e26420 92bd2215186a45d3b59a60a7745a9937 - - default default] HA network 22d9059e-fb8b-4fd0-8525-9dbfaefbb738 was deleted as no HA routers are present in tenant 92bd2215186a45d3b59a60a7745a9937. [pid: 7|app: 0|req: 936/1827] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:12 2026] DELETE /v2.0/routers/a06da4ea-1323-41c8-afb2-d6a8ded1d0fc => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1828] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:13:12 2026] GET /v2.0/ports?tenant_id=942e12eb42a84386917c98a9cefe1458&device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1281 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1829] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:13:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e75f69fa-7860-4139-bee3-ccea1562f83e => 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: 939/1830] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:13:12 2026] GET /v2.0/subnets?id=5825e83e-bede-405e-95ae-0939b09e6a30 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1831] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:13:12 2026] GET /v2.0/ports?network_id=afac693f-a525-4fae-84c6-dbdf4b61281f&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-05-29 15:13:13.010 8 INFO neutron.db.l3_hamode_db [None req-c91aaed4-a08c-42f2-940b-301823d6a5d4 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 941/1832] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:13:13 2026] GET /v2.0/networks/afac693f-a525-4fae-84c6-dbdf4b61281f?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: 942/1833] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:13:13 2026] GET /v2.0/networks/afac693f-a525-4fae-84c6-dbdf4b61281f?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-05-29 15:13:13.114 8 INFO neutron.db.l3_hamode_db [None req-c91aaed4-a08c-42f2-940b-301823d6a5d4 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 943/1834] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:13 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1835] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:13 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:13.585 7 INFO neutron.services.segments.plugin [-] Segment 678bc170-263f-4136-857f-9a6d606d8c41 resource provider aggregate not found 2026-05-29 15:13:13.593 7 INFO neutron.services.segments.plugin [-] Segment 678bc170-263f-4136-857f-9a6d606d8c41 resource provider aggregate not found 2026-05-29 15:13:13.598 7 INFO neutron.services.segments.plugin [-] Segment 678bc170-263f-4136-857f-9a6d606d8c41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678bc170-263f-4136-857f-9a6d606d8c41 found for delete ", "request_id": "req-4a1670f4-7a69-41e1-88be-5895555f3bd8"}]} 2026-05-29 15:13:13.604 7 INFO neutron.services.segments.plugin [-] Segment 678bc170-263f-4136-857f-9a6d606d8c41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678bc170-263f-4136-857f-9a6d606d8c41 found for delete ", "request_id": "req-4e591a02-ebe2-47f1-b66c-e291e4435511"}]} [pid: 8|app: 0|req: 892/1836] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:12 2026] POST /v2.0/routers => generated 510 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1837] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:13 2026] GET /v2.0/security-groups?tenant_id=e5d62eb150d64530b5369d494b571282&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1838] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:13 2026] DELETE /v2.0/security-groups/00003e63-c277-4afb-9950-cc63e619b46f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:14.047 8 INFO neutron.services.segments.plugin [-] Segment 67e79f26-1081-43eb-831a-1aca6f2cd100 resource provider aggregate not found 2026-05-29 15:13:14.047 8 INFO neutron.services.segments.plugin [-] Segment 67e79f26-1081-43eb-831a-1aca6f2cd100 resource provider aggregate not found 2026-05-29 15:13:14.067 8 INFO neutron.services.segments.plugin [-] Segment 67e79f26-1081-43eb-831a-1aca6f2cd100 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67e79f26-1081-43eb-831a-1aca6f2cd100 found for delete ", "request_id": "req-aac2c311-da30-4844-aca6-e553cd58c153"}]} 2026-05-29 15:13:14.069 8 INFO neutron.services.segments.plugin [-] Segment 67e79f26-1081-43eb-831a-1aca6f2cd100 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67e79f26-1081-43eb-831a-1aca6f2cd100 found for delete ", "request_id": "req-d406aa91-9ab8-4d3f-8714-b5557e0310e1"}]} [pid: 7|app: 0|req: 947/1839] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:13 2026] GET /v2.0/security-groups?tenant_id=92bd2215186a45d3b59a60a7745a9937&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: 893/1840] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:13:13 2026] POST /v2.0/ports => generated 964 bytes in 349 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: 948/1841] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:14 2026] DELETE /v2.0/security-groups/75173874-e06b-4ffe-abbf-9455391a30de => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1842] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:14 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1843] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:14 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1844] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:14 2026] PUT /v2.0/routers/826af88c-5891-49a4-aa47-d8645bd08549/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1845] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:15 2026] GET /v2.0/ports/9a4b6f73-aaac-45cc-8adb-8bbd30f739c6 => generated 1038 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:13:15.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-42561536-39fc-4ddb-b9f2-0dd50ef41744 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: 9a4b6f73-aaac-45cc-8adb-8bbd30f739c6 2026-05-29 15:13:15.590 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42561536-39fc-4ddb-b9f2-0dd50ef41744 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: 9a4b6f73-aaac-45cc-8adb-8bbd30f739c6 [pid: 7|app: 0|req: 952/1846] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:15 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1012 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1847] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:15 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1848] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:15 2026] PUT /v2.0/routers/826af88c-5891-49a4-aa47-d8645bd08549/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:16.168 7 INFO neutron.api.v2.resource [None req-4230d93b-90cd-4093-9fe8-96c6136098eb 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 954/1849] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:16 2026] PUT /v2.0/routers/826af88c-5891-49a4-aa47-d8645bd08549/remove_router_interface => generated 197 bytes in 140 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: 896/1850] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:16 2026] GET /v2.0/ports?device_id=826af88c-5891-49a4-aa47-d8645bd08549 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1851] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:13:16 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1281 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1852] 199.19.213.59 () {34 vars in 1123 bytes} [Fri May 29 15:13:16 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:16.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9f8b873-8790-4b6e-8261-aa87a3996f8c 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: bdefcec5-b29f-44f3-8a95-e8d3570a41b3 2026-05-29 15:13:16.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9f8b873-8790-4b6e-8261-aa87a3996f8c 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: bdefcec5-b29f-44f3-8a95-e8d3570a41b3 [pid: 8|app: 0|req: 901/1855] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:16 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1856] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:16 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:17.107 7 INFO neutron.services.segments.plugin [-] Segment 5e9dc19c-150e-4727-9a4a-754fbd7acbd2 resource provider aggregate not found 2026-05-29 15:13:17.117 7 INFO neutron.services.segments.plugin [-] Segment 5e9dc19c-150e-4727-9a4a-754fbd7acbd2 resource provider aggregate not found 2026-05-29 15:13:17.132 7 INFO neutron.services.segments.plugin [-] Segment 5e9dc19c-150e-4727-9a4a-754fbd7acbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e9dc19c-150e-4727-9a4a-754fbd7acbd2 found for delete ", "request_id": "req-3269e0fd-6b66-49a0-8e2e-669b8ac11d30"}]} 2026-05-29 15:13:17.133 7 INFO neutron.services.segments.plugin [-] Segment 5e9dc19c-150e-4727-9a4a-754fbd7acbd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e9dc19c-150e-4727-9a4a-754fbd7acbd2 found for delete ", "request_id": "req-29d8a5a5-f2aa-43d9-b3cf-89145cc9c10f"}]} 2026-05-29 15:13:17.140 7 INFO neutron.db.l3_hamode_db [None req-d9f8b873-8790-4b6e-8261-aa87a3996f8c 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] HA network 4a37bcee-36d1-4a8b-91be-170d9a572d00 was deleted as no HA routers are present in tenant 44d30831e7204c659699ba901b981bfd. [pid: 7|app: 0|req: 955/1857] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:16 2026] DELETE /v2.0/routers/826af88c-5891-49a4-aa47-d8645bd08549 => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1858] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:17 2026] DELETE /v2.0/subnets/2e8c3213-fcab-4c92-bac5-fafdfa0d1b37 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1859] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:17 2026] DELETE /v2.0/networks/8c3d2a4c-5ff0-467a-b3ae-35a1e4c0b3f9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:17.513 8 INFO neutron.db.segments_db [None req-cc1cf622-00f8-47a2-91da-be015027768b 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment 84682788-03f8-40ab-b034-4a444185b6ea of type vxlan for network a5f95d1f-4ef3-4730-8663-cd92f5e41195 [pid: 8|app: 0|req: 904/1860] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:17 2026] POST /v2.0/networks => generated 633 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1861] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:17 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:17.871 7 INFO neutron.db.segments_db [None req-d37836eb-c734-4577-adc0-e70d7e015ae8 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment 88f697f8-40ee-48cd-9b2a-9f82ce0f9484 of type vxlan for network 56e9deda-8da0-42f7-bf94-01fe05890dcf [pid: 8|app: 0|req: 905/1862] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:17 2026] GET /v2.0/security-groups?tenant_id=0e2ed09553004576b33baa69dee86de9&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:13:18.099 7 INFO neutron.db.l3_hamode_db [None req-d37836eb-c734-4577-adc0-e70d7e015ae8 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 906/1863] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:18 2026] DELETE /v2.0/security-groups/36cee563-6fbf-47c6-84d1-e7f96590b6f4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:18.184 7 INFO neutron.db.l3_hamode_db [None req-d37836eb-c734-4577-adc0-e70d7e015ae8 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 907/1864] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:18 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1865] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:18 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1866] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:18 2026] GET /v2.0/security-groups?tenant_id=991e4cbb4be1402db843c782e03350e4&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1867] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:18 2026] DELETE /v2.0/security-groups/b39ee843-608b-427c-86e7-1b0dc6898543 => 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: 958/1868] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:17 2026] POST /v2.0/routers => generated 511 bytes in 901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:19.153 7 INFO neutron.services.segments.plugin [-] Segment 0b17eb80-cda8-4cc5-be27-add22e2c968f resource provider aggregate not found 2026-05-29 15:13:19.171 7 INFO neutron.services.segments.plugin [-] Segment 0b17eb80-cda8-4cc5-be27-add22e2c968f resource provider aggregate not found 2026-05-29 15:13:19.175 7 INFO neutron.services.segments.plugin [-] Segment 0b17eb80-cda8-4cc5-be27-add22e2c968f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b17eb80-cda8-4cc5-be27-add22e2c968f found for delete ", "request_id": "req-93fdf91c-ce94-4f96-b8d7-d70e47cd88c7"}]} 2026-05-29 15:13:19.186 7 INFO neutron.services.segments.plugin [-] Segment 0b17eb80-cda8-4cc5-be27-add22e2c968f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b17eb80-cda8-4cc5-be27-add22e2c968f found for delete ", "request_id": "req-9f11abdf-652b-4b8e-bbc6-901712002976"}]} [pid: 7|app: 0|req: 959/1869] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:19 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1870] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:19 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1871] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:19 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => 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: 911/1872] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:18 2026] PUT /v2.0/routers/dfdf9fce-3413-4144-8bce-92faf90f2272/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1873] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:19 2026] GET /v2.0/ports/ec47767a-beef-4c03-b653-7c7d05fda3ec => generated 959 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:20.006 7 INFO neutron.db.l3_db [None req-e7e94e3b-8cda-46a1-a642-e37bc92f1631 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] Floating IP 91ac8c6a-ea98-425b-a2f0-8f89ecb0d88b associated. External IP: 10.96.250.213, port: e75f69fa-7860-4139-bee3-ccea1562f83e. 2026-05-29 15:13:20.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f645741-66a1-4221-960a-3a260067905f 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: ec47767a-beef-4c03-b653-7c7d05fda3ec 2026-05-29 15:13:20.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f645741-66a1-4221-960a-3a260067905f 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: ec47767a-beef-4c03-b653-7c7d05fda3ec [pid: 7|app: 0|req: 962/1874] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:13:19 2026] PUT /v2.0/floatingips/91ac8c6a-ea98-425b-a2f0-8f89ecb0d88b => generated 856 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:20.351 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7469c04a-20fa-48fc-bc11-d01d16b9465e'] response: {'name': 'network-changed', 'server_uuid': '12bcc2bb-77ab-4349-a657-a99d2b36374b', 'tag': 'e75f69fa-7860-4139-bee3-ccea1562f83e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 913/1875] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:19 2026] PUT /v2.0/routers/dfdf9fce-3413-4144-8bce-92faf90f2272/remove_router_interface => generated 309 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1876] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:20 2026] GET /v2.0/ports?device_id=dfdf9fce-3413-4144-8bce-92faf90f2272 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:20.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-a08709e4-b40d-43c0-ad32-a3e5aed836ca 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: 85b4b6d2-44cc-489a-9e4e-1dbdaa53d875 2026-05-29 15:13:20.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a08709e4-b40d-43c0-ad32-a3e5aed836ca 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: 85b4b6d2-44cc-489a-9e4e-1dbdaa53d875 [pid: 7|app: 0|req: 964/1877] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:13:20 2026] GET /v2.0/ports?tenant_id=942e12eb42a84386917c98a9cefe1458&device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1878] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:13:20 2026] GET /v2.0/networks?id=afac693f-a525-4fae-84c6-dbdf4b61281f => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1879] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:13:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e75f69fa-7860-4139-bee3-ccea1562f83e => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1880] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:13:21 2026] GET /v2.0/subnets?id=5825e83e-bede-405e-95ae-0939b09e6a30 => generated 691 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1881] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:13:21 2026] GET /v2.0/ports?network_id=afac693f-a525-4fae-84c6-dbdf4b61281f&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1882] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:13:21 2026] GET /v2.0/networks/afac693f-a525-4fae-84c6-dbdf4b61281f?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:21.119 8 INFO neutron.services.segments.plugin [-] Segment 88f697f8-40ee-48cd-9b2a-9f82ce0f9484 resource provider aggregate not found 2026-05-29 15:13:21.126 8 INFO neutron.services.segments.plugin [-] Segment 88f697f8-40ee-48cd-9b2a-9f82ce0f9484 resource provider aggregate not found 2026-05-29 15:13:21.140 8 INFO neutron.services.segments.plugin [-] Segment 88f697f8-40ee-48cd-9b2a-9f82ce0f9484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88f697f8-40ee-48cd-9b2a-9f82ce0f9484 found for delete ", "request_id": "req-d6c1c7d2-57c2-4364-b781-09d56c3a98f0"}]} 2026-05-29 15:13:21.143 8 INFO neutron.services.segments.plugin [-] Segment 88f697f8-40ee-48cd-9b2a-9f82ce0f9484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88f697f8-40ee-48cd-9b2a-9f82ce0f9484 found for delete ", "request_id": "req-e5d6f0c0-4494-4a28-89a3-0563b63d6295"}]} 2026-05-29 15:13:21.157 8 INFO neutron.db.l3_hamode_db [None req-a08709e4-b40d-43c0-ad32-a3e5aed836ca 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] HA network 56e9deda-8da0-42f7-bf94-01fe05890dcf was deleted as no HA routers are present in tenant 44d30831e7204c659699ba901b981bfd. [pid: 8|app: 0|req: 914/1883] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:20 2026] DELETE /v2.0/routers/dfdf9fce-3413-4144-8bce-92faf90f2272 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1884] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:13:21 2026] GET /v2.0/networks/afac693f-a525-4fae-84c6-dbdf4b61281f?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: 915/1885] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:21 2026] DELETE /v2.0/subnets/f6c07d38-38f2-425b-948e-d0be6256e293 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:21.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb439fd9-c03c-4079-9434-42bfe8e64d21 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: 423f4ca0-cbd8-485a-b159-17c909beb96a 2026-05-29 15:13:21.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb439fd9-c03c-4079-9434-42bfe8e64d21 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: 423f4ca0-cbd8-485a-b159-17c909beb96a 2026-05-29 15:13:21.542 7 INFO neutron.services.segments.plugin [-] Segment 84682788-03f8-40ab-b034-4a444185b6ea resource provider aggregate not found 2026-05-29 15:13:21.550 7 INFO neutron.services.segments.plugin [-] Segment 84682788-03f8-40ab-b034-4a444185b6ea resource provider aggregate not found 2026-05-29 15:13:21.566 7 INFO neutron.services.segments.plugin [-] Segment 84682788-03f8-40ab-b034-4a444185b6ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84682788-03f8-40ab-b034-4a444185b6ea found for delete ", "request_id": "req-2dfffba3-a706-43e8-a111-500f2c4c3ec5"}]} 2026-05-29 15:13:21.572 7 INFO neutron.services.segments.plugin [-] Segment 84682788-03f8-40ab-b034-4a444185b6ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84682788-03f8-40ab-b034-4a444185b6ea found for delete ", "request_id": "req-f0b50449-4155-408c-8691-93085681a8f9"}]} [pid: 7|app: 0|req: 971/1886] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:21 2026] DELETE /v2.0/networks/a5f95d1f-4ef3-4730-8663-cd92f5e41195 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:21.627 8 INFO neutron.db.segments_db [None req-5537561b-7668-4d76-b94c-1ff082af8e3f 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Added segment bca14766-09fa-478c-b712-fdff2d87ea57 of type vxlan for network 761cf7f3-f378-4552-a2be-020f3ee6d052 2026-05-29 15:13:21.814 8 INFO neutron.db.l3_hamode_db [None req-5537561b-7668-4d76-b94c-1ff082af8e3f 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:22.492 8 INFO neutron.db.l3_hamode_db [None req-5537561b-7668-4d76-b94c-1ff082af8e3f 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 916/1887] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:21 2026] POST /v2.0/routers => generated 691 bytes in 1680 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1888] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:13:23 2026] GET /v2.0/routers/65f2eaa8-a31d-41f8-9d7e-2f0f11b579b9 => generated 697 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1889] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:13:23 2026] GET /v2.0/routers => generated 700 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1890] 10.0.0.240 () {34 vars in 741 bytes} [Fri May 29 15:13:23 2026] PUT /v2.0/routers/65f2eaa8-a31d-41f8-9d7e-2f0f11b579b9 => generated 704 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1891] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:13:23 2026] GET /v2.0/routers/65f2eaa8-a31d-41f8-9d7e-2f0f11b579b9 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1892] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:23 2026] GET /v2.0/ports?device_id=65f2eaa8-a31d-41f8-9d7e-2f0f11b579b9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:24.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-720a70ec-301c-4002-91e3-07049b8a7031 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: 00258a97-ab17-4744-9ba6-2b28e879d52a 2026-05-29 15:13:24.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-720a70ec-301c-4002-91e3-07049b8a7031 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: 00258a97-ab17-4744-9ba6-2b28e879d52a 2026-05-29 15:13:24.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-720a70ec-301c-4002-91e3-07049b8a7031 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] TaaS: Handle Delete Port: d5fa7124-fe42-4fb8-90cf-76905cd1d4c7 2026-05-29 15:13:24.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-720a70ec-301c-4002-91e3-07049b8a7031 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] Tap Mirror: Handle Delete Port: d5fa7124-fe42-4fb8-90cf-76905cd1d4c7 2026-05-29 15:13:24.563 8 INFO neutron.services.segments.plugin [-] Segment bca14766-09fa-478c-b712-fdff2d87ea57 resource provider aggregate not found 2026-05-29 15:13:24.571 8 INFO neutron.services.segments.plugin [-] Segment bca14766-09fa-478c-b712-fdff2d87ea57 resource provider aggregate not found 2026-05-29 15:13:24.583 8 INFO neutron.services.segments.plugin [-] Segment bca14766-09fa-478c-b712-fdff2d87ea57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca14766-09fa-478c-b712-fdff2d87ea57 found for delete ", "request_id": "req-e1c9e63a-8e06-4476-967d-6b574a15dd5e"}]} 2026-05-29 15:13:24.587 8 INFO neutron.services.segments.plugin [-] Segment bca14766-09fa-478c-b712-fdff2d87ea57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca14766-09fa-478c-b712-fdff2d87ea57 found for delete ", "request_id": "req-a1c8b02b-776e-4123-8540-e8a05a03b111"}]} 2026-05-29 15:13:24.595 8 INFO neutron.db.l3_hamode_db [None req-720a70ec-301c-4002-91e3-07049b8a7031 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] HA network 761cf7f3-f378-4552-a2be-020f3ee6d052 was deleted as no HA routers are present in tenant 44d30831e7204c659699ba901b981bfd. [pid: 8|app: 0|req: 919/1893] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:23 2026] DELETE /v2.0/routers/65f2eaa8-a31d-41f8-9d7e-2f0f11b579b9 => generated 0 bytes in 729 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1894] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:24 2026] GET /v2.0/ports?device_id=65f2eaa8-a31d-41f8-9d7e-2f0f11b579b9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:24.651 8 INFO neutron.api.v2.resource [None req-ab1d97f5-efdb-4c91-9236-ada6a79afede 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1895] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/routers/65f2eaa8-a31d-41f8-9d7e-2f0f11b579b9 => 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: 976/1896] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:24 2026] GET /v2.0/ports?device_id=dfdf9fce-3413-4144-8bce-92faf90f2272 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:24.700 8 INFO neutron.api.v2.resource [None req-f12cb3d6-d9db-43ff-8b10-7ff2ce313b58 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1897] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/routers/dfdf9fce-3413-4144-8bce-92faf90f2272 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:24.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e76da350-3235-4918-9111-acfb443ce608 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 977/1898] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/subnets/f6c07d38-38f2-425b-948e-d0be6256e293 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1899] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:24 2026] GET /v2.0/ports?device_id=826af88c-5891-49a4-aa47-d8645bd08549 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:24.760 7 INFO neutron.api.v2.resource [None req-904cbcab-d5d1-4d37-8696-734aac094b19 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1900] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/routers/826af88c-5891-49a4-aa47-d8645bd08549 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:24.780 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f482b339-df2f-4cb7-8631-3d7caa9fe929 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1901] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/subnets/2e8c3213-fcab-4c92-bac5-fafdfa0d1b37 => 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: 979/1902] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:24 2026] GET /v2.0/ports?device_id=a362f8b8-cf87-4891-8cf7-28174f601790 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:24.829 8 INFO neutron.api.v2.resource [None req-dcc091d7-a3dd-47fd-8c6c-717b26dae846 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 924/1903] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/routers/a362f8b8-cf87-4891-8cf7-28174f601790 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:24.848 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4613d74-d261-432c-8745-a0d19c9e790a 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 980/1904] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/subnets/347496ab-e76d-4211-9b48-e5feffa509c5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:24.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e90d6e3c-e439-46db-9b06-50eb1276d4f4 7a372886fd04488db8769da14cbb6d6d 44d30831e7204c659699ba901b981bfd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/1905] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:24 2026] DELETE /v2.0/subnets/c32f919e-fd73-40b2-80fd-f86f70e8d5c1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1906] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:25 2026] GET /v2.0/security-groups?tenant_id=44d30831e7204c659699ba901b981bfd&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1907] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:25 2026] DELETE /v2.0/security-groups/1194501d-6a8f-4030-9e97-3390f7ca36bb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:27.493 7 INFO neutron.db.segments_db [None req-5aa70df1-09c8-47cb-a658-c294b41c6918 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment f38b178c-e0c6-4ae2-9e0e-e2326325aa86 of type vxlan for network cf25e6d5-ca0e-40c2-8a24-846ec3554b14 [pid: 7|app: 0|req: 982/1908] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:27 2026] POST /v2.0/networks => generated 629 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:27.633 8 INFO neutron.db.segments_db [None req-f2295768-b881-4d84-aad0-267488c1b7db 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment f831d392-5873-4425-90f6-3eadc1d4ee41 of type vxlan for network 5e691065-a37c-480a-aac9-f4b7a8737144 [pid: 8|app: 0|req: 927/1909] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:27 2026] POST /v2.0/networks => generated 630 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1910] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:27 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1911] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:27 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:28.258 7 INFO neutron.db.segments_db [None req-ae069bd7-9e4a-4ea4-9ac2-a1b597bf3fe9 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment 8fc951c5-e8d0-401b-a046-e6514f0dea17 of type vxlan for network 03477bc2-a6c3-44d1-8452-14a6f3553bdc 2026-05-29 15:13:28.495 7 INFO neutron.db.l3_hamode_db [None req-ae069bd7-9e4a-4ea4-9ac2-a1b597bf3fe9 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:28.608 7 INFO neutron.db.l3_hamode_db [None req-ae069bd7-9e4a-4ea4-9ac2-a1b597bf3fe9 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 984/1912] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:28 2026] POST /v2.0/routers => generated 507 bytes in 943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1913] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:29 2026] PUT /v2.0/routers/eb753d27-8a5f-474d-b8b2-59dc1cb0245b/add_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1914] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:30 2026] GET /v2.0/ports/2c56bded-185d-42a7-81ed-802cf99fb552 => generated 955 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1915] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:30 2026] PUT /v2.0/routers/eb753d27-8a5f-474d-b8b2-59dc1cb0245b/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1916] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:31 2026] GET /v2.0/ports/af56da28-08f4-440e-b75e-50f0727a8242 => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:31.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-26b18d9f-f719-47dd-a486-c0321bb4b1ed 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: af56da28-08f4-440e-b75e-50f0727a8242 2026-05-29 15:13:31.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26b18d9f-f719-47dd-a486-c0321bb4b1ed 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: af56da28-08f4-440e-b75e-50f0727a8242 [pid: 8|app: 0|req: 931/1919] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:31 2026] PUT /v2.0/routers/eb753d27-8a5f-474d-b8b2-59dc1cb0245b/remove_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:32.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf9991d4-1824-4b89-bd7b-36b870b73d20 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: 2c56bded-185d-42a7-81ed-802cf99fb552 2026-05-29 15:13:32.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf9991d4-1824-4b89-bd7b-36b870b73d20 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: 2c56bded-185d-42a7-81ed-802cf99fb552 [pid: 7|app: 0|req: 989/1920] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:32 2026] PUT /v2.0/routers/eb753d27-8a5f-474d-b8b2-59dc1cb0245b/remove_router_interface => generated 309 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1921] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:33 2026] GET /v2.0/ports?device_id=eb753d27-8a5f-474d-b8b2-59dc1cb0245b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:33.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3976d15-8256-447e-84ce-41ab775437d4 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: d9fc8767-7c73-48b0-b7a2-527d1434d454 2026-05-29 15:13:33.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3976d15-8256-447e-84ce-41ab775437d4 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: d9fc8767-7c73-48b0-b7a2-527d1434d454 2026-05-29 15:13:33.906 7 INFO neutron.services.segments.plugin [-] Segment 8fc951c5-e8d0-401b-a046-e6514f0dea17 resource provider aggregate not found 2026-05-29 15:13:33.910 7 INFO neutron.services.segments.plugin [-] Segment 8fc951c5-e8d0-401b-a046-e6514f0dea17 resource provider aggregate not found 2026-05-29 15:13:33.924 7 INFO neutron.services.segments.plugin [-] Segment 8fc951c5-e8d0-401b-a046-e6514f0dea17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc951c5-e8d0-401b-a046-e6514f0dea17 found for delete ", "request_id": "req-65f81a1a-49e5-43f3-a473-b2e1410e3048"}]} 2026-05-29 15:13:33.928 7 INFO neutron.services.segments.plugin [-] Segment 8fc951c5-e8d0-401b-a046-e6514f0dea17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc951c5-e8d0-401b-a046-e6514f0dea17 found for delete ", "request_id": "req-70e12400-d860-45ee-b29e-8596e0857beb"}]} 2026-05-29 15:13:33.931 7 INFO neutron.db.l3_hamode_db [None req-f3976d15-8256-447e-84ce-41ab775437d4 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] HA network 03477bc2-a6c3-44d1-8452-14a6f3553bdc was deleted as no HA routers are present in tenant 42e18cd75df8444ba1c28d6e2471f917. [pid: 7|app: 0|req: 990/1922] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:33 2026] DELETE /v2.0/routers/eb753d27-8a5f-474d-b8b2-59dc1cb0245b => generated 0 bytes in 521 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1923] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:33 2026] DELETE /v2.0/subnets/9d72d810-8f30-4b79-96ad-ef91cb9c75dc => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1924] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:34 2026] DELETE /v2.0/subnets/a43c6154-4637-4062-b0bb-6a8e3dc204a8 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:34.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-002dd0e4-9050-41b9-94fc-34108cba22d4 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: 1cc1137e-bc3d-4627-aa34-a17c2315494a 2026-05-29 15:13:34.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-002dd0e4-9050-41b9-94fc-34108cba22d4 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: 1cc1137e-bc3d-4627-aa34-a17c2315494a 2026-05-29 15:13:34.599 8 INFO neutron.services.segments.plugin [-] Segment f831d392-5873-4425-90f6-3eadc1d4ee41 resource provider aggregate not found 2026-05-29 15:13:34.602 8 INFO neutron.services.segments.plugin [-] Segment f831d392-5873-4425-90f6-3eadc1d4ee41 resource provider aggregate not found 2026-05-29 15:13:34.617 8 INFO neutron.services.segments.plugin [-] Segment f831d392-5873-4425-90f6-3eadc1d4ee41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f831d392-5873-4425-90f6-3eadc1d4ee41 found for delete ", "request_id": "req-1e6a68b6-71f7-4460-a997-bf943bcc3ded"}]} 2026-05-29 15:13:34.624 8 INFO neutron.services.segments.plugin [-] Segment f831d392-5873-4425-90f6-3eadc1d4ee41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f831d392-5873-4425-90f6-3eadc1d4ee41 found for delete ", "request_id": "req-9d38406a-c696-4ba5-89ae-9579b333eb2d"}]} [pid: 8|app: 0|req: 934/1925] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:34 2026] DELETE /v2.0/networks/5e691065-a37c-480a-aac9-f4b7a8737144 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:34.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d40b65d-92a4-4cff-a70b-2cf7015d244b 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: 7c253dfa-f5d5-47f6-a0cd-a4369cceca5d 2026-05-29 15:13:34.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d40b65d-92a4-4cff-a70b-2cf7015d244b 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: 7c253dfa-f5d5-47f6-a0cd-a4369cceca5d [pid: 7|app: 0|req: 992/1926] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:34 2026] DELETE /v2.0/networks/cf25e6d5-ca0e-40c2-8a24-846ec3554b14 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:34.996 8 INFO neutron.db.segments_db [None req-433062e5-86ef-41b2-b122-3efc8c35c346 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment 8dfcecc9-7d7d-4889-ba56-e29f27bc9575 of type vxlan for network a9cc6a43-e533-4b14-bbc9-eb36e6bcb859 [pid: 8|app: 0|req: 935/1927] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:34 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1928] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:35 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) 2026-05-29 15:13:35.365 8 INFO neutron.db.segments_db [None req-3d2eaba3-06f0-4ecd-93e7-508899723814 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment 1ebea1c6-6b43-46a8-a964-54241efa0292 of type vxlan for network f704c85f-0d51-4ecc-9711-90acdb41e37c 2026-05-29 15:13:35.598 8 INFO neutron.db.l3_hamode_db [None req-3d2eaba3-06f0-4ecd-93e7-508899723814 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:35.712 8 INFO neutron.db.l3_hamode_db [None req-3d2eaba3-06f0-4ecd-93e7-508899723814 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:35.946 7 INFO neutron.services.segments.plugin [-] Segment f38b178c-e0c6-4ae2-9e0e-e2326325aa86 resource provider aggregate not found 2026-05-29 15:13:35.950 7 INFO neutron.services.segments.plugin [-] Segment f38b178c-e0c6-4ae2-9e0e-e2326325aa86 resource provider aggregate not found 2026-05-29 15:13:35.966 7 INFO neutron.services.segments.plugin [-] Segment f38b178c-e0c6-4ae2-9e0e-e2326325aa86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f38b178c-e0c6-4ae2-9e0e-e2326325aa86 found for delete ", "request_id": "req-42dcdaf2-ca59-442c-8942-bfa090e665bb"}]} 2026-05-29 15:13:35.969 7 INFO neutron.services.segments.plugin [-] Segment f38b178c-e0c6-4ae2-9e0e-e2326325aa86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f38b178c-e0c6-4ae2-9e0e-e2326325aa86 found for delete ", "request_id": "req-a98058c3-5a63-470b-b5d7-9dfaa12b7344"}]} [pid: 8|app: 0|req: 936/1929] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:35 2026] POST /v2.0/routers => generated 506 bytes in 922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1930] 10.0.0.240 () {34 vars in 665 bytes} [Fri May 29 15:13:36 2026] POST /v2.0/ports => generated 951 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1931] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:36 2026] PUT /v2.0/routers/e634a2f0-5c91-419a-80b6-dd0c7a681c19/add_router_interface => generated 309 bytes in 1051 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: 995/1932] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:37 2026] GET /v2.0/ports/321c814c-6e1d-4e66-852d-646bd1f10644 => generated 1025 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:13:37.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff87cdbd-ddcb-4db4-a37b-0137062f17b9 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: 321c814c-6e1d-4e66-852d-646bd1f10644 2026-05-29 15:13:37.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff87cdbd-ddcb-4db4-a37b-0137062f17b9 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: 321c814c-6e1d-4e66-852d-646bd1f10644 [pid: 8|app: 0|req: 938/1933] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:37 2026] PUT /v2.0/routers/e634a2f0-5c91-419a-80b6-dd0c7a681c19/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:38.499 7 INFO neutron.api.v2.resource [None req-8f057480-ef99-4442-b74e-2cac43131d02 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 996/1934] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:38 2026] PUT /v2.0/routers/e634a2f0-5c91-419a-80b6-dd0c7a681c19/remove_router_interface => generated 197 bytes in 95 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: 939/1935] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:38 2026] GET /v2.0/ports?device_id=e634a2f0-5c91-419a-80b6-dd0c7a681c19 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:38.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8001b0a-8bd8-4ea5-b818-499a9d8b36dc 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: 98afde1e-962b-4957-a923-4d96e6b2bb80 2026-05-29 15:13:38.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8001b0a-8bd8-4ea5-b818-499a9d8b36dc 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: 98afde1e-962b-4957-a923-4d96e6b2bb80 2026-05-29 15:13:38.956 7 INFO neutron.services.segments.plugin [-] Segment 1ebea1c6-6b43-46a8-a964-54241efa0292 resource provider aggregate not found 2026-05-29 15:13:38.959 7 INFO neutron.services.segments.plugin [-] Segment 1ebea1c6-6b43-46a8-a964-54241efa0292 resource provider aggregate not found 2026-05-29 15:13:38.976 7 INFO neutron.services.segments.plugin [-] Segment 1ebea1c6-6b43-46a8-a964-54241efa0292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ebea1c6-6b43-46a8-a964-54241efa0292 found for delete ", "request_id": "req-2e916115-0ea9-42a7-ad05-cf6dee177e3d"}]} 2026-05-29 15:13:38.981 7 INFO neutron.services.segments.plugin [-] Segment 1ebea1c6-6b43-46a8-a964-54241efa0292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ebea1c6-6b43-46a8-a964-54241efa0292 found for delete ", "request_id": "req-e6cf849e-dfa8-4c95-89cf-c50c786cae72"}]} 2026-05-29 15:13:38.987 7 INFO neutron.db.l3_hamode_db [None req-e8001b0a-8bd8-4ea5-b818-499a9d8b36dc 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] HA network f704c85f-0d51-4ecc-9711-90acdb41e37c was deleted as no HA routers are present in tenant 42e18cd75df8444ba1c28d6e2471f917. [pid: 7|app: 0|req: 997/1936] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:38 2026] DELETE /v2.0/routers/e634a2f0-5c91-419a-80b6-dd0c7a681c19 => generated 0 bytes in 462 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1937] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:38 2026] DELETE /v2.0/subnets/518860de-8828-4a97-bbbc-2a3b0bb15d4b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1938] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:39 2026] DELETE /v2.0/networks/a9cc6a43-e533-4b14-bbc9-eb36e6bcb859 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:39.327 8 INFO neutron.db.segments_db [None req-573930aa-0f9a-46ac-bb23-41dc60397871 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment 7ff79e14-18d7-4aa7-aa70-cd0cdbda5b4f of type vxlan for network 599873cc-0744-481c-a167-4e43667424f0 [pid: 8|app: 0|req: 941/1939] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:13:39 2026] POST /v2.0/networks => generated 629 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1940] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:39 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:39.702 8 INFO neutron.db.segments_db [None req-5fd6b565-a15e-4d22-a3a5-adc83148ad0c 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment d0a82146-b29d-4c35-bacb-a277fe3eabf8 of type vxlan for network c2acde3f-6ed7-41c4-b6b1-6f1031a6ea15 2026-05-29 15:13:39.899 8 INFO neutron.db.l3_hamode_db [None req-5fd6b565-a15e-4d22-a3a5-adc83148ad0c 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:40.013 8 INFO neutron.db.l3_hamode_db [None req-5fd6b565-a15e-4d22-a3a5-adc83148ad0c 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 942/1941] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:39 2026] POST /v2.0/routers => generated 507 bytes in 907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:40.999 7 INFO neutron.services.segments.plugin [-] Segment 8dfcecc9-7d7d-4889-ba56-e29f27bc9575 resource provider aggregate not found 2026-05-29 15:13:41.000 7 INFO neutron.services.segments.plugin [-] Segment 8dfcecc9-7d7d-4889-ba56-e29f27bc9575 resource provider aggregate not found 2026-05-29 15:13:41.025 7 INFO neutron.services.segments.plugin [-] Segment 8dfcecc9-7d7d-4889-ba56-e29f27bc9575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dfcecc9-7d7d-4889-ba56-e29f27bc9575 found for delete ", "request_id": "req-97cd8ca4-f2c6-4e0b-9055-9ebe5d6d6efd"}]} 2026-05-29 15:13:41.025 7 INFO neutron.services.segments.plugin [-] Segment 8dfcecc9-7d7d-4889-ba56-e29f27bc9575 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dfcecc9-7d7d-4889-ba56-e29f27bc9575 found for delete ", "request_id": "req-480cf6f4-688e-4e70-aab8-2f7ca82a6c3f"}]} [pid: 7|app: 0|req: 1000/1942] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:40 2026] PUT /v2.0/routers/2351a370-f294-4eec-be1c-0477fd16b77e/add_router_interface => generated 309 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1943] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:13:41 2026] GET /v2.0/ports/6c745117-0822-4281-88b0-ed2087106833 => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:42.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-1714ce03-ca03-4bc0-9eb4-950b97a3f87f 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: 6c745117-0822-4281-88b0-ed2087106833 2026-05-29 15:13:42.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1714ce03-ca03-4bc0-9eb4-950b97a3f87f 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: 6c745117-0822-4281-88b0-ed2087106833 [pid: 7|app: 0|req: 1001/1944] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:13:41 2026] PUT /v2.0/routers/2351a370-f294-4eec-be1c-0477fd16b77e/remove_router_interface => generated 309 bytes in 793 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1945] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:42 2026] GET /v2.0/ports?device_id=2351a370-f294-4eec-be1c-0477fd16b77e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:42.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7c85179-30ae-488c-8d7d-b032db4342db 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: 758cc4eb-b1f4-47f6-88f2-a740444a9088 2026-05-29 15:13:42.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7c85179-30ae-488c-8d7d-b032db4342db 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: 758cc4eb-b1f4-47f6-88f2-a740444a9088 2026-05-29 15:13:42.999 7 INFO neutron.db.l3_hamode_db [None req-d7c85179-30ae-488c-8d7d-b032db4342db 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] HA network c2acde3f-6ed7-41c4-b6b1-6f1031a6ea15 was deleted as no HA routers are present in tenant 42e18cd75df8444ba1c28d6e2471f917. [pid: 7|app: 0|req: 1002/1946] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:42 2026] DELETE /v2.0/routers/2351a370-f294-4eec-be1c-0477fd16b77e => generated 0 bytes in 468 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:43.045 7 INFO neutron.services.segments.plugin [-] Segment d0a82146-b29d-4c35-bacb-a277fe3eabf8 resource provider aggregate not found 2026-05-29 15:13:43.053 7 INFO neutron.services.segments.plugin [-] Segment d0a82146-b29d-4c35-bacb-a277fe3eabf8 resource provider aggregate not found 2026-05-29 15:13:43.063 7 INFO neutron.services.segments.plugin [-] Segment d0a82146-b29d-4c35-bacb-a277fe3eabf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0a82146-b29d-4c35-bacb-a277fe3eabf8 found for delete ", "request_id": "req-e2bcc9ae-66ff-4943-a882-1fabd81d572b"}]} 2026-05-29 15:13:43.071 7 INFO neutron.services.segments.plugin [-] Segment d0a82146-b29d-4c35-bacb-a277fe3eabf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0a82146-b29d-4c35-bacb-a277fe3eabf8 found for delete ", "request_id": "req-7a9a994f-abf5-47ab-ad62-357218eff459"}]} [pid: 8|app: 0|req: 945/1947] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:43 2026] DELETE /v2.0/subnets/70d82798-5235-4335-8f39-d74bfc7aecba => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1948] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:13:43 2026] DELETE /v2.0/networks/599873cc-0744-481c-a167-4e43667424f0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:13:43.364 8 INFO neutron.db.segments_db [None req-7c3b448d-d16e-42aa-a78d-bc66526ed77c 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Added segment 6ff4b37b-a533-417d-b8ab-350db63769a4 of type vxlan for network ca4de5c7-e16d-4977-9bb4-355d84d55d77 2026-05-29 15:13:43.589 8 INFO neutron.db.l3_hamode_db [None req-7c3b448d-d16e-42aa-a78d-bc66526ed77c 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:44.317 8 INFO neutron.db.l3_hamode_db [None req-7c3b448d-d16e-42aa-a78d-bc66526ed77c 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 946/1949] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:43 2026] POST /v2.0/routers => generated 688 bytes in 1709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:45.080 7 INFO neutron.services.segments.plugin [-] Segment 7ff79e14-18d7-4aa7-aa70-cd0cdbda5b4f resource provider aggregate not found 2026-05-29 15:13:45.098 7 INFO neutron.services.segments.plugin [-] Segment 7ff79e14-18d7-4aa7-aa70-cd0cdbda5b4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ff79e14-18d7-4aa7-aa70-cd0cdbda5b4f found for delete ", "request_id": "req-420a689b-5bb2-48bf-a6ba-2beaa5e2d6d8"}]} [pid: 7|app: 0|req: 1004/1950] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:13:45 2026] GET /v2.0/routers/51405b87-a436-49d3-9f25-031db0ed479b => generated 694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:13:45.102 7 INFO neutron.services.segments.plugin [-] Segment 7ff79e14-18d7-4aa7-aa70-cd0cdbda5b4f resource provider aggregate not found 2026-05-29 15:13:45.117 7 INFO neutron.services.segments.plugin [-] Segment 7ff79e14-18d7-4aa7-aa70-cd0cdbda5b4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ff79e14-18d7-4aa7-aa70-cd0cdbda5b4f found for delete ", "request_id": "req-338e7f12-d3c6-436c-ba11-ab7c56387a0f"}]} [pid: 8|app: 0|req: 947/1951] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:13:45 2026] GET /v2.0/routers => generated 697 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1952] 10.0.0.240 () {34 vars in 741 bytes} [Fri May 29 15:13:45 2026] PUT /v2.0/routers/51405b87-a436-49d3-9f25-031db0ed479b => generated 701 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1953] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:13:45 2026] GET /v2.0/routers/51405b87-a436-49d3-9f25-031db0ed479b => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1954] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:45 2026] GET /v2.0/ports?device_id=51405b87-a436-49d3-9f25-031db0ed479b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:45.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a75ad2c-3aa5-45ad-bb29-1b0118da6327 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: c5a467cd-5e59-48fd-8124-6ec112ab407e 2026-05-29 15:13:45.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a75ad2c-3aa5-45ad-bb29-1b0118da6327 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: c5a467cd-5e59-48fd-8124-6ec112ab407e 2026-05-29 15:13:46.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a75ad2c-3aa5-45ad-bb29-1b0118da6327 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] TaaS: Handle Delete Port: b8abe7f2-b927-4c0a-92c6-7e813e582cfa 2026-05-29 15:13:46.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a75ad2c-3aa5-45ad-bb29-1b0118da6327 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] Tap Mirror: Handle Delete Port: b8abe7f2-b927-4c0a-92c6-7e813e582cfa 2026-05-29 15:13:46.420 8 INFO neutron.services.segments.plugin [-] Segment 6ff4b37b-a533-417d-b8ab-350db63769a4 resource provider aggregate not found 2026-05-29 15:13:46.426 8 INFO neutron.services.segments.plugin [-] Segment 6ff4b37b-a533-417d-b8ab-350db63769a4 resource provider aggregate not found 2026-05-29 15:13:46.440 8 INFO neutron.services.segments.plugin [-] Segment 6ff4b37b-a533-417d-b8ab-350db63769a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff4b37b-a533-417d-b8ab-350db63769a4 found for delete ", "request_id": "req-049fae31-c1fe-4185-80d0-662ad337a85c"}]} 2026-05-29 15:13:46.442 8 INFO neutron.services.segments.plugin [-] Segment 6ff4b37b-a533-417d-b8ab-350db63769a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff4b37b-a533-417d-b8ab-350db63769a4 found for delete ", "request_id": "req-63f7b051-755c-4672-80c7-59183de0d669"}]} 2026-05-29 15:13:46.448 8 INFO neutron.db.l3_hamode_db [None req-6a75ad2c-3aa5-45ad-bb29-1b0118da6327 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] HA network ca4de5c7-e16d-4977-9bb4-355d84d55d77 was deleted as no HA routers are present in tenant 42e18cd75df8444ba1c28d6e2471f917. [pid: 8|app: 0|req: 949/1955] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:45 2026] DELETE /v2.0/routers/51405b87-a436-49d3-9f25-031db0ed479b => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1956] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:46 2026] GET /v2.0/ports?device_id=51405b87-a436-49d3-9f25-031db0ed479b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:46.499 8 INFO neutron.api.v2.resource [None req-cef7c778-c215-45e9-9c24-92b1ef1445b3 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 950/1957] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/routers/51405b87-a436-49d3-9f25-031db0ed479b => 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: 1008/1958] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:46 2026] GET /v2.0/ports?device_id=2351a370-f294-4eec-be1c-0477fd16b77e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:46.544 8 INFO neutron.api.v2.resource [None req-1b0be473-03a8-457d-ad85-8aaa2b041397 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 951/1959] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/routers/2351a370-f294-4eec-be1c-0477fd16b77e => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:46.562 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a49f43b2-e5f7-43ce-8282-cc4a3d52a6bd 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1009/1960] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/subnets/70d82798-5235-4335-8f39-d74bfc7aecba => 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: 952/1961] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:46 2026] GET /v2.0/ports?device_id=e634a2f0-5c91-419a-80b6-dd0c7a681c19 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:46.607 7 INFO neutron.api.v2.resource [None req-099e7370-a88e-46e7-b4ab-2bae6dccfc8d 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1010/1962] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/routers/e634a2f0-5c91-419a-80b6-dd0c7a681c19 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:46.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09df563b-ff82-4ce5-a03d-b1f268e31cc7 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 953/1964] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/subnets/518860de-8828-4a97-bbbc-2a3b0bb15d4b => 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: 954/1966] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:13:46 2026] GET /v2.0/ports?device_id=eb753d27-8a5f-474d-b8b2-59dc1cb0245b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:13:46.673 7 INFO neutron.api.v2.resource [None req-7d51bf71-4fb8-4396-9e5b-8ffb7e69b64f 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/1967] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/routers/eb753d27-8a5f-474d-b8b2-59dc1cb0245b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:46.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7cd1638b-4d86-4987-8877-93bf6592d03d 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 955/1968] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/subnets/9d72d810-8f30-4b79-96ad-ef91cb9c75dc => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:13:46.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68a76589-d3bd-4419-a970-e85c61fcd9b8 0276a20ba36048b2941769ee76dace20 42e18cd75df8444ba1c28d6e2471f917 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/1969] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:13:46 2026] DELETE /v2.0/subnets/a43c6154-4637-4062-b0bb-6a8e3dc204a8 => 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: 956/1970] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:47 2026] GET /v2.0/security-groups?tenant_id=42e18cd75df8444ba1c28d6e2471f917&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1971] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:47 2026] DELETE /v2.0/security-groups/ac476f69-3fcd-411b-ad44-2ac327f6264a => 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: 957/1972] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:50 2026] GET /v2.0/security-groups?tenant_id=7f4f6ca201a8478abaa90a5040870ad3&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1973] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:50 2026] DELETE /v2.0/security-groups/d60bf78f-cc25-4382-abc7-c9b83ef2fa0e => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1974] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:13:54 2026] GET /v2.0/security-groups?tenant_id=f952e8cf10db45828e64373ead316891&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1975] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:13:54 2026] DELETE /v2.0/security-groups/12b0f69f-93cb-47b2-b088-10aaf0386817 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:13:57.401 8 INFO neutron.db.segments_db [None req-bec6b349-9bdd-4e98-a639-def2fbf2d52a 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Added segment c6687d2e-c01f-4919-8070-79820d3ca915 of type vxlan for network 9899d267-27cc-4295-99fa-913e45f25d0d [pid: 8|app: 0|req: 959/1976] 10.0.0.240 () {34 vars in 671 bytes} [Fri May 29 15:13:57 2026] POST /v2.0/networks => generated 633 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:13:57.562 7 INFO neutron.db.segments_db [None req-a1d8302b-6e94-45de-a6c0-efb64ae4c1a3 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Added segment 0bd306ae-1121-4472-b27d-a0f3fe1aff88 of type vxlan for network 0940f891-3e43-48a3-95f1-e0c33f52acc9 2026-05-29 15:13:57.813 7 INFO neutron.db.l3_hamode_db [None req-a1d8302b-6e94-45de-a6c0-efb64ae4c1a3 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:13:58.491 7 INFO neutron.db.l3_hamode_db [None req-a1d8302b-6e94-45de-a6c0-efb64ae4c1a3 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1018/1977] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:57 2026] POST /v2.0/routers => generated 693 bytes in 1767 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1978] 10.0.0.240 () {32 vars in 776 bytes} [Fri May 29 15:13:59 2026] GET /v2.0/subnets?project_id=f784ff974e2844829c66f1bf6307d822&cidr=10.100.0.0%2F28 => 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: 1019/1979] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:13:59 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1980] 10.0.0.240 () {32 vars in 784 bytes} [Fri May 29 15:13:59 2026] GET /v2.0/subnets?network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8&cidr=10.100.0.0%2F28 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1981] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:13:59 2026] POST /v2.0/subnets => generated 656 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1982] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:13:59 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1983] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:13:59 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1984] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:00 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1283 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1985] 10.0.0.240 () {32 vars in 858 bytes} [Fri May 29 15:14:00 2026] GET /v2.0/floatingips?floating_network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8&port_id=e75f69fa-7860-4139-bee3-ccea1562f83e => generated 861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1986] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:13:59 2026] PUT /v2.0/routers/1f16fdb0-5a52-4023-9914-b62ae47914eb/add_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: 1025/1987] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:14:00 2026] GET /v2.0/networks => generated 6507 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1988] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:14:00 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1989] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:14:00 2026] GET /v2.0/subnets => generated 5193 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1990] 10.0.0.53 () {34 vars in 1119 bytes} [Fri May 29 15:14:01 2026] GET /v2.0/security-groups?id=e1ecc188-c43e-4d8c-953f-869d55866b08&id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1991] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:14:01 2026] GET /v2.0/routers => generated 2183 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1992] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:14:01 2026] POST /v2.0/security-groups => generated 1673 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1993] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:01 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: 1029/1996] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1997] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1998] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:01.982 8 INFO neutron.db.securitygroups_db [None req-469b911b-aa67-48c2-944b-743601f36fcd 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Project f784ff974e2844829c66f1bf6307d822 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: 969/1999] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:01 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-05-29 15:14:02.180 7 INFO neutron.db.securitygroups_db [None req-25525600-30d0-497e-9787-9e2dc9da5eef 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Project f784ff974e2844829c66f1bf6307d822 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: 1031/2000] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2001] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:14:02 2026] GET /v2.0/networks => generated 1298 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2002] 10.0.0.208 () {34 vars in 1098 bytes} [Fri May 29 15:14:02 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-282601120&fields=id&tenant_id=f784ff974e2844829c66f1bf6307d822 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2003] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:14:02 2026] GET /v2.0/networks?id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 661 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2004] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:14:02 2026] GET /v2.0/quotas/f784ff974e2844829c66f1bf6307d822 => 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: 972/2005] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:14:02 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&fields=id => generated 103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2006] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:14:03 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2007] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:14:03 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1035/2008] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:03 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2009] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:03 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1014 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2010] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:14:03 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2011] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:04 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1037/2012] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:04 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => 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: 976/2013] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:14:04 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2014] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:05 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 977/2015] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:06 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2016] 10.0.0.208 () {34 vars in 1120 bytes} [Fri May 29 15:14:06 2026] GET /v2.0/security-groups?id=61603e8e-6b55-47da-bc66-d35ff2eb40a6&id=e1ecc188-c43e-4d8c-953f-869d55866b08&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2017] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:14:06 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:14:06.304 8 INFO neutron_taas.services.taas.taas_plugin [req-a7651971-6567-4687-a30f-64998ec672de req-d99df494-ab1c-4da6-9c0b-7e0f445e09b6 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] TaaS: Handle Delete Port: e75f69fa-7860-4139-bee3-ccea1562f83e 2026-05-29 15:14:06.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a7651971-6567-4687-a30f-64998ec672de req-d99df494-ab1c-4da6-9c0b-7e0f445e09b6 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] Tap Mirror: Handle Delete Port: e75f69fa-7860-4139-bee3-ccea1562f83e 2026-05-29 15:14:06.424 8 INFO neutron.db.l3_db [req-a7651971-6567-4687-a30f-64998ec672de req-d99df494-ab1c-4da6-9c0b-7e0f445e09b6 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] Floating IP 91ac8c6a-ea98-425b-a2f0-8f89ecb0d88b disassociated. External IP: 10.96.250.213, port: e75f69fa-7860-4139-bee3-ccea1562f83e. [pid: 7|app: 0|req: 1040/2018] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:06 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 979/2019] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:14:06 2026] DELETE /v2.0/ports/e75f69fa-7860-4139-bee3-ccea1562f83e => generated 0 bytes in 545 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:06.780 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14c87b7c-9ee7-4ad3-bb8f-ccc3dc6c2ab7'] response: {'server_uuid': '12bcc2bb-77ab-4349-a657-a99d2b36374b', 'name': 'network-vif-deleted', 'tag': 'e75f69fa-7860-4139-bee3-ccea1562f83e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1041/2020] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:07 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2021] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:14:07 2026] GET /v2.0/networks?id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 661 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2022] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:07 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2023] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:14:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f784ff974e2844829c66f1bf6307d822 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2024] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:14:07 2026] POST /v2.0/ports => generated 954 bytes in 327 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: 1044/2025] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:08 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => 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: 982/2026] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:14:07 2026] PUT /v2.0/ports/ab5c34c3-5d00-4e05-87a5-e83be1e68802 => generated 1235 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2027] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:08 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 969 bytes in 48 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: 983/2028] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:08 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:08.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75d4132e-39fd-482e-9722-15c1d1db1948'] response: {'name': 'network-changed', 'server_uuid': '501b44a8-6e83-429d-ae54-d52c9d07b4d5', 'tag': 'ab5c34c3-5d00-4e05-87a5-e83be1e68802', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1046/2029] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:14:09 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 984/2030] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:14:09 2026] GET /v2.0/networks?tenant_id=f784ff974e2844829c66f1bf6307d822&shared=False => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2031] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:09 2026] GET /v2.0/ports?device_id=12bcc2bb-77ab-4349-a657-a99d2b36374b => 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: 985/2032] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:14:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2033] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:09 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2034] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:09 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2035] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2036] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ab5c34c3-5d00-4e05-87a5-e83be1e68802 => 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: 1050/2037] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/subnets?id=bad11b7a-7813-45a9-aadb-25f19d6e2b21 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2038] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/ports?network_id=9899d267-27cc-4295-99fa-913e45f25d0d&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2039] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:10 2026] DELETE /v2.0/security-groups/61603e8e-6b55-47da-bc66-d35ff2eb40a6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2040] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:14:10.682 8 INFO neutron.api.v2.resource [None req-3936fb81-1112-40c5-9508-a8b50367862e 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 989/2041] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/security-groups/61603e8e-6b55-47da-bc66-d35ff2eb40a6 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2042] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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-05-29 15:14:10.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-800e2b93-f326-419b-bb38-194dc539eb96 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] TaaS: Handle Delete Port: 112f670a-7ef8-4645-b3fb-d32a1caae080 2026-05-29 15:14:10.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-800e2b93-f326-419b-bb38-194dc539eb96 73f23c1fb38b4f78b57b999e8e9ce898 942e12eb42a84386917c98a9cefe1458 - - default default] Tap Mirror: Handle Delete Port: 112f670a-7ef8-4645-b3fb-d32a1caae080 [pid: 8|app: 0|req: 990/2043] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:14:10 2026] DELETE /v2.0/floatingips/91ac8c6a-ea98-425b-a2f0-8f89ecb0d88b => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2044] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1055/2045] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:10 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2046] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:10 2026] DELETE /v2.0/security-groups/e1ecc188-c43e-4d8c-953f-869d55866b08 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:14:11.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0608acd-fd90-4658-8876-a977aab24835 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: a3684991-7677-4b86-b367-5dd83c1601fb 2026-05-29 15:14:11.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0608acd-fd90-4658-8876-a977aab24835 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: a3684991-7677-4b86-b367-5dd83c1601fb [pid: 7|app: 0|req: 1056/2047] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:14:11 2026] PUT /v2.0/routers/160c8f08-85ef-44bd-87d8-07492efba1de/remove_router_interface => generated 309 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2048] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:12 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2049] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:12 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:12.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8a05ef5-8a5c-4bc7-83cb-18b66d29db88 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 974f7eea-4dfd-4594-8021-460260528c97 2026-05-29 15:14:12.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8a05ef5-8a5c-4bc7-83cb-18b66d29db88 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 974f7eea-4dfd-4594-8021-460260528c97 2026-05-29 15:14:12.466 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8a05ef5-8a5c-4bc7-83cb-18b66d29db88 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 5fe58ea0-c6bf-465a-bda6-0ca7c4da88da 2026-05-29 15:14:12.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8a05ef5-8a5c-4bc7-83cb-18b66d29db88 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 5fe58ea0-c6bf-465a-bda6-0ca7c4da88da 2026-05-29 15:14:12.822 8 INFO neutron.services.segments.plugin [-] Segment 16e0cb9b-d28c-4796-b527-4129d7001bb3 resource provider aggregate not found 2026-05-29 15:14:12.829 8 INFO neutron.services.segments.plugin [-] Segment 16e0cb9b-d28c-4796-b527-4129d7001bb3 resource provider aggregate not found 2026-05-29 15:14:12.843 8 INFO neutron.services.segments.plugin [-] Segment 16e0cb9b-d28c-4796-b527-4129d7001bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e0cb9b-d28c-4796-b527-4129d7001bb3 found for delete ", "request_id": "req-0792d49f-0e9a-4cc3-8c83-3a9e4a023b4a"}]} 2026-05-29 15:14:12.853 8 INFO neutron.services.segments.plugin [-] Segment 16e0cb9b-d28c-4796-b527-4129d7001bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16e0cb9b-d28c-4796-b527-4129d7001bb3 found for delete ", "request_id": "req-c79a9336-a40b-4be4-80e2-0e8a478552f1"}]} 2026-05-29 15:14:12.863 8 INFO neutron.db.l3_hamode_db [None req-a8a05ef5-8a5c-4bc7-83cb-18b66d29db88 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network 18ce0760-9c2a-482a-bbb0-4ce7509ce527 was deleted as no HA routers are present in tenant 942e12eb42a84386917c98a9cefe1458. [pid: 8|app: 0|req: 992/2050] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:11 2026] DELETE /v2.0/routers/160c8f08-85ef-44bd-87d8-07492efba1de => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2051] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:12 2026] DELETE /v2.0/subnets/5825e83e-bede-405e-95ae-0939b09e6a30 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:13.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e2c38d1-3e15-4e17-b2bd-89961e508689 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 1e465bc5-4e6e-433e-81ad-e3559d0e70ba 2026-05-29 15:14:13.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e2c38d1-3e15-4e17-b2bd-89961e508689 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 1e465bc5-4e6e-433e-81ad-e3559d0e70ba [pid: 8|app: 0|req: 993/2052] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:13 2026] DELETE /v2.0/networks/afac693f-a525-4fae-84c6-dbdf4b61281f => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2053] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:13 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2054] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:13 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&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-05-29 15:14:14.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-65300a84-99d7-48b2-982e-f6961d74ce84 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 6bb45258-fe0a-49f1-8e20-b583f8ed92b3 2026-05-29 15:14:14.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65300a84-99d7-48b2-982e-f6961d74ce84 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 6bb45258-fe0a-49f1-8e20-b583f8ed92b3 [pid: 8|app: 0|req: 996/2055] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:14 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 997/2056] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:14 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2057] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:14:13 2026] PUT /v2.0/routers/eb9623e1-5f90-4a45-b2d3-ef8ade9ac33c/remove_router_interface => generated 309 bytes in 1355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:14.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca9104a8-a6f7-41a9-ab86-cfeab12b8556 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: b34089df-2810-48f6-9f0e-cff6a0a35340 2026-05-29 15:14:14.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9104a8-a6f7-41a9-ab86-cfeab12b8556 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: b34089df-2810-48f6-9f0e-cff6a0a35340 2026-05-29 15:14:14.872 8 INFO neutron.services.segments.plugin [-] Segment 3c57e4cc-43c8-4ce5-b6db-adda446f87b8 resource provider aggregate not found 2026-05-29 15:14:14.881 8 INFO neutron.services.segments.plugin [-] Segment 3c57e4cc-43c8-4ce5-b6db-adda446f87b8 resource provider aggregate not found 2026-05-29 15:14:14.890 8 INFO neutron.services.segments.plugin [-] Segment 3c57e4cc-43c8-4ce5-b6db-adda446f87b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c57e4cc-43c8-4ce5-b6db-adda446f87b8 found for delete ", "request_id": "req-a51f16fe-0ccc-4e00-9faf-19a79d6f1e14"}]} 2026-05-29 15:14:14.901 8 INFO neutron.services.segments.plugin [-] Segment 3c57e4cc-43c8-4ce5-b6db-adda446f87b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c57e4cc-43c8-4ce5-b6db-adda446f87b8 found for delete ", "request_id": "req-9dbfabcd-cc26-48e4-9018-9b7d62a9a973"}]} 2026-05-29 15:14:15.093 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca9104a8-a6f7-41a9-ab86-cfeab12b8556 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 07ba917f-f988-4c1f-820e-8b1db59d5ab2 2026-05-29 15:14:15.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9104a8-a6f7-41a9-ab86-cfeab12b8556 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 07ba917f-f988-4c1f-820e-8b1db59d5ab2 2026-05-29 15:14:15.459 8 INFO neutron.db.l3_hamode_db [None req-ca9104a8-a6f7-41a9-ab86-cfeab12b8556 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] HA network 083658e4-4ada-4c79-88ee-be5d0ca94ba0 was deleted as no HA routers are present in tenant 17a827218ac84ab0950a7982c78b8fea. [pid: 8|app: 0|req: 998/2058] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:14 2026] DELETE /v2.0/routers/eb9623e1-5f90-4a45-b2d3-ef8ade9ac33c => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2059] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:15 2026] DELETE /v2.0/subnets/5fdeb6e5-f62a-4848-9381-548379fbfcb3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2060] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:15 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:15.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b5fd19d-14ca-4c46-bdf4-20778798dd41 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 40b0fd93-954e-4bf6-b571-0860a22c6c62 2026-05-29 15:14:15.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b5fd19d-14ca-4c46-bdf4-20778798dd41 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 40b0fd93-954e-4bf6-b571-0860a22c6c62 [pid: 7|app: 0|req: 1063/2061] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:15 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2062] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:15 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2063] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:15 2026] DELETE /v2.0/networks/3cead1b1-f00f-43ba-a930-e7b11d0c9ca1 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2064] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:15 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2065] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:15 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2066] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:16 2026] GET /v2.0/security-groups?tenant_id=17a827218ac84ab0950a7982c78b8fea&name=default => 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: 1002/2067] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:16 2026] DELETE /v2.0/security-groups/5f6b25b4-7bb1-4567-9daa-202ea4937bd0 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2068] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:16 2026] GET /v2.0/security-groups?tenant_id=942e12eb42a84386917c98a9cefe1458&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2069] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:16 2026] DELETE /v2.0/security-groups/84adb645-b65f-4df3-aff5-bcea7797d9b6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:14:16.683 7 INFO neutron.db.l3_db [None req-7126c06e-c2a2-4cbc-99cc-43497ebd4e67 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Floating IP 9867df68-69e5-4c9f-bbd2-3470785eaaa4 associated. External IP: 10.96.250.206, port: ab5c34c3-5d00-4e05-87a5-e83be1e68802. 2026-05-29 15:14:16.907 8 INFO neutron.services.segments.plugin [-] Segment f51100ff-1cf0-4166-9da8-758b26916f4c resource provider aggregate not found 2026-05-29 15:14:16.924 8 INFO neutron.services.segments.plugin [-] Segment f51100ff-1cf0-4166-9da8-758b26916f4c resource provider aggregate not found 2026-05-29 15:14:16.932 8 INFO neutron.services.segments.plugin [-] Segment f51100ff-1cf0-4166-9da8-758b26916f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51100ff-1cf0-4166-9da8-758b26916f4c found for delete ", "request_id": "req-26039fcc-5638-4c20-b71f-59735840f186"}]} 2026-05-29 15:14:16.941 8 INFO neutron.services.segments.plugin [-] Segment f51100ff-1cf0-4166-9da8-758b26916f4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51100ff-1cf0-4166-9da8-758b26916f4c found for delete ", "request_id": "req-6f2b9f4f-b8e8-4c36-879f-d09f6c9929e3"}]} 2026-05-29 15:14:16.950 8 INFO neutron.services.segments.plugin [-] Segment cd7113ad-fbba-488f-bf4f-d0ecefd27add resource provider aggregate not found 2026-05-29 15:14:16.958 8 INFO neutron.services.segments.plugin [-] Segment cd7113ad-fbba-488f-bf4f-d0ecefd27add resource provider aggregate not found 2026-05-29 15:14:16.964 8 INFO neutron.services.segments.plugin [-] Segment cd7113ad-fbba-488f-bf4f-d0ecefd27add resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd7113ad-fbba-488f-bf4f-d0ecefd27add found for delete ", "request_id": "req-0ed29af4-4c05-49e3-b95c-20ace2db587f"}]} 2026-05-29 15:14:16.972 8 INFO neutron.services.segments.plugin [-] Segment cd7113ad-fbba-488f-bf4f-d0ecefd27add resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd7113ad-fbba-488f-bf4f-d0ecefd27add found for delete ", "request_id": "req-0643ac47-1fd0-4b53-a717-52df2708a0be"}]} [pid: 7|app: 0|req: 1066/2072] 10.0.0.240 () {34 vars in 677 bytes} [Fri May 29 15:14:15 2026] POST /v2.0/floatingips => generated 855 bytes in 1042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:17.032 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27dd8f0f-e754-488b-ba20-8a6aad0b0f70'] response: {'name': 'network-changed', 'server_uuid': '501b44a8-6e83-429d-ae54-d52c9d07b4d5', 'tag': 'ab5c34c3-5d00-4e05-87a5-e83be1e68802', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1007/2073] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 855 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2074] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1008/2075] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/networks?id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 757 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2076] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ab5c34c3-5d00-4e05-87a5-e83be1e68802 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2077] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/subnets?id=bad11b7a-7813-45a9-aadb-25f19d6e2b21 => 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: 1069/2078] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/ports?network_id=9899d267-27cc-4295-99fa-913e45f25d0d&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: 1010/2079] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1070/2080] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:14:17 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1011/2081] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:18 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2082] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:19 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:20.773 8 INFO neutron.db.segments_db [None req-34b64006-1068-419c-acab-49c65c0bc4c8 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] Added segment 29f3e50e-e337-46cd-abd4-caf19ae17907 of type vxlan for network 6b942f71-f436-4301-ac7f-731dd0872feb [pid: 8|app: 0|req: 1012/2083] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:20 2026] POST /v2.0/networks => generated 726 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2084] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:14:20 2026] POST /v2.0/subnets => generated 644 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:21.065 8 WARNING neutron.api.v2.base [None req-c4f3a9d1-8615-4cc3-924f-43adec59c6ba 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-29 15:14:21.066 8 INFO neutron.api.v2.resource [None req-c4f3a9d1-8615-4cc3-924f-43adec59c6ba 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1013/2085] 10.0.0.240 () {34 vars in 681 bytes} [Fri May 29 15:14:21 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-29 15:14:21.236 7 INFO neutron.services.segments.plugin [-] Segment 29f3e50e-e337-46cd-abd4-caf19ae17907 resource provider aggregate not found 2026-05-29 15:14:21.242 7 INFO neutron.services.segments.plugin [-] Segment 29f3e50e-e337-46cd-abd4-caf19ae17907 resource provider aggregate not found 2026-05-29 15:14:21.254 7 INFO neutron.services.segments.plugin [-] Segment 29f3e50e-e337-46cd-abd4-caf19ae17907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f3e50e-e337-46cd-abd4-caf19ae17907 found for delete ", "request_id": "req-c63e9212-860e-4710-bd39-ebe0013863c8"}]} [pid: 7|app: 0|req: 1073/2086] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:21 2026] DELETE /v2.0/networks/6b942f71-f436-4301-ac7f-731dd0872feb => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:21.260 7 INFO neutron.services.segments.plugin [-] Segment 29f3e50e-e337-46cd-abd4-caf19ae17907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29f3e50e-e337-46cd-abd4-caf19ae17907 found for delete ", "request_id": "req-c5eec1ea-c85b-45f5-998a-508834269a82"}]} 2026-05-29 15:14:21.318 8 INFO neutron.db.segments_db [None req-5b6a71cb-601b-4fad-b5db-79e928ac82d8 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] Added segment 1c1de5c5-85ca-4794-a98f-3351b2c32721 of type vxlan for network 5698d0a4-85c7-457c-8d3a-bd800308098f [pid: 8|app: 0|req: 1014/2087] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:21 2026] POST /v2.0/networks => generated 726 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2088] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:14:21 2026] POST /v2.0/subnets => generated 647 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:21.597 8 WARNING neutron.api.v2.base [None req-30042c3d-99da-4e4f-9f3f-4f6620bf460a 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-29 15:14:21.597 8 INFO neutron.api.v2.resource [None req-30042c3d-99da-4e4f-9f3f-4f6620bf460a 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1015/2089] 10.0.0.240 () {34 vars in 681 bytes} [Fri May 29 15:14:21 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2090] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:21 2026] DELETE /v2.0/networks/5698d0a4-85c7-457c-8d3a-bd800308098f => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:21.852 8 INFO neutron.db.segments_db [None req-ee4af394-414b-45c4-90d3-8c179b3db75b 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] Added segment ba99f57b-e14b-4692-bf3a-171a6ed8a601 of type vxlan for network 07c224e4-9c76-4122-982a-4558ea862a26 [pid: 8|app: 0|req: 1016/2091] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:21 2026] POST /v2.0/networks => generated 727 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2092] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:14:21 2026] POST /v2.0/subnets => generated 647 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2093] 10.0.0.240 () {34 vars in 681 bytes} [Fri May 29 15:14:22 2026] POST /v2.0/rbac-policies => generated 324 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2094] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:14:22 2026] GET /v2.0/networks/07c224e4-9c76-4122-982a-4558ea862a26 => generated 655 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:23.155 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6affac18-7118-425e-85ae-121ee6ce831c bdffbaa93c58434f8f23bc1f381cdd0e 3b40faf57fc740c5bbb9b943d3c2d828 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1018/2095] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:14:23 2026] GET /v2.0/networks/07c224e4-9c76-4122-982a-4558ea862a26 => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:14:23.282 7 INFO neutron.services.segments.plugin [-] Segment 1c1de5c5-85ca-4794-a98f-3351b2c32721 resource provider aggregate not found 2026-05-29 15:14:23.287 7 INFO neutron.services.segments.plugin [-] Segment 1c1de5c5-85ca-4794-a98f-3351b2c32721 resource provider aggregate not found 2026-05-29 15:14:23.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-b6411e8c-11de-4ec2-96d1-8c5f3b342e4e 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] TaaS: Handle Delete Port: f0999cf1-dcd2-4dad-9ab9-163d21aecd33 2026-05-29 15:14:23.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6411e8c-11de-4ec2-96d1-8c5f3b342e4e 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] Tap Mirror: Handle Delete Port: f0999cf1-dcd2-4dad-9ab9-163d21aecd33 2026-05-29 15:14:23.301 7 INFO neutron.services.segments.plugin [-] Segment 1c1de5c5-85ca-4794-a98f-3351b2c32721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c1de5c5-85ca-4794-a98f-3351b2c32721 found for delete ", "request_id": "req-a4c584bf-4919-401c-911e-54c015b1e48d"}]} 2026-05-29 15:14:23.303 7 INFO neutron.services.segments.plugin [-] Segment 1c1de5c5-85ca-4794-a98f-3351b2c32721 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c1de5c5-85ca-4794-a98f-3351b2c32721 found for delete ", "request_id": "req-90d871b8-0244-4d40-8d2a-ccad1b508fdb"}]} [pid: 7|app: 0|req: 1078/2096] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:23 2026] DELETE /v2.0/networks/07c224e4-9c76-4122-982a-4558ea862a26 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:23.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bfd0bc8-0319-4f1d-a53a-b3506eb0a36d 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/2097] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:23 2026] DELETE /v2.0/subnets/5553c470-9e5b-4e81-94e1-30ae3a53ae02 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:14:23.607 7 INFO neutron.pecan_wsgi.hooks.translation [None req-336de64d-6044-40f0-a9cc-17e3402f0856 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1079/2098] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:23 2026] DELETE /v2.0/subnets/070c3627-8676-4ca7-b68a-13f3b694cf40 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:14:23.627 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e08ead8-d319-4b91-b156-c375c4d4a044 8bc71431dfd44f17964c28f496e15ed8 37b1b9562dbf43e586fb56f3624902a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2099] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:23 2026] DELETE /v2.0/subnets/0b311d1e-237d-4792-870b-46300523bfad => 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: 1021/2100] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:14:24 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1022/2101] 10.0.0.53 () {34 vars in 1039 bytes} [Fri May 29 15:14:24 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2102] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:24 2026] GET /v2.0/security-groups?tenant_id=3b40faf57fc740c5bbb9b943d3c2d828&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2103] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:24 2026] DELETE /v2.0/security-groups/aacaf3aa-f763-4282-a25c-84392d2b2273 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2104] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:24 2026] GET /v2.0/security-groups?tenant_id=37b1b9562dbf43e586fb56f3624902a8&name=default => 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: 1024/2105] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:24 2026] DELETE /v2.0/security-groups/7e860be0-f84f-4878-9256-af803fb5a849 => 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: 1082/2106] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:25 2026] GET /v2.0/security-groups?tenant_id=d59e4c678fcf4b2e8beb1e3e017a4839&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:14:25.322 7 INFO neutron.services.segments.plugin [-] Segment ba99f57b-e14b-4692-bf3a-171a6ed8a601 resource provider aggregate not found 2026-05-29 15:14:25.326 7 INFO neutron.services.segments.plugin [-] Segment ba99f57b-e14b-4692-bf3a-171a6ed8a601 resource provider aggregate not found 2026-05-29 15:14:25.338 7 INFO neutron.services.segments.plugin [-] Segment ba99f57b-e14b-4692-bf3a-171a6ed8a601 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba99f57b-e14b-4692-bf3a-171a6ed8a601 found for delete ", "request_id": "req-26aa4602-cf0d-40f5-887e-bd4d63d6e920"}]} 2026-05-29 15:14:25.340 7 INFO neutron.services.segments.plugin [-] Segment ba99f57b-e14b-4692-bf3a-171a6ed8a601 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba99f57b-e14b-4692-bf3a-171a6ed8a601 found for delete ", "request_id": "req-18029bb0-68cd-48f3-a027-179147810786"}]} [pid: 8|app: 0|req: 1025/2107] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:25 2026] DELETE /v2.0/security-groups/b242812d-6d4c-48f3-8538-b12f3ca9b4da => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:14:29.882 7 INFO neutron.db.segments_db [None req-ca64e8f8-9197-42f5-8553-2b2e7c2ee80c db5892877ddc4cbf89e768e82645d9fa b7747b9df773461797d71361f0f84bec - - default default] Added segment 6c2f2bf7-7dda-4c9e-819e-515e46af53de of type vxlan for network 45fde8af-4aab-46dc-8ee5-f51688914403 [pid: 7|app: 0|req: 1083/2108] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:29 2026] POST /v2.0/networks => generated 632 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:30.025 8 INFO neutron.db.segments_db [None req-055e43ec-cde2-4ecd-b8d1-dd4df197c8af db5892877ddc4cbf89e768e82645d9fa b7747b9df773461797d71361f0f84bec - - default default] Added segment 8327bcba-7cdd-49a6-ae3e-4864c0ffead4 of type vxlan for network 344cbe0a-a8db-457c-9f60-32fd20b4c362 [pid: 8|app: 0|req: 1026/2109] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:29 2026] POST /v2.0/networks => generated 631 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:30.149 7 INFO neutron.db.segments_db [None req-672008e0-96e9-4fde-94bd-a74465862b60 db5892877ddc4cbf89e768e82645d9fa b7747b9df773461797d71361f0f84bec - - default default] Added segment 0dcc1996-9837-4f4b-bc74-3b0c43b0b9f1 of type vxlan for network 043c9f4b-680b-46cd-b7e2-155d14bf68d0 [pid: 7|app: 0|req: 1084/2110] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:30 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:30.285 8 INFO neutron.db.segments_db [None req-9c195b21-9ecd-424d-bc2e-1c8bf75ecc9f db5892877ddc4cbf89e768e82645d9fa b7747b9df773461797d71361f0f84bec - - default default] Added segment 017708aa-0e3b-4fae-9153-6fc22368cda5 of type vxlan for network c82c9972-45ec-4d7d-b10d-6be676e33f5f [pid: 8|app: 0|req: 1027/2111] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:30 2026] POST /v2.0/networks => generated 631 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:30.411 7 INFO neutron.db.segments_db [None req-3ed01638-4f21-4454-a4be-f46f1fcf6d06 db5892877ddc4cbf89e768e82645d9fa b7747b9df773461797d71361f0f84bec - - default default] Added segment e3a3df91-8f00-4f68-98d5-25bbf61158bd of type vxlan for network feb3594e-793d-4c5f-bd60-61422f345340 [pid: 7|app: 0|req: 1085/2112] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:30 2026] POST /v2.0/networks => generated 632 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2113] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:14:30 2026] PUT /v2.0/networks/45fde8af-4aab-46dc-8ee5-f51688914403/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: 1086/2114] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:14:30 2026] PUT /v2.0/networks/344cbe0a-a8db-457c-9f60-32fd20b4c362/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: 1029/2115] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:14:30 2026] PUT /v2.0/networks/043c9f4b-680b-46cd-b7e2-155d14bf68d0/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2116] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:14:30 2026] PUT /v2.0/networks/c82c9972-45ec-4d7d-b10d-6be676e33f5f/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2117] 10.0.0.240 () {32 vars in 666 bytes} [Fri May 29 15:14:30 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2118] 10.0.0.240 () {32 vars in 680 bytes} [Fri May 29 15:14:30 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2119] 10.0.0.240 () {32 vars in 676 bytes} [Fri May 29 15:14:30 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2120] 10.0.0.240 () {32 vars in 688 bytes} [Fri May 29 15:14:30 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2121] 10.0.0.240 () {32 vars in 674 bytes} [Fri May 29 15:14:30 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2122] 10.0.0.240 () {32 vars in 688 bytes} [Fri May 29 15:14:30 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2123] 10.0.0.240 () {32 vars in 684 bytes} [Fri May 29 15:14:31 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2124] 10.0.0.240 () {32 vars in 696 bytes} [Fri May 29 15:14:31 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:14:31.318 8 INFO neutron.services.segments.plugin [-] Segment 6c2f2bf7-7dda-4c9e-819e-515e46af53de resource provider aggregate not found 2026-05-29 15:14:31.323 8 INFO neutron.services.segments.plugin [-] Segment 6c2f2bf7-7dda-4c9e-819e-515e46af53de resource provider aggregate not found 2026-05-29 15:14:31.342 8 INFO neutron.services.segments.plugin [-] Segment 6c2f2bf7-7dda-4c9e-819e-515e46af53de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2f2bf7-7dda-4c9e-819e-515e46af53de found for delete ", "request_id": "req-b0cd7cd3-bd5a-4e4c-8585-440d5c780a81"}]} [pid: 8|app: 0|req: 1034/2125] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:31 2026] DELETE /v2.0/networks/45fde8af-4aab-46dc-8ee5-f51688914403 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:31.348 8 INFO neutron.services.segments.plugin [-] Segment 6c2f2bf7-7dda-4c9e-819e-515e46af53de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2f2bf7-7dda-4c9e-819e-515e46af53de found for delete ", "request_id": "req-8d341928-f06d-4f40-b5cd-98b5b3c201cd"}]} 2026-05-29 15:14:31.463 7 INFO neutron.services.segments.plugin [-] Segment 8327bcba-7cdd-49a6-ae3e-4864c0ffead4 resource provider aggregate not found 2026-05-29 15:14:31.464 7 INFO neutron.services.segments.plugin [-] Segment 8327bcba-7cdd-49a6-ae3e-4864c0ffead4 resource provider aggregate not found [pid: 7|app: 0|req: 1092/2126] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:31 2026] DELETE /v2.0/networks/344cbe0a-a8db-457c-9f60-32fd20b4c362 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:31.486 7 INFO neutron.services.segments.plugin [-] Segment 8327bcba-7cdd-49a6-ae3e-4864c0ffead4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8327bcba-7cdd-49a6-ae3e-4864c0ffead4 found for delete ", "request_id": "req-2670d430-7598-4596-bf47-4138ec9847b5"}]} 2026-05-29 15:14:31.486 7 INFO neutron.services.segments.plugin [-] Segment 8327bcba-7cdd-49a6-ae3e-4864c0ffead4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8327bcba-7cdd-49a6-ae3e-4864c0ffead4 found for delete ", "request_id": "req-f0e64290-38c3-42ad-b107-b0d9a79b6b9c"}]} [pid: 8|app: 0|req: 1035/2127] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:31 2026] DELETE /v2.0/networks/043c9f4b-680b-46cd-b7e2-155d14bf68d0 => 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: 1093/2130] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:31 2026] DELETE /v2.0/networks/c82c9972-45ec-4d7d-b10d-6be676e33f5f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2131] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:31 2026] DELETE /v2.0/networks/feb3594e-793d-4c5f-bd60-61422f345340 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2132] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:32 2026] GET /v2.0/security-groups?tenant_id=961ad252659a42a3877d3155abc238ba&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: 1039/2133] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:32 2026] DELETE /v2.0/security-groups/6d157dc3-5940-4313-bd1d-118be1279ccb => 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: 1095/2134] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:33 2026] GET /v2.0/security-groups?tenant_id=2c78385899b04a2993b34090d5748600&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2135] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:33 2026] DELETE /v2.0/security-groups/bbefa9db-97bd-4d86-9616-77903b00322d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:14:33.362 8 INFO neutron.services.segments.plugin [-] Segment 0dcc1996-9837-4f4b-bc74-3b0c43b0b9f1 resource provider aggregate not found 2026-05-29 15:14:33.367 8 INFO neutron.services.segments.plugin [-] Segment 0dcc1996-9837-4f4b-bc74-3b0c43b0b9f1 resource provider aggregate not found 2026-05-29 15:14:33.384 8 INFO neutron.services.segments.plugin [-] Segment 0dcc1996-9837-4f4b-bc74-3b0c43b0b9f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dcc1996-9837-4f4b-bc74-3b0c43b0b9f1 found for delete ", "request_id": "req-302c0479-3c38-48d0-932e-596b3547caee"}]} 2026-05-29 15:14:33.388 8 INFO neutron.services.segments.plugin [-] Segment 0dcc1996-9837-4f4b-bc74-3b0c43b0b9f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dcc1996-9837-4f4b-bc74-3b0c43b0b9f1 found for delete ", "request_id": "req-015046af-feb8-4b2e-830e-404d04ab1a4e"}]} 2026-05-29 15:14:33.397 8 INFO neutron.services.segments.plugin [-] Segment e3a3df91-8f00-4f68-98d5-25bbf61158bd resource provider aggregate not found 2026-05-29 15:14:33.403 8 INFO neutron.services.segments.plugin [-] Segment e3a3df91-8f00-4f68-98d5-25bbf61158bd resource provider aggregate not found 2026-05-29 15:14:33.413 8 INFO neutron.services.segments.plugin [-] Segment e3a3df91-8f00-4f68-98d5-25bbf61158bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3a3df91-8f00-4f68-98d5-25bbf61158bd found for delete ", "request_id": "req-03ed0487-1dc1-4316-81a9-0b27511bf419"}]} 2026-05-29 15:14:33.420 8 INFO neutron.services.segments.plugin [-] Segment e3a3df91-8f00-4f68-98d5-25bbf61158bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3a3df91-8f00-4f68-98d5-25bbf61158bd found for delete ", "request_id": "req-d299adca-4575-4768-bfcb-7707a257e1c1"}]} 2026-05-29 15:14:33.508 7 INFO neutron.services.segments.plugin [-] Segment 017708aa-0e3b-4fae-9153-6fc22368cda5 resource provider aggregate not found 2026-05-29 15:14:33.510 7 INFO neutron.services.segments.plugin [-] Segment 017708aa-0e3b-4fae-9153-6fc22368cda5 resource provider aggregate not found 2026-05-29 15:14:33.526 7 INFO neutron.services.segments.plugin [-] Segment 017708aa-0e3b-4fae-9153-6fc22368cda5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017708aa-0e3b-4fae-9153-6fc22368cda5 found for delete ", "request_id": "req-54248292-a9d8-4b74-a207-8cee7750b9ab"}]} 2026-05-29 15:14:33.532 7 INFO neutron.services.segments.plugin [-] Segment 017708aa-0e3b-4fae-9153-6fc22368cda5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017708aa-0e3b-4fae-9153-6fc22368cda5 found for delete ", "request_id": "req-517de080-db2f-4782-8d0b-3ac83d36ede6"}]} [pid: 7|app: 0|req: 1096/2136] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:33 2026] GET /v2.0/security-groups?tenant_id=b7747b9df773461797d71361f0f84bec&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2137] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:33 2026] DELETE /v2.0/security-groups/221c8376-b451-46e0-9c52-9364682f7425 => 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: 1097/2138] 10.0.0.240 () {32 vars in 826 bytes} [Fri May 29 15:14:34 2026] GET /v2.0/ports?project_id=f784ff974e2844829c66f1bf6307d822&network_id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 3691 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2139] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:14:35 2026] GET /v2.0/subnets?network_id=dbdc8306-63f7-42f6-8d92-b6743f3e07e8 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:35.437 7 INFO neutron.db.l3_db [None req-ada00469-796e-422a-8dbb-ab560ad357ea 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Floating IP 9867df68-69e5-4c9f-bbd2-3470785eaaa4 disassociated. External IP: 10.96.250.206, port: ab5c34c3-5d00-4e05-87a5-e83be1e68802. [pid: 7|app: 0|req: 1098/2140] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:14:35 2026] PUT /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 554 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:35.811 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de4a8f4-fedd-4ae3-b3ea-aa86f9bcfc8e'] response: {'name': 'network-changed', 'server_uuid': '501b44a8-6e83-429d-ae54-d52c9d07b4d5', 'tag': 'ab5c34c3-5d00-4e05-87a5-e83be1e68802', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1043/2141] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:35 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2142] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2143] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/networks?id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2144] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ab5c34c3-5d00-4e05-87a5-e83be1e68802 => 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: 1045/2145] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/subnets?id=bad11b7a-7813-45a9-aadb-25f19d6e2b21 => 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: 1101/2146] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/ports?network_id=9899d267-27cc-4295-99fa-913e45f25d0d&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2147] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1102/2148] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1047/2149] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:36 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2150] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:37 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:37.897 7 INFO neutron.db.segments_db [None req-75e9b857-d308-473f-821d-bfb324603847 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Added segment d706299a-d1df-4dd7-bd72-157562bfcc68 of type vxlan for network ba215043-8f53-4c25-9e01-5e5d57a78ab6 [pid: 7|app: 0|req: 1103/2151] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:37 2026] POST /v2.0/networks => generated 632 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2152] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:14:37 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:38.335 7 INFO neutron.db.segments_db [None req-f39a5af1-9a9c-473d-abbc-9b2066f86e5b 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Added segment e19691eb-8280-4337-929f-686d92c0081d of type vxlan for network b8f97dae-8e2d-4e5c-bc59-5d3fcef099b9 [pid: 7|app: 0|req: 1104/2153] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:38 2026] POST /v2.0/networks => generated 632 bytes in 128 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: 1050/2154] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:14:38 2026] POST /v2.0/ports => generated 743 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:38.714 7 INFO neutron.db.segments_db [None req-1f6f426f-507f-40f5-b10a-e648b8341cfc 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Added segment 9e983b53-d8f8-490a-a1d0-37d61028249d of type vxlan for network ccaf1570-3321-4271-ae5a-526999a192ff [pid: 7|app: 0|req: 1105/2155] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:38 2026] POST /v2.0/networks => generated 630 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1106/2156] 10.0.0.240 () {34 vars in 685 bytes} [Fri May 29 15:14:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2157] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:14:38 2026] POST /v2.0/ports => generated 743 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:14:39.136 8 INFO neutron.db.segments_db [None req-91aab627-5723-4885-b94c-279770db62d1 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Added segment 9a690cc0-db57-4e19-8469-f2ad75810eaa of type vxlan for network 26f3dc62-3f8c-4aac-a0df-f4d739a9f60f [pid: 7|app: 0|req: 1107/2158] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2159] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2160] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2161] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2162] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:39 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: 1053/2163] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:14:39.576 7 INFO neutron.db.securitygroups_db [None req-c2b027f8-e44e-476a-b889-33772b811dcb 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Project f784ff974e2844829c66f1bf6307d822 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-29 15:14:39.600 8 INFO neutron.db.segments_db [None req-b0877a12-5c40-441c-9024-3021fd72ffea 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Added segment 19ba53c6-ebf5-456d-be5d-7f288175da0c of type vxlan for network 550393a2-2fae-40cd-9be9-0725170535d6 [pid: 7|app: 0|req: 1111/2164] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2165] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:14:39 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) 2026-05-29 15:14:39.704 7 INFO neutron.db.securitygroups_db [None req-ef5eaf57-9147-44db-8c61-bdcc047a42f5 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Project f784ff974e2844829c66f1bf6307d822 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: 1112/2166] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2167] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:14:39 2026] POST /v2.0/ports => generated 743 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2168] 10.0.0.240 () {34 vars in 747 bytes} [Fri May 29 15:14:39 2026] PUT /v2.0/ports/52ca5b9b-982f-4a7e-865d-d26ca89e22f7/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1056/2169] 10.0.0.240 () {34 vars in 747 bytes} [Fri May 29 15:14:40 2026] PUT /v2.0/ports/39604413-149e-4e9b-a1b6-23c40a14e125/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1114/2170] 10.0.0.240 () {34 vars in 747 bytes} [Fri May 29 15:14:40 2026] PUT /v2.0/ports/8af3edd6-f0e3-42ba-933b-2481ba607083/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1057/2171] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/networks => generated 1298 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2172] 10.0.0.240 () {34 vars in 747 bytes} [Fri May 29 15:14:40 2026] PUT /v2.0/ports/3330b98d-3cdf-4a2f-8737-7c2b8824ba84/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2173] 10.0.0.240 () {32 vars in 660 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 63 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: 1059/2174] 10.0.0.208 () {34 vars in 1100 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2100389460&fields=id&tenant_id=f784ff974e2844829c66f1bf6307d822 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2175] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/networks?id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2176] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/quotas/f784ff974e2844829c66f1bf6307d822 => 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: 1116/2177] 10.0.0.240 () {32 vars in 674 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2178] 10.0.0.240 () {32 vars in 670 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2179] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2180] 10.0.0.240 () {32 vars in 682 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2181] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1119/2182] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1120/2183] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1064/2184] 10.0.0.240 () {32 vars in 668 bytes} [Fri May 29 15:14:40 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2185] 10.0.0.240 () {32 vars in 682 bytes} [Fri May 29 15:14:41 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2186] 10.0.0.240 () {32 vars in 678 bytes} [Fri May 29 15:14:41 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2187] 10.0.0.240 () {32 vars in 690 bytes} [Fri May 29 15:14:41 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:14:41.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1f0f459-cc90-4780-a893-72ae0f0ba798 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] TaaS: Handle Delete Port: 52ca5b9b-982f-4a7e-865d-d26ca89e22f7 2026-05-29 15:14:41.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1f0f459-cc90-4780-a893-72ae0f0ba798 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Tap Mirror: Handle Delete Port: 52ca5b9b-982f-4a7e-865d-d26ca89e22f7 [pid: 8|app: 0|req: 1066/2188] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:14:41 2026] DELETE /v2.0/ports/52ca5b9b-982f-4a7e-865d-d26ca89e22f7 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:41.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-b644c621-36e1-4040-bc50-a1a90019e7b3 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] TaaS: Handle Delete Port: 39604413-149e-4e9b-a1b6-23c40a14e125 2026-05-29 15:14:41.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b644c621-36e1-4040-bc50-a1a90019e7b3 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Tap Mirror: Handle Delete Port: 39604413-149e-4e9b-a1b6-23c40a14e125 [pid: 7|app: 0|req: 1123/2189] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:14:41 2026] DELETE /v2.0/ports/39604413-149e-4e9b-a1b6-23c40a14e125 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:41.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-026ba239-20b1-46c2-849a-96f1c4f18450 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] TaaS: Handle Delete Port: 8af3edd6-f0e3-42ba-933b-2481ba607083 2026-05-29 15:14:41.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-026ba239-20b1-46c2-849a-96f1c4f18450 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Tap Mirror: Handle Delete Port: 8af3edd6-f0e3-42ba-933b-2481ba607083 [pid: 7|app: 0|req: 1124/2190] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:41 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1067/2191] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:14:41 2026] DELETE /v2.0/ports/8af3edd6-f0e3-42ba-933b-2481ba607083 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:41.949 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf80266e-0528-4c91-8193-e169ddd73789 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] TaaS: Handle Delete Port: 3330b98d-3cdf-4a2f-8737-7c2b8824ba84 2026-05-29 15:14:41.952 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf80266e-0528-4c91-8193-e169ddd73789 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Tap Mirror: Handle Delete Port: 3330b98d-3cdf-4a2f-8737-7c2b8824ba84 [pid: 7|app: 0|req: 1125/2192] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:14:41 2026] DELETE /v2.0/ports/3330b98d-3cdf-4a2f-8737-7c2b8824ba84 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:42.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbb24c3f-f86a-4924-a4ae-30d5859564dd 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] TaaS: Handle Delete Port: cdeccaa4-2311-48e5-bd60-52dae0a53408 2026-05-29 15:14:42.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbb24c3f-f86a-4924-a4ae-30d5859564dd 75363fbb6e3c48d7a181ca341f23270c cfcace9bd5de4bb99c3b31052a01f418 - - default default] Tap Mirror: Handle Delete Port: cdeccaa4-2311-48e5-bd60-52dae0a53408 [pid: 8|app: 0|req: 1068/2193] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:14:42 2026] DELETE /v2.0/ports/cdeccaa4-2311-48e5-bd60-52dae0a53408 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:42.317 7 INFO neutron.services.segments.plugin [-] Segment d706299a-d1df-4dd7-bd72-157562bfcc68 resource provider aggregate not found 2026-05-29 15:14:42.317 7 INFO neutron.services.segments.plugin [-] Segment d706299a-d1df-4dd7-bd72-157562bfcc68 resource provider aggregate not found 2026-05-29 15:14:42.339 7 INFO neutron.services.segments.plugin [-] Segment d706299a-d1df-4dd7-bd72-157562bfcc68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d706299a-d1df-4dd7-bd72-157562bfcc68 found for delete ", "request_id": "req-8e4ca46a-dea5-4ff2-a05a-2bb32b364d86"}]} 2026-05-29 15:14:42.344 7 INFO neutron.services.segments.plugin [-] Segment d706299a-d1df-4dd7-bd72-157562bfcc68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d706299a-d1df-4dd7-bd72-157562bfcc68 found for delete ", "request_id": "req-6f459ee2-ca7c-4edb-8ca6-6d1cfea3b89d"}]} [pid: 7|app: 0|req: 1126/2194] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:42 2026] DELETE /v2.0/networks/ba215043-8f53-4c25-9e01-5e5d57a78ab6 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:14:42.465 8 INFO neutron.services.segments.plugin [-] Segment e19691eb-8280-4337-929f-686d92c0081d resource provider aggregate not found 2026-05-29 15:14:42.469 8 INFO neutron.services.segments.plugin [-] Segment e19691eb-8280-4337-929f-686d92c0081d resource provider aggregate not found 2026-05-29 15:14:42.486 8 INFO neutron.services.segments.plugin [-] Segment e19691eb-8280-4337-929f-686d92c0081d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e19691eb-8280-4337-929f-686d92c0081d found for delete ", "request_id": "req-12bfca0a-0427-4ef1-b565-4d8086e71592"}]} 2026-05-29 15:14:42.493 8 INFO neutron.services.segments.plugin [-] Segment e19691eb-8280-4337-929f-686d92c0081d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e19691eb-8280-4337-929f-686d92c0081d found for delete ", "request_id": "req-da52471d-9d73-435b-b380-ad50ee2ce778"}]} [pid: 8|app: 0|req: 1069/2195] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:42 2026] DELETE /v2.0/networks/b8f97dae-8e2d-4e5c-bc59-5d3fcef099b9 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2196] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:42 2026] DELETE /v2.0/networks/ccaf1570-3321-4271-ae5a-526999a192ff => 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: 1070/2197] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:42 2026] DELETE /v2.0/networks/26f3dc62-3f8c-4aac-a0df-f4d739a9f60f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2198] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:14:42 2026] DELETE /v2.0/networks/550393a2-2fae-40cd-9be9-0725170535d6 => 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: 1071/2199] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:42 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1129/2200] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:43 2026] GET /v2.0/security-groups?tenant_id=ac81e46408f74b8992acf86ae1e9f1c1&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: 1072/2201] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:43 2026] DELETE /v2.0/security-groups/d613c1b6-6b18-46b6-b7ce-b3dfb59446c5 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2202] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:43 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1073/2203] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:44 2026] GET /v2.0/security-groups?tenant_id=cfcace9bd5de4bb99c3b31052a01f418&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2204] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:44 2026] DELETE /v2.0/security-groups/6f058b63-ce90-49f9-b192-3fa82cd1fc70 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:14:44.362 7 INFO neutron.services.segments.plugin [-] Segment 9e983b53-d8f8-490a-a1d0-37d61028249d resource provider aggregate not found 2026-05-29 15:14:44.367 7 INFO neutron.services.segments.plugin [-] Segment 9e983b53-d8f8-490a-a1d0-37d61028249d resource provider aggregate not found 2026-05-29 15:14:44.384 7 INFO neutron.services.segments.plugin [-] Segment 9e983b53-d8f8-490a-a1d0-37d61028249d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e983b53-d8f8-490a-a1d0-37d61028249d found for delete ", "request_id": "req-a7f7d27c-0156-4316-8d5d-10244c7e5354"}]} 2026-05-29 15:14:44.390 7 INFO neutron.services.segments.plugin [-] Segment 9e983b53-d8f8-490a-a1d0-37d61028249d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e983b53-d8f8-490a-a1d0-37d61028249d found for delete ", "request_id": "req-e9ef1432-e253-44b9-a0d1-e42feaff67b4"}]} 2026-05-29 15:14:44.406 7 INFO neutron.services.segments.plugin [-] Segment 19ba53c6-ebf5-456d-be5d-7f288175da0c resource provider aggregate not found 2026-05-29 15:14:44.411 7 INFO neutron.services.segments.plugin [-] Segment 19ba53c6-ebf5-456d-be5d-7f288175da0c resource provider aggregate not found 2026-05-29 15:14:44.424 7 INFO neutron.services.segments.plugin [-] Segment 19ba53c6-ebf5-456d-be5d-7f288175da0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ba53c6-ebf5-456d-be5d-7f288175da0c found for delete ", "request_id": "req-f631c19c-7bc1-4194-a156-1fcbf2b1de58"}]} 2026-05-29 15:14:44.426 7 INFO neutron.services.segments.plugin [-] Segment 19ba53c6-ebf5-456d-be5d-7f288175da0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ba53c6-ebf5-456d-be5d-7f288175da0c found for delete ", "request_id": "req-b8ed1ef9-70d2-4aaf-9973-8018e4bb6b44"}]} [pid: 8|app: 0|req: 1074/2205] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:44 2026] GET /v2.0/security-groups?tenant_id=325c6fd372a844d7a9977d283825fc5c&name=default => generated 2928 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:14:44.508 8 INFO neutron.services.segments.plugin [-] Segment 9a690cc0-db57-4e19-8469-f2ad75810eaa resource provider aggregate not found 2026-05-29 15:14:44.513 8 INFO neutron.services.segments.plugin [-] Segment 9a690cc0-db57-4e19-8469-f2ad75810eaa resource provider aggregate not found 2026-05-29 15:14:44.526 8 INFO neutron.services.segments.plugin [-] Segment 9a690cc0-db57-4e19-8469-f2ad75810eaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a690cc0-db57-4e19-8469-f2ad75810eaa found for delete ", "request_id": "req-77882d84-549a-4dde-9518-62ede9ddf7c8"}]} 2026-05-29 15:14:44.527 8 INFO neutron.services.segments.plugin [-] Segment 9a690cc0-db57-4e19-8469-f2ad75810eaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a690cc0-db57-4e19-8469-f2ad75810eaa found for delete ", "request_id": "req-04d43093-37f4-4408-8284-02ad37f3f67d"}]} [pid: 7|app: 0|req: 1132/2206] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:44 2026] DELETE /v2.0/security-groups/02bb7afd-514e-4428-88ff-cb6f0d725227 => 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: 1075/2207] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:45 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1133/2208] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:46 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1135/2211] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:14:46 2026] GET /v2.0/networks?id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 661 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2212] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:14:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f784ff974e2844829c66f1bf6307d822 => generated 273 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2213] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:47 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1136/2214] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:14:47 2026] POST /v2.0/ports => generated 958 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2215] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:14:47 2026] PUT /v2.0/ports/3eaf514d-e6ef-420c-8fd2-cafbf6564fb1 => generated 1239 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:14:47.900 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfdea03e-42b7-4ee8-a727-14b18e24f1a2'] response: {'name': 'network-changed', 'server_uuid': '81759a35-e83e-4b54-9d41-436a6d6961bf', 'tag': '3eaf514d-e6ef-420c-8fd2-cafbf6564fb1', '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: 1137/2216] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:48 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 973 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: 1080/2217] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:48 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1138/2218] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:14:48 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2219] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:14:48 2026] GET /v2.0/networks?tenant_id=f784ff974e2844829c66f1bf6307d822&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2220] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:14:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:48.628 8 INFO neutron.db.segments_db [None req-bdf12653-1c36-4028-bf03-f5b08fb38947 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Added segment a707e5e3-70df-480d-81c3-b14d65249a1a of type vxlan for network 2a646b91-b71a-441f-a427-a9566a5b16e1 2026-05-29 15:14:48.841 8 INFO neutron.db.l3_hamode_db [None req-bdf12653-1c36-4028-bf03-f5b08fb38947 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:14:48.957 8 INFO neutron.db.l3_hamode_db [None req-bdf12653-1c36-4028-bf03-f5b08fb38947 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1081/2221] 10.0.0.240 () {34 vars in 668 bytes} [Fri May 29 15:14:48 2026] POST /v2.0/routers => generated 474 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2222] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2223] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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-05-29 15:14:49.530 8 INFO neutron.db.l3_hamode_db [None req-fca7f4de-1bcd-45b4-9718-714eb170f56a ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1143/2224] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2225] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3eaf514d-e6ef-420c-8fd2-cafbf6564fb1 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:14:49.657 8 INFO neutron.db.l3_hamode_db [None req-fca7f4de-1bcd-45b4-9718-714eb170f56a ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1145/2226] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/subnets?id=bad11b7a-7813-45a9-aadb-25f19d6e2b21 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2227] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/ports?network_id=9899d267-27cc-4295-99fa-913e45f25d0d&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2228] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1148/2229] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:14:49 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1082/2230] 10.0.0.240 () {34 vars in 668 bytes} [Fri May 29 15:14:49 2026] POST /v2.0/routers => generated 474 bytes in 752 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:50.288 7 INFO neutron.db.l3_hamode_db [None req-e9804f44-8634-471a-8c6f-9e11f6120c77 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:14:50.394 7 INFO neutron.db.l3_hamode_db [None req-e9804f44-8634-471a-8c6f-9e11f6120c77 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1083/2231] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:50 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2232] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:50 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1149/2233] 10.0.0.240 () {34 vars in 668 bytes} [Fri May 29 15:14:50 2026] POST /v2.0/routers => generated 474 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:50.996 8 INFO neutron.db.l3_hamode_db [None req-dfc0d549-c1c8-4aa0-97a6-be0ee21ce277 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:14:51.111 8 INFO neutron.db.l3_hamode_db [None req-dfc0d549-c1c8-4aa0-97a6-be0ee21ce277 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1085/2234] 10.0.0.240 () {34 vars in 668 bytes} [Fri May 29 15:14:50 2026] POST /v2.0/routers => generated 474 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:14:51.726 7 INFO neutron.db.l3_hamode_db [None req-539ec9ec-215d-4688-a7dc-f769c1309868 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1086/2235] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:51 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2236] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:51 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:51.847 7 INFO neutron.db.l3_hamode_db [None req-539ec9ec-215d-4688-a7dc-f769c1309868 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1150/2237] 10.0.0.240 () {34 vars in 668 bytes} [Fri May 29 15:14:51 2026] POST /v2.0/routers => generated 474 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2238] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:14:52 2026] PUT /v2.0/routers/cac47ced-454d-4a88-947a-21afb1336184/tags => generated 17 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2239] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:14:52 2026] PUT /v2.0/routers/dd39ed13-3bef-40a5-8d1c-6cce867ce69e/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2240] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:14:52 2026] PUT /v2.0/routers/819aed1e-5287-4c22-bbeb-9b68e878fac3/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2241] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:14:52 2026] PUT /v2.0/routers/3a123c20-8ae7-4b75-90fd-d4b127a13a18/tags => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2242] 10.0.0.240 () {32 vars in 664 bytes} [Fri May 29 15:14:52 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2243] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:52 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2244] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:52 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1091/2245] 10.0.0.240 () {32 vars in 678 bytes} [Fri May 29 15:14:52 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2246] 10.0.0.240 () {32 vars in 674 bytes} [Fri May 29 15:14:53 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2247] 10.0.0.240 () {32 vars in 686 bytes} [Fri May 29 15:14:53 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2248] 10.0.0.240 () {32 vars in 672 bytes} [Fri May 29 15:14:53 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2249] 10.0.0.240 () {32 vars in 686 bytes} [Fri May 29 15:14:53 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2250] 10.0.0.240 () {32 vars in 682 bytes} [Fri May 29 15:14:53 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2251] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:14:53 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2252] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:14:53 2026] GET /v2.0/routers/cac47ced-454d-4a88-947a-21afb1336184 => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2253] 10.0.0.240 () {34 vars in 742 bytes} [Fri May 29 15:14:53 2026] PUT /v2.0/routers/cac47ced-454d-4a88-947a-21afb1336184 => generated 485 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2254] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:54 2026] GET /v2.0/ports?device_id=cac47ced-454d-4a88-947a-21afb1336184 => 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: 1159/2255] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:54 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1160/2256] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:54 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:54.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cdb290c-4c6e-4cb3-8a21-5fecdb63e235 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] TaaS: Handle Delete Port: d3e2d90e-f15f-42d7-b3ee-9f77d36ef1d3 2026-05-29 15:14:54.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cdb290c-4c6e-4cb3-8a21-5fecdb63e235 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Tap Mirror: Handle Delete Port: d3e2d90e-f15f-42d7-b3ee-9f77d36ef1d3 [pid: 8|app: 0|req: 1097/2257] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:54 2026] DELETE /v2.0/routers/cac47ced-454d-4a88-947a-21afb1336184 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2258] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:14:54 2026] GET /v2.0/routers/dd39ed13-3bef-40a5-8d1c-6cce867ce69e => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2259] 10.0.0.240 () {34 vars in 742 bytes} [Fri May 29 15:14:54 2026] PUT /v2.0/routers/dd39ed13-3bef-40a5-8d1c-6cce867ce69e => generated 493 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2260] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:55 2026] GET /v2.0/ports?device_id=dd39ed13-3bef-40a5-8d1c-6cce867ce69e => 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: 1163/2261] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:55 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:55.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8cac33e-d19b-48f5-9b94-60b242faa56c ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] TaaS: Handle Delete Port: 1b55a527-b3ee-4e48-b528-3dcff0d0d1fd 2026-05-29 15:14:55.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8cac33e-d19b-48f5-9b94-60b242faa56c ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Tap Mirror: Handle Delete Port: 1b55a527-b3ee-4e48-b528-3dcff0d0d1fd [pid: 7|app: 0|req: 1164/2262] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:55 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1165/2263] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:14:55 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1166/2264] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:14:55 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1099/2265] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:55 2026] DELETE /v2.0/routers/dd39ed13-3bef-40a5-8d1c-6cce867ce69e => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2266] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:55 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2267] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:14:55 2026] GET /v2.0/routers/819aed1e-5287-4c22-bbeb-9b68e878fac3 => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:55.859 7 INFO neutron.db.l3_db [None req-39c8d93b-a7c8-4d1b-82bc-ef8e4caf2c2b 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Floating IP 9867df68-69e5-4c9f-bbd2-3470785eaaa4 associated. External IP: 10.96.250.206, port: 3eaf514d-e6ef-420c-8fd2-cafbf6564fb1. [pid: 8|app: 0|req: 1101/2268] 10.0.0.240 () {34 vars in 742 bytes} [Fri May 29 15:14:55 2026] PUT /v2.0/routers/819aed1e-5287-4c22-bbeb-9b68e878fac3 => generated 502 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2269] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/ports?device_id=819aed1e-5287-4c22-bbeb-9b68e878fac3 => 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: 1168/2270] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:14:55 2026] PUT /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 856 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:56.259 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4df87142-f440-41c6-99d1-75a14dab5156'] response: {'name': 'network-changed', 'server_uuid': '81759a35-e83e-4b54-9d41-436a6d6961bf', 'tag': '3eaf514d-e6ef-420c-8fd2-cafbf6564fb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1169/2271] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:56.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-a024d687-2697-4ae1-adc3-93ad7d884e86 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] TaaS: Handle Delete Port: edc00475-1efe-49ad-8c2c-7dacc0a09dc3 2026-05-29 15:14:56.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a024d687-2697-4ae1-adc3-93ad7d884e86 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Tap Mirror: Handle Delete Port: edc00475-1efe-49ad-8c2c-7dacc0a09dc3 [pid: 8|app: 0|req: 1103/2272] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:56 2026] DELETE /v2.0/routers/819aed1e-5287-4c22-bbeb-9b68e878fac3 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2273] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/routers/3a123c20-8ae7-4b75-90fd-d4b127a13a18 => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2274] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/ports?tenant_id=f784ff974e2844829c66f1bf6307d822&device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1172/2275] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/networks?id=9899d267-27cc-4295-99fa-913e45f25d0d => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2276] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3eaf514d-e6ef-420c-8fd2-cafbf6564fb1 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2277] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/subnets?id=bad11b7a-7813-45a9-aadb-25f19d6e2b21 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2278] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:14:56 2026] GET /v2.0/ports?network_id=9899d267-27cc-4295-99fa-913e45f25d0d&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: 1176/2279] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:14:57 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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: 1104/2280] 10.0.0.240 () {34 vars in 742 bytes} [Fri May 29 15:14:56 2026] PUT /v2.0/routers/3a123c20-8ae7-4b75-90fd-d4b127a13a18 => generated 487 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2281] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:57 2026] GET /v2.0/ports?device_id=3a123c20-8ae7-4b75-90fd-d4b127a13a18 => 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: 1177/2282] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:14:57 2026] GET /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d?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) 2026-05-29 15:14:57.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c75c488-6839-4bc3-afc0-4158cce9c617 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] TaaS: Handle Delete Port: 74261544-13dc-4c9b-9d9a-c11a15a4c5a1 2026-05-29 15:14:57.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c75c488-6839-4bc3-afc0-4158cce9c617 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Tap Mirror: Handle Delete Port: 74261544-13dc-4c9b-9d9a-c11a15a4c5a1 [pid: 7|app: 0|req: 1178/2283] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:57 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2284] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:57 2026] DELETE /v2.0/routers/3a123c20-8ae7-4b75-90fd-d4b127a13a18 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2285] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:14:57 2026] GET /v2.0/routers/93cb0219-7a3a-4c81-bb27-53150ef127ac => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2286] 10.0.0.240 () {34 vars in 742 bytes} [Fri May 29 15:14:57 2026] PUT /v2.0/routers/93cb0219-7a3a-4c81-bb27-53150ef127ac => generated 480 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2287] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:14:58 2026] GET /v2.0/ports?device_id=93cb0219-7a3a-4c81-bb27-53150ef127ac => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:14:58.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-04fc6cd8-1f52-496c-ab6f-1f29ef161110 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] TaaS: Handle Delete Port: 00c0d6be-0e51-47d8-9cd9-f191b45d567c 2026-05-29 15:14:58.199 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04fc6cd8-1f52-496c-ab6f-1f29ef161110 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] Tap Mirror: Handle Delete Port: 00c0d6be-0e51-47d8-9cd9-f191b45d567c [pid: 7|app: 0|req: 1181/2288] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:14:58 2026] GET /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:14:58.487 8 INFO neutron.services.segments.plugin [-] Segment a707e5e3-70df-480d-81c3-b14d65249a1a resource provider aggregate not found 2026-05-29 15:14:58.492 8 INFO neutron.services.segments.plugin [-] Segment a707e5e3-70df-480d-81c3-b14d65249a1a resource provider aggregate not found 2026-05-29 15:14:58.510 8 INFO neutron.services.segments.plugin [-] Segment a707e5e3-70df-480d-81c3-b14d65249a1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a707e5e3-70df-480d-81c3-b14d65249a1a found for delete ", "request_id": "req-adba82ea-41d8-4d5b-84c5-6f19df89188a"}]} 2026-05-29 15:14:58.514 8 INFO neutron.services.segments.plugin [-] Segment a707e5e3-70df-480d-81c3-b14d65249a1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a707e5e3-70df-480d-81c3-b14d65249a1a found for delete ", "request_id": "req-fd333624-d135-4f36-b22c-462d24436493"}]} 2026-05-29 15:14:58.520 8 INFO neutron.db.l3_hamode_db [None req-04fc6cd8-1f52-496c-ab6f-1f29ef161110 ecf83e360e6b4db8b9b1ee968331a8fb 9487acbbbab842cfbb1e6319074d2f6a - - default default] HA network 2a646b91-b71a-441f-a427-a9566a5b16e1 was deleted as no HA routers are present in tenant 9487acbbbab842cfbb1e6319074d2f6a. [pid: 8|app: 0|req: 1108/2289] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:14:58 2026] DELETE /v2.0/routers/93cb0219-7a3a-4c81-bb27-53150ef127ac => generated 0 bytes in 483 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2290] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:59 2026] GET /v2.0/security-groups?tenant_id=cff86fba6bfa426bacc6dfa9e49f950e&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2291] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:59 2026] DELETE /v2.0/security-groups/fffdb8ac-17f0-42dc-b04f-d5f2050f3477 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2292] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:14:59 2026] GET /v2.0/security-groups?tenant_id=c2ef8b67650a414fbe253368510473ae&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: 1110/2293] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:14:59 2026] DELETE /v2.0/security-groups/464430bc-b300-4a49-b136-1ea8159d4ba9 => 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: 1184/2294] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:00 2026] GET /v2.0/security-groups?tenant_id=9487acbbbab842cfbb1e6319074d2f6a&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: 1111/2295] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:00 2026] DELETE /v2.0/security-groups/4b2a0f92-7d2c-4e4a-8775-4cbeee042f00 => 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: 1186/2298] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:15:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2299] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:15:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2300] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:15:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2301] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:15:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2302] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:15:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2303] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:15:05 2026] PUT /v2.0/subnetpools/504ada98-0151-46d6-8497-46f6fcbb2959/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2304] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:15:05 2026] PUT /v2.0/subnetpools/19f940ad-271f-4b6f-9335-c5e01f3aeb1a/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2305] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:15:05 2026] PUT /v2.0/subnetpools/b65fc2ae-b715-4a4c-904a-8489d8512e2f/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2306] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:15:05 2026] PUT /v2.0/subnetpools/bc8dfb6c-4220-44b6-bd85-df56f6a55550/tags => 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: 1117/2307] 10.0.0.240 () {32 vars in 672 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2308] 10.0.0.240 () {32 vars in 686 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2309] 10.0.0.240 () {32 vars in 682 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2310] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2311] 10.0.0.240 () {32 vars in 680 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2312] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2313] 10.0.0.240 () {32 vars in 690 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2314] 10.0.0.240 () {32 vars in 702 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2315] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:15:05 2026] DELETE /v2.0/subnetpools/504ada98-0151-46d6-8497-46f6fcbb2959 => 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: 1195/2316] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:15:05 2026] DELETE /v2.0/subnetpools/19f940ad-271f-4b6f-9335-c5e01f3aeb1a => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2317] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:15:05 2026] DELETE /v2.0/subnetpools/b65fc2ae-b715-4a4c-904a-8489d8512e2f => 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: 1196/2318] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:15:05 2026] DELETE /v2.0/subnetpools/bc8dfb6c-4220-44b6-bd85-df56f6a55550 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2319] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:15:05 2026] DELETE /v2.0/subnetpools/b5ac614f-2903-4086-9eac-7aab41716cf2 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2320] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2321] 10.0.0.53 () {34 vars in 1039 bytes} [Fri May 29 15:15:05 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1198/2322] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:06 2026] GET /v2.0/security-groups?tenant_id=7770f20ff35a417fb54ac50aeeaec795&name=default => generated 2929 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2323] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:06 2026] DELETE /v2.0/security-groups/f3b3fdf0-a5d9-4e7f-af39-37ba685a431a => 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: 1199/2324] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:07 2026] GET /v2.0/security-groups?tenant_id=2da0c5a7625b4f78bcf2f938c9e33f60&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2325] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:07 2026] DELETE /v2.0/security-groups/bef507c2-8f5f-4397-8e0f-824cc17028db => 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: 1200/2326] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:07 2026] GET /v2.0/security-groups?tenant_id=bc09c7a745bf40918253012b1501f179&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2327] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:07 2026] DELETE /v2.0/security-groups/be53ec5a-558a-44f1-a4ce-021a7b761211 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:10.921 7 INFO neutron.db.segments_db [None req-43ea2c11-b3b0-4316-802a-11d9eb974600 671c6b4dcd7647a59ac481ec042fdf1f cd96f86242924a4aad06b770e005e35d - - default default] Added segment eefe03bc-76fb-4e2d-aa33-aae09e16718d of type vxlan for network 156f3187-7f48-4cb9-94c6-40b971aea5da [pid: 7|app: 0|req: 1201/2328] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:15:10 2026] POST /v2.0/networks => generated 632 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2329] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:15:11 2026] PUT /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2330] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2331] 10.0.0.240 () {34 vars in 764 bytes} [Fri May 29 15:15:11 2026] PUT /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2332] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2333] 10.0.0.240 () {34 vars in 760 bytes} [Fri May 29 15:15:11 2026] PUT /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags/red => 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: 1204/2334] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2335] 10.0.0.240 () {34 vars in 782 bytes} [Fri May 29 15:15:11 2026] PUT /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2336] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2337] 10.0.0.240 () {34 vars in 753 bytes} [Fri May 29 15:15:11 2026] PUT /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2338] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2339] 10.0.0.240 () {32 vars in 741 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:11.733 7 INFO neutron.api.v2.resource [None req-c8e911e5-d74e-40c6-b47d-a29b9e38ae71 671c6b4dcd7647a59ac481ec042fdf1f cd96f86242924a4aad06b770e005e35d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1207/2340] 10.0.0.240 () {32 vars in 745 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2341] 10.0.0.240 () {32 vars in 744 bytes} [Fri May 29 15:15:11 2026] DELETE /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2342] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:15:11.909 8 INFO neutron.api.v2.resource [None req-8bda3d39-0af8-42b6-9b86-29c08feed57c 671c6b4dcd7647a59ac481ec042fdf1f cd96f86242924a4aad06b770e005e35d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1135/2343] 10.0.0.240 () {32 vars in 748 bytes} [Fri May 29 15:15:11 2026] DELETE /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2344] 10.0.0.240 () {32 vars in 736 bytes} [Fri May 29 15:15:11 2026] DELETE /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => 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: 1136/2345] 10.0.0.240 () {32 vars in 733 bytes} [Fri May 29 15:15:11 2026] GET /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:15:12.115 7 INFO neutron.services.segments.plugin [-] Segment eefe03bc-76fb-4e2d-aa33-aae09e16718d resource provider aggregate not found 2026-05-29 15:15:12.120 7 INFO neutron.services.segments.plugin [-] Segment eefe03bc-76fb-4e2d-aa33-aae09e16718d resource provider aggregate not found 2026-05-29 15:15:12.135 7 INFO neutron.services.segments.plugin [-] Segment eefe03bc-76fb-4e2d-aa33-aae09e16718d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eefe03bc-76fb-4e2d-aa33-aae09e16718d found for delete ", "request_id": "req-b0dd2a81-07c8-4af6-8c01-2b68d766fa37"}]} 2026-05-29 15:15:12.141 7 INFO neutron.services.segments.plugin [-] Segment eefe03bc-76fb-4e2d-aa33-aae09e16718d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eefe03bc-76fb-4e2d-aa33-aae09e16718d found for delete ", "request_id": "req-0b662ee0-970e-4c14-85c3-c75304724cb5"}]} [pid: 7|app: 0|req: 1210/2346] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:15:12 2026] DELETE /v2.0/networks/156f3187-7f48-4cb9-94c6-40b971aea5da => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2347] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:12 2026] GET /v2.0/security-groups?tenant_id=cd96f86242924a4aad06b770e005e35d&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2348] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:12 2026] DELETE /v2.0/security-groups/73f0761a-a121-457a-a222-24211e5a5f5f => 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: 1138/2349] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:13 2026] GET /v2.0/security-groups?tenant_id=d954276f83c849be9d21f37e9442c7eb&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2350] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:13 2026] DELETE /v2.0/security-groups/97093224-faf7-4142-8d88-c4e96438da9c => 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: 1139/2351] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:16 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2352] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:15:16 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1140/2355] 10.0.0.240 () {34 vars in 676 bytes} [Fri May 29 15:15:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2356] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:15:16 2026] PUT /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2357] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:15:16 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2358] 10.0.0.240 () {34 vars in 770 bytes} [Fri May 29 15:15:16 2026] PUT /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2359] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:15:16 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2360] 10.0.0.240 () {34 vars in 766 bytes} [Fri May 29 15:15:16 2026] PUT /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2361] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:15:16 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2362] 10.0.0.240 () {34 vars in 788 bytes} [Fri May 29 15:15:16 2026] PUT /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2363] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2364] 10.0.0.240 () {34 vars in 759 bytes} [Fri May 29 15:15:17 2026] PUT /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2365] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2366] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:17.181 8 INFO neutron.api.v2.resource [None req-3a633a6a-b85b-422c-ab85-d14391dc0ae9 cb246c35d8df4655964dcfa7a3114daa e3fb9eedced04da4bd6d166934db3303 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1146/2367] 10.0.0.240 () {32 vars in 751 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2368] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:15:17 2026] DELETE /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2369] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:15:17.301 8 INFO neutron.api.v2.resource [None req-f44ac552-fc5e-4626-ab35-565de910949b cb246c35d8df4655964dcfa7a3114daa e3fb9eedced04da4bd6d166934db3303 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1148/2370] 10.0.0.240 () {32 vars in 754 bytes} [Fri May 29 15:15:17 2026] DELETE /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2371] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2372] 10.0.0.240 () {32 vars in 742 bytes} [Fri May 29 15:15:17 2026] DELETE /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2373] 10.0.0.240 () {32 vars in 739 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc/tags => 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: 1224/2374] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:15:17 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 1151/2375] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:15:17 2026] DELETE /v2.0/subnetpools/9a3b8192-f193-459a-9a98-1df113090ecc => 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: 1225/2376] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:18 2026] GET /v2.0/security-groups?tenant_id=7495c1bdeb26464186d28360ac94b8a4&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2377] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:18 2026] DELETE /v2.0/security-groups/2a223d52-f444-441f-aaf8-6bf234d055d2 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2378] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:18 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 975 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2379] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:15:18 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1228/2380] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:15:18 2026] GET /v2.0/security-groups?id=f87c5cce-5225-40da-9f25-5d8434a8730d&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: 8|app: 0|req: 1153/2381] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:18 2026] GET /v2.0/security-groups?tenant_id=e3fb9eedced04da4bd6d166934db3303&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2382] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:18 2026] DELETE /v2.0/security-groups/0c7c52bc-fd47-4137-a19a-fb91fcdffa16 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:18.748 7 INFO neutron_taas.services.taas.taas_plugin [req-7eb6e61f-2f6b-4fa8-819e-d9a99c855a81 req-9718ba1d-f365-43c1-a25a-3daeea280f0b 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] TaaS: Handle Delete Port: 3eaf514d-e6ef-420c-8fd2-cafbf6564fb1 2026-05-29 15:15:18.750 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7eb6e61f-2f6b-4fa8-819e-d9a99c855a81 req-9718ba1d-f365-43c1-a25a-3daeea280f0b 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Tap Mirror: Handle Delete Port: 3eaf514d-e6ef-420c-8fd2-cafbf6564fb1 2026-05-29 15:15:18.854 7 INFO neutron.db.l3_db [req-7eb6e61f-2f6b-4fa8-819e-d9a99c855a81 req-9718ba1d-f365-43c1-a25a-3daeea280f0b 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Floating IP 9867df68-69e5-4c9f-bbd2-3470785eaaa4 disassociated. External IP: 10.96.250.206, port: 3eaf514d-e6ef-420c-8fd2-cafbf6564fb1. [pid: 7|app: 0|req: 1229/2383] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:15:18 2026] DELETE /v2.0/ports/3eaf514d-e6ef-420c-8fd2-cafbf6564fb1 => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:15:19.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54aafd1c-6987-4bdd-afc3-940e0bd44ddc'] response: {'server_uuid': '81759a35-e83e-4b54-9d41-436a6d6961bf', 'name': 'network-vif-deleted', 'tag': '3eaf514d-e6ef-420c-8fd2-cafbf6564fb1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1155/2384] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:19 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1230/2385] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:20 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => generated 12 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2386] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:22 2026] GET /v2.0/ports?device_id=81759a35-e83e-4b54-9d41-436a6d6961bf => 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: 1231/2387] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:23 2026] DELETE /v2.0/security-groups/f87c5cce-5225-40da-9f25-5d8434a8730d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:23.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6f96af7-cdb2-4aa5-98f7-d99f9851c869 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] TaaS: Handle Delete Port: a4bfbbd9-0e6a-443e-830c-d6a9e557ab3b 2026-05-29 15:15:23.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6f96af7-cdb2-4aa5-98f7-d99f9851c869 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Tap Mirror: Handle Delete Port: a4bfbbd9-0e6a-443e-830c-d6a9e557ab3b [pid: 8|app: 0|req: 1157/2388] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:15:23 2026] DELETE /v2.0/floatingips/9867df68-69e5-4c9f-bbd2-3470785eaaa4 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2389] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:23 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2390] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:15:23 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2391] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:24 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1159/2392] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:15:24 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&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: 1234/2393] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:25 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1235/2394] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:15:26 2026] GET /v2.0/security-groups?id=6019e647-1aca-4a8a-9bb2-b14bb2e5aece&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: 1160/2395] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:15:26 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => generated 971 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:15:26.260 7 INFO neutron_taas.services.taas.taas_plugin [req-ba8c1846-3275-466b-a138-a96ef5af2dfe req-865c9bb2-f433-435e-965b-ec17f58c7eca 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] TaaS: Handle Delete Port: ab5c34c3-5d00-4e05-87a5-e83be1e68802 2026-05-29 15:15:26.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ba8c1846-3275-466b-a138-a96ef5af2dfe req-865c9bb2-f433-435e-965b-ec17f58c7eca 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Tap Mirror: Handle Delete Port: ab5c34c3-5d00-4e05-87a5-e83be1e68802 [pid: 7|app: 0|req: 1236/2396] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:15:26 2026] DELETE /v2.0/ports/ab5c34c3-5d00-4e05-87a5-e83be1e68802 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:15:26.445 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1157d84a-ace8-42a3-a50e-67e2672703da'] response: {'server_uuid': '501b44a8-6e83-429d-ae54-d52c9d07b4d5', 'name': 'network-vif-deleted', 'tag': 'ab5c34c3-5d00-4e05-87a5-e83be1e68802', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1161/2397] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:27 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1237/2398] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:28 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1162/2399] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:29 2026] GET /v2.0/ports?device_id=501b44a8-6e83-429d-ae54-d52c9d07b4d5 => 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: 1238/2400] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:30 2026] DELETE /v2.0/security-groups/6019e647-1aca-4a8a-9bb2-b14bb2e5aece => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:30.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-7230c580-a443-4d6a-8edf-fdfb164d563a 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] TaaS: Handle Delete Port: ca13f0ea-bd87-4902-98b7-80c0a7e08c5c 2026-05-29 15:15:30.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7230c580-a443-4d6a-8edf-fdfb164d563a 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Tap Mirror: Handle Delete Port: ca13f0ea-bd87-4902-98b7-80c0a7e08c5c [pid: 8|app: 0|req: 1163/2403] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:15:30 2026] PUT /v2.0/routers/1f16fdb0-5a52-4023-9914-b62ae47914eb/remove_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2404] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:15:31 2026] DELETE /v2.0/subnets/bad11b7a-7813-45a9-aadb-25f19d6e2b21 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:15:32.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6367328-0804-48f4-8456-6689a0b0a809 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] TaaS: Handle Delete Port: 5aa0081d-ff66-4ec0-8810-7554eba94993 2026-05-29 15:15:32.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6367328-0804-48f4-8456-6689a0b0a809 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Tap Mirror: Handle Delete Port: 5aa0081d-ff66-4ec0-8810-7554eba94993 2026-05-29 15:15:32.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6367328-0804-48f4-8456-6689a0b0a809 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] TaaS: Handle Delete Port: 2b5eb1a7-203a-4b74-84ca-4f78e2d9fd75 2026-05-29 15:15:32.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6367328-0804-48f4-8456-6689a0b0a809 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] Tap Mirror: Handle Delete Port: 2b5eb1a7-203a-4b74-84ca-4f78e2d9fd75 2026-05-29 15:15:32.704 8 INFO neutron.db.l3_hamode_db [None req-b6367328-0804-48f4-8456-6689a0b0a809 911bb0ce623e4cb18427d5d580a42550 f784ff974e2844829c66f1bf6307d822 - - default default] HA network 0940f891-3e43-48a3-95f1-e0c33f52acc9 was deleted as no HA routers are present in tenant f784ff974e2844829c66f1bf6307d822. [pid: 8|app: 0|req: 1164/2405] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:15:31 2026] DELETE /v2.0/routers/1f16fdb0-5a52-4023-9914-b62ae47914eb => generated 0 bytes in 770 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:32.805 8 INFO neutron.services.segments.plugin [-] Segment 0bd306ae-1121-4472-b27d-a0f3fe1aff88 resource provider aggregate not found [pid: 7|app: 0|req: 1242/2406] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:15:32 2026] DELETE /v2.0/networks/9899d267-27cc-4295-99fa-913e45f25d0d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:15:32.846 8 INFO neutron.services.segments.plugin [-] Segment 0bd306ae-1121-4472-b27d-a0f3fe1aff88 resource provider aggregate not found 2026-05-29 15:15:32.851 7 INFO neutron.services.segments.plugin [-] Segment c6687d2e-c01f-4919-8070-79820d3ca915 resource provider aggregate not found 2026-05-29 15:15:32.859 8 INFO neutron.services.segments.plugin [-] Segment 0bd306ae-1121-4472-b27d-a0f3fe1aff88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd306ae-1121-4472-b27d-a0f3fe1aff88 found for delete ", "request_id": "req-1cdedd37-5f53-4a50-b7e9-b0ed8d0b71d3"}]} 2026-05-29 15:15:32.868 8 INFO neutron.services.segments.plugin [-] Segment 0bd306ae-1121-4472-b27d-a0f3fe1aff88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd306ae-1121-4472-b27d-a0f3fe1aff88 found for delete ", "request_id": "req-b6faa2da-a1b4-44d8-92b8-80fa54cf21a0"}]} 2026-05-29 15:15:32.875 7 INFO neutron.services.segments.plugin [-] Segment c6687d2e-c01f-4919-8070-79820d3ca915 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6687d2e-c01f-4919-8070-79820d3ca915 found for delete ", "request_id": "req-2c971205-8ff3-42a0-b492-dd64842651db"}]} 2026-05-29 15:15:32.887 7 INFO neutron.services.segments.plugin [-] Segment c6687d2e-c01f-4919-8070-79820d3ca915 resource provider aggregate not found 2026-05-29 15:15:32.904 7 INFO neutron.services.segments.plugin [-] Segment c6687d2e-c01f-4919-8070-79820d3ca915 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6687d2e-c01f-4919-8070-79820d3ca915 found for delete ", "request_id": "req-421fa3f0-b710-4412-8b5f-8301994d8b26"}]} [pid: 8|app: 0|req: 1165/2407] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:33 2026] GET /v2.0/security-groups?tenant_id=392ad8e7061145c0b61e3b81530e717c&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2408] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:33 2026] DELETE /v2.0/security-groups/592ed442-78d9-4e8b-99bc-66b97fd230d9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2409] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:15:33 2026] GET /v2.0/security-groups?tenant_id=f784ff974e2844829c66f1bf6307d822&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2410] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:15:33 2026] DELETE /v2.0/security-groups/b7da8d26-cf07-46ef-be49-9b0abbabdc32 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:15:42.618 8 INFO neutron.db.segments_db [None req-840cf6cc-8963-4103-9ad3-cc74c020cbf3 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Added segment 35f71fd6-c8b3-4cd1-9e7d-6b4066d83bc0 of type vxlan for network f6ba9f85-4f2e-42d7-9543-520a565205ee [pid: 8|app: 0|req: 1167/2411] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:15:42 2026] POST /v2.0/networks => generated 638 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2412] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:15:42 2026] POST /v2.0/subnets => generated 658 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2413] 10.0.0.240 () {32 vars in 722 bytes} [Fri May 29 15:15:42 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2414] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:15:42 2026] POST /v2.0/subnets => generated 732 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:15:43.175 8 INFO neutron.db.segments_db [None req-bcc4428d-64b1-4a4b-b67b-5aff60447486 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Added segment a84ef4c2-6231-4e0d-927a-80cef28f303e of type vxlan for network 9e0e00d9-8e98-4089-ba9b-2469553f4c6d [pid: 8|app: 0|req: 1169/2415] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:15:43 2026] POST /v2.0/networks => generated 637 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2416] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:15:43 2026] POST /v2.0/subnets => generated 655 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2417] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:15:43 2026] POST /v2.0/subnets => generated 725 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:15:43.800 7 INFO neutron.db.segments_db [None req-c87f95b0-e101-412c-9d2e-d28d744ff206 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Added segment dbe695b4-f0aa-4fcd-8476-f87adbaf34d9 of type vxlan for network 558b206e-7c45-444a-8b51-f91fa6cd9e71 [pid: 7|app: 0|req: 1248/2418] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:15:43 2026] POST /v2.0/networks => generated 638 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2419] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:15:43 2026] POST /v2.0/subnets => generated 655 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2420] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:15:44 2026] POST /v2.0/subnets => generated 730 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:15:44.434 8 INFO neutron.db.segments_db [None req-b3489bcf-d3eb-4f5e-a30d-e352101ed3b6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Added segment 5b573269-536c-4672-971b-ae08ff7e9b06 of type vxlan for network 38037d46-fbdb-40c6-ac23-4075eec7cc99 2026-05-29 15:15:44.689 8 INFO neutron.db.l3_hamode_db [None req-b3489bcf-d3eb-4f5e-a30d-e352101ed3b6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-29 15:15:45.347 8 INFO neutron.db.l3_hamode_db [None req-b3489bcf-d3eb-4f5e-a30d-e352101ed3b6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1172/2421] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:15:44 2026] POST /v2.0/routers => generated 685 bytes in 1725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2424] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:15:46 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2425] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:15:47 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2426] 10.0.0.240 () {34 vars in 783 bytes} [Fri May 29 15:15:48 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/add_router_interface => generated 309 bytes in 1686 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2427] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:15:50 2026] POST /v2.0/security-groups => generated 1630 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2428] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2429] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2430] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2431] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2432] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2433] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2434] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2435] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:51 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: 7|app: 0|req: 1256/2436] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2437] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2438] 10.0.0.240 () {34 vars in 695 bytes} [Fri May 29 15:15:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2439] 10.0.0.208 () {34 vars in 1096 bytes} [Fri May 29 15:15:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1047841168&fields=id&tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2440] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:15:52 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 704 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2441] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:15:52 2026] GET /v2.0/quotas/89ab3ebebfc94a4ba22f6d8f6a4610c0 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2442] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:15:52 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&fields=id => generated 287 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2443] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:15:52 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2444] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:15:52 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1185/2445] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:52 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => 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: 1261/2446] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:15:56 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2447] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:15:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0 => generated 179 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2448] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:15:56 2026] POST /v2.0/ports => generated 1183 bytes in 445 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: 1263/2449] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:15:57 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1198 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2450] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:15:57 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2451] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:15:57 2026] PUT /v2.0/ports/b9b04249-128d-4e1c-aaa1-cd5c47fb624f => generated 1464 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:15:58.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8937c463-fdb7-4fd5-829c-e9a24992b9f7'] response: {'name': 'network-changed', 'server_uuid': '15c807fc-bfa1-4546-a669-2fa5b3a9495e', 'tag': 'b9b04249-128d-4e1c-aaa1-cd5c47fb624f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1265/2452] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:15:58 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1467 bytes in 43 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: 1188/2453] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:15:58 2026] GET /v2.0/networks?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&shared=False => generated 2374 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2454] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:15:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2455] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2456] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=b9b04249-128d-4e1c-aaa1-cd5c47fb624f => 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: 1190/2457] 199.19.213.59 () {34 vars in 1103 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d4&port_id=b9b04249-128d-4e1c-aaa1-cd5c47fb624f => 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: 1268/2458] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/subnets?id=5276d8b6-23e4-4e90-98a3-038e163b8136&id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2459] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2460] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2461] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1270/2462] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:15:59 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2465] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:16:02 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2466] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:16:02 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2467] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:16:08 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2468] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:16:08 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&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: 1196/2469] 10.0.0.240 () {32 vars in 818 bytes} [Fri May 29 15:16:08 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&mac_address=fa%3A16%3A3e%3Ae3%3A47%3Aef => generated 1200 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:16:08.850 7 INFO neutron.db.l3_db [None req-aa87745e-fcfd-47e6-80bd-97b3d9e43e53 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Floating IP 020e381b-70c9-4599-b8fa-a2ba3f9b22a7 associated. External IP: 10.96.250.212, port: b9b04249-128d-4e1c-aaa1-cd5c47fb624f. [pid: 7|app: 0|req: 1274/2470] 10.0.0.240 () {34 vars in 677 bytes} [Fri May 29 15:16:08 2026] POST /v2.0/floatingips => generated 855 bytes in 872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:16:09.184 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-538dfe66-4946-4a0b-9cd2-9b7e4609dcf6'] response: {'name': 'network-changed', 'server_uuid': '15c807fc-bfa1-4546-a669-2fa5b3a9495e', 'tag': 'b9b04249-128d-4e1c-aaa1-cd5c47fb624f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1197/2471] 10.0.0.208 () {34 vars in 1096 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1047841168&fields=id&tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2472] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2473] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/quotas/89ab3ebebfc94a4ba22f6d8f6a4610c0 => 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: 1276/2474] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&fields=id => generated 333 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2475] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?fields=segments => generated 14 bytes in 82 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.208 () {34 vars in 1108 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1278/2477] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => 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: 1200/2478] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2479] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2480] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=b9b04249-128d-4e1c-aaa1-cd5c47fb624f => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2481] 199.19.213.59 () {34 vars in 1103 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d4&port_id=b9b04249-128d-4e1c-aaa1-cd5c47fb624f => 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: 1202/2482] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/subnets?id=5276d8b6-23e4-4e90-98a3-038e163b8136&id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2483] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2484] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2485] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:16:09 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1204/2486] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:16:10 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1283/2487] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:16:13 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2488] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:16:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2489] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:16:14 2026] POST /v2.0/ports => generated 1187 bytes in 417 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: 1285/2490] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:16:14 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1202 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2491] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:16:14 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2492] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:16:14 2026] PUT /v2.0/ports/fadb705e-144f-4734-b601-26720b447cd2 => generated 1468 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:16:14.919 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66d630dc-1f57-4d2a-a02b-501ae103bb08'] response: {'name': 'network-changed', 'server_uuid': 'dc3c5096-7812-4b44-abbc-030be6223ba3', 'tag': 'fadb705e-144f-4734-b601-26720b447cd2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1287/2493] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:16:15 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1207/2494] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:16:15 2026] GET /v2.0/networks?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2495] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:16:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2496] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:16:15 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2497] 10.0.0.53 () {34 vars in 1039 bytes} [Fri May 29 15:16:15 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2500] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2501] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=fadb705e-144f-4734-b601-26720b447cd2 => 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: 1210/2502] 199.19.213.59 () {34 vars in 1105 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A221&port_id=fadb705e-144f-4734-b601-26720b447cd2 => 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: 1293/2503] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/subnets?id=a9d73fac-dc6f-47fc-a7d8-50193d63fbe6&id=687fd045-850c-4290-af5f-05d364f110a1 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2504] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&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: 1294/2505] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&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: 1212/2506] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2507] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:16:16 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2508] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:16:19 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1204 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2509] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:16:20 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&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: 1214/2510] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:16:25 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2511] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:16:25 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&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: 1215/2512] 10.0.0.240 () {32 vars in 818 bytes} [Fri May 29 15:16:25 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&mac_address=fa%3A16%3A3e%3Ac3%3A67%3A81 => generated 1204 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:16:26.092 7 INFO neutron.db.l3_db [None req-c4ac14ce-5009-4e65-b0b4-f38c19768aa7 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Floating IP ceed566c-897a-4b9f-9482-5cbe7ef342ab associated. External IP: 10.96.250.210, port: fadb705e-144f-4734-b601-26720b447cd2. [pid: 7|app: 0|req: 1298/2513] 10.0.0.240 () {34 vars in 677 bytes} [Fri May 29 15:16:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:16:26.422 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-290c69d9-f474-4c7d-9de5-943c42beb1a3'] response: {'name': 'network-changed', 'server_uuid': 'dc3c5096-7812-4b44-abbc-030be6223ba3', 'tag': 'fadb705e-144f-4734-b601-26720b447cd2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1216/2514] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:16:26 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1473 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2515] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:16:26 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2516] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=fadb705e-144f-4734-b601-26720b447cd2 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2517] 199.19.213.59 () {34 vars in 1105 bytes} [Fri May 29 15:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A221&port_id=fadb705e-144f-4734-b601-26720b447cd2 => 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: 1218/2518] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:16:27 2026] GET /v2.0/subnets?id=a9d73fac-dc6f-47fc-a7d8-50193d63fbe6&id=687fd045-850c-4290-af5f-05d364f110a1 => generated 1414 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2519] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:16:27 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2520] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:16:27 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&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: 7|app: 0|req: 1302/2521] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:16:27 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1220/2522] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:16:27 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2525] 10.0.0.53 () {34 vars in 989 bytes} [Fri May 29 15:16:32 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2526] 10.0.0.53 () {34 vars in 1039 bytes} [Fri May 29 15:16:33 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&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: 1224/2529] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:16:48 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1306/2530] 10.0.0.167 () {30 vars in 690 bytes} [Fri May 29 15:16:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2531] 10.0.0.167 () {30 vars in 692 bytes} [Fri May 29 15:16:49 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: 1307/2532] 10.0.0.167 () {30 vars in 668 bytes} [Fri May 29 15:16:49 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: 1226/2533] 10.0.0.167 () {30 vars in 704 bytes} [Fri May 29 15:16:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2534] 10.0.0.167 () {28 vars in 439 bytes} [Fri May 29 15:16:50 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2535] 10.0.0.167 () {30 vars in 728 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 658 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2536] 10.0.0.167 () {30 vars in 690 bytes} [Fri May 29 15:16:50 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: 1228/2537] 10.0.0.167 () {30 vars in 692 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2538] 10.0.0.167 () {30 vars in 668 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2539] 10.0.0.167 () {30 vars in 704 bytes} [Fri May 29 15:16:50 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: 1311/2540] 10.0.0.167 () {30 vars in 728 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2541] 10.0.0.167 () {30 vars in 690 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2542] 10.0.0.167 () {30 vars in 692 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2543] 10.0.0.167 () {30 vars in 668 bytes} [Fri May 29 15:16:50 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: 1313/2544] 10.0.0.167 () {30 vars in 704 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2545] 10.0.0.167 () {30 vars in 730 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2546] 10.0.0.167 () {30 vars in 682 bytes} [Fri May 29 15:16:50 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2547] 10.0.0.167 () {34 vars in 704 bytes} [Fri May 29 15:16:50 2026] POST /v2.0/ports => generated 1132 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2548] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1234/2549] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2550] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:16:53 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: 1235/2551] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:16:53 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: 1317/2552] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => 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: 1236/2553] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2554] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2555] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:16:53 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: 1319/2556] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:16:53.873 8 INFO neutron.api.v2.resource [None req-32d74de7-db3d-40b2-901e-c892898a63c0 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2557] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/security-groups/lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2558] 199.19.213.59 () {30 vars in 784 bytes} [Fri May 29 15:16:53 2026] GET /v2.0/security-groups?name=lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2559] 199.19.213.59 () {34 vars in 735 bytes} [Fri May 29 15:16:53 2026] POST /v2.0/security-groups => generated 1638 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2560] 199.19.213.59 () {30 vars in 814 bytes} [Fri May 29 15:16:54 2026] GET /v2.0/security-group-rules?security_group_id=9c106c1b-ae27-4185-9d7e-c44a8a4e76b0 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2561] 199.19.213.59 () {34 vars in 788 bytes} [Fri May 29 15:16:54 2026] PUT /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2562] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:16:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1241/2563] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:16:54 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: 1323/2564] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:16:54 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: 1242/2565] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:16:54 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: 1324/2566] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:16:54 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2567] 10.0.0.208 () {34 vars in 1016 bytes} [Fri May 29 15:17:01 2026] GET /v2.0/security-groups?id=d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2570] 10.0.0.208 () {34 vars in 982 bytes} [Fri May 29 15:17:01 2026] GET /v2.0/networks?id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 735 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2571] 10.0.0.208 () {34 vars in 965 bytes} [Fri May 29 15:17:01 2026] GET /v2.0/quotas/30eeb8b05d484a65a5f126316ee0d61e => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2572] 10.0.0.208 () {34 vars in 1002 bytes} [Fri May 29 15:17:01 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&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: 1327/2573] 10.0.0.208 () {34 vars in 1008 bytes} [Fri May 29 15:17:01 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1247/2574] 10.0.0.208 () {34 vars in 1108 bytes} [Fri May 29 15:17:01 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2575] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:02 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => 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: 1248/2576] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:02 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => 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: 1329/2577] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:05 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => 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: 1249/2578] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:05 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => 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: 1330/2579] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:17:06 2026] GET /v2.0/networks?id=76c0e121-700e-4875-8f6a-9799f9becd90 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2580] 199.19.213.59 () {34 vars in 1049 bytes} [Fri May 29 15:17:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=30eeb8b05d484a65a5f126316ee0d61e => generated 343 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2581] 199.19.213.59 () {38 vars in 954 bytes} [Fri May 29 15:17:06 2026] POST /v2.0/ports => generated 1082 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2582] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:17:06 2026] PUT /v2.0/ports/d4779929-3d45-4598-bd40-b08b76232a1b => generated 1243 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:17:07.362 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98ad0b05-6379-4360-8c64-bef63c48a3f5'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': 'd4779929-3d45-4598-bd40-b08b76232a1b', '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: 1332/2583] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:17:07 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1252/2584] 199.19.213.59 () {34 vars in 1017 bytes} [Fri May 29 15:17:07 2026] GET /v2.0/networks?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&shared=False => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2585] 199.19.213.59 () {34 vars in 929 bytes} [Fri May 29 15:17:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2586] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:08 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1246 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2587] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:17:08 2026] GET /v2.0/security-groups?id=d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2588] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:08 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2589] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:17:09 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2590] 199.19.213.59 () {34 vars in 1061 bytes} [Fri May 29 15:17:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.121&port_id=d4779929-3d45-4598-bd40-b08b76232a1b => 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: 1336/2591] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:17:09 2026] GET /v2.0/subnets?id=38b4df7f-525d-4dcd-b25d-7572d97e6a2e => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2592] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:17:09 2026] GET /v2.0/ports?network_id=76c0e121-700e-4875-8f6a-9799f9becd90&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: 1337/2593] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:17:09 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1257/2594] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:17:09 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1338/2595] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:10 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2596] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:17:11 2026] GET /v2.0/security-groups?id=d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2597] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:11 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2598] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:17:13 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2599] 199.19.213.59 () {34 vars in 1043 bytes} [Fri May 29 15:17:13 2026] GET /v2.0/security-groups?id=d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2600] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:14 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2601] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:17:14 2026] GET /v2.0/security-groups?id=d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928&fields=id&fields=name => generated 96 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2602] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:14 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2605] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:16 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2606] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:17:17 2026] GET /v2.0/security-groups?id=d0e6d9aa-ed2a-4f89-a180-2b5cb98b3928&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2607] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:17:17 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2612] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:17:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2613] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:17:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2614] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:17:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2615] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:17:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2616] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:17:51 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2617] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:17:51 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2618] 199.19.213.59 () {34 vars in 716 bytes} [Fri May 29 15:17:52 2026] POST /v2.0/ports => generated 1059 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2619] 10.0.0.208 () {34 vars in 971 bytes} [Fri May 29 15:17:52 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2620] 10.0.0.208 () {34 vars in 907 bytes} [Fri May 29 15:17:52 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2621] 199.19.213.59 () {34 vars in 1261 bytes} [Fri May 29 15:17:53 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2622] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:17:53 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1352/2623] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:17:53 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1272/2624] 199.19.213.59 () {34 vars in 974 bytes} [Fri May 29 15:17:54 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2625] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:17:54 2026] GET /v2.0/networks?id=f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2626] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:17:54 2026] PUT /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1249 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:17:54.702 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2ae488c-a5a5-47e6-af7d-0fc978b505c0'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': '3442daa2-bde9-4b7f-81e4-be707ba54ca2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1354/2627] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:17:55 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2628] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:17:55 2026] GET /v2.0/networks?id=f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2629] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:17:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => 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: 1275/2630] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:17:55 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2631] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:17:55 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2632] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:17:55 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1357/2633] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:17:55 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1277/2634] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2489 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2635] 199.19.213.59 () {34 vars in 1061 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.121&port_id=d4779929-3d45-4598-bd40-b08b76232a1b => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2636] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/subnets?id=38b4df7f-525d-4dcd-b25d-7572d97e6a2e => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2637] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/ports?network_id=76c0e121-700e-4875-8f6a-9799f9becd90&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: 1279/2638] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1360/2639] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1280/2640] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2641] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2642] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&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: 1362/2643] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1282/2644] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:17:56 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2645] 10.0.0.208 () {34 vars in 971 bytes} [Fri May 29 15:18:01 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1251 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2646] 199.19.213.59 () {34 vars in 788 bytes} [Fri May 29 15:18:01 2026] PUT /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1276 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:18:01.344 7 INFO neutron.api.v2.resource [None req-45129760-eafc-42d0-82bb-2bc8448a6e44 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1364/2647] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 15:18:01 2026] GET /v2.0/security-groups/lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:18:01.371 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b4d59c0-e9fd-4a1a-8a28-40fcd7664ad1'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': '3442daa2-bde9-4b7f-81e4-be707ba54ca2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1284/2648] 199.19.213.59 () {30 vars in 784 bytes} [Fri May 29 15:18:01 2026] GET /v2.0/security-groups?name=lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2651] 199.19.213.59 () {34 vars in 788 bytes} [Fri May 29 15:18:01 2026] PUT /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1314 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:18:01.752 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cf06399-f60c-4743-bac0-0a64a22bd851'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': '3442daa2-bde9-4b7f-81e4-be707ba54ca2', '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: 1366/2652] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2653] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2654] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:02 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: 1287/2655] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:18:01 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2656] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2657] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2658] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/networks?id=f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 801 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2659] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2660] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => 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: 1372/2661] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1350 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2662] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2663] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2664] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2665] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2666] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1375/2667] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => 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: 1376/2668] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1293/2669] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:02 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2670] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:18:03 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2671] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:18:03 2026] GET /v2.0/networks?id=f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2672] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:18:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => 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: 1295/2673] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:18:03 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2674] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:03 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2675] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:03 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1380/2676] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:03 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:18:12.023 8 INFO neutron.db.l3_db [None req-707850df-43a4-4ff0-8ab1-4819d21532b5 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Floating IP bdaf7cc2-5310-4c85-ba2e-24a702845b11 associated. External IP: 10.96.250.207, port: fa15226d-0974-42ce-b28d-9fddfdc59a8f. [pid: 8|app: 0|req: 1297/2677] 10.0.0.240 () {34 vars in 677 bytes} [Fri May 29 15:18:11 2026] POST /v2.0/floatingips => generated 899 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2680] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2681] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2682] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2683] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:18:17.024 8 INFO neutron.api.v2.resource [None req-d33893b8-927b-47e4-bc86-ef303f881852 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2684] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 15:18:17 2026] GET /v2.0/security-groups/lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => 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: 1384/2685] 199.19.213.59 () {30 vars in 784 bytes} [Fri May 29 15:18:17 2026] GET /v2.0/security-groups?name=lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2686] 199.19.213.59 () {30 vars in 814 bytes} [Fri May 29 15:18:17 2026] GET /v2.0/security-group-rules?security_group_id=9c106c1b-ae27-4185-9d7e-c44a8a4e76b0 => 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: 1385/2687] 199.19.213.59 () {34 vars in 746 bytes} [Fri May 29 15:18:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2688] 199.19.213.59 () {34 vars in 746 bytes} [Fri May 29 15:18:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2689] 10.0.0.167 () {30 vars in 690 bytes} [Fri May 29 15:18:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2690] 10.0.0.167 () {30 vars in 692 bytes} [Fri May 29 15:18:24 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: 1387/2691] 10.0.0.167 () {30 vars in 668 bytes} [Fri May 29 15:18:24 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: 1305/2692] 10.0.0.167 () {30 vars in 704 bytes} [Fri May 29 15:18:24 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: 1388/2693] 10.0.0.167 () {28 vars in 439 bytes} [Fri May 29 15:18:24 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2694] 10.0.0.167 () {30 vars in 728 bytes} [Fri May 29 15:18:24 2026] GET /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 655 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2695] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2696] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:25 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: 1390/2697] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2698] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18:25 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: 1391/2699] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:25 2026] GET /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2700] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:18:25 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2701] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:26 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: 1310/2702] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2703] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:26 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: 1311/2704] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2705] 199.19.213.59 () {34 vars in 716 bytes} [Fri May 29 15:18:26 2026] POST /v2.0/ports => generated 1324 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2706] 10.0.0.208 () {34 vars in 971 bytes} [Fri May 29 15:18:26 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1395/2707] 199.19.213.59 () {34 vars in 1261 bytes} [Fri May 29 15:18:27 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2708] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:27 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1396/2709] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:27 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1314/2710] 199.19.213.59 () {34 vars in 974 bytes} [Fri May 29 15:18:28 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2711] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:18:28 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2712] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:18:28 2026] PUT /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1514 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:18:28.893 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94f51899-55e8-4c74-90ed-5b9885257b4f'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': 'ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1398/2713] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4096 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1316/2714] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2715] 199.19.213.59 () {34 vars in 1055 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1317/2716] 199.19.213.59 () {34 vars in 1103 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A259&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1400/2717] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/subnets?id=5276d8b6-23e4-4e90-98a3-038e163b8136&id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2718] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2719] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2720] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1402/2721] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:29 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1320/2722] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:18:30 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4096 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2723] 199.19.213.59 () {34 vars in 1061 bytes} [Fri May 29 15:18:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.121&port_id=d4779929-3d45-4598-bd40-b08b76232a1b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2724] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:18:30 2026] GET /v2.0/subnets?id=38b4df7f-525d-4dcd-b25d-7572d97e6a2e => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2725] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:30 2026] GET /v2.0/ports?network_id=76c0e121-700e-4875-8f6a-9799f9becd90&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2726] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:30 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1405/2727] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1323/2728] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => 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: 1406/2729] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2730] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2731] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1325/2732] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2733] 199.19.213.59 () {34 vars in 1055 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1326/2734] 199.19.213.59 () {34 vars in 1103 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A259&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1409/2735] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/subnets?id=5276d8b6-23e4-4e90-98a3-038e163b8136&id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2736] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2737] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2738] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1411/2739] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:31 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2742] 10.0.0.208 () {34 vars in 971 bytes} [Fri May 29 15:18:35 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2743] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:18:35 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2744] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:35 2026] GET /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2745] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:35 2026] GET /v2.0/subnets/5276d8b6-23e4-4e90-98a3-038e163b8136 => generated 743 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2746] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:35 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: 1332/2747] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:35 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: 1416/2748] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2749] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2750] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2751] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2752] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2753] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2754] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => 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: 1336/2755] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2756] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:36 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2757] 10.0.0.167 () {30 vars in 690 bytes} [Fri May 29 15:18:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2758] 10.0.0.167 () {30 vars in 692 bytes} [Fri May 29 15:18:40 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: 1338/2759] 10.0.0.167 () {30 vars in 668 bytes} [Fri May 29 15:18:40 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: 1422/2760] 10.0.0.167 () {30 vars in 704 bytes} [Fri May 29 15:18:40 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: 1339/2761] 10.0.0.167 () {28 vars in 439 bytes} [Fri May 29 15:18:40 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: 1423/2762] 10.0.0.167 () {30 vars in 728 bytes} [Fri May 29 15:18:40 2026] GET /v2.0/subnets/687fd045-850c-4290-af5f-05d364f110a1 => generated 655 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2763] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:41 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: 1424/2764] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2765] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:41 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: 1425/2766] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2767] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:41 2026] GET /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2768] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:41 2026] GET /v2.0/subnets/687fd045-850c-4290-af5f-05d364f110a1 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2769] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:18:41 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4098 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2770] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:41 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: 1344/2771] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:41 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: 1428/2772] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:41 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: 1345/2773] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2774] 199.19.213.59 () {34 vars in 716 bytes} [Fri May 29 15:18:42 2026] POST /v2.0/ports => generated 1324 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2775] 10.0.0.208 () {34 vars in 971 bytes} [Fri May 29 15:18:42 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1430/2776] 10.0.0.208 () {34 vars in 907 bytes} [Fri May 29 15:18:42 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: 8|app: 0|req: 1347/2777] 199.19.213.59 () {34 vars in 1261 bytes} [Fri May 29 15:18:43 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2778] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:43 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1348/2779] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:43 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1432/2780] 199.19.213.59 () {34 vars in 974 bytes} [Fri May 29 15:18:44 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1324 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2781] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:18:44 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2782] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:18:44 2026] PUT /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1514 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:18:45.103 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85f580b4-3b8b-4437-b1ec-827b3c6f5476'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': 'a92c17f0-3931-4cc2-9376-2ead5a4ded81', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1350/2783] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 5604 bytes in 53 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: 1434/2784] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => 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: 1351/2785] 199.19.213.59 () {34 vars in 1053 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.8&port_id=a92c17f0-3931-4cc2-9376-2ead5a4ded81 => 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: 1435/2786] 199.19.213.59 () {34 vars in 1105 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1cc&port_id=a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2787] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/subnets?id=a9d73fac-dc6f-47fc-a7d8-50193d63fbe6&id=687fd045-850c-4290-af5f-05d364f110a1 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2788] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2789] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2790] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1354/2791] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:45 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1356/2794] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 5604 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2795] 199.19.213.59 () {34 vars in 1061 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.121&port_id=d4779929-3d45-4598-bd40-b08b76232a1b => 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: 1357/2796] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/subnets?id=38b4df7f-525d-4dcd-b25d-7572d97e6a2e => generated 654 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2797] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/ports?network_id=76c0e121-700e-4875-8f6a-9799f9becd90&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: 1358/2798] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1441/2799] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1359/2800] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => 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: 1442/2801] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2802] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&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: 1443/2803] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1361/2804] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2805] 199.19.213.59 () {34 vars in 1055 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1362/2806] 199.19.213.59 () {34 vars in 1103 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A259&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1445/2807] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/subnets?id=5276d8b6-23e4-4e90-98a3-038e163b8136&id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 1409 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2808] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&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: 1446/2809] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&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: 1364/2810] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1447/2811] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2812] 199.19.213.59 () {34 vars in 1053 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.8&port_id=a92c17f0-3931-4cc2-9376-2ead5a4ded81 => 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: 1448/2813] 199.19.213.59 () {34 vars in 1105 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1cc&port_id=a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2814] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/subnets?id=a9d73fac-dc6f-47fc-a7d8-50193d63fbe6&id=687fd045-850c-4290-af5f-05d364f110a1 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2815] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&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: 1367/2816] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:47 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&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: 1450/2817] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:48 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1368/2818] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:48 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1451/2819] 10.0.0.208 () {34 vars in 971 bytes} [Fri May 29 15:18:51 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2820] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:18:51 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2821] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:51 2026] GET /v2.0/subnets/687fd045-850c-4290-af5f-05d364f110a1 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2822] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/subnets/a9d73fac-dc6f-47fc-a7d8-50193d63fbe6 => generated 748 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2823] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2824] 199.19.213.59 () {34 vars in 789 bytes} [Fri May 29 15:18:52 2026] PUT /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1251 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:18:52.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf77767e-9ee3-453b-b41e-c666264456e3'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': 'ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1454/2825] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1372/2826] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2827] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:18:52 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: 1373/2828] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2829] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2830] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:18: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) [pid: 7|app: 0|req: 1457/2831] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1375/2832] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2833] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2834] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2835] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2836] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2837] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1378/2838] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:18:52 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 5377 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2839] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:18:53 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2840] 199.19.213.59 () {34 vars in 1055 bytes} [Fri May 29 15:18:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1462/2841] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:18:53 2026] GET /v2.0/subnets?id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2842] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:18:53 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2843] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:18:53 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1381/2844] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:18:53 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1465/2847] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2848] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2849] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:05 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: 1384/2850] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:05 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: 1467/2851] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2852] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 5377 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2853] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:05 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: 1386/2854] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2855] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:05 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: 1387/2856] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2857] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2858] 199.19.213.59 () {34 vars in 789 bytes} [Fri May 29 15:19:05 2026] PUT /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1311 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:19:05.846 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6eae7d8-a550-4a8a-893e-a5bd294ef6e9'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': 'a92c17f0-3931-4cc2-9376-2ead5a4ded81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1471/2859] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1389/2860] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/subnets/a9d73fac-dc6f-47fc-a7d8-50193d63fbe6 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2861] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:05 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1347 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2862] 199.19.213.59 () {34 vars in 788 bytes} [Fri May 29 15:19:05 2026] PUT /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1080 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2863] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:19:06 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1391/2864] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:06 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2865] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:06 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2866] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:06 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2867] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:19:06 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2868] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:06 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1476/2869] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:06 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1394/2870] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:07 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4977 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:19:07.889 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-deb34e6f-4e98-4957-8248-1624f2a0897b'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': 'a92c17f0-3931-4cc2-9376-2ead5a4ded81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1477/2871] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2872] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2873] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1396/2874] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2875] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1397/2876] 199.19.213.59 () {34 vars in 974 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 1116 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2877] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2878] 199.19.213.59 () {34 vars in 1015 bytes} [Fri May 29 15:19:08 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1481/2879] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:19:08 2026] PUT /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 917 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2880] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:09 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:19:09.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-580df734-b943-49c9-9df0-eafa77e99c91 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: a92c17f0-3931-4cc2-9376-2ead5a4ded81 2026-05-29 15:19:09.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-580df734-b943-49c9-9df0-eafa77e99c91 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: a92c17f0-3931-4cc2-9376-2ead5a4ded81 [pid: 7|app: 0|req: 1482/2881] 199.19.213.59 () {32 vars in 758 bytes} [Fri May 29 15:19:09 2026] DELETE /v2.0/ports/a92c17f0-3931-4cc2-9376-2ead5a4ded81 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2882] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:10 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: 1483/2883] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:10 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: 1401/2884] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2885] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2886] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1485/2887] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => 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: 1403/2888] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2889] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2890] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2891] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2892] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1488/2893] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3869 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2894] 199.19.213.59 () {34 vars in 1225 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/networks?id=76c0e121-700e-4875-8f6a-9799f9becd90&id=f6ba9f85-4f2e-42d7-9543-520a565205ee&id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 3095 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2895] 199.19.213.59 () {34 vars in 1061 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.121&port_id=d4779929-3d45-4598-bd40-b08b76232a1b => 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: 1407/2896] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/subnets?id=38b4df7f-525d-4dcd-b25d-7572d97e6a2e => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2897] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/ports?network_id=76c0e121-700e-4875-8f6a-9799f9becd90&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: 1408/2898] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1491/2899] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2900] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => 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: 1492/2901] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2902] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2903] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1411/2904] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2905] 199.19.213.59 () {34 vars in 1055 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => 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: 1412/2906] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/subnets?id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2907] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&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: 1413/2908] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1496/2909] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:11 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1414/2910] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2911] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:15 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: 1415/2912] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2913] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2914] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:15 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2915] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2916] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:15 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: 1500/2917] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2918] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2919] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:16 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2920] 199.19.213.59 () {34 vars in 788 bytes} [Fri May 29 15:19:16 2026] PUT /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1080 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:19:16.353 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-163fe6cf-33b8-4be0-9de7-7ffbc793310c'] response: {'name': 'network-changed', 'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'tag': 'ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1502/2921] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:19:16 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 797 bytes in 50 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: 1420/2922] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:16 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2923] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:16 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2926] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:16 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2927] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:19:16 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2928] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:16 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2929] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:17 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1424/2930] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:17 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2931] 199.19.213.59 () {34 vars in 974 bytes} [Fri May 29 15:19:18 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2932] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:19:18 2026] GET /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2933] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:18 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 3698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2934] 199.19.213.59 () {34 vars in 1015 bytes} [Fri May 29 15:19:18 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2935] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:19:18 2026] PUT /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 917 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2936] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:19 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:19:19.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-d900ad6c-9e8d-4e8d-86ff-0a4a3bc35242 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc 2026-05-29 15:19:19.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d900ad6c-9e8d-4e8d-86ff-0a4a3bc35242 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc [pid: 8|app: 0|req: 1428/2937] 199.19.213.59 () {32 vars in 758 bytes} [Fri May 29 15:19:19 2026] DELETE /v2.0/ports/ed6b845e-cc3f-4fa4-8d6d-e011bdd4c1bc => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2938] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:20 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: 1429/2939] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2940] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2941] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:20 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: 1512/2942] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1431/2943] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2944] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2945] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2946] 199.19.213.59 () {30 vars in 742 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => 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: 1433/2947] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2948] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2949] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2950] 199.19.213.59 () {34 vars in 1145 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/networks?id=76c0e121-700e-4875-8f6a-9799f9becd90&id=f6ba9f85-4f2e-42d7-9543-520a565205ee&id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 2308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2951] 199.19.213.59 () {34 vars in 1061 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.121&port_id=d4779929-3d45-4598-bd40-b08b76232a1b => 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: 1517/2952] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/subnets?id=38b4df7f-525d-4dcd-b25d-7572d97e6a2e => 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: 1436/2953] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/ports?network_id=76c0e121-700e-4875-8f6a-9799f9becd90&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: 1518/2954] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1437/2955] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2956] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.224&port_id=3442daa2-bde9-4b7f-81e4-be707ba54ca2 => 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: 1438/2957] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/subnets?id=1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2958] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/ports?network_id=f6ba9f85-4f2e-42d7-9543-520a565205ee&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: 1439/2959] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1521/2960] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:20 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?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: 1441/2963] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2964] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:32 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: 1442/2965] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:32 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: 1524/2966] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:32 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-05-29 15:19:32.696 8 INFO neutron.api.v2.resource [None req-ec1af24c-6cea-480c-b4b2-ac8ff7dbf0b2 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1443/2967] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 15:19:32 2026] GET /v2.0/security-groups/lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => 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: 1525/2968] 199.19.213.59 () {30 vars in 784 bytes} [Fri May 29 15:19:32 2026] GET /v2.0/security-groups?name=lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 2865 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2969] 199.19.213.59 () {30 vars in 814 bytes} [Fri May 29 15:19:32 2026] GET /v2.0/security-group-rules?security_group_id=9c106c1b-ae27-4185-9d7e-c44a8a4e76b0 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2970] 199.19.213.59 () {32 vars in 788 bytes} [Fri May 29 15:19:32 2026] DELETE /v2.0/security-group-rules/7a563b7d-deae-4cc7-98bd-b4b2e796c0e9 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2971] 199.19.213.59 () {32 vars in 788 bytes} [Fri May 29 15:19:32 2026] DELETE /v2.0/security-group-rules/9287e284-b04a-4bd5-916a-ad34dd6c7776 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:19:35.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e3dcc3a-771f-4709-bf82-10a1bb7268d9 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: 59f54640-f654-4f43-a8a5-33833569db84 2026-05-29 15:19:35.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e3dcc3a-771f-4709-bf82-10a1bb7268d9 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: 59f54640-f654-4f43-a8a5-33833569db84 2026-05-29 15:19:36.026 7 INFO neutron.db.l3_db [None req-7e3dcc3a-771f-4709-bf82-10a1bb7268d9 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Floating IP bdaf7cc2-5310-4c85-ba2e-24a702845b11 disassociated (deleted). External IP: 10.96.250.207, port: fa15226d-0974-42ce-b28d-9fddfdc59a8f. [pid: 7|app: 0|req: 1527/2972] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:19:35 2026] DELETE /v2.0/floatingips/bdaf7cc2-5310-4c85-ba2e-24a702845b11 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:19:36.349 8 INFO neutron.api.v2.resource [None req-48fe5880-2933-4413-a0ff-1a12365a5bea 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1446/2973] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:19:36 2026] GET /v2.0/floatingips/bdaf7cc2-5310-4c85-ba2e-24a702845b11 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2974] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2975] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2976] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2977] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:19:37.040 7 INFO neutron.api.v2.resource [None req-d88b8200-3e6e-4b62-9248-48db87bda797 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/2978] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/security-groups/lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2979] 199.19.213.59 () {30 vars in 784 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/security-groups?name=lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2980] 199.19.213.59 () {30 vars in 814 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/security-group-rules?security_group_id=9c106c1b-ae27-4185-9d7e-c44a8a4e76b0 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2981] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2982] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:37 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: 1451/2983] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2984] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2985] 199.19.213.59 () {30 vars in 740 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => 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: 1534/2986] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2987] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2988] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:37 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2989] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:38 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2990] 199.19.213.59 () {34 vars in 974 bytes} [Fri May 29 15:19:39 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2991] 199.19.213.59 () {34 vars in 1059 bytes} [Fri May 29 15:19:39 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2?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: 1537/2992] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:39 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2993] 199.19.213.59 () {34 vars in 1015 bytes} [Fri May 29 15:19:39 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2994] 199.19.213.59 () {38 vars in 1027 bytes} [Fri May 29 15:19:39 2026] PUT /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1151 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2995] 199.19.213.59 () {30 vars in 768 bytes} [Fri May 29 15:19:40 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 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: 1539/2996] 199.19.213.59 () {34 vars in 788 bytes} [Fri May 29 15:19:40 2026] PUT /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1090 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2997] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:40 2026] GET /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 1090 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:19:40.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-314b721e-4ed7-434a-aec1-9dc9e00a82da 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: 3442daa2-bde9-4b7f-81e4-be707ba54ca2 2026-05-29 15:19:40.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-314b721e-4ed7-434a-aec1-9dc9e00a82da 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: 3442daa2-bde9-4b7f-81e4-be707ba54ca2 [pid: 7|app: 0|req: 1540/2998] 199.19.213.59 () {32 vars in 758 bytes} [Fri May 29 15:19:40 2026] DELETE /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2999] 199.19.213.59 () {30 vars in 702 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3000] 199.19.213.59 () {30 vars in 704 bytes} [Fri May 29 15:19:41 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: 1460/3001] 199.19.213.59 () {30 vars in 680 bytes} [Fri May 29 15:19:41 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: 1542/3002] 199.19.213.59 () {30 vars in 716 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:19:41.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-181d76aa-09c1-4427-ab12-dd14bc7bcc30 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/3003] 199.19.213.59 () {32 vars in 758 bytes} [Fri May 29 15:19:41 2026] DELETE /v2.0/ports/3442daa2-bde9-4b7f-81e4-be707ba54ca2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3004] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:19:41.311 8 INFO neutron.api.v2.resource [None req-f4c0c778-1a41-4ae1-af0f-5f5e2f70298d 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1462/3005] 199.19.213.59 () {30 vars in 762 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/security-groups/lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3006] 199.19.213.59 () {30 vars in 784 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/security-groups?name=lb-7d86b7a4-5836-4321-ac73-518f3b89c9fd => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3007] 199.19.213.59 () {30 vars in 736 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => 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: 1545/3008] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/ports?tenant_id=30eeb8b05d484a65a5f126316ee0d61e&device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3009] 199.19.213.59 () {34 vars in 1065 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/networks?id=76c0e121-700e-4875-8f6a-9799f9becd90&id=f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 1522 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3010] 199.19.213.59 () {34 vars in 1061 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.121&port_id=d4779929-3d45-4598-bd40-b08b76232a1b => 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: 1548/3011] 199.19.213.59 () {34 vars in 983 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/subnets?id=38b4df7f-525d-4dcd-b25d-7572d97e6a2e => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3012] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/ports?network_id=76c0e121-700e-4875-8f6a-9799f9becd90&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3013] 199.19.213.59 () {34 vars in 788 bytes} [Fri May 29 15:19:41 2026] PUT /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 1094 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3014] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1551/3015] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:41 2026] GET /v2.0/networks/76c0e121-700e-4875-8f6a-9799f9becd90?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: 1465/3016] 199.19.213.59 () {32 vars in 778 bytes} [Fri May 29 15:19:41 2026] DELETE /v2.0/security-groups/9c106c1b-ae27-4185-9d7e-c44a8a4e76b0 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:19:41.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-03aae6b1-28a2-4077-8a37-96defcb6862a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: fa15226d-0974-42ce-b28d-9fddfdc59a8f 2026-05-29 15:19:41.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03aae6b1-28a2-4077-8a37-96defcb6862a 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: fa15226d-0974-42ce-b28d-9fddfdc59a8f [pid: 7|app: 0|req: 1552/3017] 199.19.213.59 () {32 vars in 758 bytes} [Fri May 29 15:19:41 2026] DELETE /v2.0/ports/fa15226d-0974-42ce-b28d-9fddfdc59a8f => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3018] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:19:44 2026] GET /v2.0/ports?device_id=701b7690-d1b0-4765-a29d-1f9a29d612e8 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:19:44.887 7 INFO neutron_taas.services.taas.taas_plugin [req-2e31f36e-78e1-47c1-889f-ab163781bbea req-43235595-90cb-41be-b860-186763eed2e9 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] TaaS: Handle Delete Port: d4779929-3d45-4598-bd40-b08b76232a1b 2026-05-29 15:19:44.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2e31f36e-78e1-47c1-889f-ab163781bbea req-43235595-90cb-41be-b860-186763eed2e9 25905a5d54224d51af2398f8ac2bb74d 30eeb8b05d484a65a5f126316ee0d61e - - default default] Tap Mirror: Handle Delete Port: d4779929-3d45-4598-bd40-b08b76232a1b [pid: 7|app: 0|req: 1553/3019] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:19:44 2026] DELETE /v2.0/ports/d4779929-3d45-4598-bd40-b08b76232a1b => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:19:45.062 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba03b3e8-0eb8-4a5d-aeb2-a12c9b5fb26d'] response: {'server_uuid': '701b7690-d1b0-4765-a29d-1f9a29d612e8', 'name': 'network-vif-deleted', 'tag': 'd4779929-3d45-4598-bd40-b08b76232a1b', 'status': 'completed', 'code': 200} 2026-05-29 15:19:46.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-315bfb61-5e6e-4f16-b6d6-4eccb146990e 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: 23ef155a-a418-47ea-b08e-a83fe58cd836 2026-05-29 15:19:46.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-315bfb61-5e6e-4f16-b6d6-4eccb146990e 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: 23ef155a-a418-47ea-b08e-a83fe58cd836 2026-05-29 15:19:46.885 8 INFO neutron.db.l3_db [None req-315bfb61-5e6e-4f16-b6d6-4eccb146990e 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Floating IP ceed566c-897a-4b9f-9482-5cbe7ef342ab disassociated (deleted). External IP: 10.96.250.210, port: fadb705e-144f-4734-b601-26720b447cd2. [pid: 8|app: 0|req: 1467/3022] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:19:46 2026] DELETE /v2.0/floatingips/ceed566c-897a-4b9f-9482-5cbe7ef342ab => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:19:47.201 7 INFO neutron.api.v2.resource [None req-059e82e9-7dc3-435d-983c-532d88252fb4 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. 2026-05-29 15:19:47.201 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-68d20dfc-7498-4f5a-910a-ad0e631f2889'] response: {'name': 'network-changed', 'server_uuid': 'dc3c5096-7812-4b44-abbc-030be6223ba3', 'tag': 'fadb705e-144f-4734-b601-26720b447cd2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1556/3023] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/floatingips/ceed566c-897a-4b9f-9482-5cbe7ef342ab => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3024] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1204 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3025] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&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: 1469/3026] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1473 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3027] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/networks?id=558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3028] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.106&port_id=fadb705e-144f-4734-b601-26720b447cd2 => 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: 1559/3029] 199.19.213.59 () {34 vars in 1105 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A221&port_id=fadb705e-144f-4734-b601-26720b447cd2 => 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: 1471/3030] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/subnets?id=a9d73fac-dc6f-47fc-a7d8-50193d63fbe6&id=687fd045-850c-4290-af5f-05d364f110a1 => generated 1414 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3031] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&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: 1472/3032] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/ports?network_id=558b206e-7c45-444a-8b51-f91fa6cd9e71&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: 1561/3033] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:47 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1473/3034] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:48 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71?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: 1562/3035] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:19:49 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:19:49.946 8 INFO neutron_taas.services.taas.taas_plugin [req-dcb0cee7-7b58-4495-9e64-69ed8b009fa7 req-e911439b-03f1-4b6a-8bdc-c78322aa64d0 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: fadb705e-144f-4734-b601-26720b447cd2 2026-05-29 15:19:49.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dcb0cee7-7b58-4495-9e64-69ed8b009fa7 req-e911439b-03f1-4b6a-8bdc-c78322aa64d0 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: fadb705e-144f-4734-b601-26720b447cd2 [pid: 8|app: 0|req: 1474/3036] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:19:49 2026] DELETE /v2.0/ports/fadb705e-144f-4734-b601-26720b447cd2 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:19:50.153 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b2d8943-3edb-4565-8eda-a539e0580c2f'] response: {'server_uuid': 'dc3c5096-7812-4b44-abbc-030be6223ba3', 'name': 'network-vif-deleted', 'tag': 'fadb705e-144f-4734-b601-26720b447cd2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1563/3037] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:19:52 2026] GET /v2.0/ports?device_id=dc3c5096-7812-4b44-abbc-030be6223ba3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:19:57.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-81a20eaa-f439-4007-9d49-0bed64206f7f 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: 13c0f29c-1f9a-4e7f-8c3f-bc28d388c3bb 2026-05-29 15:19:57.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81a20eaa-f439-4007-9d49-0bed64206f7f 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: 13c0f29c-1f9a-4e7f-8c3f-bc28d388c3bb 2026-05-29 15:19:57.869 8 INFO neutron.db.l3_db [None req-81a20eaa-f439-4007-9d49-0bed64206f7f 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Floating IP 020e381b-70c9-4599-b8fa-a2ba3f9b22a7 disassociated (deleted). External IP: 10.96.250.212, port: b9b04249-128d-4e1c-aaa1-cd5c47fb624f. [pid: 8|app: 0|req: 1475/3038] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:19:57 2026] DELETE /v2.0/floatingips/020e381b-70c9-4599-b8fa-a2ba3f9b22a7 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:19:58.169 7 INFO neutron.api.v2.resource [None req-c90060d4-298a-435a-93f4-4e618283c86f 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3039] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/floatingips/020e381b-70c9-4599-b8fa-a2ba3f9b22a7 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:19:58.180 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-950dedce-169c-4de1-99f5-44d1a71eb5bd'] response: {'name': 'network-changed', 'server_uuid': '15c807fc-bfa1-4546-a669-2fa5b3a9495e', 'tag': 'b9b04249-128d-4e1c-aaa1-cd5c47fb624f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1476/3040] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3041] 10.0.0.208 () {34 vars in 1040 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/security-groups?id=5862dbc0-98df-41bf-b493-a0f61582f867&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3042] 199.19.213.59 () {34 vars in 1079 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/ports?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3043] 199.19.213.59 () {34 vars in 985 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/networks?id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3044] 199.19.213.59 () {34 vars in 1057 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.146&port_id=b9b04249-128d-4e1c-aaa1-cd5c47fb624f => 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: 1567/3045] 199.19.213.59 () {34 vars in 1103 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d4&port_id=b9b04249-128d-4e1c-aaa1-cd5c47fb624f => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3046] 199.19.213.59 () {34 vars in 1063 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/subnets?id=5276d8b6-23e4-4e90-98a3-038e163b8136&id=1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3047] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3048] 199.19.213.59 () {34 vars in 1051 bytes} [Fri May 29 15:19:58 2026] GET /v2.0/ports?network_id=9e0e00d9-8e98-4089-ba9b-2469553f4c6d&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3049] 199.19.213.59 () {34 vars in 1011 bytes} [Fri May 29 15:19:59 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1481/3050] 199.19.213.59 () {34 vars in 1111 bytes} [Fri May 29 15:19:59 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d?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: 1570/3051] 199.19.213.59 () {34 vars in 993 bytes} [Fri May 29 15:20:00 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:20:00.864 8 INFO neutron_taas.services.taas.taas_plugin [req-4733c3d8-b7eb-40ca-863c-5fc005d7a44e req-8ab65a69-1cf9-414d-b780-a1e0a94d2a86 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: b9b04249-128d-4e1c-aaa1-cd5c47fb624f 2026-05-29 15:20:00.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4733c3d8-b7eb-40ca-863c-5fc005d7a44e req-8ab65a69-1cf9-414d-b780-a1e0a94d2a86 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: b9b04249-128d-4e1c-aaa1-cd5c47fb624f [pid: 8|app: 0|req: 1482/3052] 199.19.213.59 () {36 vars in 996 bytes} [Fri May 29 15:20:00 2026] DELETE /v2.0/ports/b9b04249-128d-4e1c-aaa1-cd5c47fb624f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:01.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ae913e2-ffe5-4afb-85b9-79f0fa144d9c'] response: {'server_uuid': '15c807fc-bfa1-4546-a669-2fa5b3a9495e', 'name': 'network-vif-deleted', 'tag': 'b9b04249-128d-4e1c-aaa1-cd5c47fb624f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1572/3055] 10.0.0.208 () {34 vars in 990 bytes} [Fri May 29 15:20:03 2026] GET /v2.0/ports?device_id=15c807fc-bfa1-4546-a669-2fa5b3a9495e => 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: 1484/3056] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:08 2026] DELETE /v2.0/security-group-rules/14f8ee69-a387-4817-9280-7bbbc27b062c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:08.668 7 INFO neutron.api.v2.resource [None req-22edf4b3-9069-4e12-b5a5-3dbafee9547a 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3057] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:08 2026] GET /v2.0/security-group-rules/14f8ee69-a387-4817-9280-7bbbc27b062c => 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: 1485/3058] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:08 2026] DELETE /v2.0/security-group-rules/204ca2b6-c939-45c6-ae18-e7aebefafe88 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:08.762 7 INFO neutron.api.v2.resource [None req-349a1014-8b49-4043-baf7-d43f39d8763f 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3059] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:08 2026] GET /v2.0/security-group-rules/204ca2b6-c939-45c6-ae18-e7aebefafe88 => 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: 1486/3060] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:08 2026] DELETE /v2.0/security-group-rules/97b546ad-3dba-46bb-a95a-361b91c666d5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:08.850 7 INFO neutron.api.v2.resource [None req-1c1a5beb-4e8e-4266-892f-91a0583a7143 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3061] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:08 2026] GET /v2.0/security-group-rules/97b546ad-3dba-46bb-a95a-361b91c666d5 => 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: 1487/3062] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:08 2026] DELETE /v2.0/security-group-rules/21cc8139-804a-4e4a-9a59-36e823fa7a78 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:08.938 7 INFO neutron.api.v2.resource [None req-08a1d409-786f-4517-84cf-913327d80277 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3063] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:08 2026] GET /v2.0/security-group-rules/21cc8139-804a-4e4a-9a59-36e823fa7a78 => 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: 1488/3064] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:08 2026] DELETE /v2.0/security-group-rules/2c108b81-263f-4f27-9213-42578e706c68 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.037 7 INFO neutron.api.v2.resource [None req-d0e144f1-53b8-4011-8075-c2b06352d3ae 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3065] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-group-rules/2c108b81-263f-4f27-9213-42578e706c68 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3066] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:09 2026] DELETE /v2.0/security-group-rules/a787b7ee-a4bb-4666-bf2b-575375c40e24 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.138 7 INFO neutron.api.v2.resource [None req-20bbbe61-2823-413f-9355-76bedafe3b37 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3067] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-group-rules/a787b7ee-a4bb-4666-bf2b-575375c40e24 => 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: 1490/3068] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:09 2026] DELETE /v2.0/security-group-rules/28b3fefa-67b1-460c-bfc9-fe147183e1b5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.230 7 INFO neutron.api.v2.resource [None req-62561101-1e86-4e00-bbcf-26a6f08fe32e 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3069] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-group-rules/28b3fefa-67b1-460c-bfc9-fe147183e1b5 => 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: 1491/3070] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:09 2026] DELETE /v2.0/security-group-rules/cb0f6e74-c599-415e-a362-f49b75829f6c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.317 7 INFO neutron.api.v2.resource [None req-d624881f-1f6c-4b2e-86f4-0904d418f86b 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3071] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-group-rules/cb0f6e74-c599-415e-a362-f49b75829f6c => 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: 1492/3072] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:09 2026] DELETE /v2.0/security-group-rules/72bb300a-73fa-494b-b484-2ac004c108a5 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.397 7 INFO neutron.api.v2.resource [None req-f5ebd6a7-fe05-40a6-9bd1-2eaa5d47826b 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3073] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-group-rules/72bb300a-73fa-494b-b484-2ac004c108a5 => 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: 1493/3074] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:09 2026] DELETE /v2.0/security-group-rules/2ed856f8-844b-461b-a255-8d080c179c41 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.480 7 INFO neutron.api.v2.resource [None req-3eac66cb-52b5-4f4f-b3a7-a24380a035a2 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3075] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-group-rules/2ed856f8-844b-461b-a255-8d080c179c41 => 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: 1494/3076] 10.0.0.240 () {32 vars in 750 bytes} [Fri May 29 15:20:09 2026] DELETE /v2.0/security-group-rules/01b9ef1f-f710-469d-a481-f9bf81554e09 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.568 7 INFO neutron.api.v2.resource [None req-a5239ac8-fce4-4108-86cc-4d02a2bab44a 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3077] 10.0.0.240 () {32 vars in 747 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-group-rules/01b9ef1f-f710-469d-a481-f9bf81554e09 => 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: 1495/3078] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:09 2026] DELETE /v2.0/security-groups/5862dbc0-98df-41bf-b493-a0f61582f867 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:09.678 7 INFO neutron.api.v2.resource [None req-2139359a-4899-454e-bb60-c86b73a584b6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3079] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:20:09 2026] GET /v2.0/security-groups/5862dbc0-98df-41bf-b493-a0f61582f867 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:20:10.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-78de0a57-8b52-46d2-8577-1490c048856a 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: 49e9f719-e60d-48b0-8eae-d7402aa1b44b 2026-05-29 15:20:10.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78de0a57-8b52-46d2-8577-1490c048856a 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: 49e9f719-e60d-48b0-8eae-d7402aa1b44b [pid: 8|app: 0|req: 1496/3080] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:20:09 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/remove_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:20:10.790 7 INFO neutron.api.v2.resource [None req-dacb2a0c-1a5d-4e59-890e-61454d5db327 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3081] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:20:10 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:20:11.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3d4d03f-c19b-42a8-bf05-dfee4bd75bb9 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: c35860a9-53af-425b-8ce1-10382c02ee9c 2026-05-29 15:20:11.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3d4d03f-c19b-42a8-bf05-dfee4bd75bb9 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: c35860a9-53af-425b-8ce1-10382c02ee9c [pid: 8|app: 0|req: 1497/3082] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:20:10 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/remove_router_interface => generated 309 bytes in 1417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:20:12.384 7 INFO neutron.api.v2.resource [None req-da16e0d5-7eac-49dd-8cc3-a9f8c6e33cfd 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3083] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:20:12 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:20:12.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cdf64a6-fb19-4c64-91be-f3e97f4628de 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: b70d318d-a6de-4b4e-a4d4-52ee26158c4e 2026-05-29 15:20:12.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cdf64a6-fb19-4c64-91be-f3e97f4628de 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: b70d318d-a6de-4b4e-a4d4-52ee26158c4e [pid: 8|app: 0|req: 1498/3084] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:20:12 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-29 15:20:13.487 7 INFO neutron.api.v2.resource [None req-c6c4b243-fb05-4a55-a155-6f3748685e8d 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3085] 10.0.0.240 () {34 vars in 789 bytes} [Fri May 29 15:20:13 2026] PUT /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:20:13.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-060142f9-9443-43d2-b446-caaf1af3a5f6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: b6523a13-5534-4d4c-b360-e231605e039b 2026-05-29 15:20:13.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-060142f9-9443-43d2-b446-caaf1af3a5f6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: b6523a13-5534-4d4c-b360-e231605e039b 2026-05-29 15:20:13.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-060142f9-9443-43d2-b446-caaf1af3a5f6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: 4974462a-b74c-441c-9d3d-794c92f14cb0 2026-05-29 15:20:13.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-060142f9-9443-43d2-b446-caaf1af3a5f6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: 4974462a-b74c-441c-9d3d-794c92f14cb0 2026-05-29 15:20:14.322 8 INFO neutron.services.segments.plugin [-] Segment 5b573269-536c-4672-971b-ae08ff7e9b06 resource provider aggregate not found 2026-05-29 15:20:14.325 8 INFO neutron.services.segments.plugin [-] Segment 5b573269-536c-4672-971b-ae08ff7e9b06 resource provider aggregate not found 2026-05-29 15:20:14.337 8 INFO neutron.services.segments.plugin [-] Segment 5b573269-536c-4672-971b-ae08ff7e9b06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b573269-536c-4672-971b-ae08ff7e9b06 found for delete ", "request_id": "req-a5e7d014-e513-44df-a92b-edd9aed80130"}]} 2026-05-29 15:20:14.346 8 INFO neutron.services.segments.plugin [-] Segment 5b573269-536c-4672-971b-ae08ff7e9b06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b573269-536c-4672-971b-ae08ff7e9b06 found for delete ", "request_id": "req-518cf195-65cb-42f8-83c9-88b0355c127e"}]} 2026-05-29 15:20:14.352 8 INFO neutron.db.l3_hamode_db [None req-060142f9-9443-43d2-b446-caaf1af3a5f6 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] HA network 38037d46-fbdb-40c6-ac23-4075eec7cc99 was deleted as no HA routers are present in tenant 89ab3ebebfc94a4ba22f6d8f6a4610c0. [pid: 8|app: 0|req: 1499/3086] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:13 2026] DELETE /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:14.384 7 INFO neutron.api.v2.resource [None req-5a831e43-a682-4853-870c-0367ed55fb02 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3087] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:20:14 2026] GET /v2.0/routers/5d348b12-fcc6-425a-b825-614c18e6c9b6 => 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: 1500/3088] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:14 2026] DELETE /v2.0/subnets/a9d73fac-dc6f-47fc-a7d8-50193d63fbe6 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:14.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ef790f9-5a1f-48aa-a5dd-8b1603014205 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3089] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:20:14 2026] GET /v2.0/subnets/a9d73fac-dc6f-47fc-a7d8-50193d63fbe6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3090] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:14 2026] DELETE /v2.0/subnets/687fd045-850c-4290-af5f-05d364f110a1 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:14.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91b683cd-4537-442e-b638-8252045f05dd 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3091] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:20:14 2026] GET /v2.0/subnets/687fd045-850c-4290-af5f-05d364f110a1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:20:14.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1c15967-fdea-468d-b071-e6183d6a1db7 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: ce3ef32d-017d-4b78-a19b-0a18710427de 2026-05-29 15:20:14.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1c15967-fdea-468d-b071-e6183d6a1db7 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: ce3ef32d-017d-4b78-a19b-0a18710427de [pid: 8|app: 0|req: 1502/3092] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:14 2026] DELETE /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:15.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3bc9ac0-ef0a-4e1e-bf17-2145c7730a00 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3093] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:20:14 2026] GET /v2.0/networks/558b206e-7c45-444a-8b51-f91fa6cd9e71 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3094] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:15 2026] DELETE /v2.0/subnets/5276d8b6-23e4-4e90-98a3-038e163b8136 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:15.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c09afa59-3128-4298-adbf-665c4477adb9 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3095] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:20:15 2026] GET /v2.0/subnets/5276d8b6-23e4-4e90-98a3-038e163b8136 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3096] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:15 2026] DELETE /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:15.382 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4392045f-bd90-43aa-a31f-57fd865da3ac 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3097] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:20:15 2026] GET /v2.0/subnets/1a12d89e-0bde-47cd-899d-b0c1517ed5b4 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:20:15.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-27c424e7-50f0-4fcf-b29e-886ffbc97245 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: 4cfda20c-6a90-4358-a4f3-435690d62c8b 2026-05-29 15:20:15.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c424e7-50f0-4fcf-b29e-886ffbc97245 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: 4cfda20c-6a90-4358-a4f3-435690d62c8b [pid: 8|app: 0|req: 1505/3098] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:15 2026] DELETE /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:15.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1c79eb9-3112-4d9c-9452-72354b1f559d 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3099] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:20:15 2026] GET /v2.0/networks/9e0e00d9-8e98-4089-ba9b-2469553f4c6d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3100] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:15 2026] DELETE /v2.0/subnets/432a9ce3-4cbb-4956-9472-54f6739e70d1 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:15.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0ca46f1-9b4d-47f1-977d-0960f0a9661d 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3101] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:20:15 2026] GET /v2.0/subnets/432a9ce3-4cbb-4956-9472-54f6739e70d1 => 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: 1507/3102] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:15 2026] DELETE /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:16.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6939dc4c-aa52-43a2-bc15-d6962813e9fe 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3103] 10.0.0.240 () {32 vars in 721 bytes} [Fri May 29 15:20:16 2026] GET /v2.0/subnets/1c7990e7-d35d-41ea-a4e3-3e34b848db3c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-29 15:20:16.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f8c42e8-2996-4a98-8aa5-b5378ddcf618 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] TaaS: Handle Delete Port: fc6ba3ac-e066-4ba7-8f81-cddf63c123e5 2026-05-29 15:20:16.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f8c42e8-2996-4a98-8aa5-b5378ddcf618 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] Tap Mirror: Handle Delete Port: fc6ba3ac-e066-4ba7-8f81-cddf63c123e5 2026-05-29 15:20:16.362 8 INFO neutron.services.segments.plugin [-] Segment dbe695b4-f0aa-4fcd-8476-f87adbaf34d9 resource provider aggregate not found 2026-05-29 15:20:16.374 8 INFO neutron.services.segments.plugin [-] Segment dbe695b4-f0aa-4fcd-8476-f87adbaf34d9 resource provider aggregate not found 2026-05-29 15:20:16.385 8 INFO neutron.services.segments.plugin [-] Segment dbe695b4-f0aa-4fcd-8476-f87adbaf34d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbe695b4-f0aa-4fcd-8476-f87adbaf34d9 found for delete ", "request_id": "req-e40b49c8-2f19-45aa-9385-c0e0d35dcab9"}]} 2026-05-29 15:20:16.393 8 INFO neutron.services.segments.plugin [-] Segment dbe695b4-f0aa-4fcd-8476-f87adbaf34d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbe695b4-f0aa-4fcd-8476-f87adbaf34d9 found for delete ", "request_id": "req-d455db71-c21d-4b83-8477-abbc4008e462"}]} 2026-05-29 15:20:16.423 8 INFO neutron.services.segments.plugin [-] Segment a84ef4c2-6231-4e0d-927a-80cef28f303e resource provider aggregate not found 2026-05-29 15:20:16.429 8 INFO neutron.services.segments.plugin [-] Segment a84ef4c2-6231-4e0d-927a-80cef28f303e resource provider aggregate not found 2026-05-29 15:20:16.464 8 INFO neutron.services.segments.plugin [-] Segment a84ef4c2-6231-4e0d-927a-80cef28f303e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84ef4c2-6231-4e0d-927a-80cef28f303e found for delete ", "request_id": "req-c0d765b0-b268-4f4d-a102-3ed711c4b0ef"}]} 2026-05-29 15:20:16.467 8 INFO neutron.services.segments.plugin [-] Segment a84ef4c2-6231-4e0d-927a-80cef28f303e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a84ef4c2-6231-4e0d-927a-80cef28f303e found for delete ", "request_id": "req-b72bec59-cbb0-45b5-a649-f9a44bc19a94"}]} [pid: 8|app: 0|req: 1508/3104] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:16 2026] DELETE /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:16.508 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51c3d327-98b6-4011-b677-965b07452cbb 2c49242706a549a49a4ec9b43cc7bd6c 89ab3ebebfc94a4ba22f6d8f6a4610c0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3105] 10.0.0.240 () {32 vars in 723 bytes} [Fri May 29 15:20:16 2026] GET /v2.0/networks/f6ba9f85-4f2e-42d7-9543-520a565205ee => 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: 1599/3108] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:18 2026] GET /v2.0/security-groups?tenant_id=89ab3ebebfc94a4ba22f6d8f6a4610c0&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:20:18.490 8 INFO neutron.services.segments.plugin [-] Segment 35f71fd6-c8b3-4cd1-9e7d-6b4066d83bc0 resource provider aggregate not found 2026-05-29 15:20:18.494 8 INFO neutron.services.segments.plugin [-] Segment 35f71fd6-c8b3-4cd1-9e7d-6b4066d83bc0 resource provider aggregate not found 2026-05-29 15:20:18.514 8 INFO neutron.services.segments.plugin [-] Segment 35f71fd6-c8b3-4cd1-9e7d-6b4066d83bc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f71fd6-c8b3-4cd1-9e7d-6b4066d83bc0 found for delete ", "request_id": "req-a9f155bc-f3d2-4ca5-99f0-1178b67885de"}]} 2026-05-29 15:20:18.518 8 INFO neutron.services.segments.plugin [-] Segment 35f71fd6-c8b3-4cd1-9e7d-6b4066d83bc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f71fd6-c8b3-4cd1-9e7d-6b4066d83bc0 found for delete ", "request_id": "req-c4a665f5-3287-458e-95e2-5260c94c96a0"}]} [pid: 8|app: 0|req: 1510/3109] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:18 2026] DELETE /v2.0/security-groups/0604c55b-4755-485e-9f71-92d2b7c4a4ad => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3110] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:18 2026] GET /v2.0/security-groups?tenant_id=a958000419b540ffa7ce295fc65d65a1&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3111] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:18 2026] DELETE /v2.0/security-groups/fbe3b97c-a8c1-42a8-af97-2cce481d8096 => 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: 1601/3112] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:19 2026] GET /v2.0/security-groups?tenant_id=793deffcedff47aaa2b967845cb894cd&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3113] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:19 2026] DELETE /v2.0/security-groups/ec27dbf3-2fba-44ac-a12c-b4673c9b0ca0 => 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: 1602/3114] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:19 2026] GET /v2.0/security-groups?tenant_id=7866f0d5fcc049e79a78577bf3ffe227&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3115] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:19 2026] DELETE /v2.0/security-groups/e8033937-9445-4f3a-9eeb-c7c2f9ea7ad7 => 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: 1603/3116] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:19 2026] GET /v2.0/security-groups?tenant_id=512d17ae847241bd91a86fdde0a1f0f6&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: 1514/3117] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:19 2026] DELETE /v2.0/security-groups/ac7b33f5-5505-42b1-883f-b3abd086a12a => 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: 1604/3118] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:20 2026] GET /v2.0/security-groups?tenant_id=d1b237c0d363491eb086f409509f3c92&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3119] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:20 2026] DELETE /v2.0/security-groups/738f1806-8aee-4f52-ac67-08ee3fe001ff => 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: 1605/3120] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:20 2026] GET /v2.0/security-groups?tenant_id=092eec9f98a0477eaa3b9e5418063c3b&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: 1516/3121] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:20 2026] DELETE /v2.0/security-groups/e35caa53-2f1b-449a-aef6-7da4deae0859 => 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: 1606/3122] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:20:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3123] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:20:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3124] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:20:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3125] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:20:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3126] 10.0.0.240 () {34 vars in 684 bytes} [Fri May 29 15:20:25 2026] POST /v2.0/security-groups => generated 1603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3127] 10.0.0.240 () {34 vars in 767 bytes} [Fri May 29 15:20:25 2026] PUT /v2.0/security-groups/25b96260-7c6d-47c4-9f87-7ba6b530bc7d/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3128] 10.0.0.240 () {34 vars in 767 bytes} [Fri May 29 15:20:25 2026] PUT /v2.0/security-groups/9b1f1ee4-db59-4ec9-b4e9-9231d75b277c/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3129] 10.0.0.240 () {34 vars in 767 bytes} [Fri May 29 15:20:25 2026] PUT /v2.0/security-groups/e1e002ab-a64d-4b0d-95e4-3b15ef085a04/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3130] 10.0.0.240 () {34 vars in 767 bytes} [Fri May 29 15:20:25 2026] PUT /v2.0/security-groups/5a0d684a-77c7-4d38-828e-93e7b25838a0/tags => 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: 1521/3131] 10.0.0.240 () {32 vars in 680 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3132] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3133] 10.0.0.240 () {32 vars in 690 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3134] 10.0.0.240 () {32 vars in 702 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3135] 10.0.0.240 () {32 vars in 688 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3136] 10.0.0.240 () {32 vars in 702 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3137] 10.0.0.240 () {32 vars in 698 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3138] 10.0.0.240 () {32 vars in 710 bytes} [Fri May 29 15:20:25 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3139] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:25 2026] DELETE /v2.0/security-groups/25b96260-7c6d-47c4-9f87-7ba6b530bc7d => 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: 1615/3140] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:25 2026] DELETE /v2.0/security-groups/9b1f1ee4-db59-4ec9-b4e9-9231d75b277c => 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: 1526/3141] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:26 2026] DELETE /v2.0/security-groups/e1e002ab-a64d-4b0d-95e4-3b15ef085a04 => 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: 1616/3142] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:26 2026] DELETE /v2.0/security-groups/5a0d684a-77c7-4d38-828e-93e7b25838a0 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3143] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:26 2026] DELETE /v2.0/security-groups/a37dcd48-a601-4337-ae9e-2da0950bd3d6 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3144] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:27 2026] GET /v2.0/security-groups?tenant_id=90f10f9efe2845f2b052b4e5a3630824&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3145] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:27 2026] DELETE /v2.0/security-groups/3e07e27c-17be-48ad-9c0f-a94b43a7bac9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3146] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:27 2026] GET /v2.0/security-groups?tenant_id=4a56960dbe6c4f6b916e63efc95c607e&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3147] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:27 2026] DELETE /v2.0/security-groups/7edec951-0e2e-4c82-a304-0f19d12271f4 => 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: 1619/3148] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:27 2026] GET /v2.0/security-groups?tenant_id=c9152c7a1b744ceda008875b9be07c63&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3149] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:27 2026] DELETE /v2.0/security-groups/161e75d0-ad31-4945-9049-ca19035c6c8b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:32.077 7 INFO neutron.db.segments_db [None req-9e56df18-269f-4a6b-afad-1925e4c66967 8672160752c24183875673cc6f8774ad ad4f003eafe94c6caaa48b1dae013b95 - - default default] Added segment 163e1348-97e6-48bf-a64f-0866e3fb94e2 of type vxlan for network c463f792-4d14-4269-84c0-61ba1ff0b370 [pid: 7|app: 0|req: 1621/3152] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:31 2026] POST /v2.0/networks => generated 631 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3153] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:20:32 2026] POST /v2.0/subnets => generated 626 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:20:32.404 7 INFO neutron.db.segments_db [None req-7e6092eb-86f0-4219-8d3d-7732d01588a3 8672160752c24183875673cc6f8774ad ad4f003eafe94c6caaa48b1dae013b95 - - default default] Added segment b57ca860-defe-468e-aae4-59d17d01644a of type vxlan for network ce672964-1c0a-4271-bafc-a6529507f6b7 [pid: 7|app: 0|req: 1622/3154] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:32 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3155] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:20:32 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:20:32.819 7 INFO neutron.db.segments_db [None req-c9753136-7373-4c02-817f-8e5b643ef897 8672160752c24183875673cc6f8774ad ad4f003eafe94c6caaa48b1dae013b95 - - default default] Added segment ecc5a43a-ed0d-444e-b6ce-61632b05f5ac of type vxlan for network bcf6b070-e4f6-479f-96f1-ed4fa0c99c02 [pid: 7|app: 0|req: 1623/3156] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:32 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3157] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:20:32 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:20:33.173 7 INFO neutron.db.segments_db [None req-08f2d27a-5d38-4766-bdc8-b75770715961 8672160752c24183875673cc6f8774ad ad4f003eafe94c6caaa48b1dae013b95 - - default default] Added segment fdec16d5-d6e7-4334-98cb-a93853332a01 of type vxlan for network 4bce69b4-2b7e-4acd-9cde-bbe0f9830161 [pid: 7|app: 0|req: 1624/3158] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:33 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3159] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:20:33 2026] POST /v2.0/subnets => generated 629 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-29 15:20:33.563 7 INFO neutron.db.segments_db [None req-f98790dd-0277-4f86-959a-5f49206ad54f 8672160752c24183875673cc6f8774ad ad4f003eafe94c6caaa48b1dae013b95 - - default default] Added segment fc0732d1-191e-4c3f-a08b-f58f314f876e of type vxlan for network 4fbff6be-98e3-4ef0-a8c8-cd29bce8eb68 [pid: 7|app: 0|req: 1625/3160] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:33 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3161] 10.0.0.240 () {34 vars in 669 bytes} [Fri May 29 15:20:33 2026] POST /v2.0/subnets => generated 629 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3162] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:20:33 2026] PUT /v2.0/subnets/d24d9911-0f94-4ad9-9ff8-1a663267c7e8/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3163] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:20:33 2026] PUT /v2.0/subnets/ead2e91b-f726-4518-a372-807bbb08b139/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3164] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:20:33 2026] PUT /v2.0/subnets/f0d9bc48-ad47-4013-b273-1027f1a5a22f/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3165] 10.0.0.240 () {34 vars in 751 bytes} [Fri May 29 15:20:34 2026] PUT /v2.0/subnets/daea0240-a8f6-49f5-afbd-934aff251e6d/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3166] 10.0.0.240 () {32 vars in 664 bytes} [Fri May 29 15:20:34 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3167] 10.0.0.240 () {32 vars in 678 bytes} [Fri May 29 15:20:34 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3168] 10.0.0.240 () {32 vars in 674 bytes} [Fri May 29 15:20:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3169] 10.0.0.240 () {32 vars in 686 bytes} [Fri May 29 15:20:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3170] 10.0.0.240 () {32 vars in 672 bytes} [Fri May 29 15:20:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3171] 10.0.0.240 () {32 vars in 686 bytes} [Fri May 29 15:20:34 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: 1631/3172] 10.0.0.240 () {32 vars in 682 bytes} [Fri May 29 15:20:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3173] 10.0.0.240 () {32 vars in 694 bytes} [Fri May 29 15:20:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3174] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:34 2026] DELETE /v2.0/subnets/d24d9911-0f94-4ad9-9ff8-1a663267c7e8 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3175] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:34 2026] DELETE /v2.0/subnets/ead2e91b-f726-4518-a372-807bbb08b139 => 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: 1633/3176] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:34 2026] DELETE /v2.0/subnets/f0d9bc48-ad47-4013-b273-1027f1a5a22f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3177] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:34 2026] DELETE /v2.0/subnets/daea0240-a8f6-49f5-afbd-934aff251e6d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3178] 10.0.0.240 () {32 vars in 724 bytes} [Fri May 29 15:20:34 2026] DELETE /v2.0/subnets/4c8e0cfd-8e15-4baf-9ce7-60ed6fdef86b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:35.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-e86985c8-ccbc-49e8-9089-76c0f4ec5a4a 8672160752c24183875673cc6f8774ad ad4f003eafe94c6caaa48b1dae013b95 - - default default] TaaS: Handle Delete Port: 389466f4-ab82-4892-8ee7-710f42fa3088 2026-05-29 15:20:35.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e86985c8-ccbc-49e8-9089-76c0f4ec5a4a 8672160752c24183875673cc6f8774ad ad4f003eafe94c6caaa48b1dae013b95 - - default default] Tap Mirror: Handle Delete Port: 389466f4-ab82-4892-8ee7-710f42fa3088 [pid: 8|app: 0|req: 1545/3179] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:35 2026] DELETE /v2.0/networks/c463f792-4d14-4269-84c0-61ba1ff0b370 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:35.453 8 INFO neutron.services.segments.plugin [-] Segment 163e1348-97e6-48bf-a64f-0866e3fb94e2 resource provider aggregate not found 2026-05-29 15:20:35.468 8 INFO neutron.services.segments.plugin [-] Segment 163e1348-97e6-48bf-a64f-0866e3fb94e2 resource provider aggregate not found 2026-05-29 15:20:35.472 8 INFO neutron.services.segments.plugin [-] Segment 163e1348-97e6-48bf-a64f-0866e3fb94e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 163e1348-97e6-48bf-a64f-0866e3fb94e2 found for delete ", "request_id": "req-810222fd-a823-4974-9a6c-616046745249"}]} 2026-05-29 15:20:35.485 8 INFO neutron.services.segments.plugin [-] Segment 163e1348-97e6-48bf-a64f-0866e3fb94e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 163e1348-97e6-48bf-a64f-0866e3fb94e2 found for delete ", "request_id": "req-e2d343ce-4057-415e-bc4c-ed11a270b43f"}]} [pid: 7|app: 0|req: 1635/3180] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:35 2026] DELETE /v2.0/networks/ce672964-1c0a-4271-bafc-a6529507f6b7 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:35.546 7 INFO neutron.services.segments.plugin [-] Segment b57ca860-defe-468e-aae4-59d17d01644a resource provider aggregate not found 2026-05-29 15:20:35.554 7 INFO neutron.services.segments.plugin [-] Segment b57ca860-defe-468e-aae4-59d17d01644a resource provider aggregate not found 2026-05-29 15:20:35.567 7 INFO neutron.services.segments.plugin [-] Segment b57ca860-defe-468e-aae4-59d17d01644a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b57ca860-defe-468e-aae4-59d17d01644a found for delete ", "request_id": "req-9aa935f0-e93a-4fad-a2e6-d332d36c7fdc"}]} 2026-05-29 15:20:35.569 7 INFO neutron.services.segments.plugin [-] Segment b57ca860-defe-468e-aae4-59d17d01644a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b57ca860-defe-468e-aae4-59d17d01644a found for delete ", "request_id": "req-908656a4-2ef0-483f-8b20-c0292ed19d44"}]} [pid: 8|app: 0|req: 1546/3181] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:35 2026] DELETE /v2.0/networks/bcf6b070-e4f6-479f-96f1-ed4fa0c99c02 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3182] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:35 2026] DELETE /v2.0/networks/4bce69b4-2b7e-4acd-9cde-bbe0f9830161 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3183] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:35 2026] DELETE /v2.0/networks/4fbff6be-98e3-4ef0-a8c8-cd29bce8eb68 => 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: 1637/3184] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:36 2026] GET /v2.0/security-groups?tenant_id=ad4f003eafe94c6caaa48b1dae013b95&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3185] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:36 2026] DELETE /v2.0/security-groups/532a5f8f-9429-459e-a643-20c70c7e6458 => 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: 1638/3186] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:37 2026] GET /v2.0/security-groups?tenant_id=2c0f0e6082b24ae5adc273584096f220&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: 1549/3187] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:37 2026] DELETE /v2.0/security-groups/5a2bee73-6dba-416c-bc10-9e6cea0451cb => 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: 1639/3188] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:37 2026] GET /v2.0/security-groups?tenant_id=158f54bc0d69404784b027a3bd63fd36&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:20:37.495 8 INFO neutron.services.segments.plugin [-] Segment ecc5a43a-ed0d-444e-b6ce-61632b05f5ac resource provider aggregate not found 2026-05-29 15:20:37.509 8 INFO neutron.services.segments.plugin [-] Segment ecc5a43a-ed0d-444e-b6ce-61632b05f5ac resource provider aggregate not found 2026-05-29 15:20:37.514 8 INFO neutron.services.segments.plugin [-] Segment ecc5a43a-ed0d-444e-b6ce-61632b05f5ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc5a43a-ed0d-444e-b6ce-61632b05f5ac found for delete ", "request_id": "req-dc1a5957-c3c0-4465-b767-ad595433e833"}]} 2026-05-29 15:20:37.524 8 INFO neutron.services.segments.plugin [-] Segment ecc5a43a-ed0d-444e-b6ce-61632b05f5ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc5a43a-ed0d-444e-b6ce-61632b05f5ac found for delete ", "request_id": "req-18fa2d45-b12e-45e1-8147-a0d7e9390dbc"}]} 2026-05-29 15:20:37.530 8 INFO neutron.services.segments.plugin [-] Segment fc0732d1-191e-4c3f-a08b-f58f314f876e resource provider aggregate not found 2026-05-29 15:20:37.548 8 INFO neutron.services.segments.plugin [-] Segment fc0732d1-191e-4c3f-a08b-f58f314f876e resource provider aggregate not found 2026-05-29 15:20:37.552 8 INFO neutron.services.segments.plugin [-] Segment fc0732d1-191e-4c3f-a08b-f58f314f876e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc0732d1-191e-4c3f-a08b-f58f314f876e found for delete ", "request_id": "req-f6c43420-25a3-4d44-aede-ee35faa91785"}]} 2026-05-29 15:20:37.564 8 INFO neutron.services.segments.plugin [-] Segment fc0732d1-191e-4c3f-a08b-f58f314f876e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc0732d1-191e-4c3f-a08b-f58f314f876e found for delete ", "request_id": "req-66202fd6-43df-4d32-a4ff-b24c839b1def"}]} 2026-05-29 15:20:37.586 7 INFO neutron.services.segments.plugin [-] Segment fdec16d5-d6e7-4334-98cb-a93853332a01 resource provider aggregate not found 2026-05-29 15:20:37.592 7 INFO neutron.services.segments.plugin [-] Segment fdec16d5-d6e7-4334-98cb-a93853332a01 resource provider aggregate not found [pid: 8|app: 0|req: 1550/3189] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:37 2026] DELETE /v2.0/security-groups/a01594e7-07ab-4ee2-abbc-da149cbd294c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:37.610 7 INFO neutron.services.segments.plugin [-] Segment fdec16d5-d6e7-4334-98cb-a93853332a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdec16d5-d6e7-4334-98cb-a93853332a01 found for delete ", "request_id": "req-5a54ac84-82e8-4213-8b1b-f1b87f0069c2"}]} 2026-05-29 15:20:37.611 7 INFO neutron.services.segments.plugin [-] Segment fdec16d5-d6e7-4334-98cb-a93853332a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdec16d5-d6e7-4334-98cb-a93853332a01 found for delete ", "request_id": "req-374d7c12-a239-4ef0-beaf-13fac39ad404"}]} 2026-05-29 15:20:41.779 7 INFO neutron.db.segments_db [None req-8e4b80ae-b357-4f4d-93d1-c5709de8a940 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Added segment 05377631-ea8c-484c-b5f5-f6517279a762 of type vxlan for network 7191255e-98b3-4571-baf3-b32343f45111 [pid: 7|app: 0|req: 1640/3190] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:41 2026] POST /v2.0/networks => generated 632 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3191] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:20:41 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3192] 10.0.0.240 () {34 vars in 666 bytes} [Fri May 29 15:20:42 2026] POST /v2.0/trunks => generated 407 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:20:42.407 8 INFO neutron.db.segments_db [None req-aa3c5cee-5a33-4a72-a957-1393fd32ab92 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Added segment c929a65d-4914-4709-836d-e2923a382127 of type vxlan for network 30faeb2f-3d33-466b-a6fb-8ebc6ff6532d [pid: 8|app: 0|req: 1552/3193] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:42 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: 1642/3194] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:20:42 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3195] 10.0.0.240 () {34 vars in 666 bytes} [Fri May 29 15:20:42 2026] POST /v2.0/trunks => generated 407 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:20:43.055 7 INFO neutron.db.segments_db [None req-82bbf4dd-a223-40bc-a756-5b2a9d34d833 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Added segment d9c39a42-cf9e-4ad6-a5d4-f70248d5fa81 of type vxlan for network 784c13c4-17b3-414e-9ac0-785198000e72 [pid: 7|app: 0|req: 1643/3196] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:42 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3197] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:20:43 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3198] 10.0.0.240 () {34 vars in 666 bytes} [Fri May 29 15:20:43 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:20:43.636 8 INFO neutron.db.segments_db [None req-64c9f8a5-8ef5-4ef4-a10f-20a83917dde2 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Added segment 35c8c0d8-4ed8-4eae-9545-f9bae3e2a8aa of type vxlan for network 3a65916a-afa9-4b36-98c6-15c7092a7513 [pid: 8|app: 0|req: 1555/3199] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:43 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3200] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:20:43 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3201] 10.0.0.240 () {34 vars in 666 bytes} [Fri May 29 15:20:44 2026] POST /v2.0/trunks => generated 407 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-29 15:20:44.236 7 INFO neutron.db.segments_db [None req-b534059f-617c-418d-9fdc-4924d66292ac 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Added segment 2e008725-4463-4bd0-9de7-58d020f135ab of type vxlan for network 0a55d43c-5ed0-4010-bcf6-00cb7f27a32a [pid: 7|app: 0|req: 1646/3202] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:44 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: 8|app: 0|req: 1557/3203] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:20:44 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3204] 10.0.0.240 () {34 vars in 666 bytes} [Fri May 29 15:20:44 2026] POST /v2.0/trunks => generated 407 bytes in 145 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: 1558/3205] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:20:44 2026] PUT /v2.0/trunks/1be480cc-e512-416d-8484-849dfbd71291/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: 1648/3206] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:20:44 2026] PUT /v2.0/trunks/5a9bc961-58c8-4d1b-8b34-0c15a7590317/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3207] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:20:44 2026] PUT /v2.0/trunks/558501dd-6ba3-43cc-8c56-7bcc6fb9cbdf/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: 1649/3208] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:20:44 2026] PUT /v2.0/trunks/a85ff1f0-8917-4554-aa47-f4afae6000cc/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: 1560/3209] 10.0.0.240 () {32 vars in 662 bytes} [Fri May 29 15:20:44 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3210] 10.0.0.240 () {32 vars in 676 bytes} [Fri May 29 15:20:44 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3211] 10.0.0.240 () {32 vars in 672 bytes} [Fri May 29 15:20:44 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3212] 10.0.0.240 () {32 vars in 684 bytes} [Fri May 29 15:20:44 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3213] 10.0.0.240 () {32 vars in 670 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3214] 10.0.0.240 () {32 vars in 684 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3215] 10.0.0.240 () {32 vars in 680 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3216] 10.0.0.240 () {32 vars in 692 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3217] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks/1be480cc-e512-416d-8484-849dfbd71291 => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3218] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/ports/867596e3-aa2c-4fb9-a7ac-52c02ad74f59 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3219] 10.0.0.240 () {32 vars in 722 bytes} [Fri May 29 15:20:45 2026] DELETE /v2.0/trunks/1be480cc-e512-416d-8484-849dfbd71291 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3220] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks/5a9bc961-58c8-4d1b-8b34-0c15a7590317 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3221] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/ports/66253cd5-b9c0-43b6-997c-08c1b0a88ba6 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3222] 10.0.0.240 () {32 vars in 722 bytes} [Fri May 29 15:20:45 2026] DELETE /v2.0/trunks/5a9bc961-58c8-4d1b-8b34-0c15a7590317 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3223] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks/558501dd-6ba3-43cc-8c56-7bcc6fb9cbdf => 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: 1657/3224] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/ports/95cbc3e3-59eb-43fc-8b68-7c27cac7c280 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3225] 10.0.0.240 () {32 vars in 722 bytes} [Fri May 29 15:20:45 2026] DELETE /v2.0/trunks/558501dd-6ba3-43cc-8c56-7bcc6fb9cbdf => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3226] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks/a85ff1f0-8917-4554-aa47-f4afae6000cc => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3227] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/ports/2122ef46-0316-49bc-ae1d-678fb5c9caa7 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3228] 10.0.0.240 () {32 vars in 722 bytes} [Fri May 29 15:20:45 2026] DELETE /v2.0/trunks/a85ff1f0-8917-4554-aa47-f4afae6000cc => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3229] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/trunks/76f59968-ef64-4ecc-9bd9-8072e4a2946e => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3230] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:20:45 2026] GET /v2.0/ports/3202d3f2-fb7b-47c8-ad60-6754194aaaba => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3231] 10.0.0.240 () {32 vars in 722 bytes} [Fri May 29 15:20:45 2026] DELETE /v2.0/trunks/76f59968-ef64-4ecc-9bd9-8072e4a2946e => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:46.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4aad06a-c464-414f-b236-4ec9d9385039 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] TaaS: Handle Delete Port: 867596e3-aa2c-4fb9-a7ac-52c02ad74f59 2026-05-29 15:20:46.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4aad06a-c464-414f-b236-4ec9d9385039 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Tap Mirror: Handle Delete Port: 867596e3-aa2c-4fb9-a7ac-52c02ad74f59 [pid: 7|app: 0|req: 1661/3232] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:20:46 2026] DELETE /v2.0/ports/867596e3-aa2c-4fb9-a7ac-52c02ad74f59 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:46.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-9923fee5-032f-4e4d-b63d-e920310e7ada 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] TaaS: Handle Delete Port: 66253cd5-b9c0-43b6-997c-08c1b0a88ba6 2026-05-29 15:20:46.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9923fee5-032f-4e4d-b63d-e920310e7ada 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Tap Mirror: Handle Delete Port: 66253cd5-b9c0-43b6-997c-08c1b0a88ba6 [pid: 8|app: 0|req: 1572/3233] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:20:46 2026] DELETE /v2.0/ports/66253cd5-b9c0-43b6-997c-08c1b0a88ba6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:46.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-18e6b640-6e04-4563-8646-31361eb9c6d6 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] TaaS: Handle Delete Port: 95cbc3e3-59eb-43fc-8b68-7c27cac7c280 2026-05-29 15:20:46.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18e6b640-6e04-4563-8646-31361eb9c6d6 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Tap Mirror: Handle Delete Port: 95cbc3e3-59eb-43fc-8b68-7c27cac7c280 [pid: 7|app: 0|req: 1662/3234] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:20:46 2026] DELETE /v2.0/ports/95cbc3e3-59eb-43fc-8b68-7c27cac7c280 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:46.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fe326ae-935c-4bbb-a190-9807eb43d30a 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] TaaS: Handle Delete Port: 2122ef46-0316-49bc-ae1d-678fb5c9caa7 2026-05-29 15:20:46.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fe326ae-935c-4bbb-a190-9807eb43d30a 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Tap Mirror: Handle Delete Port: 2122ef46-0316-49bc-ae1d-678fb5c9caa7 [pid: 8|app: 0|req: 1573/3237] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:20:46 2026] DELETE /v2.0/ports/2122ef46-0316-49bc-ae1d-678fb5c9caa7 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:46.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3e2db20-e7d1-447e-8847-323f23e97d69 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] TaaS: Handle Delete Port: 3202d3f2-fb7b-47c8-ad60-6754194aaaba 2026-05-29 15:20:46.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3e2db20-e7d1-447e-8847-323f23e97d69 80ab4b3a9c45478792a33a13e164645c 71eb59b1b7dd4a958dac1dc38bfdc90e - - default default] Tap Mirror: Handle Delete Port: 3202d3f2-fb7b-47c8-ad60-6754194aaaba [pid: 7|app: 0|req: 1665/3238] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:20:46 2026] DELETE /v2.0/ports/3202d3f2-fb7b-47c8-ad60-6754194aaaba => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:47.064 8 INFO neutron.services.segments.plugin [-] Segment 05377631-ea8c-484c-b5f5-f6517279a762 resource provider aggregate not found 2026-05-29 15:20:47.070 8 INFO neutron.services.segments.plugin [-] Segment 05377631-ea8c-484c-b5f5-f6517279a762 resource provider aggregate not found 2026-05-29 15:20:47.079 8 INFO neutron.services.segments.plugin [-] Segment 05377631-ea8c-484c-b5f5-f6517279a762 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05377631-ea8c-484c-b5f5-f6517279a762 found for delete ", "request_id": "req-28847259-bfc3-4563-9896-33c76146a5b5"}]} 2026-05-29 15:20:47.084 8 INFO neutron.services.segments.plugin [-] Segment 05377631-ea8c-484c-b5f5-f6517279a762 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05377631-ea8c-484c-b5f5-f6517279a762 found for delete ", "request_id": "req-69a024b6-64c1-47d9-bbe3-b93b979f302d"}]} [pid: 8|app: 0|req: 1574/3239] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:46 2026] DELETE /v2.0/networks/7191255e-98b3-4571-baf3-b32343f45111 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:47.212 7 INFO neutron.services.segments.plugin [-] Segment c929a65d-4914-4709-836d-e2923a382127 resource provider aggregate not found 2026-05-29 15:20:47.219 7 INFO neutron.services.segments.plugin [-] Segment c929a65d-4914-4709-836d-e2923a382127 resource provider aggregate not found 2026-05-29 15:20:47.232 7 INFO neutron.services.segments.plugin [-] Segment c929a65d-4914-4709-836d-e2923a382127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c929a65d-4914-4709-836d-e2923a382127 found for delete ", "request_id": "req-caa9c5e6-3228-4116-befa-eeef26f3c86d"}]} 2026-05-29 15:20:47.239 7 INFO neutron.services.segments.plugin [-] Segment c929a65d-4914-4709-836d-e2923a382127 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c929a65d-4914-4709-836d-e2923a382127 found for delete ", "request_id": "req-9653c82c-d37e-46ea-a2ef-e362b4ff62e6"}]} [pid: 7|app: 0|req: 1666/3240] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:47 2026] DELETE /v2.0/networks/30faeb2f-3d33-466b-a6fb-8ebc6ff6532d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3241] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:47 2026] DELETE /v2.0/networks/784c13c4-17b3-414e-9ac0-785198000e72 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3242] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:47 2026] DELETE /v2.0/networks/3a65916a-afa9-4b36-98c6-15c7092a7513 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3243] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:47 2026] DELETE /v2.0/networks/0a55d43c-5ed0-4010-bcf6-00cb7f27a32a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3244] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:48 2026] GET /v2.0/security-groups?tenant_id=27502aef46fa4cf3ad27803e7dbb91c8&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3245] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:48 2026] DELETE /v2.0/security-groups/45ed0e45-b86d-443c-86dd-45e2cb3bad19 => 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: 1669/3246] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:48 2026] GET /v2.0/security-groups?tenant_id=71eb59b1b7dd4a958dac1dc38bfdc90e&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3247] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:48 2026] DELETE /v2.0/security-groups/9579af94-affe-44af-b3c9-7086f6655fef => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:49.098 8 INFO neutron.services.segments.plugin [-] Segment d9c39a42-cf9e-4ad6-a5d4-f70248d5fa81 resource provider aggregate not found 2026-05-29 15:20:49.102 8 INFO neutron.services.segments.plugin [-] Segment d9c39a42-cf9e-4ad6-a5d4-f70248d5fa81 resource provider aggregate not found 2026-05-29 15:20:49.114 8 INFO neutron.services.segments.plugin [-] Segment d9c39a42-cf9e-4ad6-a5d4-f70248d5fa81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c39a42-cf9e-4ad6-a5d4-f70248d5fa81 found for delete ", "request_id": "req-6da4a7b8-77e6-42ed-97b6-713ad69c2588"}]} 2026-05-29 15:20:49.119 8 INFO neutron.services.segments.plugin [-] Segment d9c39a42-cf9e-4ad6-a5d4-f70248d5fa81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c39a42-cf9e-4ad6-a5d4-f70248d5fa81 found for delete ", "request_id": "req-7c5ad2c5-c366-4437-a304-2f0110efa162"}]} 2026-05-29 15:20:49.127 8 INFO neutron.services.segments.plugin [-] Segment 2e008725-4463-4bd0-9de7-58d020f135ab resource provider aggregate not found 2026-05-29 15:20:49.132 8 INFO neutron.services.segments.plugin [-] Segment 2e008725-4463-4bd0-9de7-58d020f135ab resource provider aggregate not found 2026-05-29 15:20:49.143 8 INFO neutron.services.segments.plugin [-] Segment 2e008725-4463-4bd0-9de7-58d020f135ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e008725-4463-4bd0-9de7-58d020f135ab found for delete ", "request_id": "req-f193c575-c3d3-463c-9fa5-b38b8821843a"}]} 2026-05-29 15:20:49.145 8 INFO neutron.services.segments.plugin [-] Segment 2e008725-4463-4bd0-9de7-58d020f135ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e008725-4463-4bd0-9de7-58d020f135ab found for delete ", "request_id": "req-631dabce-5c3a-449a-b86c-6a987aebb7a8"}]} [pid: 7|app: 0|req: 1670/3248] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:49 2026] GET /v2.0/security-groups?tenant_id=24bd7a963f564a5aa21256773b6e3113&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-29 15:20:49.248 7 INFO neutron.services.segments.plugin [-] Segment 35c8c0d8-4ed8-4eae-9545-f9bae3e2a8aa resource provider aggregate not found 2026-05-29 15:20:49.256 7 INFO neutron.services.segments.plugin [-] Segment 35c8c0d8-4ed8-4eae-9545-f9bae3e2a8aa resource provider aggregate not found [pid: 8|app: 0|req: 1579/3249] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:49 2026] DELETE /v2.0/security-groups/b32a09eb-d738-4dd5-bbd7-775910fbdba8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:49.261 7 INFO neutron.services.segments.plugin [-] Segment 35c8c0d8-4ed8-4eae-9545-f9bae3e2a8aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c8c0d8-4ed8-4eae-9545-f9bae3e2a8aa found for delete ", "request_id": "req-b45b6889-914c-4690-a7b6-17c21c6a12ea"}]} 2026-05-29 15:20:49.270 7 INFO neutron.services.segments.plugin [-] Segment 35c8c0d8-4ed8-4eae-9545-f9bae3e2a8aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c8c0d8-4ed8-4eae-9545-f9bae3e2a8aa found for delete ", "request_id": "req-c7ca7b6c-17b3-4e7b-ac1e-a9eae5f92765"}]} 2026-05-29 15:20:52.438 7 INFO neutron.db.segments_db [None req-e9320c8e-6fbf-44b4-89a3-6c0a85a7c289 9b470c48a9d4402cbbf035d1953396cd f449a6be460843bf8f7ed83e87d69fa2 - - default default] Added segment 491da1d1-cbb9-4267-8782-57bdd17b51b2 of type vxlan for network 10066e7f-6801-4599-b9bc-358d63978cff [pid: 7|app: 0|req: 1671/3250] 10.0.0.240 () {34 vars in 670 bytes} [Fri May 29 15:20:52 2026] POST /v2.0/networks => generated 631 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3251] 10.0.0.240 () {34 vars in 664 bytes} [Fri May 29 15:20:52 2026] POST /v2.0/ports => generated 743 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3252] 10.0.0.240 () {34 vars in 666 bytes} [Fri May 29 15:20:52 2026] POST /v2.0/trunks => generated 407 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1581/3253] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:20:52 2026] PUT /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3254] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:20:52 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3255] 10.0.0.240 () {34 vars in 760 bytes} [Fri May 29 15:20:53 2026] PUT /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3256] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3257] 10.0.0.240 () {34 vars in 756 bytes} [Fri May 29 15:20:53 2026] PUT /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3258] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3259] 10.0.0.240 () {34 vars in 778 bytes} [Fri May 29 15:20:53 2026] PUT /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3260] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3261] 10.0.0.240 () {34 vars in 749 bytes} [Fri May 29 15:20:53 2026] PUT /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3262] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3263] 10.0.0.240 () {32 vars in 737 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:53.375 7 INFO neutron.api.v2.resource [None req-2e13481b-7dba-41ae-aeb9-02a9586b6321 9b470c48a9d4402cbbf035d1953396cd f449a6be460843bf8f7ed83e87d69fa2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3264] 10.0.0.240 () {32 vars in 741 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3265] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:53 2026] DELETE /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3266] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 30 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-29 15:20:53.461 8 INFO neutron.api.v2.resource [None req-e0260a39-2afd-40a7-98d2-778fe48a56ab 9b470c48a9d4402cbbf035d1953396cd f449a6be460843bf8f7ed83e87d69fa2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3267] 10.0.0.240 () {32 vars in 744 bytes} [Fri May 29 15:20:53 2026] DELETE /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3268] 10.0.0.240 () {32 vars in 732 bytes} [Fri May 29 15:20:53 2026] DELETE /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3269] 10.0.0.240 () {32 vars in 729 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf/tags => 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: 1681/3270] 10.0.0.240 () {32 vars in 719 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3271] 10.0.0.240 () {32 vars in 717 bytes} [Fri May 29 15:20:53 2026] GET /v2.0/ports/22c53018-fb75-4112-8ae0-2335ff171641 => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3272] 10.0.0.240 () {32 vars in 722 bytes} [Fri May 29 15:20:53 2026] DELETE /v2.0/trunks/67c26c13-3f2c-4d06-9bdc-940a00ebe6bf => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-29 15:20:53.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-64239738-cb75-4e25-a1f1-e87a553b56b8 9b470c48a9d4402cbbf035d1953396cd f449a6be460843bf8f7ed83e87d69fa2 - - default default] TaaS: Handle Delete Port: 22c53018-fb75-4112-8ae0-2335ff171641 2026-05-29 15:20:53.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64239738-cb75-4e25-a1f1-e87a553b56b8 9b470c48a9d4402cbbf035d1953396cd f449a6be460843bf8f7ed83e87d69fa2 - - default default] Tap Mirror: Handle Delete Port: 22c53018-fb75-4112-8ae0-2335ff171641 [pid: 8|app: 0|req: 1591/3273] 10.0.0.240 () {32 vars in 720 bytes} [Fri May 29 15:20:53 2026] DELETE /v2.0/ports/22c53018-fb75-4112-8ae0-2335ff171641 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-29 15:20:53.985 7 INFO neutron.services.segments.plugin [-] Segment 491da1d1-cbb9-4267-8782-57bdd17b51b2 resource provider aggregate not found 2026-05-29 15:20:53.989 7 INFO neutron.services.segments.plugin [-] Segment 491da1d1-cbb9-4267-8782-57bdd17b51b2 resource provider aggregate not found 2026-05-29 15:20:54.006 7 INFO neutron.services.segments.plugin [-] Segment 491da1d1-cbb9-4267-8782-57bdd17b51b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 491da1d1-cbb9-4267-8782-57bdd17b51b2 found for delete ", "request_id": "req-3543aa98-4ddc-42bf-94d3-8b1e235cc158"}]} 2026-05-29 15:20:54.009 7 INFO neutron.services.segments.plugin [-] Segment 491da1d1-cbb9-4267-8782-57bdd17b51b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 491da1d1-cbb9-4267-8782-57bdd17b51b2 found for delete ", "request_id": "req-88e6b9be-8694-4b71-ba0b-6eb73bb7eac0"}]} [pid: 7|app: 0|req: 1683/3274] 10.0.0.240 () {32 vars in 726 bytes} [Fri May 29 15:20:53 2026] DELETE /v2.0/networks/10066e7f-6801-4599-b9bc-358d63978cff => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3275] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:54 2026] GET /v2.0/security-groups?tenant_id=f59f6ae6070c427198ef2ea06b51726e&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3276] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:54 2026] DELETE /v2.0/security-groups/6351b3ec-b47b-4eb7-84ea-3ceb88634b5f => 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: 1593/3277] 10.0.0.240 () {32 vars in 774 bytes} [Fri May 29 15:20:55 2026] GET /v2.0/security-groups?tenant_id=f449a6be460843bf8f7ed83e87d69fa2&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3278] 10.0.0.240 () {32 vars in 740 bytes} [Fri May 29 15:20:55 2026] DELETE /v2.0/security-groups/999957c7-7f57-4e6a-9c3a-06adaeeaa5d3 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3279] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:20:57 2026] GET /v2.0/networks => generated 2168 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3280] 10.0.0.240 () {32 vars in 655 bytes} [Fri May 29 15:20:58 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3281] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:20:58 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3282] 10.0.0.240 () {32 vars in 643 bytes} [Fri May 29 15:20:58 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3283] 10.0.0.240 () {32 vars in 647 bytes} [Fri May 29 15:20:58 2026] GET /v2.0/subnets => generated 1308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3284] 10.0.0.240 () {32 vars in 649 bytes} [Fri May 29 15:20:58 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3285] 10.0.0.240 () {32 vars in 663 bytes} [Fri May 29 15:20:58 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3286] 10.0.0.240 () {32 vars in 655 bytes} [Fri May 29 15:20:58 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)