+ 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 [Mon May 25 22:46:38 2026] *** compiled with version: 13.3.0 on 22 May 2026 05:16:47 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-69dd8dc577-xzz2j 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 0x7f130029d668 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-25 22:46:43.216 7 INFO neutron.common.config [-] Logging enabled! 2026-05-25 22:46:43.216 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev10 2026-05-25 22:46:43.271 8 INFO neutron.common.config [-] Logging enabled! 2026-05-25 22:46:43.271 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev10 2026-05-25 22:46:44.253 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-25 22:46:44.297 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-25 22:46:45.790 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 22:46:45.793 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-25 22:46:45.798 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-25 22:46:45.799 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 22:46:45.799 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-25 22:46:45.800 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-25 22:46:45.800 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:45.807 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:45.807 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:45.807 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 22:46:45.830 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-25 22:46:45.831 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 22:46:45.831 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-25 22:46:45.843 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 22:46:45.846 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-25 22:46:45.849 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-25 22:46:45.850 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-25 22:46:45.850 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-25 22:46:45.851 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-25 22:46:45.851 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:45.858 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:45.858 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-25 22:46:45.858 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 22:46:45.881 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-25 22:46:45.882 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-25 22:46:45.882 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-25 22:46:45.882 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-25 22:46:45.882 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-25 22:46:45.883 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-25 22:46:45.883 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-25 22:46:45.934 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-25 22:46:45.935 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-25 22:46:45.935 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-25 22:46:45.935 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-25 22:46:46.238 7 INFO neutron.plugins.ml2.managers [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] Initializing driver for type 'vlan' 2026-05-25 22:46:46.287 8 INFO neutron.plugins.ml2.managers [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] Initializing driver for type 'vlan' 2026-05-25 22:46:46.525 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] VlanTypeDriver initialization complete 2026-05-25 22:46:46.526 7 INFO neutron.plugins.ml2.managers [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] Initializing driver for type 'vxlan' 2026-05-25 22:46:46.526 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-25 22:46:46.539 7 INFO neutron.plugins.ml2.managers [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-25 22:46:46.539 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-25 22:46:46.539 7 INFO neutron.plugins.ml2.managers [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] Initializing extension driver 'port_security' 2026-05-25 22:46:46.539 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-25 22:46:46.539 7 INFO neutron.plugins.ml2.managers [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] Initializing extension driver 'qos' 2026-05-25 22:46:46.539 7 INFO neutron.plugins.ml2.managers [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-25 22:46:46.539 7 INFO neutron.plugins.ml2.managers [None req-c2933499-7a04-4afd-b7bc-63c96ff0a548 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-25 22:46:46.554 7 INFO neutron.quota [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded quota_driver: . 2026-05-25 22:46:46.554 7 INFO neutron.plugins.ml2.plugin [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Modular L2 Plugin initialization complete 2026-05-25 22:46:46.554 7 INFO neutron.plugins.ml2.managers [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-25 22:46:46.554 7 INFO neutron.plugins.ml2.managers [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-25 22:46:46.555 7 INFO neutron.plugins.ml2.managers [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-25 22:46:46.555 7 INFO neutron.extensions.vlantransparent [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Disabled vlantransparent extension. 2026-05-25 22:46:46.555 7 INFO neutron.extensions.qinq [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Disabled VLAN QinQ extension. 2026-05-25 22:46:46.555 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: qos 2026-05-25 22:46:46.568 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: router 2026-05-25 22:46:46.589 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] VlanTypeDriver initialization complete 2026-05-25 22:46:46.590 8 INFO neutron.plugins.ml2.managers [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] Initializing driver for type 'vxlan' 2026-05-25 22:46:46.590 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-25 22:46:46.602 8 INFO neutron.plugins.ml2.managers [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-25 22:46:46.602 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-25 22:46:46.602 8 INFO neutron.plugins.ml2.managers [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] Initializing extension driver 'port_security' 2026-05-25 22:46:46.603 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-25 22:46:46.603 8 INFO neutron.plugins.ml2.managers [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] Initializing extension driver 'qos' 2026-05-25 22:46:46.603 8 INFO neutron.plugins.ml2.managers [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-25 22:46:46.603 8 INFO neutron.plugins.ml2.managers [None req-8075ba68-9a75-4928-a1cc-f2d17d8dca83 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-25 22:46:46.614 7 INFO neutron.services.service_base [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-25 22:46:46.614 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: segments 2026-05-25 22:46:46.618 8 INFO neutron.quota [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded quota_driver: . 2026-05-25 22:46:46.619 8 INFO neutron.plugins.ml2.plugin [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Modular L2 Plugin initialization complete 2026-05-25 22:46:46.619 8 INFO neutron.plugins.ml2.managers [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-25 22:46:46.619 8 INFO neutron.plugins.ml2.managers [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-25 22:46:46.619 8 INFO neutron.plugins.ml2.managers [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-25 22:46:46.619 8 INFO neutron.extensions.vlantransparent [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Disabled vlantransparent extension. 2026-05-25 22:46:46.619 8 INFO neutron.extensions.qinq [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Disabled VLAN QinQ extension. 2026-05-25 22:46:46.619 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: qos 2026-05-25 22:46:46.633 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: router 2026-05-25 22:46:46.680 8 INFO neutron.services.service_base [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-25 22:46:46.680 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: segments 2026-05-25 22:46:46.714 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: trunk 2026-05-25 22:46:46.730 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: vpnaas 2026-05-25 22:46:46.775 7 WARNING stevedore.named [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-25 22:46:46.775 7 WARNING stevedore.named [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:46.784 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: trunk 2026-05-25 22:46:46.804 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: vpnaas 2026-05-25 22:46:46.846 8 WARNING stevedore.named [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-25 22:46:46.846 8 WARNING stevedore.named [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:46.877 7 INFO neutron_vpnaas.services.vpn.plugin [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-25 22:46:46.878 7 INFO neutron.common.utils [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-25 22:46:46.878 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: taas 2026-05-25 22:46:46.910 7 WARNING stevedore.named [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:46.930 8 INFO neutron_vpnaas.services.vpn.plugin [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-25 22:46:46.931 8 INFO neutron.common.utils [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-25 22:46:46.931 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: taas 2026-05-25 22:46:46.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-25 22:46:46.939 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: tapmirror 2026-05-25 22:46:46.954 7 WARNING stevedore.named [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:46.959 8 WARNING stevedore.named [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:46.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-25 22:46:46.999 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: auto_allocate 2026-05-25 22:46:47.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-25 22:46:47.009 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: tapmirror 2026-05-25 22:46:47.010 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: tag 2026-05-25 22:46:47.019 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: timestamp 2026-05-25 22:46:47.021 8 WARNING stevedore.named [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-25 22:46:47.022 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: network_ip_availability 2026-05-25 22:46:47.026 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: flavors 2026-05-25 22:46:47.030 7 INFO neutron.manager [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loading Plugin: revisions 2026-05-25 22:46:47.033 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Initializing extension manager. 2026-05-25 22:46:47.035 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: address-group 2026-05-25 22:46:47.036 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: address-scope 2026-05-25 22:46:47.036 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-25 22:46:47.037 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: agent 2026-05-25 22:46:47.038 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: agent-resources-synced 2026-05-25 22:46:47.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-25 22:46:47.038 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: auto_allocate 2026-05-25 22:46:47.039 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-25 22:46:47.040 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-25 22:46:47.041 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: availability_zone 2026-05-25 22:46:47.041 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: availability_zone_filter 2026-05-25 22:46:47.042 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-25 22:46:47.042 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: default-subnetpools 2026-05-25 22:46:47.044 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-25 22:46:47.045 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: dns-integration 2026-05-25 22:46:47.046 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: dns-domain-ports 2026-05-25 22:46:47.047 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-25 22:46:47.048 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: dvr 2026-05-25 22:46:47.049 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-25 22:46:47.049 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: empty-string-filtering 2026-05-25 22:46:47.050 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 22:46:47.050 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-25 22:46:47.051 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: external-net 2026-05-25 22:46:47.051 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-25 22:46:47.051 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: tag 2026-05-25 22:46:47.052 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: extraroute 2026-05-25 22:46:47.053 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: extraroute-atomic 2026-05-25 22:46:47.053 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-25 22:46:47.054 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-25 22:46:47.054 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-25 22:46:47.055 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-25 22:46:47.056 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: fip-port-details 2026-05-25 22:46:47.057 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: flavors 2026-05-25 22:46:47.059 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-25 22:46:47.060 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: floatingip-pools 2026-05-25 22:46:47.060 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: ip_allocation 2026-05-25 22:46:47.061 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-25 22:46:47.062 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: l2_adjacency 2026-05-25 22:46:47.064 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: timestamp 2026-05-25 22:46:47.064 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: router 2026-05-25 22:46:47.066 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 22:46:47.067 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-25 22:46:47.068 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-25 22:46:47.068 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: network_ip_availability 2026-05-25 22:46:47.068 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: ext-gw-mode 2026-05-25 22:46:47.069 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: l3-ha 2026-05-25 22:46:47.069 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-25 22:46:47.070 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-25 22:46:47.071 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: l3-flavors 2026-05-25 22:46:47.072 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-25 22:46:47.073 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-25 22:46:47.075 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: flavors 2026-05-25 22:46:47.076 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-25 22:46:47.077 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-25 22:46:47.078 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-25 22:46:47.079 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-25 22:46:47.080 8 INFO neutron.manager [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loading Plugin: revisions 2026-05-25 22:46:47.080 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-25 22:46:47.082 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: multi-provider 2026-05-25 22:46:47.083 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: net-mtu 2026-05-25 22:46:47.084 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: net-mtu-writable 2026-05-25 22:46:47.085 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: network_availability_zone 2026-05-25 22:46:47.085 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Initializing extension manager. 2026-05-25 22:46:47.085 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: network_ha 2026-05-25 22:46:47.086 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: network-ip-availability 2026-05-25 22:46:47.087 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: address-group 2026-05-25 22:46:47.087 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-25 22:46:47.088 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: address-scope 2026-05-25 22:46:47.088 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: pagination 2026-05-25 22:46:47.089 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-device-profile 2026-05-25 22:46:47.089 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-25 22:46:47.089 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-25 22:46:47.090 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-25 22:46:47.091 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: agent 2026-05-25 22:46:47.091 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-25 22:46:47.091 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: agent-resources-synced 2026-05-25 22:46:47.092 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-mac-override 2026-05-25 22:46:47.092 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-25 22:46:47.093 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-25 22:46:47.093 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-25 22:46:47.093 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-25 22:46:47.094 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-resource-request 2026-05-25 22:46:47.094 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-25 22:46:47.094 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-25 22:46:47.095 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-25 22:46:47.095 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: availability_zone 2026-05-25 22:46:47.095 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: binding 2026-05-25 22:46:47.096 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: availability_zone_filter 2026-05-25 22:46:47.096 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: binding-extended 2026-05-25 22:46:47.096 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-25 22:46:47.097 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-security 2026-05-25 22:46:47.097 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: project-id 2026-05-25 22:46:47.098 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: provider 2026-05-25 22:46:47.098 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: default-subnetpools 2026-05-25 22:46:47.098 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-25 22:46:47.100 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-25 22:46:47.101 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos 2026-05-25 22:46:47.101 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: dns-integration 2026-05-25 22:46:47.102 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-25 22:46:47.102 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: dns-domain-ports 2026-05-25 22:46:47.102 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-25 22:46:47.102 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-25 22:46:47.103 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-default 2026-05-25 22:46:47.103 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-fip 2026-05-25 22:46:47.103 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: dvr 2026-05-25 22:46:47.104 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-25 22:46:47.104 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-25 22:46:47.105 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-25 22:46:47.105 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: empty-string-filtering 2026-05-25 22:46:47.105 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-25 22:46:47.106 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 22:46:47.106 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-25 22:46:47.106 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-25 22:46:47.107 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-25 22:46:47.107 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: external-net 2026-05-25 22:46:47.107 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-pps 2026-05-25 22:46:47.108 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-25 22:46:47.108 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-25 22:46:47.108 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: extraroute 2026-05-25 22:46:47.109 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: extraroute-atomic 2026-05-25 22:46:47.109 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-25 22:46:47.110 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: qos-rules-alias 2026-05-25 22:46:47.110 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-25 22:46:47.111 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: quota-check-limit 2026-05-25 22:46:47.111 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-25 22:46:47.112 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-25 22:46:47.112 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-25 22:46:47.112 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-25 22:46:47.113 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: fip-port-details 2026-05-25 22:46:47.114 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: flavors 2026-05-25 22:46:47.116 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-25 22:46:47.117 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: floatingip-pools 2026-05-25 22:46:47.118 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: quotas 2026-05-25 22:46:47.118 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: ip_allocation 2026-05-25 22:46:47.118 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-25 22:46:47.119 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: l2_adjacency 2026-05-25 22:46:47.120 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: router 2026-05-25 22:46:47.122 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: quota_details 2026-05-25 22:46:47.124 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-25 22:46:47.125 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-25 22:46:47.126 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-25 22:46:47.126 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: ext-gw-mode 2026-05-25 22:46:47.126 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: rbac-policies 2026-05-25 22:46:47.127 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: l3-ha 2026-05-25 22:46:47.127 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-25 22:46:47.127 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: rbac-address-group 2026-05-25 22:46:47.128 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-25 22:46:47.128 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: l3-flavors 2026-05-25 22:46:47.129 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: rbac-address-scope 2026-05-25 22:46:47.129 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-25 22:46:47.129 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: rbac-security-groups 2026-05-25 22:46:47.130 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-25 22:46:47.130 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-25 22:46:47.131 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: revision-if-match 2026-05-25 22:46:47.132 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-25 22:46:47.132 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-25 22:46:47.132 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: router_availability_zone 2026-05-25 22:46:47.133 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-25 22:46:47.133 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-25 22:46:47.134 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-25 22:46:47.135 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-25 22:46:47.135 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-25 22:46:47.135 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-25 22:46:47.136 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-25 22:46:47.136 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-25 22:46:47.136 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: multi-provider 2026-05-25 22:46:47.137 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-25 22:46:47.137 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: net-mtu 2026-05-25 22:46:47.137 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-25 22:46:47.137 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: net-mtu-writable 2026-05-25 22:46:47.138 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-25 22:46:47.138 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: network_availability_zone 2026-05-25 22:46:47.139 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: network_ha 2026-05-25 22:46:47.140 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: network-ip-availability 2026-05-25 22:46:47.141 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-25 22:46:47.142 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: pagination 2026-05-25 22:46:47.143 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-device-profile 2026-05-25 22:46:47.143 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-25 22:46:47.144 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-25 22:46:47.145 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-25 22:46:47.145 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-mac-override 2026-05-25 22:46:47.145 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: security-group 2026-05-25 22:46:47.146 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-25 22:46:47.147 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-25 22:46:47.147 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-25 22:46:47.148 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: segment 2026-05-25 22:46:47.148 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-resource-request 2026-05-25 22:46:47.148 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-25 22:46:47.149 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-25 22:46:47.149 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: service-type 2026-05-25 22:46:47.149 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-25 22:46:47.150 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: sorting 2026-05-25 22:46:47.150 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: binding 2026-05-25 22:46:47.150 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: standard-attr-segment 2026-05-25 22:46:47.151 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: standard-attr-description 2026-05-25 22:46:47.151 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: binding-extended 2026-05-25 22:46:47.152 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: stateful-security-group 2026-05-25 22:46:47.152 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-security 2026-05-25 22:46:47.152 7 WARNING neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-25 22:46:47.153 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-25 22:46:47.153 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: project-id 2026-05-25 22:46:47.154 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: subnet-external-network 2026-05-25 22:46:47.154 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: provider 2026-05-25 22:46:47.154 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: subnet_onboard 2026-05-25 22:46:47.155 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-25 22:46:47.155 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-25 22:46:47.155 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: subnet-service-types 2026-05-25 22:46:47.156 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: subnet_allocation 2026-05-25 22:46:47.157 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-25 22:46:47.157 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos 2026-05-25 22:46:47.158 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: tag-creation 2026-05-25 22:46:47.158 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-25 22:46:47.159 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-25 22:46:47.159 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-25 22:46:47.160 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-default 2026-05-25 22:46:47.161 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-fip 2026-05-25 22:46:47.162 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-25 22:46:47.163 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-25 22:46:47.164 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-25 22:46:47.164 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: standard-attr-tag 2026-05-25 22:46:47.164 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-25 22:46:47.165 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-25 22:46:47.166 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-25 22:46:47.166 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-pps 2026-05-25 22:46:47.167 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: trunk 2026-05-25 22:46:47.167 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-25 22:46:47.168 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-25 22:46:47.168 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: trunk-details 2026-05-25 22:46:47.168 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-25 22:46:47.168 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: qos-rules-alias 2026-05-25 22:46:47.169 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: quota-check-limit 2026-05-25 22:46:47.169 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-25 22:46:47.170 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-25 22:46:47.171 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-25 22:46:47.171 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-25 22:46:47.173 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: quotas 2026-05-25 22:46:47.174 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-25 22:46:47.175 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-25 22:46:47.175 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: quota_details 2026-05-25 22:46:47.175 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: vpn-flavors 2026-05-25 22:46:47.177 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: vpnaas 2026-05-25 22:46:47.177 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: rbac-policies 2026-05-25 22:46:47.178 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: rbac-address-group 2026-05-25 22:46:47.179 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: rbac-address-scope 2026-05-25 22:46:47.179 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: taas 2026-05-25 22:46:47.179 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: rbac-security-groups 2026-05-25 22:46:47.180 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: tap-mirror 2026-05-25 22:46:47.180 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-25 22:46:47.181 7 INFO neutron.api.extensions [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-25 22:46:47.181 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: revision-if-match 2026-05-25 22:46:47.182 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-25 22:46:47.183 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: router_availability_zone 2026-05-25 22:46:47.184 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-25 22:46:47.184 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-25 22:46:47.185 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-25 22:46:47.185 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.185 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-25 22:46:47.187 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-25 22:46:47.187 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-25 22:46:47.188 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-25 22:46:47.189 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-25 22:46:47.189 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 22:46:47.190 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 22:46:47.190 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-25 22:46:47.191 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-25 22:46:47.195 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 22:46:47.196 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 22:46:47.196 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 22:46:47.197 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.197 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.198 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.197 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: security-group 2026-05-25 22:46:47.198 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.198 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 22:46:47.199 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.199 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: segment 2026-05-25 22:46:47.199 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.200 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 22:46:47.200 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-25 22:46:47.200 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 22:46:47.201 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 22:46:47.201 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: service-type 2026-05-25 22:46:47.201 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.201 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: sorting 2026-05-25 22:46:47.202 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] ipsecpolicy is already registered 2026-05-25 22:46:47.202 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.202 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: standard-attr-segment 2026-05-25 22:46:47.202 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] ikepolicy is already registered 2026-05-25 22:46:47.205 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: standard-attr-description 2026-05-25 22:46:47.206 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: stateful-security-group 2026-05-25 22:46:47.206 8 WARNING neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-25 22:46:47.207 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-25 22:46:47.207 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 22:46:47.208 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] router is already registered 2026-05-25 22:46:47.208 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: subnet-external-network 2026-05-25 22:46:47.208 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 22:46:47.208 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] floatingip is already registered 2026-05-25 22:46:47.209 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: subnet_onboard 2026-05-25 22:46:47.209 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-25 22:46:47.210 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: subnet-service-types 2026-05-25 22:46:47.211 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: subnet_allocation 2026-05-25 22:46:47.212 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-25 22:46:47.212 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 22:46:47.213 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] rbac_policy is already registered 2026-05-25 22:46:47.213 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: tag-creation 2026-05-25 22:46:47.213 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 22:46:47.213 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] security_group is already registered 2026-05-25 22:46:47.213 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-25 22:46:47.214 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 22:46:47.214 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] security_group_rule is already registered 2026-05-25 22:46:47.215 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.215 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.215 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.215 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.216 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 22:46:47.216 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] trunk is already registered 2026-05-25 22:46:47.217 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.217 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] ikepolicy is already registered 2026-05-25 22:46:47.217 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.217 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] ipsecpolicy is already registered 2026-05-25 22:46:47.218 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 22:46:47.218 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] endpoint_group is already registered 2026-05-25 22:46:47.218 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 22:46:47.218 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] vpnservice is already registered 2026-05-25 22:46:47.219 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 22:46:47.219 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] ipsec_site_connection is already registered 2026-05-25 22:46:47.219 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.219 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] ipsecpolicy is already registered 2026-05-25 22:46:47.219 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: standard-attr-tag 2026-05-25 22:46:47.220 7 INFO neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.220 7 WARNING neutron.quota.resource_registry [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] ikepolicy is already registered 2026-05-25 22:46:47.221 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-25 22:46:47.221 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: trunk 2026-05-25 22:46:47.222 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: trunk-details 2026-05-25 22:46:47.222 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-25 22:46:47.223 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-25 22:46:47.224 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-25 22:46:47.225 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-25 22:46:47.227 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-25 22:46:47.228 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-25 22:46:47.228 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: vpn-flavors 2026-05-25 22:46:47.230 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: vpnaas 2026-05-25 22:46:47.232 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: taas 2026-05-25 22:46:47.233 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: tap-mirror 2026-05-25 22:46:47.233 8 INFO neutron.api.extensions [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-25 22:46:47.236 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-25 22:46:47.236 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-25 22:46:47.236 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.237 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-25 22:46:47.241 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 22:46:47.241 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 22:46:47.245 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 22:46:47.246 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 22:46:47.247 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 22:46:47.247 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.248 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.248 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.248 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.249 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 22:46:47.249 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.249 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.250 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 22:46:47.250 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 22:46:47.251 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 22:46:47.251 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.251 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] ipsecpolicy is already registered 2026-05-25 22:46:47.252 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.252 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] ikepolicy is already registered 2026-05-25 22:46:47.256 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-25 22:46:47.256 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] router is already registered 2026-05-25 22:46:47.257 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-25 22:46:47.257 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] floatingip is already registered 2026-05-25 22:46:47.260 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-25 22:46:47.261 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] rbac_policy is already registered 2026-05-25 22:46:47.261 7 WARNING keystonemiddleware._common.config [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-25 22:46:47.261 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-25 22:46:47.261 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] security_group is already registered 2026-05-25 22:46:47.262 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-25 22:46:47.262 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] security_group_rule is already registered 2026-05-25 22:46:47.263 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.263 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.263 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-25 22:46:47.263 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] subnetpool is already registered 2026-05-25 22:46:47.264 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-25 22:46:47.264 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] trunk is already registered 2026-05-25 22:46:47.264 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.264 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] ikepolicy is already registered 2026-05-25 22:46:47.265 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.265 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] ipsecpolicy is already registered 2026-05-25 22:46:47.265 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-25 22:46:47.265 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] endpoint_group is already registered 2026-05-25 22:46:47.266 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-25 22:46:47.266 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] vpnservice is already registered 2026-05-25 22:46:47.266 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-25 22:46:47.266 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] ipsec_site_connection is already registered 2026-05-25 22:46:47.267 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-25 22:46:47.267 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] ipsecpolicy is already registered 2026-05-25 22:46:47.267 8 INFO neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-25 22:46:47.267 8 WARNING neutron.quota.resource_registry [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] ikepolicy is already registered 2026-05-25 22:46:47.267 7 WARNING oslo_config.cfg [None req-63abb8b9-6264-4541-9133-7d7e367d9e72 - - - - - -] 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 9 seconds on interpreter 0x7f130029d668 pid: 7 (default app) 2026-05-25 22:46:47.309 8 WARNING keystonemiddleware._common.config [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-25 22:46:47.316 8 WARNING oslo_config.cfg [None req-15266e0d-6fcf-49da-a656-9af493d487f1 - - - - - -] 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 9 seconds on interpreter 0x7f130029d668 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-25 22:46:53.565 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3706965b-9acf-475a-b2b4-e416b52545a7 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 22:46:52 2026] GET /v2.0/networks/public => generated 108 bytes in 863 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: 4/5] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 22:46:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 22:46:54.404 8 WARNING neutron.services.revisions.revision_plugin [None req-e6f2627b-c630-4b11-a84c-8e26564dfa08 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Could not find related network for resource to bump revision. 2026-05-25 22:46:54.434 8 INFO neutron.db.segments_db [None req-e6f2627b-c630-4b11-a84c-8e26564dfa08 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 545a39d8-b904-4d12-a6d6-9bb19c8af1c8 of type flat for network 5a9007d3-b6d5-4192-ae9a-a06d3fcfeb83 2026-05-25 22:46:54.492 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6f2627b-c630-4b11-a84c-8e26564dfa08 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.30 () {48 vars in 964 bytes} [Mon May 25 22:46:54 2026] POST /v2.0/networks => generated 124 bytes in 506 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 22:47:00.778 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adefcfb4-3b0d-496a-b7b2-8d5350c7902b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 22:47:00 2026] GET /v2.0/networks/public => generated 108 bytes in 416 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 22:47:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 22:47:01.092 7 WARNING neutron.services.revisions.revision_plugin [None req-c0035dc9-b42c-4ece-a4db-8e0ee1e7e673 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Could not find related network for resource to bump revision. 2026-05-25 22:47:01.118 7 INFO neutron.db.segments_db [None req-c0035dc9-b42c-4ece-a4db-8e0ee1e7e673 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 5b008ecf-1fdf-4a78-bcc7-39891302dbe5 of type flat for network 80476025-1433-444c-bcf0-817fa6b5aa7b 2026-05-25 22:47:01.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0035dc9-b42c-4ece-a4db-8e0ee1e7e673 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.30 () {48 vars in 964 bytes} [Mon May 25 22:47:00 2026] POST /v2.0/networks => generated 124 bytes in 377 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 22:47:07.070 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30e6ff92-8513-4c86-8d7f-a23cba51d4e2 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 22:47:07 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 22:47:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 22:47:07.145 7 WARNING neutron.services.revisions.revision_plugin [None req-ce81b40a-5624-4c4a-8ea4-78cc19c42d3d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Could not find related network for resource to bump revision. 2026-05-25 22:47:07.162 7 INFO neutron.db.segments_db [None req-ce81b40a-5624-4c4a-8ea4-78cc19c42d3d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 27ced1f4-a3da-48ff-80c2-6bd34f9a744f of type flat for network f69376ac-5a19-4160-a34e-339e47d7e974 2026-05-25 22:47:07.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce81b40a-5624-4c4a-8ea4-78cc19c42d3d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.30 () {48 vars in 964 bytes} [Mon May 25 22:47:07 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 22:47:13.082 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a11568b-8fb8-4f34-8609-32daccfd65a7 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 22:47:13 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 22:47:13 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-25 22:47:13.165 8 WARNING neutron.services.revisions.revision_plugin [None req-b9f381b7-e323-40ca-8404-3be1eb201a77 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Could not find related network for resource to bump revision. 2026-05-25 22:47:13.191 8 INFO neutron.db.segments_db [None req-b9f381b7-e323-40ca-8404-3be1eb201a77 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 0663d835-1e17-4ff8-aac2-157131973854 of type flat for network 4ae70250-ea04-4786-8748-0baf6cba3bb0 2026-05-25 22:47:13.225 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9f381b7-e323-40ca-8404-3be1eb201a77 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.30 () {48 vars in 964 bytes} [Mon May 25 22:47:13 2026] POST /v2.0/networks => generated 124 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 22:47:19.181 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db3b3208-6687-4e70-8e13-6cd6b37df682 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 22:47:19 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 22:47:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 22:47:19.265 7 WARNING neutron.services.revisions.revision_plugin [None req-f97011c9-9fec-4155-8c45-c47a97b2782e 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Could not find related network for resource to bump revision. 2026-05-25 22:47:19.292 7 INFO neutron.db.segments_db [None req-f97011c9-9fec-4155-8c45-c47a97b2782e 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 6783fa3d-0a95-4c39-8cf0-10a972a26f51 of type flat for network b17ff99e-b127-41dd-90de-ec32986a9643 2026-05-25 22:47:19.321 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f97011c9-9fec-4155-8c45-c47a97b2782e 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.30 () {48 vars in 964 bytes} [Mon May 25 22:47:19 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 22:47:25.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8201ff86-737a-430d-b37e-08ad64238ba0 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 22:47:25 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/22] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 22:47:25 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-25 22:47:25.581 7 WARNING neutron.services.revisions.revision_plugin [None req-692ef57a-574e-4ee7-bb40-31f8e04a328d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Could not find related network for resource to bump revision. 2026-05-25 22:47:25.604 7 INFO neutron.db.segments_db [None req-692ef57a-574e-4ee7-bb40-31f8e04a328d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment bc87fcd6-b91a-4169-a546-5647f62021d6 of type flat for network b62e0644-ba78-4931-b187-f1a1cd11d98c [pid: 7|app: 0|req: 13/23] 199.204.45.30 () {48 vars in 964 bytes} [Mon May 25 22:47:25 2026] POST /v2.0/networks => generated 706 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 22:47:27.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-088d7462-2fdb-4b25-805c-7531fff9415d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 22:47:27 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 22:47:27 2026] GET /v2.0/networks?name=public => generated 709 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 22:47:27.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15329e50-b6aa-4c1f-86cc-29f0fc7480a2 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.30 () {44 vars in 1031 bytes} [Mon May 25 22:47:27 2026] GET /v2.0/subnets/public-subnet?network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.30 () {44 vars in 1054 bytes} [Mon May 25 22:47:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c => 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: 13/28] 199.204.45.30 () {48 vars in 962 bytes} [Mon May 25 22:47:27 2026] POST /v2.0/subnets => generated 664 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 22:52:19.923 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f347df3-a435-447f-8363-7662f764f49a 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.204.45.30 () {44 vars in 934 bytes} [Mon May 25 22:52:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.30 () {44 vars in 956 bytes} [Mon May 25 22:52:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 22:52:20.025 7 INFO neutron.db.segments_db [None req-79fc7561-d438-4ad3-990b-54d111653add 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 93d1e1d8-4fdd-4320-b22d-6105ec103c6c of type vxlan for network 0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 [pid: 7|app: 0|req: 36/68] 199.204.45.30 () {48 vars in 963 bytes} [Mon May 25 22:52:19 2026] POST /v2.0/networks => generated 707 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 22:52:21.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eeb5dfc7-5edb-40b3-8200-acd206ed70c5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 199.204.45.30 () {44 vars in 934 bytes} [Mon May 25 22:52:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.30 () {44 vars in 956 bytes} [Mon May 25 22:52:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 22:52:21.248 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11587ae5-edd6-4726-8c57-5abaa9483f1b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/73] 199.204.45.30 () {44 vars in 1033 bytes} [Mon May 25 22:52:21 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 114 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.30 () {44 vars in 1056 bytes} [Mon May 25 22:52:21 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.204.45.30 () {48 vars in 962 bytes} [Mon May 25 22:52:21 2026] POST /v2.0/subnets => generated 651 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 22:52:22.797 8 INFO neutron.api.v2.resource [None req-b70cbc14-4df9-41ee-9a5f-484c4b72db01 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/76] 199.204.45.30 () {44 vars in 968 bytes} [Mon May 25 22:52:22 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.30 () {44 vars in 990 bytes} [Mon May 25 22:52:22 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.204.45.30 () {48 vars in 977 bytes} [Mon May 25 22:52:22 2026] POST /v2.0/security-groups => generated 1616 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:24 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 1616 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:24 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:24 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 22:52:24 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: 44/83] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:25 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 2230 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:25 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 2230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:25 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 2230 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 22:52:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:26 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:26 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:26 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 2846 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 22:52:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:27 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 3462 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:27 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/93] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:27 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/94] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 22:52:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/95] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:28 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4078 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/96] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:28 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:28 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4078 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/98] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 22:52:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.204.45.30 () {44 vars in 984 bytes} [Mon May 25 22:52:30 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 732 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 22:52:30.476 8 INFO neutron.pecan_wsgi.hooks.translation [None req-674e23f6-b854-4cc9-9f95-d47f24001411 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/100] 199.204.45.30 () {44 vars in 1073 bytes} [Mon May 25 22:52:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.30 () {44 vars in 1096 bytes} [Mon May 25 22:52:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/102] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:30 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.204.45.30 () {48 vars in 958 bytes} [Mon May 25 22:52:30 2026] POST /v2.0/ports => generated 1100 bytes in 433 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 22:52:38.173 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c853e6c2-9e54-41ce-9bdf-ba33beae4cd1 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/106] 199.204.45.30 () {44 vars in 976 bytes} [Mon May 25 22:52:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/107] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/108] 199.204.45.30 () {48 vars in 1028 bytes} [Mon May 25 22:52:38 2026] PUT /v2.0/ports/2153b821-61f5-4f6a-9b2f-90569b113ee6 => generated 1249 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/109] 199.204.45.30 () {44 vars in 917 bytes} [Mon May 25 22:52:40 2026] GET /v2.0/ports => generated 3730 bytes in 106 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-25 22:52:41.870 7 INFO neutron.api.v2.resource [None req-03d45a2e-9ffc-4358-9bd2-7462bb494b99 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/110] 199.204.45.30 () {44 vars in 956 bytes} [Mon May 25 22:52:41 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/111] 199.204.45.30 () {44 vars in 978 bytes} [Mon May 25 22:52:41 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/112] 199.204.45.30 () {48 vars in 977 bytes} [Mon May 25 22:52:41 2026] POST /v2.0/security-groups => generated 1610 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/113] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:43 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/114] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:43 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/115] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:43 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => 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: 61/116] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 22:52:43 2026] POST /v2.0/security-group-rules => generated 623 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/117] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:44 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 2246 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/118] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:44 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/119] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 22:52:44 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/120] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 22:52:44 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/133] 199.204.45.30 () {44 vars in 972 bytes} [Mon May 25 22:54:07 2026] GET /v2.0/quotas/08a65450cdb94fceb1d0b2adbe4a5b2b => 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: 64/134] 199.204.45.30 () {48 vars in 1024 bytes} [Mon May 25 22:54:07 2026] PUT /v2.0/quotas/08a65450cdb94fceb1d0b2adbe4a5b2b => generated 291 bytes in 38 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-25 22:56:28.920 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e1a6a38-54a3-4103-af80-7e5f33faa60b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 74/153] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 22:56:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 290 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: 80/154] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 22:56:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 22:56:30.845 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52d08106-74ba-4325-843c-5511f42b23ca 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/155] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 22:56:30 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/156] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 22:56:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:02:33.231 7 INFO neutron.api.v2.resource [None req-a4b21f66-8c45-445d-a921-00bd0ebe5a4e 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 106/205] 199.204.45.30 () {44 vars in 1071 bytes} [Mon May 25 23:02:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 139 bytes in 159 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/206] 199.204.45.30 () {44 vars in 1094 bytes} [Mon May 25 23:02:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 23 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/207] 199.204.45.30 () {48 vars in 978 bytes} [Mon May 25 23:02:33 2026] POST /v2.0/security-groups => generated 1624 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/208] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:34 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/209] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:02:34 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/210] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:34 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/211] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 23:02:34 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: 103/212] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:36 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 2234 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/213] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:02:36 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/214] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:36 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 23:02:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:37 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => 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: 112/219] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:02:37 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/220] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:37 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/221] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 23:02:37 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: 8|app: 0|req: 109/222] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:38 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/223] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:02:38 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/224] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:02:38 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/225] 199.204.45.30 () {48 vars in 988 bytes} [Mon May 25 23:02:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 199.204.45.30 () {30 vars in 739 bytes} [Mon May 25 23:04:56 2026] GET /v2.0/networks?tenant_id=797ecd66bf0741eab16fd65e8eadd541&shared=False => generated 15 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:04:56.907 7 INFO neutron.db.segments_db [None req-3d2c39c0-5850-4dd0-a073-922080473a30 e1e3bbd2dd224d0fa6d082e00f881ed2 797ecd66bf0741eab16fd65e8eadd541 - - 39fad3995d7a490a8e341d6ae957d447 39fad3995d7a490a8e341d6ae957d447] Added segment 64e991ff-3680-43d8-92a5-0dea99131984 of type vxlan for network 66c0b480-9df2-4bc4-82e9-28f204f31075 [pid: 7|app: 0|req: 125/245] 199.204.45.30 () {34 vars in 681 bytes} [Mon May 25 23:04:56 2026] POST /v2.0/networks => generated 718 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/246] 199.204.45.30 () {30 vars in 721 bytes} [Mon May 25 23:04:56 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/247] 199.204.45.30 () {30 vars in 632 bytes} [Mon May 25 23:04:57 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/248] 199.204.45.30 () {34 vars in 676 bytes} [Mon May 25 23:04:57 2026] POST /v2.0/ports => generated 999 bytes in 674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/249] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:04:57 2026] GET /v2.0/networks/66c0b480-9df2-4bc4-82e9-28f204f31075 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/250] 199.204.45.30 () {30 vars in 721 bytes} [Mon May 25 23:05:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/251] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:05:00 2026] GET /v2.0/networks/66c0b480-9df2-4bc4-82e9-28f204f31075 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/256] 199.204.45.30 () {44 vars in 972 bytes} [Mon May 25 23:05:26 2026] GET /v2.0/quotas/797ecd66bf0741eab16fd65e8eadd541 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/257] 199.204.45.30 () {48 vars in 1024 bytes} [Mon May 25 23:05:26 2026] PUT /v2.0/quotas/797ecd66bf0741eab16fd65e8eadd541 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:17:53.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d040b30-df8c-4b61-b35b-ac455371c398 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/358] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 23:17:53 2026] GET /v2.0/networks/public => generated 108 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/359] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 23:17:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:17:55.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30b1bd9e-df82-4793-9e98-e1a3e6097439 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/360] 199.204.45.30 () {44 vars in 924 bytes} [Mon May 25 23:17:55 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: 178/361] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 23:17:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:17:55.238 7 INFO neutron.pecan_wsgi.hooks.translation [None req-559d0fbf-a8fc-40a2-9bca-9975b9f8c12c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/362] 199.204.45.30 () {44 vars in 1031 bytes} [Mon May 25 23:17:55 2026] GET /v2.0/subnets/public-subnet?network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/363] 199.204.45.30 () {44 vars in 1054 bytes} [Mon May 25 23:17:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:18:24.523 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c192b220-17a2-4076-8166-613267d1e4f1 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/368] 199.204.45.30 () {44 vars in 934 bytes} [Mon May 25 23:18:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/369] 199.204.45.30 () {44 vars in 956 bytes} [Mon May 25 23:18:24 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-25 23:18:25.664 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7cbf4062-669d-42cb-8f05-5828709b9ec1 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/370] 199.204.45.30 () {44 vars in 934 bytes} [Mon May 25 23:18:25 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/371] 199.204.45.30 () {44 vars in 956 bytes} [Mon May 25 23:18:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:18:25.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1fe34807-d014-4071-83e8-983f6d24cbcb 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/372] 199.204.45.30 () {44 vars in 1033 bytes} [Mon May 25 23:18:25 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/373] 199.204.45.30 () {44 vars in 1056 bytes} [Mon May 25 23:18:25 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:18:26.920 7 INFO neutron.api.v2.resource [None req-0085dbf1-8635-47e5-8737-9f0b43380588 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/374] 199.204.45.30 () {44 vars in 968 bytes} [Mon May 25 23:18:26 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/375] 199.204.45.30 () {44 vars in 990 bytes} [Mon May 25 23:18:26 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/376] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:28 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => 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/377] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:28 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/378] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:18:28 2026] GET /v2.0/security-group-rules/0b7cbab1-ee3d-46e5-9d4c-7787cef8894b => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/379] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:28 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/380] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:29 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/381] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:18:29 2026] GET /v2.0/security-group-rules/33be7438-0aec-468b-82be-c54768f9648e => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/382] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:29 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/383] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:30 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/384] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:18:30 2026] GET /v2.0/security-group-rules/b10fca77-b8e7-4ffb-a7db-b89f80180955 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/385] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:31 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/386] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:31 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => 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: 191/387] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:18:31 2026] GET /v2.0/security-group-rules/b5d5b778-2cbb-4cc6-8440-b4780f12fb7f => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/388] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:31 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/389] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:32 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => 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: 198/390] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:18:32 2026] GET /v2.0/security-group-rules/4ba40cc6-9786-433e-bb6d-4ecad13baef7 => 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: 193/391] 199.204.45.30 () {44 vars in 984 bytes} [Mon May 25 23:18:33 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:18:33.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-946d9494-c090-4834-8045-cc130c801ac9 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/392] 199.204.45.30 () {44 vars in 1073 bytes} [Mon May 25 23:18:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/393] 199.204.45.30 () {44 vars in 1096 bytes} [Mon May 25 23:18:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 1254 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/394] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:33 2026] GET /v2.0/security-groups/655637ad-ae13-4f49-a06b-07181010dcf5 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:18:41.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e69dfda9-ce39-43d7-93cf-a484df066b62 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/397] 199.204.45.30 () {44 vars in 976 bytes} [Mon May 25 23:18:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/398] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/399] 199.204.45.30 () {44 vars in 917 bytes} [Mon May 25 23:18:42 2026] GET /v2.0/ports => generated 4725 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:18:44.145 8 INFO neutron.api.v2.resource [None req-849f9e70-d0d6-4b9b-8bfc-726fcb0cdc84 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/400] 199.204.45.30 () {44 vars in 956 bytes} [Mon May 25 23:18:44 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/401] 199.204.45.30 () {44 vars in 978 bytes} [Mon May 25 23:18:44 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/402] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:45 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 2886 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/403] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:45 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/404] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:18:45 2026] GET /v2.0/security-group-rules/56f990d9-d5e5-4edc-8a8b-09a15a233294 => generated 623 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/405] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:46 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/406] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:18:46 2026] GET /v2.0/security-groups/f8905cbd-5c32-4d79-a967-622c5fe63a72 => 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: 207/407] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:18:46 2026] GET /v2.0/security-group-rules/ea8685cc-2a4a-4c33-ab36-97299c44115a => generated 627 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/410] 199.204.45.30 () {44 vars in 972 bytes} [Mon May 25 23:18:59 2026] GET /v2.0/quotas/08a65450cdb94fceb1d0b2adbe4a5b2b => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:19:57.554 8 INFO neutron.api.v2.resource [None req-2365a15e-f507-4334-b5b1-fffbe55a883d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/419] 199.204.45.30 () {44 vars in 1071 bytes} [Mon May 25 23:19:57 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/420] 199.204.45.30 () {44 vars in 1094 bytes} [Mon May 25 23:19:57 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 4072 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/421] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:19:58 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/422] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:19:58 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/423] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:19:58 2026] GET /v2.0/security-group-rules/776cd65e-2dbf-40ee-8d68-d41a5b06aee5 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/424] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:19:59 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 4075 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:19:59 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 4075 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:19:59 2026] GET /v2.0/security-group-rules/0b2fb6a6-4776-483e-88c2-8f962e5af204 => generated 599 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/427] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:20:00 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 4075 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/428] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:20:00 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/429] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:20:00 2026] GET /v2.0/security-group-rules/dccf6fd0-2b7e-4849-9761-d42e087e7065 => 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: 218/430] 199.204.45.30 () {44 vars in 1085 bytes} [Mon May 25 23:20:01 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034?project_id=797ecd66bf0741eab16fd65e8eadd541 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/431] 199.204.45.30 () {44 vars in 998 bytes} [Mon May 25 23:20:02 2026] GET /v2.0/security-groups/2d0defbc-89ad-405f-aec4-3ff654712034 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/432] 199.204.45.30 () {44 vars in 1008 bytes} [Mon May 25 23:20:02 2026] GET /v2.0/security-group-rules/0986e76e-ff27-4f12-b32a-45c91bd8a007 => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/435] 199.204.45.30 () {44 vars in 972 bytes} [Mon May 25 23:20:09 2026] GET /v2.0/quotas/797ecd66bf0741eab16fd65e8eadd541 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/442] 199.204.45.30 () {44 vars in 946 bytes} [Mon May 25 23:21:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/449] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:21:44 2026] GET /v2.0/networks => generated 2168 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/450] 10.0.0.218 () {32 vars in 655 bytes} [Mon May 25 23:21:45 2026] GET /v2.0/floatingips => 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: 229/451] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:21:45 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/452] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:21:45 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: 230/453] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:21:45 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/454] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:21:45 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/455] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:21:45 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/456] 10.0.0.218 () {32 vars in 655 bytes} [Mon May 25 23:21:45 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:21:57.663 7 INFO neutron.db.segments_db [None req-03442cf1-8fd8-4e2e-9cd9-c62108a6f5d9 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 57f27162-eb48-4a9b-93b9-0005a47df40d of type vxlan for network 07143c89-a8f7-4ace-9a2b-a055089ce738 2026-05-25 23:21:57.706 8 INFO neutron.db.segments_db [None req-b78e2846-ebae-47bb-86fd-e1bcf1640a89 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 94fd1afb-991e-444c-bc56-eaaa478f60bb of type vxlan for network bce44a55-3502-4346-80ce-c92400ba4da6 [pid: 7|app: 0|req: 233/459] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:21:57 2026] POST /v2.0/networks => generated 748 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/460] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:21:57 2026] POST /v2.0/networks => generated 745 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/461] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:21:57 2026] POST /v2.0/subnets => generated 695 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:21:57.981 7 INFO neutron.db.segments_db [None req-89ff0b13-982a-48f2-9f7c-32a77c570ea4 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 25663bdc-f02e-4a8b-8704-3b3f639c699f of type vxlan for network c682c9a4-11d0-4113-a5a7-8ec48d66f1f7 [pid: 8|app: 0|req: 228/462] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:21:57 2026] POST /v2.0/subnets => generated 692 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:21:58.106 8 INFO neutron.db.segments_db [None req-9dc932ca-c4ec-4066-9547-5ad9474fe3b3 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 564493b1-9e17-4392-9def-05a8025c38d1 of type vxlan for network b83184df-ebd5-4dc5-bacb-26eae89e5d5a 2026-05-25 23:21:58.194 7 INFO neutron.db.l3_hamode_db [None req-89ff0b13-982a-48f2-9f7c-32a77c570ea4 3a059deb28f648778545016899e73269 1982c96b7bb941eb8d37604dcc31f7f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:21:58.372 8 INFO neutron.db.l3_hamode_db [None req-9dc932ca-c4ec-4066-9547-5ad9474fe3b3 3a059deb28f648778545016899e73269 1465f3caafd246cf8c3e4ccd7c92c0ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:21:58.940 7 INFO neutron.db.l3_hamode_db [None req-89ff0b13-982a-48f2-9f7c-32a77c570ea4 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:21:59.408 8 INFO neutron.db.l3_hamode_db [None req-9dc932ca-c4ec-4066-9547-5ad9474fe3b3 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/463] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:21:57 2026] POST /v2.0/routers => generated 735 bytes in 2220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/464] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:00 2026] GET /v2.0/security-groups?tenant_id=2f1fe1ae67274172afe3724e7f1d1026&name=default => generated 2921 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/465] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:00 2026] GET /v2.0/security-groups?tenant_id=f20e5d4a9a0340e0878884c4593828d9&name=default => generated 2921 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/466] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:21:58 2026] POST /v2.0/routers => generated 732 bytes in 2723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/467] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:00 2026] DELETE /v2.0/security-groups/633c1f18-98f2-4ec4-94bc-f1a1b9f0a76a => 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: 231/468] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:00 2026] DELETE /v2.0/security-groups/9705d7cc-d62a-40c0-ab70-6ee10a46632e => 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: 238/469] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:00 2026] PUT /v2.0/routers/80018a97-6ef5-4294-b64e-8b6084e02cce/add_router_interface => generated 309 bytes in 1330 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/470] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:00 2026] PUT /v2.0/routers/0f37ce52-ea17-4490-a433-6052cde4e186/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:02.985 7 INFO neutron.db.segments_db [None req-2c915a04-0638-4199-b00e-9041258192bb 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 58ae0398-7540-42bb-8556-b19870bdf41a of type vxlan for network bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b [pid: 7|app: 0|req: 239/471] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:22:02 2026] POST /v2.0/networks => generated 744 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/472] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/subnets => generated 691 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.92 () {38 vars in 970 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/security-groups => generated 1681 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 10.0.0.92 () {38 vars in 970 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/security-groups => generated 1684 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 23:22:03.582 8 INFO neutron.db.segments_db [None req-2ab6f822-2ac0-40c2-a434-119f4dfc5fe0 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 16b2a7d1-27b8-4ef1-864f-a55e086b803a of type vxlan for network ca4269d3-d356-40dc-bfc9-e6afbd235060 [pid: 7|app: 0|req: 241/475] 10.0.0.92 () {38 vars in 970 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/security-groups => generated 1682 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/476] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:03 2026] GET /v2.0/security-groups/16864ef2-c451-41e4-b445-ef08c68d39d0 => generated 1684 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/477] 10.0.0.92 () {38 vars in 980 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/security-group-rules => generated 614 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:03.836 8 INFO neutron.db.l3_hamode_db [None req-2ab6f822-2ac0-40c2-a434-119f4dfc5fe0 3a059deb28f648778545016899e73269 66659be323bb4674b10cc114f3c1cf8b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 244/478] 10.0.0.92 () {38 vars in 970 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/security-groups => generated 1681 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/479] 10.0.0.92 () {38 vars in 970 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/security-groups => generated 1685 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/480] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups?tenant_id=1465f3caafd246cf8c3e4ccd7c92c0ab => generated 7905 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/481] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/63038641-bf44-48d0-9b3c-2b4bca07c578 => generated 1685 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/482] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/f2575ecc-de07-4b0e-88dc-42903d0244ee => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/483] 10.0.0.92 () {38 vars in 980 bytes} [Mon May 25 23:22:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/484] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/f2575ecc-de07-4b0e-88dc-42903d0244ee => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/485] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/63038641-bf44-48d0-9b3c-2b4bca07c578 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/486] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/5bd15a3d-6ce1-4704-aef5-bfdd4a1d3c46 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/487] 10.0.0.92 () {38 vars in 980 bytes} [Mon May 25 23:22:04 2026] POST /v2.0/security-group-rules => generated 619 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:04.721 8 INFO neutron.db.l3_hamode_db [None req-2ab6f822-2ac0-40c2-a434-119f4dfc5fe0 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 254/488] 10.0.0.92 () {36 vars in 1012 bytes} [Mon May 25 23:22:04 2026] DELETE /v2.0/security-groups/5bd15a3d-6ce1-4704-aef5-bfdd4a1d3c46 => 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: 255/489] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/63038641-bf44-48d0-9b3c-2b4bca07c578 => generated 2940 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:04.771 7 INFO neutron.api.v2.resource [req-8a76887e-389a-4d6b-b267-152ed0e2f7b9 req-29d7d301-4521-4a6e-915c-24ac741ce515 ce8c38d6d0d2450280798c75c02cdb9a 1465f3caafd246cf8c3e4ccd7c92c0ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/490] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/5bd15a3d-6ce1-4704-aef5-bfdd4a1d3c46 => 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: 257/491] 10.0.0.92 () {34 vars in 1000 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-group-rules/eb4af641-cd22-40f0-968e-b56e8dc3e70a => generated 616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/492] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/2f6e97d5-3b4e-414d-ae5c-63209453edfd => generated 1682 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/493] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:04 2026] GET /v2.0/security-groups/63038641-bf44-48d0-9b3c-2b4bca07c578 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/494] 10.0.0.92 () {36 vars in 1012 bytes} [Mon May 25 23:22:04 2026] DELETE /v2.0/security-groups/2f6e97d5-3b4e-414d-ae5c-63209453edfd => 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: 261/495] 10.0.0.92 () {36 vars in 1022 bytes} [Mon May 25 23:22:04 2026] DELETE /v2.0/security-group-rules/eb4af641-cd22-40f0-968e-b56e8dc3e70a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:05.034 7 INFO neutron.api.v2.resource [req-a559d246-aaf9-4282-9326-0c9ec6a46943 req-32ffdce2-83e6-440a-8bc9-d4c2b16f3ee8 ce8c38d6d0d2450280798c75c02cdb9a 1465f3caafd246cf8c3e4ccd7c92c0ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/496] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:05 2026] GET /v2.0/security-groups/2f6e97d5-3b4e-414d-ae5c-63209453edfd => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/497] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:05 2026] GET /v2.0/security-groups/63038641-bf44-48d0-9b3c-2b4bca07c578 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/498] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:05 2026] GET /v2.0/security-groups/c71d181c-b1cd-4eba-be70-63f6fdd28f80 => generated 1681 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/499] 10.0.0.92 () {36 vars in 1012 bytes} [Mon May 25 23:22:05 2026] DELETE /v2.0/security-groups/63038641-bf44-48d0-9b3c-2b4bca07c578 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/500] 10.0.0.92 () {36 vars in 1012 bytes} [Mon May 25 23:22:05 2026] DELETE /v2.0/security-groups/c71d181c-b1cd-4eba-be70-63f6fdd28f80 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/501] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:05 2026] GET /v2.0/security-groups/16864ef2-c451-41e4-b445-ef08c68d39d0 => generated 2309 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:05.450 7 INFO neutron.api.v2.resource [req-52efb840-fabd-4130-ac96-9bad0b664b8d req-db445b52-7cfc-4edc-a5f7-c3d1412af2fb ce8c38d6d0d2450280798c75c02cdb9a 1465f3caafd246cf8c3e4ccd7c92c0ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 268/502] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:05 2026] GET /v2.0/security-groups/c71d181c-b1cd-4eba-be70-63f6fdd28f80 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/503] 10.0.0.92 () {36 vars in 1012 bytes} [Mon May 25 23:22:05 2026] DELETE /v2.0/security-groups/16864ef2-c451-41e4-b445-ef08c68d39d0 => 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: 270/504] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:22:05 2026] GET /v2.0/security-groups?tenant_id=1465f3caafd246cf8c3e4ccd7c92c0ab => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/505] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:03 2026] POST /v2.0/routers => generated 731 bytes in 2357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/506] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:05 2026] GET /v2.0/security-groups/f2575ecc-de07-4b0e-88dc-42903d0244ee => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:06.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-36ef0b0f-0432-4b38-8feb-9146bf3e5e5a 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 1295adc2-164c-4d03-aaca-6c3da9d31910 2026-05-25 23:22:06.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ef0b0f-0432-4b38-8feb-9146bf3e5e5a 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 1295adc2-164c-4d03-aaca-6c3da9d31910 [pid: 7|app: 0|req: 271/507] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:22:05 2026] PUT /v2.0/routers/80018a97-6ef5-4294-b64e-8b6084e02cce/remove_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/508] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:06 2026] GET /v2.0/security-groups/f2575ecc-de07-4b0e-88dc-42903d0244ee => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/509] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:06 2026] GET /v2.0/security-groups?tenant_id=262ab926a9b04d989af5f92327147d30&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/512] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:05 2026] PUT /v2.0/routers/91279a6d-dd7e-46aa-970a-f626629924a5/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:07.249 8 INFO neutron.api.v2.resource [req-71d3f421-f14c-48d3-b328-29e15b85f2f7 req-fccd8add-25b6-4d39-83b7-8177aa9a3fa4 ce8c38d6d0d2450280798c75c02cdb9a 1465f3caafd246cf8c3e4ccd7c92c0ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/513] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:07 2026] GET /v2.0/security-groups/c71d181c-b1cd-4eba-be70-63f6fdd28f80 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:22:07.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf9dda2b-1339-4150-bbbc-945adc8fe2a5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: eabdf53b-ce8a-4422-9111-8c5338ce5888 2026-05-25 23:22:07.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf9dda2b-1339-4150-bbbc-945adc8fe2a5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: eabdf53b-ce8a-4422-9111-8c5338ce5888 [pid: 8|app: 0|req: 239/514] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:07 2026] DELETE /v2.0/security-groups/da158347-72aa-414f-b36d-83ba7026b3e3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:07.411 8 INFO neutron.api.v2.resource [req-a60a484c-c554-4858-9870-1caefc054f84 req-7fcf60de-d335-438d-bd6c-544debd5d905 ce8c38d6d0d2450280798c75c02cdb9a 1465f3caafd246cf8c3e4ccd7c92c0ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/515] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:07 2026] GET /v2.0/security-groups/2f6e97d5-3b4e-414d-ae5c-63209453edfd => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:22:07.448 8 INFO neutron.api.v2.resource [req-3b9e152e-dec9-4167-8f78-5f92c5607210 req-67ff7dbf-13c3-4ec2-a9a7-3d3f9d869f01 ce8c38d6d0d2450280798c75c02cdb9a 1465f3caafd246cf8c3e4ccd7c92c0ab - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 241/516] 10.0.0.92 () {34 vars in 990 bytes} [Mon May 25 23:22:07 2026] GET /v2.0/security-groups/5bd15a3d-6ce1-4704-aef5-bfdd4a1d3c46 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:22:07.648 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf9dda2b-1339-4150-bbbc-945adc8fe2a5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 84b22371-922c-4c72-86d3-d73f344963c5 2026-05-25 23:22:07.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf9dda2b-1339-4150-bbbc-945adc8fe2a5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 84b22371-922c-4c72-86d3-d73f344963c5 2026-05-25 23:22:07.802 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-bf9dda2b-1339-4150-bbbc-945adc8fe2a5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - 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-25 23:22:08.532 7 INFO neutron.db.l3_hamode_db [None req-bf9dda2b-1339-4150-bbbc-945adc8fe2a5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network c682c9a4-11d0-4113-a5a7-8ec48d66f1f7 was deleted as no HA routers are present in tenant 1982c96b7bb941eb8d37604dcc31f7f5. [pid: 7|app: 0|req: 276/517] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:07 2026] DELETE /v2.0/routers/80018a97-6ef5-4294-b64e-8b6084e02cce => generated 0 bytes in 1507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:08.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d26d29d-cee5-4dc0-8c51-959b7c15836e 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 0eee050d-2541-4491-bdc9-8619680dd70c 2026-05-25 23:22:08.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d26d29d-cee5-4dc0-8c51-959b7c15836e 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 0eee050d-2541-4491-bdc9-8619680dd70c [pid: 7|app: 0|req: 277/518] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:08 2026] GET /v2.0/security-groups?tenant_id=19df884feaa5453392ad25e0da066b4b&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/519] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:22:08 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) 2026-05-25 23:22:09.060 7 INFO neutron.services.segments.plugin [-] Segment 25663bdc-f02e-4a8b-8704-3b3f639c699f resource provider aggregate not found 2026-05-25 23:22:09.085 7 INFO neutron.services.segments.plugin [-] Segment 25663bdc-f02e-4a8b-8704-3b3f639c699f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25663bdc-f02e-4a8b-8704-3b3f639c699f found for delete ", "request_id": "req-04ba651c-00db-44fc-8da8-3b57419561b5"}]} 2026-05-25 23:22:09.090 7 INFO neutron.services.segments.plugin [-] Segment 25663bdc-f02e-4a8b-8704-3b3f639c699f resource provider aggregate not found 2026-05-25 23:22:09.110 7 INFO neutron.services.segments.plugin [-] Segment 25663bdc-f02e-4a8b-8704-3b3f639c699f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25663bdc-f02e-4a8b-8704-3b3f639c699f found for delete ", "request_id": "req-76c13dac-69ce-4df3-8e40-67c2b09d63df"}]} [pid: 7|app: 0|req: 279/520] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:08 2026] DELETE /v2.0/subnets/3936ea83-224d-4d3a-90fd-971a8b825d0c => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/521] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:09 2026] DELETE /v2.0/security-groups/a3bb51f2-a582-43e6-bd79-237ed84975d2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/522] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:22:07 2026] PUT /v2.0/routers/0f37ce52-ea17-4490-a433-6052cde4e186/remove_router_interface => generated 309 bytes in 1846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/523] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:22:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:09.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-f32213b9-a0b6-46cd-a8ad-d094cfbcbeec 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 3b8e7b8b-2e42-41b8-af64-ffc4b986e1de 2026-05-25 23:22:09.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f32213b9-a0b6-46cd-a8ad-d094cfbcbeec 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 3b8e7b8b-2e42-41b8-af64-ffc4b986e1de 2026-05-25 23:22:09.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5559160-027e-451b-a3da-073fbdff0551 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: b059c3f8-1d2f-4acf-91d5-0f12ef3d03b5 2026-05-25 23:22:09.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5559160-027e-451b-a3da-073fbdff0551 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: b059c3f8-1d2f-4acf-91d5-0f12ef3d03b5 [pid: 8|app: 0|req: 243/524] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:09 2026] DELETE /v2.0/networks/07143c89-a8f7-4ace-9a2b-a055089ce738 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/525] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:22:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:09.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5559160-027e-451b-a3da-073fbdff0551 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 2b7fbfb5-3939-47a5-91f8-bcc1ef73f714 2026-05-25 23:22:09.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5559160-027e-451b-a3da-073fbdff0551 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 2b7fbfb5-3939-47a5-91f8-bcc1ef73f714 2026-05-25 23:22:10.356 8 INFO neutron.services.segments.plugin [-] Segment 57f27162-eb48-4a9b-93b9-0005a47df40d resource provider aggregate not found 2026-05-25 23:22:10.366 7 INFO neutron.db.l3_hamode_db [None req-c5559160-027e-451b-a3da-073fbdff0551 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network b83184df-ebd5-4dc5-bacb-26eae89e5d5a was deleted as no HA routers are present in tenant 1465f3caafd246cf8c3e4ccd7c92c0ab. [pid: 7|app: 0|req: 282/526] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:09 2026] DELETE /v2.0/routers/0f37ce52-ea17-4490-a433-6052cde4e186 => generated 0 bytes in 960 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:10.387 8 INFO neutron.services.segments.plugin [-] Segment 57f27162-eb48-4a9b-93b9-0005a47df40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57f27162-eb48-4a9b-93b9-0005a47df40d found for delete ", "request_id": "req-d2a9f39f-2dfa-4626-a405-fc36ae8ffd97"}]} 2026-05-25 23:22:10.388 8 INFO neutron.services.segments.plugin [-] Segment 57f27162-eb48-4a9b-93b9-0005a47df40d resource provider aggregate not found [pid: 7|app: 0|req: 283/527] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:10 2026] GET /v2.0/security-groups?tenant_id=1982c96b7bb941eb8d37604dcc31f7f5&name=default => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:10.418 8 INFO neutron.services.segments.plugin [-] Segment 57f27162-eb48-4a9b-93b9-0005a47df40d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57f27162-eb48-4a9b-93b9-0005a47df40d found for delete ", "request_id": "req-59efccd4-51fe-4814-8155-6458f1122c0d"}]} [pid: 8|app: 0|req: 245/528] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:22:09 2026] POST /v2.0/floatingips => generated 552 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/529] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:10 2026] DELETE /v2.0/subnets/3437ebf7-b644-49dc-b06d-30c8cdbd38da => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/530] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:10 2026] DELETE /v2.0/security-groups/0c54128b-d006-4a4f-b40d-9a3db6631f38 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:10.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-80271df7-24ad-4ac2-8b6e-7c7c30bcb003 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 2bd495d5-af80-4b8b-a94a-7ad03ddd1466 2026-05-25 23:22:10.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80271df7-24ad-4ac2-8b6e-7c7c30bcb003 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 2bd495d5-af80-4b8b-a94a-7ad03ddd1466 [pid: 7|app: 0|req: 285/531] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:10 2026] DELETE /v2.0/networks/bce44a55-3502-4346-80ce-c92400ba4da6 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/532] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/security-groups?tenant_id=1465f3caafd246cf8c3e4ccd7c92c0ab&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:11.121 7 INFO neutron.services.segments.plugin [-] Segment 564493b1-9e17-4392-9def-05a8025c38d1 resource provider aggregate not found 2026-05-25 23:22:11.138 7 INFO neutron.services.segments.plugin [-] Segment 564493b1-9e17-4392-9def-05a8025c38d1 resource provider aggregate not found 2026-05-25 23:22:11.143 7 INFO neutron.services.segments.plugin [-] Segment 564493b1-9e17-4392-9def-05a8025c38d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 564493b1-9e17-4392-9def-05a8025c38d1 found for delete ", "request_id": "req-a969e40d-4780-4db4-8775-b74a83aeaa71"}]} 2026-05-25 23:22:11.167 7 INFO neutron.services.segments.plugin [-] Segment 564493b1-9e17-4392-9def-05a8025c38d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 564493b1-9e17-4392-9def-05a8025c38d1 found for delete ", "request_id": "req-01a76db7-1654-44e1-8671-a3beb227fc97"}]} [pid: 8|app: 0|req: 248/533] 10.0.0.92 () {34 vars in 1099 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1300179362&fields=id&tenant_id=66659be323bb4674b10cc114f3c1cf8b => generated 69 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:11.173 7 INFO neutron.services.segments.plugin [-] Segment 94fd1afb-991e-444c-bc56-eaaa478f60bb resource provider aggregate not found [pid: 7|app: 0|req: 286/534] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:11 2026] DELETE /v2.0/security-groups/f2575ecc-de07-4b0e-88dc-42903d0244ee => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:11.208 7 INFO neutron.services.segments.plugin [-] Segment 94fd1afb-991e-444c-bc56-eaaa478f60bb resource provider aggregate not found 2026-05-25 23:22:11.211 7 INFO neutron.services.segments.plugin [-] Segment 94fd1afb-991e-444c-bc56-eaaa478f60bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fd1afb-991e-444c-bc56-eaaa478f60bb found for delete ", "request_id": "req-ac3dcf86-b464-419f-ab72-1a485e6463d8"}]} 2026-05-25 23:22:11.233 7 INFO neutron.services.segments.plugin [-] Segment 94fd1afb-991e-444c-bc56-eaaa478f60bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94fd1afb-991e-444c-bc56-eaaa478f60bb found for delete ", "request_id": "req-70cce6c3-cd7f-4013-971f-4004cc4ae6d1"}]} [pid: 8|app: 0|req: 249/535] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/networks?id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b => generated 676 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/536] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/quotas/66659be323bb4674b10cc114f3c1cf8b => 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: 250/537] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/ports?tenant_id=66659be323bb4674b10cc114f3c1cf8b&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/538] 10.0.0.92 () {34 vars in 906 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/extensions => generated 21537 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/539] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/540] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:22:11 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/541] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:12 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:12.911 7 INFO neutron.db.segments_db [None req-66e2e02e-d9ca-4393-adf9-1d3a3abcd681 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 9a560b5a-3ad6-436d-bb19-cdd128b6e2c9 of type vxlan for network a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 [pid: 7|app: 0|req: 290/542] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:22:12 2026] POST /v2.0/networks => generated 752 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/543] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:12 2026] POST /v2.0/subnets => generated 699 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:13.312 8 INFO neutron.db.segments_db [None req-ef8e159e-ba2c-46c9-a33f-a70f80edfdc2 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 47d86545-e4bc-4267-b515-ac5e414f80a8 of type vxlan for network 338b2836-aa76-4abf-9585-6d899554ae7a 2026-05-25 23:22:13.592 7 INFO neutron.db.segments_db [None req-08259e7b-c852-4cf1-8af6-02298593ac97 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment d4856a4c-517d-4d4e-b847-d22042054209 of type vxlan for network 566906b5-85e1-4dc2-a0be-450d28a4a51d 2026-05-25 23:22:13.632 8 INFO neutron.db.l3_hamode_db [None req-ef8e159e-ba2c-46c9-a33f-a70f80edfdc2 3a059deb28f648778545016899e73269 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 291/544] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:22:13 2026] POST /v2.0/networks => generated 748 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/545] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:13 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/546] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:13 2026] POST /v2.0/subnets => generated 695 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:14.036 7 INFO neutron.db.segments_db [None req-75df97f1-1e24-4499-836a-b387548bd2ce 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 549ecc8b-8a07-45c9-992a-ee898773e690 of type vxlan for network e1b14897-a3c8-49da-b9f0-9c012fd3ab26 2026-05-25 23:22:14.315 7 INFO neutron.db.l3_hamode_db [None req-75df97f1-1e24-4499-836a-b387548bd2ce 3a059deb28f648778545016899e73269 c33d6714d7cc4b91be6d574271b12a72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:22:14.559 8 INFO neutron.db.l3_hamode_db [None req-ef8e159e-ba2c-46c9-a33f-a70f80edfdc2 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:22:15.126 7 INFO neutron.db.l3_hamode_db [None req-75df97f1-1e24-4499-836a-b387548bd2ce 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 254/547] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:13 2026] POST /v2.0/routers => generated 739 bytes in 2198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/548] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:15 2026] GET /v2.0/security-groups?tenant_id=3379272a026041ec83e602b66a1a11a8&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/549] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:15 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/550] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:13 2026] POST /v2.0/routers => generated 735 bytes in 2195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/551] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:16 2026] DELETE /v2.0/security-groups/6c8e62c0-6c98-4262-92d9-998915c001b4 => 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: 257/552] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:15 2026] PUT /v2.0/routers/dccf8e74-afbd-42d0-89cc-8218ed9d57e5/add_router_interface => generated 309 bytes in 1509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/553] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:17 2026] GET /v2.0/security-groups?tenant_id=67315595b79a4ba892082f2849073e5e&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/554] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:17 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 260/555] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:17 2026] GET /v2.0/networks?id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b => generated 676 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/556] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:16 2026] PUT /v2.0/routers/b5dac567-be5d-4840-b130-ff3bbaef6c65/add_router_interface => generated 309 bytes in 1405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/557] 199.204.45.30 () {34 vars in 910 bytes} [Mon May 25 23:22:17 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/558] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:22:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=66659be323bb4674b10cc114f3c1cf8b => generated 181 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/559] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:17 2026] DELETE /v2.0/security-groups/4642423c-f059-4a35-b563-4a78bb71734a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/560] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:22:17 2026] POST /v2.0/security-groups => generated 1660 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/561] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:22:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/562] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:22:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/563] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:22:17 2026] POST /v2.0/ports => generated 958 bytes in 651 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: 300/564] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:22:18 2026] POST /v2.0/security-groups => generated 1659 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/565] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:18 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/566] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:22:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/567] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:18 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/568] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:22:18 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/569] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:22:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/570] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:22:18 2026] PUT /v2.0/ports/3cd1fdd3-cb7f-4174-b879-6c76b654ef58 => generated 1239 bytes in 563 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: 267/571] 10.0.0.92 () {34 vars in 1097 bytes} [Mon May 25 23:22:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--329075192&fields=id&tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/572] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:22:19 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 684 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/573] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:22:19 2026] GET /v2.0/quotas/7c0b45a2151e48ceb2823d2f3a3940e2 => 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: 270/574] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:22:19 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&fields=id => generated 103 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/575] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:22:18 2026] POST /v2.0/floatingips => generated 552 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/576] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:19 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/577] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:19 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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-25 23:22:20.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab2faf9f-cd6c-46e5-a9fd-d5379c4b93f0'] response: {'name': 'network-changed', 'server_uuid': 'bc33c710-fcd3-4f24-91a2-ff038fd5d227', 'tag': '3cd1fdd3-cb7f-4174-b879-6c76b654ef58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 272/578] 10.0.0.92 () {34 vars in 906 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/extensions => generated 21537 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/579] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 273/580] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 308/581] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/ports?tenant_id=66659be323bb4674b10cc114f3c1cf8b&device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 1242 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/582] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3cd1fdd3-cb7f-4174-b879-6c76b654ef58 => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/583] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 309/584] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/subnets?id=9b7a8bba-9d77-4a57-8441-5cb250547ca4 => generated 694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/585] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/ports?network_id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/586] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?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: 278/587] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?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: 310/588] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:20 2026] GET /v2.0/security-groups?tenant_id=9febbe22b05a49ffab2ce7d0ed996224&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/589] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:20 2026] DELETE /v2.0/security-groups/1c4ab209-66c3-42c2-886f-1e76207c7953 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/590] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:21 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/593] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:21 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/594] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:21 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 281/595] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:21 2026] GET /v2.0/ports?tenant_id=66659be323bb4674b10cc114f3c1cf8b&device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/596] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:21 2026] GET /v2.0/networks?id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b => generated 772 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/597] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3cd1fdd3-cb7f-4174-b879-6c76b654ef58 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/598] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/subnets?id=9b7a8bba-9d77-4a57-8441-5cb250547ca4 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/599] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/ports?network_id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b&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: 317/600] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?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: 284/601] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?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: 318/602] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/603] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 319/604] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:22 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:23.403 8 INFO neutron.db.segments_db [None req-47bbf480-deb9-4765-a60f-39bd318b0fc5 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Added segment a8848b64-6505-4359-9a99-6597130969e2 of type vxlan for network 95775747-7d74-4991-a543-c0075f63b918 [pid: 8|app: 0|req: 286/605] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:22:23 2026] POST /v2.0/networks => generated 650 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/606] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:23 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/607] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:23 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 287/608] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:23 2026] POST /v2.0/subnets => generated 627 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:23.867 7 INFO neutron.db.segments_db [None req-c77207b7-2afb-42c8-bdc0-10b4dda657b5 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Added segment afbf852f-cc1b-4247-857e-69cb9613c37b of type vxlan for network fd89e030-393c-4c4c-a93f-3b8e282900a4 [pid: 8|app: 0|req: 288/609] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:23 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:24.139 7 INFO neutron.db.l3_hamode_db [None req-c77207b7-2afb-42c8-bdc0-10b4dda657b5 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:22:25.069 7 INFO neutron.db.l3_hamode_db [None req-c77207b7-2afb-42c8-bdc0-10b4dda657b5 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 289/610] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:24 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 973 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/611] 10.0.0.92 () {34 vars in 1095 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--27036438&fields=id&tenant_id=c33d6714d7cc4b91be6d574271b12a72 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/612] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 292/613] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/networks?id=566906b5-85e1-4dc2-a0be-450d28a4a51d => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/614] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 684 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/615] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 295/616] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/quotas/c33d6714d7cc4b91be6d574271b12a72 => 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: 296/617] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2 => generated 180 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/618] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:22:25 2026] GET /v2.0/ports?tenant_id=c33d6714d7cc4b91be6d574271b12a72&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/619] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:23 2026] POST /v2.0/routers => generated 695 bytes in 2342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/620] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:22:25 2026] POST /v2.0/ports => generated 958 bytes in 525 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: 323/621] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:22:26 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?fields=segments => generated 14 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/622] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:22:26 2026] PUT /v2.0/ports/f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 1239 bytes in 619 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: 325/623] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:27 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/624] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:22:27 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/625] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:27 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 328/626] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:27 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/627] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:27 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/628] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:27 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:27.774 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c847fdc-3e03-439f-8cdd-373e10b4634e'] response: {'name': 'network-changed', 'server_uuid': '4b4afba5-e74f-42ec-a6cc-80cdf79999e5', 'tag': 'f5c9c9ad-b772-46b8-825a-37bb59c91264', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 299/629] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:26 2026] PUT /v2.0/routers/f770b91d-e38f-483e-af9a-5670e4c7fece/add_router_interface => generated 309 bytes in 1940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/630] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/631] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => 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: 302/632] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/subnets?id=706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/633] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/ports?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/634] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/635] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 306/636] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 307/637] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 331/638] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:22:28 2026] POST /v2.0/ports => generated 954 bytes in 522 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: 308/639] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/640] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&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: 8|app: 0|req: 310/641] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:28 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 332/642] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:22:28 2026] POST /v2.0/ports => generated 955 bytes in 518 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: 333/643] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:29 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1242 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/644] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:29 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/645] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:29 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 780 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/646] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:29 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 337/647] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:29 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 338/648] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/649] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:30 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&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: 340/650] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:30 2026] GET /v2.0/subnets?id=706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/651] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:30 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 342/652] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:30 2026] GET /v2.0/ports?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/653] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:30 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/654] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:30 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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) 2026-05-25 23:22:30.328 8 INFO neutron.db.l3_db [None req-fe62b040-0680-45e7-875a-2f4ec5a0973d 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Floating IP 07ddb5d7-cd8a-4d3a-a00a-5fdf19534036 associated. External IP: 10.96.250.212, port: d87098c9-6ec6-40e9-8054-211c66fc017d. [pid: 8|app: 0|req: 311/655] 10.0.0.218 () {34 vars in 677 bytes} [Mon May 25 23:22:29 2026] POST /v2.0/floatingips => generated 842 bytes in 1516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:30.875 7 INFO neutron.db.l3_db [None req-56877803-7dd1-4905-a5d1-4c04d8ef7871 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Floating IP 07ddb5d7-cd8a-4d3a-a00a-5fdf19534036 disassociated. External IP: 10.96.250.212, port: d87098c9-6ec6-40e9-8054-211c66fc017d. [pid: 8|app: 0|req: 312/656] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:31 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/657] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:22:30 2026] PUT /v2.0/floatingips/07ddb5d7-cd8a-4d3a-a00a-5fdf19534036 => generated 552 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/658] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:31 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 313/659] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:31 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/660] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:31 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/661] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:31 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:31.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c2fb3f0-6838-4274-a8fb-b2cf296cdf76 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] TaaS: Handle Delete Port: be19266d-b085-4d89-8b21-02d7a72839f1 2026-05-25 23:22:31.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c2fb3f0-6838-4274-a8fb-b2cf296cdf76 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Tap Mirror: Handle Delete Port: be19266d-b085-4d89-8b21-02d7a72839f1 [pid: 8|app: 0|req: 316/662] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:31 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/663] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:22:31 2026] DELETE /v2.0/floatingips/07ddb5d7-cd8a-4d3a-a00a-5fdf19534036 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:31.881 8 INFO neutron.db.l3_db [None req-ee319284-c1f3-4a92-8163-dcae227af98a fe65baa6bd1a40d5b7aee7b769656949 66659be323bb4674b10cc114f3c1cf8b - - default default] Floating IP cb57c7dc-2d06-476e-96bd-d937f4132a57 associated. External IP: 10.96.250.211, port: 3cd1fdd3-cb7f-4174-b879-6c76b654ef58. [pid: 8|app: 0|req: 317/664] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:22:31 2026] PUT /v2.0/floatingips/cb57c7dc-2d06-476e-96bd-d937f4132a57 => generated 856 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:32.311 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-040487ae-9261-4b75-a27c-9cf17a9d8c77'] response: {'name': 'network-changed', 'server_uuid': 'bc33c710-fcd3-4f24-91a2-ff038fd5d227', 'tag': '3cd1fdd3-cb7f-4174-b879-6c76b654ef58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/665] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:32 2026] GET /v2.0/networks?id=566906b5-85e1-4dc2-a0be-450d28a4a51d => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/666] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:22:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c33d6714d7cc4b91be6d574271b12a72 => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:32.742 7 INFO neutron.db.l3_db [None req-06348e3f-83c7-42d6-9d0a-d1961ea7779d 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Floating IP 72a23c81-6b59-4946-b00e-5398c3b6c62e associated. External IP: 10.96.250.206, port: 1ee3b76f-f6a1-4022-af2f-56b48a325f48. [pid: 8|app: 0|req: 320/667] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:22:32 2026] POST /v2.0/ports => generated 958 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 321/668] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:32 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/669] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:32 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 961 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/670] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:32 2026] GET /v2.0/ports?tenant_id=66659be323bb4674b10cc114f3c1cf8b&device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 348/671] 10.0.0.218 () {34 vars in 677 bytes} [Mon May 25 23:22:31 2026] POST /v2.0/floatingips => generated 841 bytes in 1601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/672] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/673] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/674] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/networks?id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b => generated 772 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/675] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/floatingips/72a23c81-6b59-4946-b00e-5398c3b6c62e => generated 841 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/676] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3cd1fdd3-cb7f-4174-b879-6c76b654ef58 => generated 861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/677] 10.0.0.218 () {32 vars in 655 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/floatingips => generated 844 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/678] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/subnets?id=9b7a8bba-9d77-4a57-8441-5cb250547ca4 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/679] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:22:32 2026] PUT /v2.0/ports/0061be45-8d98-4e14-84f2-e80a44a21ce0 => generated 1239 bytes in 516 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: 325/680] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/ports?network_id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b&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: 326/681] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?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: 327/682] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:33 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:33.912 7 INFO neutron.db.l3_db [None req-6e4e6bbc-afd9-4f8f-aff8-de56208ea6c3 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Floating IP 72a23c81-6b59-4946-b00e-5398c3b6c62e associated. External IP: 10.96.250.206, port: 1ee3b76f-f6a1-4022-af2f-56b48a325f48. [pid: 8|app: 0|req: 328/683] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/684] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/685] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:34.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17686c33-80a1-48cd-9261-9bef39a4cabc'] response: {'name': 'network-changed', 'server_uuid': '7b8d027e-e82d-4f7c-b49b-11ced987b476', 'tag': '0061be45-8d98-4e14-84f2-e80a44a21ce0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 331/686] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/687] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/ports?tenant_id=c33d6714d7cc4b91be6d574271b12a72&device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/688] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0061be45-8d98-4e14-84f2-e80a44a21ce0 => 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: 334/689] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/subnets?id=df90a640-f433-4017-a2d1-ed818007e4b2 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/690] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/ports?network_id=566906b5-85e1-4dc2-a0be-450d28a4a51d&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/691] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:22:33 2026] PUT /v2.0/floatingips/72a23c81-6b59-4946-b00e-5398c3b6c62e => generated 842 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/692] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/693] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:34 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:22:34.860 7 INFO neutron.db.l3_db [None req-940feea0-c0a8-492c-90f6-f3c204d9bdff 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Floating IP 72a23c81-6b59-4946-b00e-5398c3b6c62e disassociated. External IP: 10.96.250.206, port: d87098c9-6ec6-40e9-8054-211c66fc017d. [pid: 7|app: 0|req: 357/694] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:22:34 2026] PUT /v2.0/floatingips/72a23c81-6b59-4946-b00e-5398c3b6c62e => generated 552 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:35.420 8 INFO neutron_taas.services.taas.taas_plugin [None req-a578f503-9511-42b9-acdc-b09a3ccd7847 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] TaaS: Handle Delete Port: f0ee7466-88c1-4608-a343-ad71104fb9a7 2026-05-25 23:22:35.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a578f503-9511-42b9-acdc-b09a3ccd7847 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Tap Mirror: Handle Delete Port: f0ee7466-88c1-4608-a343-ad71104fb9a7 [pid: 7|app: 0|req: 358/695] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:35 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/696] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:22:35 2026] DELETE /v2.0/floatingips/72a23c81-6b59-4946-b00e-5398c3b6c62e => generated 0 bytes in 399 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/697] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:35 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/698] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:35 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:35.703 8 INFO neutron.api.v2.resource [None req-fafb32cc-24b4-438b-8c8c-b8d178d5feec 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 340/699] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:22:35 2026] DELETE /v2.0/floatingips/72a23c81-6b59-4946-b00e-5398c3b6c62e => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/700] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:35 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/701] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:35 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 362/702] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:35 2026] GET /v2.0/ports?tenant_id=c33d6714d7cc4b91be6d574271b12a72&device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:35.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-e688b14f-9b1d-498a-a810-ee1e9d7b9df9 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] TaaS: Handle Delete Port: d87098c9-6ec6-40e9-8054-211c66fc017d 2026-05-25 23:22:35.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e688b14f-9b1d-498a-a810-ee1e9d7b9df9 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Tap Mirror: Handle Delete Port: d87098c9-6ec6-40e9-8054-211c66fc017d [pid: 8|app: 0|req: 341/703] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:22:35 2026] DELETE /v2.0/ports/d87098c9-6ec6-40e9-8054-211c66fc017d => generated 0 bytes in 440 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/704] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/networks?id=566906b5-85e1-4dc2-a0be-450d28a4a51d => generated 776 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:36.310 7 INFO neutron.db.l3_db [None req-23220988-6469-4fbd-9f6b-fd542413ebcc e366a860b3e94756822344877ab94e7e 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] Floating IP 0e58e1c5-c71d-41eb-a4e8-36b6cfd49590 associated. External IP: 10.96.250.207, port: f5c9c9ad-b772-46b8-825a-37bb59c91264. 2026-05-25 23:22:36.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5d630a4-934d-4040-b6c7-1824ab992958 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] TaaS: Handle Delete Port: 1ee3b76f-f6a1-4022-af2f-56b48a325f48 2026-05-25 23:22:36.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5d630a4-934d-4040-b6c7-1824ab992958 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Tap Mirror: Handle Delete Port: 1ee3b76f-f6a1-4022-af2f-56b48a325f48 [pid: 8|app: 0|req: 343/705] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:22:36 2026] DELETE /v2.0/ports/1ee3b76f-f6a1-4022-af2f-56b48a325f48 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/708] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0061be45-8d98-4e14-84f2-e80a44a21ce0 => 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: 347/709] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/ports?device_id=f770b91d-e38f-483e-af9a-5670e4c7fece => generated 958 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/710] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/subnets?id=df90a640-f433-4017-a2d1-ed818007e4b2 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/711] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:22:35 2026] PUT /v2.0/floatingips/0e58e1c5-c71d-41eb-a4e8-36b6cfd49590 => generated 856 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/712] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/ports?network_id=566906b5-85e1-4dc2-a0be-450d28a4a51d&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:36.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-422a52cc-b887-4dcc-b95b-138880cd7816'] response: {'name': 'network-changed', 'server_uuid': '4b4afba5-e74f-42ec-a6cc-80cdf79999e5', 'tag': 'f5c9c9ad-b772-46b8-825a-37bb59c91264', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 365/713] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/714] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?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: 367/715] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/716] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/717] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?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: 370/718] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:36 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:37.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c79730a-309a-4a5c-b702-cedbf57b0fe3 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] TaaS: Handle Delete Port: ba5549f1-f6ed-4062-ba39-55c8c956bfb5 2026-05-25 23:22:37.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c79730a-309a-4a5c-b702-cedbf57b0fe3 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Tap Mirror: Handle Delete Port: ba5549f1-f6ed-4062-ba39-55c8c956bfb5 [pid: 7|app: 0|req: 371/719] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:37 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/720] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:37 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/721] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 859 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/722] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:37 2026] GET /v2.0/subnets?id=706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 702 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/723] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:37 2026] GET /v2.0/ports?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/724] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:37 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/725] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:37 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/726] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:22:36 2026] PUT /v2.0/routers/f770b91d-e38f-483e-af9a-5670e4c7fece/remove_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:38.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-a90b35eb-bfb8-4829-af55-2f48a15744d2 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] TaaS: Handle Delete Port: fdb4b5c2-6372-43c6-b5a6-f539b111741c 2026-05-25 23:22:38.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a90b35eb-bfb8-4829-af55-2f48a15744d2 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Tap Mirror: Handle Delete Port: fdb4b5c2-6372-43c6-b5a6-f539b111741c [pid: 8|app: 0|req: 350/727] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:38 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 973 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/728] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:38 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:38.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-a90b35eb-bfb8-4829-af55-2f48a15744d2 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] TaaS: Handle Delete Port: 1d7fe3ae-5774-41d3-906a-19d4d08ab9d4 2026-05-25 23:22:38.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a90b35eb-bfb8-4829-af55-2f48a15744d2 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] Tap Mirror: Handle Delete Port: 1d7fe3ae-5774-41d3-906a-19d4d08ab9d4 2026-05-25 23:22:38.775 7 INFO neutron.services.segments.plugin [-] Segment afbf852f-cc1b-4247-857e-69cb9613c37b resource provider aggregate not found 2026-05-25 23:22:38.776 7 INFO neutron.services.segments.plugin [-] Segment afbf852f-cc1b-4247-857e-69cb9613c37b resource provider aggregate not found 2026-05-25 23:22:38.800 7 INFO neutron.db.l3_hamode_db [None req-a90b35eb-bfb8-4829-af55-2f48a15744d2 7357429377ed4b668229f374753587fd a299091e982e4195a4615175cd6a1ac0 - - default default] HA network fd89e030-393c-4c4c-a93f-3b8e282900a4 was deleted as no HA routers are present in tenant a299091e982e4195a4615175cd6a1ac0. 2026-05-25 23:22:38.800 7 INFO neutron.services.segments.plugin [-] Segment afbf852f-cc1b-4247-857e-69cb9613c37b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbf852f-cc1b-4247-857e-69cb9613c37b found for delete ", "request_id": "req-2743924f-85c7-4558-a40b-dc60447cac4d"}]} [pid: 7|app: 0|req: 378/729] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:37 2026] DELETE /v2.0/routers/f770b91d-e38f-483e-af9a-5670e4c7fece => generated 0 bytes in 985 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:38.809 7 INFO neutron.services.segments.plugin [-] Segment afbf852f-cc1b-4247-857e-69cb9613c37b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afbf852f-cc1b-4247-857e-69cb9613c37b found for delete ", "request_id": "req-f4fccc3b-9f7f-47ea-97e0-8ec7c211aeb2"}]} [pid: 8|app: 0|req: 352/730] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:38 2026] DELETE /v2.0/subnets/ded2e9a9-c40a-4f79-ab87-fb5e5a436fb0 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/731] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:38 2026] DELETE /v2.0/networks/95775747-7d74-4991-a543-c0075f63b918 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/732] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:39 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/733] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:39 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/734] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:39 2026] GET /v2.0/security-groups?tenant_id=a299091e982e4195a4615175cd6a1ac0&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/735] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:39 2026] DELETE /v2.0/security-groups/e1cf0e43-f3f4-4dc7-a506-16c9c385a66a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/736] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:40 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/737] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:40 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:40.839 7 INFO neutron.services.segments.plugin [-] Segment a8848b64-6505-4359-9a99-6597130969e2 resource provider aggregate not found 2026-05-25 23:22:40.855 7 INFO neutron.services.segments.plugin [-] Segment a8848b64-6505-4359-9a99-6597130969e2 resource provider aggregate not found 2026-05-25 23:22:40.864 7 INFO neutron.services.segments.plugin [-] Segment a8848b64-6505-4359-9a99-6597130969e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8848b64-6505-4359-9a99-6597130969e2 found for delete ", "request_id": "req-9bfdc5a2-85f0-4a17-8ffb-d67bc2e92214"}]} 2026-05-25 23:22:40.875 7 INFO neutron.services.segments.plugin [-] Segment a8848b64-6505-4359-9a99-6597130969e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8848b64-6505-4359-9a99-6597130969e2 found for delete ", "request_id": "req-551f3122-b0f3-4d11-838d-45f8e60390c3"}]} [pid: 8|app: 0|req: 356/738] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:41 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/739] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:41 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:42.286 8 INFO neutron.db.segments_db [None req-8395c07c-e2e1-4cca-be01-c0ad02692ce4 687b6a9c27004ae281c676f437d73201 dc8304506a3c46458e2d7839d6236bbf - - default default] Added segment 4f457aa7-f14f-41fb-9d96-08e45742f7c1 of type vxlan for network 43b50494-7253-4a7e-b9ab-1de66c194bb5 [pid: 8|app: 0|req: 357/740] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:22:41 2026] POST /v2.0/networks => generated 647 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/741] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:42 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/742] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:43 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/743] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:42 2026] POST /v2.0/subnets => generated 673 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:43.351 7 INFO neutron.db.segments_db [None req-409e046b-3c76-4241-936e-447f45cf6dbb 687b6a9c27004ae281c676f437d73201 dc8304506a3c46458e2d7839d6236bbf - - default default] Added segment 8e60cdf8-59f5-485f-b10f-5a68402165b0 of type vxlan for network d352bf49-fbe6-4567-8ff9-ee5d431c6dc8 [pid: 7|app: 0|req: 386/744] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:22:43 2026] POST /v2.0/networks => generated 648 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/745] 10.0.0.218 () {34 vars in 743 bytes} [Mon May 25 23:22:43 2026] PUT /v2.0/networks/d352bf49-fbe6-4567-8ff9-ee5d431c6dc8 => generated 592 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/746] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:43 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/747] 10.0.0.218 () {34 vars in 741 bytes} [Mon May 25 23:22:43 2026] PUT /v2.0/subnets/7daf7fe1-8ef9-4db5-9141-de894fd61822 => generated 656 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/748] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:44.251 7 INFO neutron.services.segments.plugin [-] Segment 8e60cdf8-59f5-485f-b10f-5a68402165b0 resource provider aggregate not found 2026-05-25 23:22:44.266 7 INFO neutron.services.segments.plugin [-] Segment 8e60cdf8-59f5-485f-b10f-5a68402165b0 resource provider aggregate not found [pid: 8|app: 0|req: 362/749] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:44.284 7 INFO neutron.services.segments.plugin [-] Segment 8e60cdf8-59f5-485f-b10f-5a68402165b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e60cdf8-59f5-485f-b10f-5a68402165b0 found for delete ", "request_id": "req-5a49fe39-e0b1-415d-8675-83856c62ef01"}]} [pid: 7|app: 0|req: 388/750] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:44 2026] DELETE /v2.0/networks/d352bf49-fbe6-4567-8ff9-ee5d431c6dc8 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:22:44.296 7 INFO neutron.services.segments.plugin [-] Segment 8e60cdf8-59f5-485f-b10f-5a68402165b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e60cdf8-59f5-485f-b10f-5a68402165b0 found for delete ", "request_id": "req-c488173a-c5b1-4deb-ac70-9b8a432cb2ad"}]} 2026-05-25 23:22:44.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97c1f30e-02f5-4ebf-bbe3-3b26277e93cb 687b6a9c27004ae281c676f437d73201 dc8304506a3c46458e2d7839d6236bbf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 363/751] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:44 2026] DELETE /v2.0/networks/d352bf49-fbe6-4567-8ff9-ee5d431c6dc8 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/752] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/753] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/754] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/subnets?network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c => 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: 366/755] 10.0.0.218 () {32 vars in 653 bytes} [Mon May 25 23:22:44 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: 367/756] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/networks => generated 1312 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/757] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/subnets => generated 1312 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/758] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/networks/43b50494-7253-4a7e-b9ab-1de66c194bb5 => generated 672 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/759] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:22:44 2026] GET /v2.0/subnets/a76e9e8b-bdd4-4234-bc26-a275be511b08 => generated 673 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:45.206 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97cf6a88-1244-485d-8191-12b922d60257 687b6a9c27004ae281c676f437d73201 dc8304506a3c46458e2d7839d6236bbf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 371/760] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:45 2026] DELETE /v2.0/subnets/7daf7fe1-8ef9-4db5-9141-de894fd61822 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:22:45.228 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e2303de-d337-4cde-8d4b-c882daeda5f5 687b6a9c27004ae281c676f437d73201 dc8304506a3c46458e2d7839d6236bbf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 372/761] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:45 2026] DELETE /v2.0/networks/d352bf49-fbe6-4567-8ff9-ee5d431c6dc8 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:22:45.371 7 INFO neutron.db.l3_db [None req-0d148e42-4cd9-4709-9812-fe6ef786e067 b8193b73b63448d5b9ef5614fa98adba c33d6714d7cc4b91be6d574271b12a72 - - default default] Floating IP 625d6c48-e59a-48c1-b703-1c63c568d49d associated. External IP: 10.96.250.218, port: 0061be45-8d98-4e14-84f2-e80a44a21ce0. [pid: 8|app: 0|req: 373/762] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:45 2026] DELETE /v2.0/subnets/a76e9e8b-bdd4-4234-bc26-a275be511b08 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/763] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:22:45 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1244 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:45.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-e81d8cc4-d300-4ce8-baf3-e9e26bc7df9c 687b6a9c27004ae281c676f437d73201 dc8304506a3c46458e2d7839d6236bbf - - default default] TaaS: Handle Delete Port: 5e19aa1a-ba23-4970-a81d-db1958b84371 2026-05-25 23:22:45.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e81d8cc4-d300-4ce8-baf3-e9e26bc7df9c 687b6a9c27004ae281c676f437d73201 dc8304506a3c46458e2d7839d6236bbf - - default default] Tap Mirror: Handle Delete Port: 5e19aa1a-ba23-4970-a81d-db1958b84371 [pid: 7|app: 0|req: 390/764] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:22:44 2026] PUT /v2.0/floatingips/625d6c48-e59a-48c1-b703-1c63c568d49d => generated 856 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/765] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 23:22:45 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:45.812 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bfe9a52-443f-445d-bcf8-c3e01b07343c'] response: {'name': 'network-changed', 'server_uuid': '7b8d027e-e82d-4f7c-b49b-11ced987b476', 'tag': '0061be45-8d98-4e14-84f2-e80a44a21ce0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 392/766] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:45 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 393/767] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:45 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:45.989 8 INFO neutron.services.segments.plugin [-] Segment 4f457aa7-f14f-41fb-9d96-08e45742f7c1 resource provider aggregate not found 2026-05-25 23:22:45.992 8 INFO neutron.services.segments.plugin [-] Segment 4f457aa7-f14f-41fb-9d96-08e45742f7c1 resource provider aggregate not found 2026-05-25 23:22:46.018 8 INFO neutron.services.segments.plugin [-] Segment 4f457aa7-f14f-41fb-9d96-08e45742f7c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f457aa7-f14f-41fb-9d96-08e45742f7c1 found for delete ", "request_id": "req-24ae1663-e7af-4734-ad42-6ba660b5054d"}]} 2026-05-25 23:22:46.021 8 INFO neutron.services.segments.plugin [-] Segment 4f457aa7-f14f-41fb-9d96-08e45742f7c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f457aa7-f14f-41fb-9d96-08e45742f7c1 found for delete ", "request_id": "req-0eba966e-b16a-4d7a-9188-b15bad897e21"}]} [pid: 8|app: 0|req: 375/768] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:45 2026] DELETE /v2.0/networks/43b50494-7253-4a7e-b9ab-1de66c194bb5 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/769] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/770] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&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: 376/771] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/ports?tenant_id=c33d6714d7cc4b91be6d574271b12a72&device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/772] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/networks?id=566906b5-85e1-4dc2-a0be-450d28a4a51d => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/773] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0061be45-8d98-4e14-84f2-e80a44a21ce0 => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/774] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/subnets?id=df90a640-f433-4017-a2d1-ed818007e4b2 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/775] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/ports?network_id=566906b5-85e1-4dc2-a0be-450d28a4a51d&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/776] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/777] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d?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: 399/778] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:46 2026] GET /v2.0/security-groups?tenant_id=dc8304506a3c46458e2d7839d6236bbf&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/779] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:46 2026] DELETE /v2.0/security-groups/b4cc83a8-fee4-4a68-ac22-dec1795d4185 => 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: 381/780] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:47 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/781] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:22:47 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 1244 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/782] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:47 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/783] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 23:22:47 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 383/784] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:48 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 384/785] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:22:48 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 402/786] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:48 2026] GET /v2.0/security-groups?id=325cd455-28a2-4260-8438-84f2e84cccf5&fields=id&fields=name => generated 112 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:48.846 8 INFO neutron_taas.services.taas.taas_plugin [req-e6e179fe-fe09-4ed4-9135-836b22c08ce7 req-aac2679b-6218-4a3b-bf73-c0078c34fcf7 b8193b73b63448d5b9ef5614fa98adba c33d6714d7cc4b91be6d574271b12a72 - - default default] TaaS: Handle Delete Port: 0061be45-8d98-4e14-84f2-e80a44a21ce0 2026-05-25 23:22:48.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e6e179fe-fe09-4ed4-9135-836b22c08ce7 req-aac2679b-6218-4a3b-bf73-c0078c34fcf7 b8193b73b63448d5b9ef5614fa98adba c33d6714d7cc4b91be6d574271b12a72 - - default default] Tap Mirror: Handle Delete Port: 0061be45-8d98-4e14-84f2-e80a44a21ce0 2026-05-25 23:22:49.036 8 INFO neutron.db.l3_db [req-e6e179fe-fe09-4ed4-9135-836b22c08ce7 req-aac2679b-6218-4a3b-bf73-c0078c34fcf7 b8193b73b63448d5b9ef5614fa98adba c33d6714d7cc4b91be6d574271b12a72 - - default default] Floating IP 625d6c48-e59a-48c1-b703-1c63c568d49d disassociated. External IP: 10.96.250.218, port: 0061be45-8d98-4e14-84f2-e80a44a21ce0. 2026-05-25 23:22:49.198 7 INFO neutron.db.segments_db [None req-5d25ebf5-0e3b-45d7-9d6c-0a2d3e7877cf 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment 918468ef-f918-4f15-a99c-ad68be8b0eb9 of type vxlan for network fa6bfd83-a06b-4fd6-8d0c-0841f5075aca [pid: 7|app: 0|req: 403/787] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:22:48 2026] POST /v2.0/networks => generated 634 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/788] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:22:48 2026] DELETE /v2.0/ports/0061be45-8d98-4e14-84f2-e80a44a21ce0 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:22:49.348 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c87f34f9-d3a2-40f1-8ff3-dc7a46ef1c8d'] response: {'server_uuid': '7b8d027e-e82d-4f7c-b49b-11ced987b476', 'name': 'network-vif-deleted', 'tag': '0061be45-8d98-4e14-84f2-e80a44a21ce0', 'status': 'completed', 'code': 200} 2026-05-25 23:22:49.405 7 INFO neutron.db.segments_db [None req-fda89474-cec5-4c2b-bf59-856cf2f7220a 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment eddcf7bd-5c0e-4589-a395-f03628ad256b of type vxlan for network 7dfc3d28-3a64-4085-a88f-9c3165966c8d [pid: 7|app: 0|req: 404/789] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:22:49 2026] POST /v2.0/networks => generated 634 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/790] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:49 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/791] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:49 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 405/792] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:49 2026] POST /v2.0/subnets => generated 655 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:22:50.060 8 INFO neutron.db.segments_db [None req-728be56e-15d1-4c03-982d-abf1b5bbeed3 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment 3249b62c-4a76-422e-88dc-10083da1b27f of type vxlan for network 5e053dd0-5b48-4119-8031-b9d2b52f899b 2026-05-25 23:22:50.306 8 INFO neutron.db.l3_hamode_db [None req-728be56e-15d1-4c03-982d-abf1b5bbeed3 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:22:50.478 8 INFO neutron.db.l3_hamode_db [None req-728be56e-15d1-4c03-982d-abf1b5bbeed3 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 406/793] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:50 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 388/794] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:50 2026] POST /v2.0/routers => generated 510 bytes in 1095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/797] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:52 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 407/798] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:51 2026] PUT /v2.0/routers/f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8/add_router_interface => generated 309 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/799] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:22:52 2026] GET /v2.0/ports/a6f47b56-cfe3-41eb-87c3-7b8438ea90fb => generated 959 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/800] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:53 2026] GET /v2.0/ports?device_id=7b8d027e-e82d-4f7c-b49b-11ced987b476 => 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: 408/801] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:52 2026] PUT /v2.0/routers/f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8/add_router_interface => generated 309 bytes in 1214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/802] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:22:53 2026] GET /v2.0/ports/240bef9a-66ae-46fd-9290-5eff1ec44046 => generated 967 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:54.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-f77ecc7a-cee4-44cc-a392-ef959ae68eda 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: 240bef9a-66ae-46fd-9290-5eff1ec44046 2026-05-25 23:22:54.286 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f77ecc7a-cee4-44cc-a392-ef959ae68eda 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: 240bef9a-66ae-46fd-9290-5eff1ec44046 [pid: 8|app: 0|req: 395/803] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:54 2026] DELETE /v2.0/security-groups/325cd455-28a2-4260-8438-84f2e84cccf5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:54.403 8 INFO neutron.api.v2.resource [None req-418ab219-ea6b-4663-b06e-7902dbf7213d b8193b73b63448d5b9ef5614fa98adba c33d6714d7cc4b91be6d574271b12a72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 396/804] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:22:54 2026] GET /v2.0/security-groups/325cd455-28a2-4260-8438-84f2e84cccf5 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:22:54.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d981d57-2ed0-4d69-9b74-c42858bd505d b8193b73b63448d5b9ef5614fa98adba c33d6714d7cc4b91be6d574271b12a72 - - default default] TaaS: Handle Delete Port: b1cf6c60-762c-430e-9ac0-46193863efce 2026-05-25 23:22:54.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d981d57-2ed0-4d69-9b74-c42858bd505d b8193b73b63448d5b9ef5614fa98adba c33d6714d7cc4b91be6d574271b12a72 - - default default] Tap Mirror: Handle Delete Port: b1cf6c60-762c-430e-9ac0-46193863efce [pid: 8|app: 0|req: 397/805] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:22:54 2026] DELETE /v2.0/floatingips/625d6c48-e59a-48c1-b703-1c63c568d49d => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/806] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:22:53 2026] PUT /v2.0/routers/f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:55.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-c17cb8b7-55f0-4311-bd7b-a63cfb8423cd 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 0474e83f-328f-4efa-b74f-d01f9f4eef64 2026-05-25 23:22:55.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c17cb8b7-55f0-4311-bd7b-a63cfb8423cd 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 0474e83f-328f-4efa-b74f-d01f9f4eef64 2026-05-25 23:22:55.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5a7941f-1c44-4876-9d45-9ba1ea05ddcf 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: a6f47b56-cfe3-41eb-87c3-7b8438ea90fb 2026-05-25 23:22:55.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5a7941f-1c44-4876-9d45-9ba1ea05ddcf 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: a6f47b56-cfe3-41eb-87c3-7b8438ea90fb [pid: 7|app: 0|req: 410/807] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:22:54 2026] PUT /v2.0/routers/f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8/remove_router_interface => generated 309 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/808] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:22:55 2026] GET /v2.0/ports?device_id=f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/809] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:22:54 2026] PUT /v2.0/routers/b5dac567-be5d-4840-b130-ff3bbaef6c65/remove_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:55.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-66e5e557-35a5-4560-837d-d3c7f0f82a60 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: 4bb89396-aad0-47c7-91b7-9eab21a5508b 2026-05-25 23:22:55.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66e5e557-35a5-4560-837d-d3c7f0f82a60 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: 4bb89396-aad0-47c7-91b7-9eab21a5508b 2026-05-25 23:22:56.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c58664b-d759-47ae-9338-e85787ab73af 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: d0012980-0c3c-4e68-a4e4-87a6a7bbe596 2026-05-25 23:22:56.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c58664b-d759-47ae-9338-e85787ab73af 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: d0012980-0c3c-4e68-a4e4-87a6a7bbe596 2026-05-25 23:22:56.297 7 INFO neutron.services.segments.plugin [-] Segment 3249b62c-4a76-422e-88dc-10083da1b27f resource provider aggregate not found 2026-05-25 23:22:56.307 7 INFO neutron.services.segments.plugin [-] Segment 3249b62c-4a76-422e-88dc-10083da1b27f resource provider aggregate not found 2026-05-25 23:22:56.327 7 INFO neutron.services.segments.plugin [-] Segment 3249b62c-4a76-422e-88dc-10083da1b27f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3249b62c-4a76-422e-88dc-10083da1b27f found for delete ", "request_id": "req-10288343-ea16-461d-9ba2-be297f613c7d"}]} 2026-05-25 23:22:56.335 7 INFO neutron.services.segments.plugin [-] Segment 3249b62c-4a76-422e-88dc-10083da1b27f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3249b62c-4a76-422e-88dc-10083da1b27f found for delete ", "request_id": "req-a3a0c472-422f-4c29-b904-933863b27cbe"}]} 2026-05-25 23:22:56.338 7 INFO neutron.db.l3_hamode_db [None req-66e5e557-35a5-4560-837d-d3c7f0f82a60 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] HA network 5e053dd0-5b48-4119-8031-b9d2b52f899b was deleted as no HA routers are present in tenant add807dc2c5c425bbd2b55f4fba2b45c. [pid: 7|app: 0|req: 412/810] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:55 2026] DELETE /v2.0/routers/f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:22:56.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c58664b-d759-47ae-9338-e85787ab73af 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: f3a99564-f48c-485b-8e57-22f07480f8c2 2026-05-25 23:22:56.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c58664b-d759-47ae-9338-e85787ab73af 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: f3a99564-f48c-485b-8e57-22f07480f8c2 2026-05-25 23:22:56.519 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-7c58664b-d759-47ae-9338-e85787ab73af 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 413/811] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:56 2026] DELETE /v2.0/subnets/17dec0f7-33e8-4044-b7ed-213a329dfdfb => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/812] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:56 2026] DELETE /v2.0/subnets/cea05123-e1be-418c-a492-c8c48eb6d31b => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:22:56.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-38c485f6-96a7-41aa-a8ac-6f9b8a57e04a 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: e8b14f97-970e-4567-8097-027072da6de2 2026-05-25 23:22:56.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38c485f6-96a7-41aa-a8ac-6f9b8a57e04a 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: e8b14f97-970e-4567-8097-027072da6de2 2026-05-25 23:22:56.851 8 INFO neutron.services.segments.plugin [-] Segment 549ecc8b-8a07-45c9-992a-ee898773e690 resource provider aggregate not found 2026-05-25 23:22:56.855 8 INFO neutron.services.segments.plugin [-] Segment 549ecc8b-8a07-45c9-992a-ee898773e690 resource provider aggregate not found 2026-05-25 23:22:56.874 8 INFO neutron.services.segments.plugin [-] Segment 549ecc8b-8a07-45c9-992a-ee898773e690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 549ecc8b-8a07-45c9-992a-ee898773e690 found for delete ", "request_id": "req-b972a4cd-47f4-4e55-b89b-76f1927b46dc"}]} 2026-05-25 23:22:56.879 8 INFO neutron.services.segments.plugin [-] Segment 549ecc8b-8a07-45c9-992a-ee898773e690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 549ecc8b-8a07-45c9-992a-ee898773e690 found for delete ", "request_id": "req-9cf56875-7d65-4d69-8467-c4c028dea82d"}]} 2026-05-25 23:22:56.892 8 INFO neutron.db.l3_hamode_db [None req-7c58664b-d759-47ae-9338-e85787ab73af 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network e1b14897-a3c8-49da-b9f0-9c012fd3ab26 was deleted as no HA routers are present in tenant c33d6714d7cc4b91be6d574271b12a72. [pid: 8|app: 0|req: 399/813] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:55 2026] DELETE /v2.0/routers/b5dac567-be5d-4840-b130-ff3bbaef6c65 => generated 0 bytes in 1119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/814] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:56 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/815] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:56 2026] DELETE /v2.0/networks/7dfc3d28-3a64-4085-a88f-9c3165966c8d => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/816] 10.0.0.92 () {34 vars in 970 bytes} [Mon May 25 23:22:57 2026] GET /v2.0/ports/f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 972 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/817] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:22:56 2026] DELETE /v2.0/subnets/df90a640-f433-4017-a2d1-ed818007e4b2 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:22:57.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5b39864-1343-4cf2-9c02-59035ce7baf3 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: 7b0df819-75b0-4535-aa73-499c794610a3 2026-05-25 23:22:57.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b39864-1343-4cf2-9c02-59035ce7baf3 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: 7b0df819-75b0-4535-aa73-499c794610a3 2026-05-25 23:22:57.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-d37ca2dc-63ea-4228-9682-fd68c9a57c9b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: c0938cd2-46de-4661-989d-af39fdee7469 2026-05-25 23:22:57.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d37ca2dc-63ea-4228-9682-fd68c9a57c9b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: c0938cd2-46de-4661-989d-af39fdee7469 [pid: 7|app: 0|req: 417/818] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:57 2026] DELETE /v2.0/networks/fa6bfd83-a06b-4fd6-8d0c-0841f5075aca => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/819] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:22:57 2026] DELETE /v2.0/networks/566906b5-85e1-4dc2-a0be-450d28a4a51d => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:22:57.528 7 INFO neutron.db.segments_db [None req-fb6487d8-ed22-4218-8ea5-791967156b52 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment 83fd1590-dfd8-4b43-9fa1-263ef4e5415e of type vxlan for network 09060a71-4f62-4ca0-9b66-aa2bdfd1b77d [pid: 7|app: 0|req: 418/820] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:22:57 2026] POST /v2.0/networks => generated 633 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/821] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:22:57 2026] GET /v2.0/security-groups?tenant_id=c33d6714d7cc4b91be6d574271b12a72&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/822] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:22:57 2026] DELETE /v2.0/security-groups/769277d7-3eae-4fbd-b6c1-5baa360054ab => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/823] 199.204.45.30 () {34 vars in 999 bytes} [Mon May 25 23:22:57 2026] GET /v2.0/subnets?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/824] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:57 2026] POST /v2.0/subnets => generated 646 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/825] 199.204.45.30 () {34 vars in 1145 bytes} [Mon May 25 23:22:57 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5&device_owner=compute%3Anova&network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:22:57.999 8 INFO neutron.db.segments_db [None req-3d88bc94-d9b8-43de-9dde-363d39f3b1e6 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment 7a78d6fe-c203-4589-a1e0-ba5acc867996 of type vxlan for network 67ab66e9-fa2a-46bf-9825-7b9994550b0b 2026-05-25 23:22:58.273 8 INFO neutron.db.l3_hamode_db [None req-3d88bc94-d9b8-43de-9dde-363d39f3b1e6 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:22:58.354 7 INFO neutron.services.segments.plugin [-] Segment eddcf7bd-5c0e-4589-a395-f03628ad256b resource provider aggregate not found 2026-05-25 23:22:58.361 7 INFO neutron.services.segments.plugin [-] Segment eddcf7bd-5c0e-4589-a395-f03628ad256b resource provider aggregate not found 2026-05-25 23:22:58.376 7 INFO neutron.services.segments.plugin [-] Segment eddcf7bd-5c0e-4589-a395-f03628ad256b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eddcf7bd-5c0e-4589-a395-f03628ad256b found for delete ", "request_id": "req-ff09acbd-39ca-47a1-a304-b4efe4f7d5b1"}]} 2026-05-25 23:22:58.385 7 INFO neutron.services.segments.plugin [-] Segment eddcf7bd-5c0e-4589-a395-f03628ad256b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eddcf7bd-5c0e-4589-a395-f03628ad256b found for delete ", "request_id": "req-0f52af90-eadb-4a99-9583-3fdf4c2dc9ef"}]} 2026-05-25 23:22:58.407 7 INFO neutron.services.segments.plugin [-] Segment 918468ef-f918-4f15-a99c-ad68be8b0eb9 resource provider aggregate not found 2026-05-25 23:22:58.412 7 INFO neutron.services.segments.plugin [-] Segment 918468ef-f918-4f15-a99c-ad68be8b0eb9 resource provider aggregate not found 2026-05-25 23:22:58.418 8 INFO neutron.db.l3_hamode_db [None req-3d88bc94-d9b8-43de-9dde-363d39f3b1e6 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:22:58.439 7 INFO neutron.services.segments.plugin [-] Segment 918468ef-f918-4f15-a99c-ad68be8b0eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 918468ef-f918-4f15-a99c-ad68be8b0eb9 found for delete ", "request_id": "req-1aa4c43a-4f44-4242-a4c4-117678e4c5d3"}]} 2026-05-25 23:22:58.445 7 INFO neutron.services.segments.plugin [-] Segment 918468ef-f918-4f15-a99c-ad68be8b0eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 918468ef-f918-4f15-a99c-ad68be8b0eb9 found for delete ", "request_id": "req-5f46cd3c-6135-4213-b42a-a2e4fe13d689"}]} [pid: 7|app: 0|req: 423/826] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:22:57 2026] PUT /v2.0/ports/f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 1153 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:22:58.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70cef17d-975c-489c-bdef-6e709cf4cb0e'] response: {'name': 'network-changed', 'server_uuid': '4b4afba5-e74f-42ec-a6cc-80cdf79999e5', 'tag': 'f5c9c9ad-b772-46b8-825a-37bb59c91264', 'status': 'completed', 'code': 200} 2026-05-25 23:22:58.912 8 INFO neutron.services.segments.plugin [-] Segment d4856a4c-517d-4d4e-b847-d22042054209 resource provider aggregate not found 2026-05-25 23:22:58.914 8 INFO neutron.services.segments.plugin [-] Segment d4856a4c-517d-4d4e-b847-d22042054209 resource provider aggregate not found 2026-05-25 23:22:58.931 8 INFO neutron.services.segments.plugin [-] Segment d4856a4c-517d-4d4e-b847-d22042054209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4856a4c-517d-4d4e-b847-d22042054209 found for delete ", "request_id": "req-72c50cf9-b1a2-4efd-a883-bf7a27174ca4"}]} 2026-05-25 23:22:58.950 8 INFO neutron.services.segments.plugin [-] Segment d4856a4c-517d-4d4e-b847-d22042054209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4856a4c-517d-4d4e-b847-d22042054209 found for delete ", "request_id": "req-219c501f-c1d3-48d4-8296-943736091c1f"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 424/827] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1425 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/828] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/829] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:22:57 2026] POST /v2.0/routers => generated 511 bytes in 1221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/830] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => 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: 427/831] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/832] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/subnets?id=706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 702 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/833] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/ports?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/834] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 431/835] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 405/836] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:22:59 2026] POST /v2.0/ports => generated 964 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 406/837] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/838] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:22:59 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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-25 23:23:00.171 8 INFO neutron.db.segments_db [None req-ec2f476d-bcb0-4123-ac77-819eece96268 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 40a19b20-0cf1-437b-bcec-b0d2cd1541bc of type vxlan for network 48a3d369-817a-4c3f-8660-4b34089f2e69 [pid: 8|app: 0|req: 408/839] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:22:59 2026] POST /v2.0/networks => generated 744 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/840] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:00 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 410/841] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:00 2026] POST /v2.0/subnets => generated 691 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/842] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:00 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 412/843] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:00 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1425 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/844] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:00 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1156 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:23:00.769 8 INFO neutron.db.segments_db [None req-6d945d6a-a924-4ac6-a77e-c6a7f532dfd0 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 4d6bc165-f7d3-45a9-997a-6320e6bc6c73 of type vxlan for network 6fb62ef9-fb57-4206-877d-a12c0eaf13de [pid: 7|app: 0|req: 432/845] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:22:59 2026] PUT /v2.0/routers/6da46632-c276-4643-9569-5ce2a133c1fa/add_router_interface => generated 309 bytes in 1315 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: 433/846] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:00 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/847] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:00 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/848] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:23:00 2026] GET /v2.0/ports/c9b8d475-ff02-46b5-9d47-38f445514c77 => generated 1038 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:23:01.140 8 INFO neutron.db.l3_hamode_db [None req-6d945d6a-a924-4ac6-a77e-c6a7f532dfd0 3a059deb28f648778545016899e73269 6c1523d07f45413fb47dde2e97a7cc95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 436/849] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:23:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => 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: 437/850] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:01 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:01.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-fefb3daa-e30e-4777-9c10-7187fe013cc1 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: c9b8d475-ff02-46b5-9d47-38f445514c77 2026-05-25 23:23:01.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fefb3daa-e30e-4777-9c10-7187fe013cc1 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: c9b8d475-ff02-46b5-9d47-38f445514c77 2026-05-25 23:23:01.928 8 INFO neutron.db.l3_hamode_db [None req-6d945d6a-a924-4ac6-a77e-c6a7f532dfd0 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 438/851] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:23:01 2026] PUT /v2.0/routers/6da46632-c276-4643-9569-5ce2a133c1fa/remove_router_interface => generated 309 bytes in 922 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: 439/852] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:23:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/853] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:02 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:02.373 7 INFO neutron.api.v2.resource [None req-40aed8dc-a229-400e-8e54-fad858a0bc2c 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 441/854] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:23:02 2026] PUT /v2.0/routers/6da46632-c276-4643-9569-5ce2a133c1fa/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/855] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:02 2026] GET /v2.0/subnets?id=706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/856] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:23:02 2026] GET /v2.0/ports?device_id=6da46632-c276-4643-9569-5ce2a133c1fa => 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: 444/857] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:02 2026] GET /v2.0/ports?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1&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-25 23:23:02.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa1c0b3e-214e-452c-9322-3c5ead4aab7f 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: 84a5a0dd-4578-4b30-8b1e-d4c5125e188e 2026-05-25 23:23:02.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa1c0b3e-214e-452c-9322-3c5ead4aab7f 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: 84a5a0dd-4578-4b30-8b1e-d4c5125e188e [pid: 8|app: 0|req: 414/858] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:00 2026] POST /v2.0/routers => generated 731 bytes in 2283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/859] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:02 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 416/860] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/ports?tenant_id=66659be323bb4674b10cc114f3c1cf8b&device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:23:03.085 7 INFO neutron.services.segments.plugin [-] Segment 7a78d6fe-c203-4589-a1e0-ba5acc867996 resource provider aggregate not found 2026-05-25 23:23:03.096 7 INFO neutron.services.segments.plugin [-] Segment 7a78d6fe-c203-4589-a1e0-ba5acc867996 resource provider aggregate not found 2026-05-25 23:23:03.103 7 INFO neutron.services.segments.plugin [-] Segment 7a78d6fe-c203-4589-a1e0-ba5acc867996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a78d6fe-c203-4589-a1e0-ba5acc867996 found for delete ", "request_id": "req-a62650f0-43a4-4ff8-9a9f-cfd708fe420c"}]} 2026-05-25 23:23:03.112 7 INFO neutron.services.segments.plugin [-] Segment 7a78d6fe-c203-4589-a1e0-ba5acc867996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a78d6fe-c203-4589-a1e0-ba5acc867996 found for delete ", "request_id": "req-053009f4-3f36-43c8-88c0-a9fec85fc6fb"}]} 2026-05-25 23:23:03.119 7 INFO neutron.db.l3_hamode_db [None req-fa1c0b3e-214e-452c-9322-3c5ead4aab7f 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] HA network 67ab66e9-fa2a-46bf-9825-7b9994550b0b was deleted as no HA routers are present in tenant add807dc2c5c425bbd2b55f4fba2b45c. [pid: 7|app: 0|req: 445/861] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:02 2026] DELETE /v2.0/routers/6da46632-c276-4643-9569-5ce2a133c1fa => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/862] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 447/863] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/networks?id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/864] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:03 2026] DELETE /v2.0/subnets/cf2285a8-d725-472a-8bd6-4e0eb05802c8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/865] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=3cd1fdd3-cb7f-4174-b879-6c76b654ef58 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/866] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/867] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:23:03 2026] DELETE /v2.0/networks/09060a71-4f62-4ca0-9b66-aa2bdfd1b77d => 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: 452/868] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/subnets?id=9b7a8bba-9d77-4a57-8441-5cb250547ca4 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/869] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:03.696 7 INFO neutron.db.segments_db [None req-e800ee8e-9c32-48f1-9805-e1ef61962820 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment 6e6d9d87-bf66-4c03-b76c-960e5a2aea0a of type vxlan for network beb46d14-3556-4947-842c-bd77994ff894 [pid: 7|app: 0|req: 454/870] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:23:03 2026] POST /v2.0/networks => generated 634 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/871] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/ports?network_id=bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/872] 199.204.45.30 () {34 vars in 1119 bytes} [Mon May 25 23:23:03 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1156 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/873] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:03 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/874] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:04 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/875] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:23:03 2026] PUT /v2.0/routers/5e5dc713-f22c-4257-9d8d-daa0a955f93f/add_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:04.437 8 INFO neutron.db.segments_db [None req-22b27a54-7cda-4f5a-902f-6d142e1e6d86 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment fba894eb-f50d-4bab-b010-9fcedfe3dcc1 of type vxlan for network 6103fbf7-c3c7-4e63-b9d3-1f75fc6c15d3 2026-05-25 23:23:04.744 8 INFO neutron.db.l3_hamode_db [None req-22b27a54-7cda-4f5a-902f-6d142e1e6d86 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:23:04.891 8 INFO neutron.db.l3_hamode_db [None req-22b27a54-7cda-4f5a-902f-6d142e1e6d86 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 459/876] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:23:04 2026] PUT /v2.0/ports/f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 972 bytes in 810 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-25 23:23:05.124 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a506c58e-a1f3-411b-94c0-32cf433e2e88'] response: {'name': 'network-changed', 'server_uuid': '4b4afba5-e74f-42ec-a6cc-80cdf79999e5', 'tag': 'f5c9c9ad-b772-46b8-825a-37bb59c91264', 'status': 'completed', 'code': 200} 2026-05-25 23:23:05.126 7 INFO neutron.services.segments.plugin [-] Segment 83fd1590-dfd8-4b43-9fa1-263ef4e5415e resource provider aggregate not found [pid: 7|app: 0|req: 460/877] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:05 2026] GET /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:05.135 7 INFO neutron.services.segments.plugin [-] Segment 83fd1590-dfd8-4b43-9fa1-263ef4e5415e resource provider aggregate not found 2026-05-25 23:23:05.149 7 INFO neutron.services.segments.plugin [-] Segment 83fd1590-dfd8-4b43-9fa1-263ef4e5415e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fd1590-dfd8-4b43-9fa1-263ef4e5415e found for delete ", "request_id": "req-dd29e43e-5435-4c6d-8fd3-808b5a8f9e8c"}]} 2026-05-25 23:23:05.158 7 INFO neutron.services.segments.plugin [-] Segment 83fd1590-dfd8-4b43-9fa1-263ef4e5415e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fd1590-dfd8-4b43-9fa1-263ef4e5415e found for delete ", "request_id": "req-b1786583-b73d-471e-a263-9e4b8def6964"}]} [pid: 7|app: 0|req: 461/878] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:05 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 462/879] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:23:05 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/880] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:05 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 464/881] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:23:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/882] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:04 2026] POST /v2.0/routers => generated 510 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/883] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:23:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/884] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:05 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 467/885] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:23:05 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/886] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/889] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/890] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/subnets?id=706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 702 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/891] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/892] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/ports?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/893] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 476/894] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/895] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 419/896] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:23:05 2026] PUT /v2.0/routers/30593607-92fa-43dd-926a-ea4997adaa5b/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/897] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/ports/5ed1e032-ca12-4e42-917d-4cfbd05021cd => generated 959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/898] 10.0.0.92 () {34 vars in 1097 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--914115058&fields=id&tenant_id=6c1523d07f45413fb47dde2e97a7cc95 => 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: 421/899] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/networks?id=48a3d369-817a-4c3f-8660-4b34089f2e69 => generated 676 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/900] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/quotas/6c1523d07f45413fb47dde2e97a7cc95 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/901] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/ports?tenant_id=6c1523d07f45413fb47dde2e97a7cc95&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/902] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:23:06 2026] GET /v2.0/networks/48a3d369-817a-4c3f-8660-4b34089f2e69?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/903] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/networks/48a3d369-817a-4c3f-8660-4b34089f2e69?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-25 23:23:07.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-13dea826-3f0c-4d23-8bec-6be61a0e6ce6 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: 5ed1e032-ca12-4e42-917d-4cfbd05021cd 2026-05-25 23:23:07.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13dea826-3f0c-4d23-8bec-6be61a0e6ce6 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: 5ed1e032-ca12-4e42-917d-4cfbd05021cd [pid: 8|app: 0|req: 426/904] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/905] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/906] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/907] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/908] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/ports?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/909] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/910] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:23:06 2026] PUT /v2.0/routers/30593607-92fa-43dd-926a-ea4997adaa5b/remove_router_interface => generated 309 bytes in 1169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/911] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/ports?device_id=30593607-92fa-43dd-926a-ea4997adaa5b => 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: 432/912] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/networks?id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/913] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:23:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/914] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:08 2026] GET /v2.0/subnets?id=706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/915] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:08 2026] GET /v2.0/ports?network_id=a268f71f-7d66-4bc2-b9f2-f0b7861c2df1&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/916] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:08 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:08.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ce59982-c648-40db-be03-d2e2a41fddb0 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: ca113688-d5b1-4693-89b3-cbb67602a35f 2026-05-25 23:23:08.246 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce59982-c648-40db-be03-d2e2a41fddb0 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: ca113688-d5b1-4693-89b3-cbb67602a35f [pid: 8|app: 0|req: 437/917] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:08 2026] GET /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1?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: 438/918] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:08 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:08.619 7 INFO neutron.services.segments.plugin [-] Segment fba894eb-f50d-4bab-b010-9fcedfe3dcc1 resource provider aggregate not found 2026-05-25 23:23:08.620 7 INFO neutron.services.segments.plugin [-] Segment fba894eb-f50d-4bab-b010-9fcedfe3dcc1 resource provider aggregate not found 2026-05-25 23:23:08.645 7 INFO neutron.services.segments.plugin [-] Segment fba894eb-f50d-4bab-b010-9fcedfe3dcc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fba894eb-f50d-4bab-b010-9fcedfe3dcc1 found for delete ", "request_id": "req-fcc52a54-f716-4d08-8ac8-a4bcf144d93a"}]} 2026-05-25 23:23:08.651 7 INFO neutron.services.segments.plugin [-] Segment fba894eb-f50d-4bab-b010-9fcedfe3dcc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fba894eb-f50d-4bab-b010-9fcedfe3dcc1 found for delete ", "request_id": "req-6be2ced1-2262-4a1d-8913-fd9ddfa2bdf2"}]} 2026-05-25 23:23:08.654 7 INFO neutron.db.l3_hamode_db [None req-7ce59982-c648-40db-be03-d2e2a41fddb0 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] HA network 6103fbf7-c3c7-4e63-b9d3-1f75fc6c15d3 was deleted as no HA routers are present in tenant add807dc2c5c425bbd2b55f4fba2b45c. [pid: 7|app: 0|req: 481/919] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:07 2026] DELETE /v2.0/routers/30593607-92fa-43dd-926a-ea4997adaa5b => generated 0 bytes in 677 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/920] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:08 2026] DELETE /v2.0/subnets/26a49fdc-ba3c-47c1-9641-a11a8d431c70 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/921] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:08 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 482/922] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:23:08 2026] DELETE /v2.0/networks/beb46d14-3556-4947-842c-bd77994ff894 => 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: 441/923] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:08 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:09.041 7 INFO neutron.db.segments_db [None req-c0648b2e-151f-485d-ab00-194872588eb1 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Added segment 68c0b4f1-351b-425c-82b6-9866770f10f5 of type vxlan for network 293f1b90-a091-487f-9a58-fd06aaafe675 [pid: 8|app: 0|req: 442/924] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:09 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/925] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:09 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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-25 23:23:09.360 7 INFO neutron.db.l3_hamode_db [None req-c0648b2e-151f-485d-ab00-194872588eb1 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 444/926] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:09 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => 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: 445/927] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:10 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/928] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:23:10 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/929] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:10 2026] GET /v2.0/security-groups?id=42468021-a6e2-460f-9b20-c044c2e926b4&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:10.341 8 INFO neutron_taas.services.taas.taas_plugin [req-c0552751-2a92-4d5f-a272-04604a50afb0 req-0248b4db-aafa-462b-b477-abaa039b3c16 e366a860b3e94756822344877ab94e7e 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] TaaS: Handle Delete Port: f5c9c9ad-b772-46b8-825a-37bb59c91264 2026-05-25 23:23:10.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0552751-2a92-4d5f-a272-04604a50afb0 req-0248b4db-aafa-462b-b477-abaa039b3c16 e366a860b3e94756822344877ab94e7e 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] Tap Mirror: Handle Delete Port: f5c9c9ad-b772-46b8-825a-37bb59c91264 2026-05-25 23:23:10.420 7 INFO neutron.db.l3_hamode_db [None req-c0648b2e-151f-485d-ab00-194872588eb1 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:23:10.505 8 INFO neutron.db.l3_db [req-c0552751-2a92-4d5f-a272-04604a50afb0 req-0248b4db-aafa-462b-b477-abaa039b3c16 e366a860b3e94756822344877ab94e7e 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] Floating IP 0e58e1c5-c71d-41eb-a4e8-36b6cfd49590 disassociated. External IP: 10.96.250.207, port: f5c9c9ad-b772-46b8-825a-37bb59c91264. 2026-05-25 23:23:10.672 7 INFO neutron.services.segments.plugin [-] Segment 6e6d9d87-bf66-4c03-b76c-960e5a2aea0a resource provider aggregate not found 2026-05-25 23:23:10.681 7 INFO neutron.services.segments.plugin [-] Segment 6e6d9d87-bf66-4c03-b76c-960e5a2aea0a resource provider aggregate not found 2026-05-25 23:23:10.696 7 INFO neutron.services.segments.plugin [-] Segment 6e6d9d87-bf66-4c03-b76c-960e5a2aea0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6d9d87-bf66-4c03-b76c-960e5a2aea0a found for delete ", "request_id": "req-31e0e5d9-c0f2-4d2d-9792-28dcb1a27b58"}]} 2026-05-25 23:23:10.708 7 INFO neutron.services.segments.plugin [-] Segment 6e6d9d87-bf66-4c03-b76c-960e5a2aea0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e6d9d87-bf66-4c03-b76c-960e5a2aea0a found for delete ", "request_id": "req-9fd8e96e-e932-4baa-a5bd-5120066acdb5"}]} [pid: 8|app: 0|req: 448/930] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:23:10 2026] DELETE /v2.0/ports/f5c9c9ad-b772-46b8-825a-37bb59c91264 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/931] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:10 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/932] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:11 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => 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: 451/933] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:11 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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-25 23:23:11.065 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab0be90f-7b97-4b5e-8d97-d52cb60ff4eb'] response: {'server_uuid': '4b4afba5-e74f-42ec-a6cc-80cdf79999e5', 'name': 'network-vif-deleted', 'tag': 'f5c9c9ad-b772-46b8-825a-37bb59c91264', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 452/934] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:11 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/935] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:08 2026] POST /v2.0/routers => generated 692 bytes in 2588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/936] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:23:11 2026] GET /v2.0/routers/77c94d76-985c-467c-89ed-d6a4c82c79b1 => generated 698 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/937] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:23:11 2026] GET /v2.0/routers => generated 701 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/938] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:11 2026] GET /v2.0/networks?id=48a3d369-817a-4c3f-8660-4b34089f2e69 => generated 676 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/939] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:23:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6c1523d07f45413fb47dde2e97a7cc95 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/940] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:23:11 2026] POST /v2.0/ports => generated 954 bytes in 518 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: 488/941] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:12 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 957 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/942] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:12 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/943] 10.0.0.218 () {34 vars in 741 bytes} [Mon May 25 23:23:11 2026] PUT /v2.0/routers/77c94d76-985c-467c-89ed-d6a4c82c79b1 => generated 705 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/944] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:12 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/945] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:12 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/946] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:23:12 2026] GET /v2.0/routers/77c94d76-985c-467c-89ed-d6a4c82c79b1 => generated 705 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/947] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:12 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 459/948] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:23:12 2026] GET /v2.0/ports?device_id=77c94d76-985c-467c-89ed-d6a4c82c79b1 => 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: 490/949] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:23:12 2026] PUT /v2.0/ports/7b80f3f5-a29e-4f00-92cf-cb69cb4f071d => generated 1235 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:23:13.175 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a8ded56-5fba-4cba-bbb2-dccf9073b3ec'] response: {'name': 'network-changed', 'server_uuid': '10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4', 'tag': '7b80f3f5-a29e-4f00-92cf-cb69cb4f071d', 'status': 'completed', 'code': 200} 2026-05-25 23:23:13.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1db1f71-c9d5-4f35-9316-9b089554c1aa 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: fa9d6ddd-3c2a-45fe-b94b-7214ba5f269b 2026-05-25 23:23:13.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1db1f71-c9d5-4f35-9316-9b089554c1aa 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: fa9d6ddd-3c2a-45fe-b94b-7214ba5f269b 2026-05-25 23:23:13.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1db1f71-c9d5-4f35-9316-9b089554c1aa 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] TaaS: Handle Delete Port: fb6eef4e-5982-4508-832e-ce744dd6728e 2026-05-25 23:23:13.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1db1f71-c9d5-4f35-9316-9b089554c1aa 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] Tap Mirror: Handle Delete Port: fb6eef4e-5982-4508-832e-ce744dd6728e /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 491/950] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:13 2026] GET /v2.0/ports?tenant_id=6c1523d07f45413fb47dde2e97a7cc95&device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/951] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:23:13 2026] GET /v2.0/networks?tenant_id=6c1523d07f45413fb47dde2e97a7cc95&shared=False => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:13.876 8 INFO neutron.services.segments.plugin [-] Segment 68c0b4f1-351b-425c-82b6-9866770f10f5 resource provider aggregate not found 2026-05-25 23:23:13.884 8 INFO neutron.services.segments.plugin [-] Segment 68c0b4f1-351b-425c-82b6-9866770f10f5 resource provider aggregate not found [pid: 7|app: 0|req: 493/952] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:23:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:13.902 8 INFO neutron.services.segments.plugin [-] Segment 68c0b4f1-351b-425c-82b6-9866770f10f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68c0b4f1-351b-425c-82b6-9866770f10f5 found for delete ", "request_id": "req-b120507a-b4ce-4ecd-8fc9-386666c86320"}]} 2026-05-25 23:23:13.903 8 INFO neutron.db.l3_hamode_db [None req-b1db1f71-c9d5-4f35-9316-9b089554c1aa 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] HA network 293f1b90-a091-487f-9a58-fd06aaafe675 was deleted as no HA routers are present in tenant add807dc2c5c425bbd2b55f4fba2b45c. 2026-05-25 23:23:13.915 8 INFO neutron.services.segments.plugin [-] Segment 68c0b4f1-351b-425c-82b6-9866770f10f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68c0b4f1-351b-425c-82b6-9866770f10f5 found for delete ", "request_id": "req-625c1b09-263d-4da6-ae48-9dde0486711b"}]} [pid: 8|app: 0|req: 460/953] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:12 2026] DELETE /v2.0/routers/77c94d76-985c-467c-89ed-d6a4c82c79b1 => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/954] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:13 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/955] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:23:13 2026] GET /v2.0/ports?device_id=77c94d76-985c-467c-89ed-d6a4c82c79b1 => 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: 461/956] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:13 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/957] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:13 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:14.013 8 INFO neutron.api.v2.resource [None req-bddcad4a-2304-4d80-a7c7-59b225c5ecec 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 462/958] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:13 2026] DELETE /v2.0/routers/77c94d76-985c-467c-89ed-d6a4c82c79b1 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/959] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 463/960] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/ports?device_id=30593607-92fa-43dd-926a-ea4997adaa5b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:14.058 7 INFO neutron.api.v2.resource [None req-6268c5dc-088a-4774-a983-166c7a749b40 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 498/961] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/routers/30593607-92fa-43dd-926a-ea4997adaa5b => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:23:14.079 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c288f5c3-05b4-4cea-898b-82b339fe3a4c 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 499/962] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/subnets/26a49fdc-ba3c-47c1-9641-a11a8d431c70 => 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: 464/963] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/ports?device_id=4b4afba5-e74f-42ec-a6cc-80cdf79999e5 => 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: 500/964] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/ports?device_id=6da46632-c276-4643-9569-5ce2a133c1fa => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:14.152 8 INFO neutron.api.v2.resource [None req-ed98085e-c6dd-4937-93a1-3bda286cac22 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 465/965] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/routers/6da46632-c276-4643-9569-5ce2a133c1fa => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:23:14.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e30da804-c07b-48be-bd4c-e9a6c5624905 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/966] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/subnets/cf2285a8-d725-472a-8bd6-4e0eb05802c8 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/967] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/ports?device_id=f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:14.230 7 INFO neutron.api.v2.resource [None req-a4e83991-7ddd-41a3-ac21-cc3fd7523b64 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/968] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/routers/f1b80f3b-22b6-48e7-b88f-e7bfef94bbc8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:23:14.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2ac1bb6-cc3d-4bee-ac15-fbc4940c28db 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 467/969] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/subnets/17dec0f7-33e8-4044-b7ed-213a329dfdfb => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:23:14.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-456fd8c2-dc4b-44a4-bd86-e9702f374f40 62b6cce8cbd6471bbc623590a95f655a add807dc2c5c425bbd2b55f4fba2b45c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/970] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/subnets/cea05123-e1be-418c-a492-c8c48eb6d31b => 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: 504/971] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/ports?tenant_id=6c1523d07f45413fb47dde2e97a7cc95&device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/972] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7b80f3f5-a29e-4f00-92cf-cb69cb4f071d => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/973] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/security-groups?tenant_id=add807dc2c5c425bbd2b55f4fba2b45c&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/974] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:14 2026] GET /v2.0/subnets?id=d84396e3-70bc-4bd0-be8d-31ecaec7219e => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/975] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:15 2026] GET /v2.0/ports?network_id=48a3d369-817a-4c3f-8660-4b34089f2e69&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: 469/976] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:14 2026] DELETE /v2.0/security-groups/d6292b7e-0fb6-4a56-8ca4-3d6e688f87ae => 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: 508/977] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:15 2026] GET /v2.0/networks/48a3d369-817a-4c3f-8660-4b34089f2e69?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: 509/978] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:15 2026] GET /v2.0/networks/48a3d369-817a-4c3f-8660-4b34089f2e69?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: 470/979] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:15 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/980] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:15 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&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: 510/981] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:15 2026] DELETE /v2.0/security-groups/42468021-a6e2-460f-9b20-c044c2e926b4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:15.316 8 INFO neutron.api.v2.resource [None req-e24e15d5-d9fe-40d7-8e7d-4428997c7479 e366a860b3e94756822344877ab94e7e 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 472/982] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:23:15 2026] GET /v2.0/security-groups/42468021-a6e2-460f-9b20-c044c2e926b4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:23:15.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-a359e88b-de68-4cdb-887a-16dc37c2fffb e366a860b3e94756822344877ab94e7e 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] TaaS: Handle Delete Port: 5e16b2b4-b3f1-4f29-934b-e5f083fe1ea6 2026-05-25 23:23:15.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a359e88b-de68-4cdb-887a-16dc37c2fffb e366a860b3e94756822344877ab94e7e 7c0b45a2151e48ceb2823d2f3a3940e2 - - default default] Tap Mirror: Handle Delete Port: 5e16b2b4-b3f1-4f29-934b-e5f083fe1ea6 [pid: 7|app: 0|req: 511/983] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:15 2026] DELETE /v2.0/floatingips/0e58e1c5-c71d-41eb-a4e8-36b6cfd49590 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:16.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d189d15-0ee7-45de-9750-d21b31606c5c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 87fded7e-8370-4812-9d2e-bc3a2664b4d2 2026-05-25 23:23:16.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d189d15-0ee7-45de-9750-d21b31606c5c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 87fded7e-8370-4812-9d2e-bc3a2664b4d2 [pid: 7|app: 0|req: 512/984] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:16 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/985] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:16 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/986] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:23:15 2026] PUT /v2.0/routers/dccf8e74-afbd-42d0-89cc-8218ed9d57e5/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:17.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-710e13be-4341-4373-ba9c-45769a9b7053 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: b7d7dac5-bce3-4817-8f06-714dad1cc202 2026-05-25 23:23:17.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-710e13be-4341-4373-ba9c-45769a9b7053 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: b7d7dac5-bce3-4817-8f06-714dad1cc202 [pid: 8|app: 0|req: 474/987] 10.0.0.218 () {34 vars in 677 bytes} [Mon May 25 23:23:16 2026] POST /v2.0/subnetpools => generated 549 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/988] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:23:17 2026] GET /v2.0/subnetpools/604f519b-e4f8-41fe-8f90-cde8066b9038 => generated 549 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/989] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:23:17 2026] PUT /v2.0/subnetpools/604f519b-e4f8-41fe-8f90-cde8066b9038 => generated 501 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/990] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:17 2026] DELETE /v2.0/subnetpools/604f519b-e4f8-41fe-8f90-cde8066b9038 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:17.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-710e13be-4341-4373-ba9c-45769a9b7053 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: cde1d435-2db4-4116-86f9-977d6ffce2fc 2026-05-25 23:23:17.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-710e13be-4341-4373-ba9c-45769a9b7053 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: cde1d435-2db4-4116-86f9-977d6ffce2fc 2026-05-25 23:23:17.315 8 INFO neutron.api.v2.resource [None req-718f417e-00f8-417d-b52f-0bb04b388c83 c2fc3151ed794647a5d25422f803a9d5 822118f22bad40b0b8edae412716541e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 478/991] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:23:17 2026] GET /v2.0/subnetpools/604f519b-e4f8-41fe-8f90-cde8066b9038 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:23:17.336 8 INFO neutron.api.v2.resource [None req-78e91515-96f1-4770-ab51-d499aa2f927a c2fc3151ed794647a5d25422f803a9d5 822118f22bad40b0b8edae412716541e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/992] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:17 2026] DELETE /v2.0/subnetpools/604f519b-e4f8-41fe-8f90-cde8066b9038 => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/993] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:17 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/994] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:17 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:17.686 7 INFO neutron.services.segments.plugin [-] Segment 47d86545-e4bc-4267-b515-ac5e414f80a8 resource provider aggregate not found 2026-05-25 23:23:17.693 7 INFO neutron.services.segments.plugin [-] Segment 47d86545-e4bc-4267-b515-ac5e414f80a8 resource provider aggregate not found 2026-05-25 23:23:17.709 7 INFO neutron.services.segments.plugin [-] Segment 47d86545-e4bc-4267-b515-ac5e414f80a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d86545-e4bc-4267-b515-ac5e414f80a8 found for delete ", "request_id": "req-43b5deb2-ea99-4b6b-ab34-f6cf1bec61d6"}]} 2026-05-25 23:23:17.711 7 INFO neutron.services.segments.plugin [-] Segment 47d86545-e4bc-4267-b515-ac5e414f80a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47d86545-e4bc-4267-b515-ac5e414f80a8 found for delete ", "request_id": "req-8ea2ab7d-11ea-48ea-89b7-7bc5c35849fb"}]} 2026-05-25 23:23:17.718 7 INFO neutron.db.l3_hamode_db [None req-710e13be-4341-4373-ba9c-45769a9b7053 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network 338b2836-aa76-4abf-9585-6d899554ae7a was deleted as no HA routers are present in tenant 7c0b45a2151e48ceb2823d2f3a3940e2. [pid: 7|app: 0|req: 514/995] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:16 2026] DELETE /v2.0/routers/dccf8e74-afbd-42d0-89cc-8218ed9d57e5 => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/996] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:17 2026] DELETE /v2.0/subnets/706da4b8-1314-4248-9f7f-960f2b2677e6 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:23:17.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d730235-d007-4ad9-88c1-137392576037 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 2984665e-0684-4845-82bb-26ac77146ff8 2026-05-25 23:23:18.003 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d730235-d007-4ad9-88c1-137392576037 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 2984665e-0684-4845-82bb-26ac77146ff8 [pid: 8|app: 0|req: 483/997] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:17 2026] GET /v2.0/security-groups?tenant_id=822118f22bad40b0b8edae412716541e&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/998] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:18 2026] DELETE /v2.0/security-groups/a80667ba-f0a7-4212-9cd6-22de068178d8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/999] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:23:17 2026] DELETE /v2.0/networks/a268f71f-7d66-4bc2-b9f2-f0b7861c2df1 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1000] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:18 2026] GET /v2.0/security-groups?tenant_id=7c0b45a2151e48ceb2823d2f3a3940e2&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1001] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:18 2026] DELETE /v2.0/security-groups/4831d31d-77b3-49cd-b7a6-7f84973214b4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1002] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:18 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => 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: 517/1003] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:18 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:19.733 7 INFO neutron.services.segments.plugin [-] Segment 9a560b5a-3ad6-436d-bb19-cdd128b6e2c9 resource provider aggregate not found 2026-05-25 23:23:19.739 7 INFO neutron.services.segments.plugin [-] Segment 9a560b5a-3ad6-436d-bb19-cdd128b6e2c9 resource provider aggregate not found 2026-05-25 23:23:19.758 7 INFO neutron.services.segments.plugin [-] Segment 9a560b5a-3ad6-436d-bb19-cdd128b6e2c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a560b5a-3ad6-436d-bb19-cdd128b6e2c9 found for delete ", "request_id": "req-2e669c2b-fc24-42bf-be9c-f74f214c63fb"}]} 2026-05-25 23:23:19.764 7 INFO neutron.services.segments.plugin [-] Segment 9a560b5a-3ad6-436d-bb19-cdd128b6e2c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a560b5a-3ad6-436d-bb19-cdd128b6e2c9 found for delete ", "request_id": "req-e11d46c0-62fa-4aeb-b7ae-a2d3692725ea"}]} [pid: 8|app: 0|req: 487/1004] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:19 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1005] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:19 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1006] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:20 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:20.488 7 INFO neutron.db.l3_db [None req-ec0e8b81-35f9-4e7e-863e-babda1883286 83e60ab0461c485782e0e88bd190b3b2 6c1523d07f45413fb47dde2e97a7cc95 - - default default] Floating IP 8c097264-7b5c-452b-a2b7-3d8a2761fba8 associated. External IP: 10.96.250.212, port: 7b80f3f5-a29e-4f00-92cf-cb69cb4f071d. 2026-05-25 23:23:20.863 8 INFO neutron.db.segments_db [None req-206a9e69-267d-4063-8649-0427d0705f9c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 530ea203-2c95-4718-98bf-3761691ed52d of type vxlan for network 2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b [pid: 7|app: 0|req: 519/1007] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:23:20 2026] PUT /v2.0/floatingips/8c097264-7b5c-452b-a2b7-3d8a2761fba8 => generated 855 bytes in 786 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:20.941 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-913a4b08-7847-40f7-9121-6ded312b1153'] response: {'name': 'network-changed', 'server_uuid': '10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4', 'tag': '7b80f3f5-a29e-4f00-92cf-cb69cb4f071d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 489/1008] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:23:20 2026] POST /v2.0/networks => generated 736 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1009] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:20 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1010] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1013] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:20 2026] POST /v2.0/subnets => generated 684 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:23:21.312 7 INFO neutron.db.segments_db [None req-86190587-eb0b-4bfe-bae5-a674ca6b8871 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 82a547b8-88ab-47f9-8839-c5027fd6a557 of type vxlan for network 5cb689a1-7f47-4e22-a38c-bebb22d68757 [pid: 8|app: 0|req: 491/1014] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1015] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/ports?tenant_id=6c1523d07f45413fb47dde2e97a7cc95&device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1016] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1017] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/networks?id=48a3d369-817a-4c3f-8660-4b34089f2e69 => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1018] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7b80f3f5-a29e-4f00-92cf-cb69cb4f071d => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:21.644 7 INFO neutron.db.l3_hamode_db [None req-86190587-eb0b-4bfe-bae5-a674ca6b8871 3a059deb28f648778545016899e73269 f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 496/1019] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/subnets?id=d84396e3-70bc-4bd0-be8d-31ecaec7219e => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1020] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/ports?network_id=48a3d369-817a-4c3f-8660-4b34089f2e69&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1021] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/networks/48a3d369-817a-4c3f-8660-4b34089f2e69?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1022] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/networks/48a3d369-817a-4c3f-8660-4b34089f2e69?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: 500/1023] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1024] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 23:23:21 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1025] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:22 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1026] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:22 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:22.726 7 INFO neutron.db.l3_hamode_db [None req-86190587-eb0b-4bfe-bae5-a674ca6b8871 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 524/1027] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:21 2026] POST /v2.0/routers => generated 724 bytes in 2397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1028] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:23 2026] GET /v2.0/security-groups?tenant_id=ba858dd23ab5477395293b18ae16eeb8&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1029] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:23 2026] DELETE /v2.0/security-groups/f7c57e9d-e466-41c8-855f-af6f47d8f8f4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1030] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:23 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1031] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:23:23 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => 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: 508/1032] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:23 2026] GET /v2.0/security-groups?id=bd1ef679-b7ec-48b9-af1d-043c805b0f28&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:24.054 8 INFO neutron_taas.services.taas.taas_plugin [req-6d0cf4c3-6814-4395-a785-1996335adcb3 req-01467170-84f0-4766-9ffd-41187ab04d2d 83e60ab0461c485782e0e88bd190b3b2 6c1523d07f45413fb47dde2e97a7cc95 - - default default] TaaS: Handle Delete Port: 7b80f3f5-a29e-4f00-92cf-cb69cb4f071d 2026-05-25 23:23:24.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d0cf4c3-6814-4395-a785-1996335adcb3 req-01467170-84f0-4766-9ffd-41187ab04d2d 83e60ab0461c485782e0e88bd190b3b2 6c1523d07f45413fb47dde2e97a7cc95 - - default default] Tap Mirror: Handle Delete Port: 7b80f3f5-a29e-4f00-92cf-cb69cb4f071d 2026-05-25 23:23:24.239 8 INFO neutron.db.l3_db [req-6d0cf4c3-6814-4395-a785-1996335adcb3 req-01467170-84f0-4766-9ffd-41187ab04d2d 83e60ab0461c485782e0e88bd190b3b2 6c1523d07f45413fb47dde2e97a7cc95 - - default default] Floating IP 8c097264-7b5c-452b-a2b7-3d8a2761fba8 disassociated. External IP: 10.96.250.212, port: 7b80f3f5-a29e-4f00-92cf-cb69cb4f071d. [pid: 8|app: 0|req: 509/1033] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:23:23 2026] DELETE /v2.0/ports/7b80f3f5-a29e-4f00-92cf-cb69cb4f071d => generated 0 bytes in 678 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:23:24.656 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c530e29-8a0c-42df-9567-f09a2021dd44'] response: {'server_uuid': '10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4', 'name': 'network-vif-deleted', 'tag': '7b80f3f5-a29e-4f00-92cf-cb69cb4f071d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 510/1034] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:24 2026] GET /v2.0/security-groups?tenant_id=1c979efc59ac4ed08659abfb6714b7a6&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1035] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:24 2026] DELETE /v2.0/security-groups/24e77f3c-d416-41fd-a2e9-eed7d0bdbcc5 => 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: 512/1036] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:24 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => 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: 525/1037] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:23:23 2026] PUT /v2.0/routers/489199df-3eb1-46db-8e58-37fba8426f70/add_router_interface => generated 309 bytes in 1403 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1038] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:23:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1039] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:23:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1040] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:26 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => 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: 527/1041] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:23:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1042] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:23:26 2026] POST /v2.0/floatingips => generated 552 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1043] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/ports?device_id=10a29dc3-9a1e-4473-8f23-06a8ad9ec9e4 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1044] 10.0.0.92 () {34 vars in 1099 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1953834255&fields=id&tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73 => 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: 529/1045] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/networks?id=2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b => generated 669 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1046] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/quotas/f05c4c48ed5b463aaeeb15e2792d0d73 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1047] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/ports?tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73&fields=id => generated 103 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1048] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/networks/2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b?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: 531/1049] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/networks/2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1050] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:27 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1051] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:28 2026] DELETE /v2.0/security-groups/bd1ef679-b7ec-48b9-af1d-043c805b0f28 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:28.464 8 INFO neutron.api.v2.resource [None req-97f40ade-0053-435b-8730-28b66bf88223 83e60ab0461c485782e0e88bd190b3b2 6c1523d07f45413fb47dde2e97a7cc95 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/1052] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:23:28 2026] GET /v2.0/security-groups/bd1ef679-b7ec-48b9-af1d-043c805b0f28 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:23:28.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddab6b0c-dc3d-4673-8d3a-db5c51dbedf8 83e60ab0461c485782e0e88bd190b3b2 6c1523d07f45413fb47dde2e97a7cc95 - - default default] TaaS: Handle Delete Port: adb7e0cd-70f5-47fd-b232-bd1883a96d8c 2026-05-25 23:23:28.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddab6b0c-dc3d-4673-8d3a-db5c51dbedf8 83e60ab0461c485782e0e88bd190b3b2 6c1523d07f45413fb47dde2e97a7cc95 - - default default] Tap Mirror: Handle Delete Port: adb7e0cd-70f5-47fd-b232-bd1883a96d8c [pid: 7|app: 0|req: 533/1053] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:28 2026] DELETE /v2.0/floatingips/8c097264-7b5c-452b-a2b7-3d8a2761fba8 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1054] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:28 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:29.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-e09eba9a-f76b-4e58-8420-3a5432c7c4f1 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: f7a5f613-35d8-4268-a350-f705aed67da3 2026-05-25 23:23:29.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e09eba9a-f76b-4e58-8420-3a5432c7c4f1 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: f7a5f613-35d8-4268-a350-f705aed67da3 [pid: 8|app: 0|req: 521/1055] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:23:28 2026] PUT /v2.0/routers/5e5dc713-f22c-4257-9d8d-daa0a955f93f/remove_router_interface => generated 309 bytes in 1254 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1056] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:30 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:30.306 7 INFO neutron_taas.services.taas.taas_plugin [None req-e80740ab-93ff-4a91-b111-af7e3fe5518d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: e7b37f40-c544-4dc5-a8a3-72df18d2d4a7 2026-05-25 23:23:30.310 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e80740ab-93ff-4a91-b111-af7e3fe5518d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: e7b37f40-c544-4dc5-a8a3-72df18d2d4a7 2026-05-25 23:23:30.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-e80740ab-93ff-4a91-b111-af7e3fe5518d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: a4e19bdc-3aa9-444c-bee0-a678a5dade21 2026-05-25 23:23:30.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e80740ab-93ff-4a91-b111-af7e3fe5518d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: a4e19bdc-3aa9-444c-bee0-a678a5dade21 2026-05-25 23:23:31.028 7 INFO neutron.services.segments.plugin [-] Segment 4d6bc165-f7d3-45a9-997a-6320e6bc6c73 resource provider aggregate not found 2026-05-25 23:23:31.036 7 INFO neutron.services.segments.plugin [-] Segment 4d6bc165-f7d3-45a9-997a-6320e6bc6c73 resource provider aggregate not found 2026-05-25 23:23:31.050 7 INFO neutron.services.segments.plugin [-] Segment 4d6bc165-f7d3-45a9-997a-6320e6bc6c73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d6bc165-f7d3-45a9-997a-6320e6bc6c73 found for delete ", "request_id": "req-f323e18a-c0c5-4456-baad-2b6dda592fcb"}]} 2026-05-25 23:23:31.056 7 INFO neutron.services.segments.plugin [-] Segment 4d6bc165-f7d3-45a9-997a-6320e6bc6c73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d6bc165-f7d3-45a9-997a-6320e6bc6c73 found for delete ", "request_id": "req-e8df4b05-3eb8-4890-9c19-8b1d2a102f34"}]} 2026-05-25 23:23:31.068 7 INFO neutron.db.l3_hamode_db [None req-e80740ab-93ff-4a91-b111-af7e3fe5518d 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network 6fb62ef9-fb57-4206-877d-a12c0eaf13de was deleted as no HA routers are present in tenant 6c1523d07f45413fb47dde2e97a7cc95. [pid: 7|app: 0|req: 535/1057] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:30 2026] DELETE /v2.0/routers/5e5dc713-f22c-4257-9d8d-daa0a955f93f => generated 0 bytes in 1003 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1058] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:30 2026] GET /v2.0/security-groups?tenant_id=4a09beaac07648dc971370423321732a&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1059] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:31 2026] DELETE /v2.0/subnets/d84396e3-70bc-4bd0-be8d-31ecaec7219e => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1060] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:31 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => 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: 524/1061] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:31 2026] DELETE /v2.0/security-groups/63b2a257-7847-4d76-a4dd-a6c03b917e10 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:31.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf8b1c8a-f7b2-4df3-9759-18a8a10b3d80 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 2a2a9bff-c56d-40e3-b5a0-168efe01f826 2026-05-25 23:23:31.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf8b1c8a-f7b2-4df3-9759-18a8a10b3d80 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 2a2a9bff-c56d-40e3-b5a0-168efe01f826 [pid: 8|app: 0|req: 525/1062] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:31 2026] GET /v2.0/security-groups?tenant_id=3d9940792e8a4875b6ee5bfe87ee3f48&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1063] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:23:31 2026] DELETE /v2.0/networks/48a3d369-817a-4c3f-8660-4b34089f2e69 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1064] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:31 2026] DELETE /v2.0/security-groups/79b4d985-4a90-418c-8b2e-3daa1dd0897f => 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: 539/1065] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:31 2026] GET /v2.0/security-groups?tenant_id=6c1523d07f45413fb47dde2e97a7cc95&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1066] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:31 2026] DELETE /v2.0/security-groups/9df0663e-b228-4b99-8475-0477b387bb09 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1067] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:32 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1068] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:32 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 541/1069] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:32 2026] GET /v2.0/networks?id=2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b => generated 669 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1070] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:23:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73 => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1071] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:32 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1072] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:32 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1073] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:32 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1074] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:23:32 2026] POST /v2.0/ports => generated 958 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:23:33.072 7 INFO neutron.services.segments.plugin [-] Segment 40a19b20-0cf1-437b-bcec-b0d2cd1541bc resource provider aggregate not found 2026-05-25 23:23:33.089 7 INFO neutron.services.segments.plugin [-] Segment 40a19b20-0cf1-437b-bcec-b0d2cd1541bc resource provider aggregate not found 2026-05-25 23:23:33.092 7 INFO neutron.services.segments.plugin [-] Segment 40a19b20-0cf1-437b-bcec-b0d2cd1541bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a19b20-0cf1-437b-bcec-b0d2cd1541bc found for delete ", "request_id": "req-641a595c-85cb-4d89-9610-17bd4227e6c3"}]} 2026-05-25 23:23:33.115 7 INFO neutron.services.segments.plugin [-] Segment 40a19b20-0cf1-437b-bcec-b0d2cd1541bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a19b20-0cf1-437b-bcec-b0d2cd1541bc found for delete ", "request_id": "req-4cb7f526-7869-420f-90e4-b966807fc3c7"}]} [pid: 8|app: 0|req: 532/1075] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:23:32 2026] PUT /v2.0/ports/b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 => generated 1239 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:23:33.374 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad4637c2-5261-4704-b80a-e1960c5ec126'] response: {'name': 'network-changed', 'server_uuid': 'bca93322-2a31-466c-99d1-9ac540b0da43', 'tag': 'b9e3a4f1-64ef-4dc1-970d-963c79e14ff3', '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: 544/1076] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:33 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => 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: 533/1077] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:33 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&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: 545/1078] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:33 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 534/1079] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:33 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 546/1080] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:33 2026] GET /v2.0/ports?tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73&device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1081] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:23:33 2026] GET /v2.0/networks?tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73&shared=False => generated 764 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1082] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:23:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1083] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:34 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1084] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:34 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&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: 537/1085] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:34 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1086] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:34 2026] GET /v2.0/security-groups?id=e1844a3c-7977-4671-860f-df5e48788b45&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: 538/1087] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1088] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/ports?tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73&device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1089] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 => 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: 552/1090] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/subnets?id=5e5ee7b4-f598-40bf-a338-d9ba48dd73c9 => generated 687 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:35.194 8 INFO neutron_taas.services.taas.taas_plugin [req-d506085a-66e9-4c4f-a213-73fc963b4652 req-7c7bbd2e-994f-4fdd-bbcd-4e5299f04b4d fe65baa6bd1a40d5b7aee7b769656949 66659be323bb4674b10cc114f3c1cf8b - - default default] TaaS: Handle Delete Port: 3cd1fdd3-cb7f-4174-b879-6c76b654ef58 2026-05-25 23:23:35.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d506085a-66e9-4c4f-a213-73fc963b4652 req-7c7bbd2e-994f-4fdd-bbcd-4e5299f04b4d fe65baa6bd1a40d5b7aee7b769656949 66659be323bb4674b10cc114f3c1cf8b - - default default] Tap Mirror: Handle Delete Port: 3cd1fdd3-cb7f-4174-b879-6c76b654ef58 [pid: 7|app: 0|req: 553/1091] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/ports?network_id=2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1092] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/networks/2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1093] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/networks/2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b?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) 2026-05-25 23:23:35.359 8 INFO neutron.db.l3_db [req-d506085a-66e9-4c4f-a213-73fc963b4652 req-7c7bbd2e-994f-4fdd-bbcd-4e5299f04b4d fe65baa6bd1a40d5b7aee7b769656949 66659be323bb4674b10cc114f3c1cf8b - - default default] Floating IP cb57c7dc-2d06-476e-96bd-d937f4132a57 disassociated. External IP: 10.96.250.211, port: 3cd1fdd3-cb7f-4174-b879-6c76b654ef58. [pid: 8|app: 0|req: 539/1094] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:23:35 2026] DELETE /v2.0/ports/3cd1fdd3-cb7f-4174-b879-6c76b654ef58 => generated 0 bytes in 687 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:23:35.806 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f917e474-5524-430e-a0cc-6e1f0fd3b7bd'] response: {'server_uuid': 'bc33c710-fcd3-4f24-91a2-ff038fd5d227', 'name': 'network-vif-deleted', 'tag': '3cd1fdd3-cb7f-4174-b879-6c76b654ef58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 556/1095] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1096] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 557/1097] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:35 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&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: 542/1100] 10.0.0.218 () {34 vars in 678 bytes} [Mon May 25 23:23:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1101] 10.0.0.218 () {34 vars in 678 bytes} [Mon May 25 23:23:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1102] 10.0.0.218 () {34 vars in 678 bytes} [Mon May 25 23:23:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1103] 10.0.0.218 () {34 vars in 678 bytes} [Mon May 25 23:23:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1104] 10.0.0.218 () {34 vars in 678 bytes} [Mon May 25 23:23:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1105] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:36 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 562/1106] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:37 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1107] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:23:37 2026] PUT /v2.0/policies/5275ba37-fb99-44a8-818c-97727ed84432/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1108] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:37 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&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: 546/1109] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:23:37 2026] PUT /v2.0/policies/d58ebcdd-f15c-4789-abe1-8f307f085007/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: 564/1110] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:23:37 2026] PUT /v2.0/policies/bd2f7e5a-9af2-4bad-ad14-32a84379a38c/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1111] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:23:37 2026] PUT /v2.0/policies/6ad416b9-dcfc-4434-8fac-14ff4bb7a5b3/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1112] 10.0.0.218 () {32 vars in 674 bytes} [Mon May 25 23:23:37 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1113] 10.0.0.218 () {32 vars in 688 bytes} [Mon May 25 23:23:37 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1114] 10.0.0.218 () {32 vars in 684 bytes} [Mon May 25 23:23:37 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1115] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:37 2026] GET /v2.0/security-groups?tenant_id=a8ac45056aa846d8b0b7656b254db107&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1116] 10.0.0.218 () {32 vars in 696 bytes} [Mon May 25 23:23:37 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1117] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:37 2026] DELETE /v2.0/security-groups/1b06547e-0c70-43f0-b5ee-278de7feadf6 => 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: 550/1118] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/ports?device_id=bc33c710-fcd3-4f24-91a2-ff038fd5d227 => 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: 569/1119] 10.0.0.218 () {32 vars in 682 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1120] 10.0.0.218 () {32 vars in 696 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1121] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1122] 10.0.0.218 () {32 vars in 692 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1123] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/security-groups?tenant_id=35d081668204490cbdf52bfaf3943a24&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1124] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&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: 553/1125] 10.0.0.218 () {32 vars in 704 bytes} [Mon May 25 23:23:38 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1126] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:23:38 2026] DELETE /v2.0/qos/policies/5275ba37-fb99-44a8-818c-97727ed84432 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1127] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:23:38 2026] DELETE /v2.0/qos/policies/d58ebcdd-f15c-4789-abe1-8f307f085007 => 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: 573/1128] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:38 2026] DELETE /v2.0/security-groups/8e114c2f-1bcf-4f5f-9f96-1b8326b88257 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1129] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:23:38 2026] DELETE /v2.0/qos/policies/bd2f7e5a-9af2-4bad-ad14-32a84379a38c => 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: 574/1130] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:23:38 2026] DELETE /v2.0/qos/policies/6ad416b9-dcfc-4434-8fac-14ff4bb7a5b3 => 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: 557/1131] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:23:38 2026] DELETE /v2.0/qos/policies/d3304006-d584-4c7d-90cf-5e814d220dc2 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1132] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:39 2026] DELETE /v2.0/security-groups/e1844a3c-7977-4671-860f-df5e48788b45 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:39.460 8 INFO neutron.api.v2.resource [None req-68d1e796-1d3c-4600-9fb1-5f5dd4953e1c fe65baa6bd1a40d5b7aee7b769656949 66659be323bb4674b10cc114f3c1cf8b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 558/1133] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:23:39 2026] GET /v2.0/security-groups/e1844a3c-7977-4671-860f-df5e48788b45 => 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: 559/1134] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:39 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1135] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:39 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:39.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b6ee60c-38b0-412a-b951-39c54771ed55 fe65baa6bd1a40d5b7aee7b769656949 66659be323bb4674b10cc114f3c1cf8b - - default default] TaaS: Handle Delete Port: f0a90d3e-7f2a-4845-8e75-7a3259dc026f 2026-05-25 23:23:39.613 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b6ee60c-38b0-412a-b951-39c54771ed55 fe65baa6bd1a40d5b7aee7b769656949 66659be323bb4674b10cc114f3c1cf8b - - default default] Tap Mirror: Handle Delete Port: f0a90d3e-7f2a-4845-8e75-7a3259dc026f [pid: 7|app: 0|req: 576/1136] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:39 2026] DELETE /v2.0/floatingips/cb57c7dc-2d06-476e-96bd-d937f4132a57 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1137] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:39 2026] GET /v2.0/security-groups?tenant_id=370c1362612449a79956c0036494cc82&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1138] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:39 2026] DELETE /v2.0/security-groups/4e452cfb-ff0f-49f3-8040-15fb658aad34 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:40.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-82f2a28c-9584-4ee4-ba87-7528d87e312b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 558455c1-9b39-4d69-8e24-a40d564b0b53 2026-05-25 23:23:40.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82f2a28c-9584-4ee4-ba87-7528d87e312b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 558455c1-9b39-4d69-8e24-a40d564b0b53 [pid: 8|app: 0|req: 563/1139] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:40 2026] GET /v2.0/security-groups?tenant_id=7c10b3cd5d8d47eea9fea3baca4e2e84&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1140] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:40 2026] DELETE /v2.0/security-groups/4b6c9acc-1a65-45d7-b8aa-852375fa63e9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1141] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:40 2026] GET /v2.0/security-groups?tenant_id=cfa1dd6295a54434a23592e6f1a4ab42&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1142] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:40 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => 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: 577/1143] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:23:39 2026] PUT /v2.0/routers/91279a6d-dd7e-46aa-970a-f626629924a5/remove_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1144] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:40 2026] DELETE /v2.0/security-groups/f08a4db6-1f6b-49a7-b0fa-34f1a0dbc6a8 => 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: 578/1145] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:40 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&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: 579/1146] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:41 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:41.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c2b72e6-4b80-4f23-969e-bf4c04dead8b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 60a3f2fd-07aa-414b-b7f1-202dba543493 2026-05-25 23:23:41.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c2b72e6-4b80-4f23-969e-bf4c04dead8b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 60a3f2fd-07aa-414b-b7f1-202dba543493 2026-05-25 23:23:41.412 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c2b72e6-4b80-4f23-969e-bf4c04dead8b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: b866a42f-fa30-477f-bd41-2f5ed441cf4c 2026-05-25 23:23:41.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c2b72e6-4b80-4f23-969e-bf4c04dead8b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: b866a42f-fa30-477f-bd41-2f5ed441cf4c 2026-05-25 23:23:41.836 8 INFO neutron.services.segments.plugin [-] Segment 16b2a7d1-27b8-4ef1-864f-a55e086b803a resource provider aggregate not found 2026-05-25 23:23:41.842 8 INFO neutron.services.segments.plugin [-] Segment 16b2a7d1-27b8-4ef1-864f-a55e086b803a resource provider aggregate not found 2026-05-25 23:23:41.862 8 INFO neutron.services.segments.plugin [-] Segment 16b2a7d1-27b8-4ef1-864f-a55e086b803a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16b2a7d1-27b8-4ef1-864f-a55e086b803a found for delete ", "request_id": "req-99aa1f4f-1a74-4420-80b6-97fd07535f61"}]} 2026-05-25 23:23:41.864 8 INFO neutron.services.segments.plugin [-] Segment 16b2a7d1-27b8-4ef1-864f-a55e086b803a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16b2a7d1-27b8-4ef1-864f-a55e086b803a found for delete ", "request_id": "req-455f9d42-6e74-4105-a879-835e9eb074f4"}]} 2026-05-25 23:23:41.876 8 INFO neutron.db.l3_hamode_db [None req-3c2b72e6-4b80-4f23-969e-bf4c04dead8b 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network ca4269d3-d356-40dc-bfc9-e6afbd235060 was deleted as no HA routers are present in tenant 66659be323bb4674b10cc114f3c1cf8b. [pid: 8|app: 0|req: 568/1147] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:40 2026] DELETE /v2.0/routers/91279a6d-dd7e-46aa-970a-f626629924a5 => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:42.060 7 INFO neutron.db.l3_db [None req-63fd91fc-83a8-4c52-b917-3d989efd5833 10490fe95cd14ac49da661b02c653cbc f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] Floating IP b64238a1-453f-425d-b365-5fa720505607 associated. External IP: 10.96.250.215, port: b9e3a4f1-64ef-4dc1-970d-963c79e14ff3. [pid: 8|app: 0|req: 569/1148] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:41 2026] DELETE /v2.0/subnets/9b7a8bba-9d77-4a57-8441-5cb250547ca4 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:23:42.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee94c521-39b3-476d-97e2-d80b9253d882 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: c4b2cc21-36ca-4268-9b31-4cafc11c61e0 2026-05-25 23:23:42.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee94c521-39b3-476d-97e2-d80b9253d882 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: c4b2cc21-36ca-4268-9b31-4cafc11c61e0 [pid: 8|app: 0|req: 570/1149] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:23:42 2026] DELETE /v2.0/networks/bfdbab8a-2041-4735-aeb6-d4ec04e8fa0b => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1150] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:23:41 2026] PUT /v2.0/floatingips/b64238a1-453f-425d-b365-5fa720505607 => generated 856 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:42.562 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-36717e73-a696-49b1-9c46-fb0ff279e6e8'] response: {'name': 'network-changed', 'server_uuid': 'bca93322-2a31-466c-99d1-9ac540b0da43', 'tag': 'b9e3a4f1-64ef-4dc1-970d-963c79e14ff3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 571/1151] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:42 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1152] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:42 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1153] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:42 2026] GET /v2.0/security-groups?tenant_id=66659be323bb4674b10cc114f3c1cf8b&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1154] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:42 2026] DELETE /v2.0/security-groups/c5132665-9178-45e1-a5da-f6231ea7e215 => 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: 583/1155] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1156] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1157] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/ports?tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73&device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1158] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/networks?id=2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b => generated 764 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1159] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1160] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/subnets?id=5e5ee7b4-f598-40bf-a338-d9ba48dd73c9 => generated 687 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1161] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/ports?network_id=2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1162] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:42 2026] GET /v2.0/security-groups?tenant_id=31ce4e3d0d384173b3ff4e3988fc2e9c&name=default => generated 2925 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1163] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/networks/2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1164] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:43 2026] DELETE /v2.0/security-groups/a2d01f60-a3b2-482c-be79-9631d52dbe2d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1165] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/networks/2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1166] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:43 2026] GET /v2.0/security-groups?tenant_id=bed57d5c6570482289f763665c6d690e&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:23:43.882 8 INFO neutron.services.segments.plugin [-] Segment 58ae0398-7540-42bb-8556-b19870bdf41a resource provider aggregate not found 2026-05-25 23:23:43.891 8 INFO neutron.services.segments.plugin [-] Segment 58ae0398-7540-42bb-8556-b19870bdf41a resource provider aggregate not found 2026-05-25 23:23:43.900 8 INFO neutron.services.segments.plugin [-] Segment 58ae0398-7540-42bb-8556-b19870bdf41a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58ae0398-7540-42bb-8556-b19870bdf41a found for delete ", "request_id": "req-c55bdfd2-cc96-44ac-a16e-cf93aa3c4fc1"}]} 2026-05-25 23:23:43.910 8 INFO neutron.services.segments.plugin [-] Segment 58ae0398-7540-42bb-8556-b19870bdf41a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58ae0398-7540-42bb-8556-b19870bdf41a found for delete ", "request_id": "req-05cd46f4-919c-4ab8-8fec-801f95215308"}]} [pid: 7|app: 0|req: 592/1167] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:43 2026] DELETE /v2.0/security-groups/f891d46b-2822-4532-8c3a-64b0ec9243ba => 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: 576/1168] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:44 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1169] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:44 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&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-25 23:23:45.165 8 INFO neutron.db.segments_db [None req-8a365d19-b4ce-4ceb-8e9d-59d0c8e336c0 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment e57ce4b6-6da1-4e34-9e09-7d8d0c66236e of type vxlan for network 4ccd7a87-d28d-4d1d-b6a9-264ac4046261 [pid: 8|app: 0|req: 577/1170] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:23:44 2026] POST /v2.0/networks => generated 746 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1171] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:45 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => 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: 579/1172] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:45 2026] GET /v2.0/security-groups?id=0457930f-667e-4e9d-831b-db888b732ce0&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1173] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:23:45 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1174] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:45 2026] POST /v2.0/subnets => generated 693 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:23:45.616 7 INFO neutron.db.segments_db [None req-6d7a0a5e-61c9-44c8-9760-5a47fcdbdc62 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 175f5520-d500-4104-ac1c-70a425a48559 of type vxlan for network df5d5467-d21b-421f-9a34-b072f165de39 2026-05-25 23:23:45.684 8 INFO neutron_taas.services.taas.taas_plugin [req-75bac273-8ee3-4ec2-8e4e-dbf5d9230446 req-7a9c22a5-3977-483d-acb6-42b9c8469751 10490fe95cd14ac49da661b02c653cbc f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] TaaS: Handle Delete Port: b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 2026-05-25 23:23:45.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-75bac273-8ee3-4ec2-8e4e-dbf5d9230446 req-7a9c22a5-3977-483d-acb6-42b9c8469751 10490fe95cd14ac49da661b02c653cbc f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] Tap Mirror: Handle Delete Port: b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 2026-05-25 23:23:45.841 8 INFO neutron.db.l3_db [req-75bac273-8ee3-4ec2-8e4e-dbf5d9230446 req-7a9c22a5-3977-483d-acb6-42b9c8469751 10490fe95cd14ac49da661b02c653cbc f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] Floating IP b64238a1-453f-425d-b365-5fa720505607 disassociated. External IP: 10.96.250.215, port: b9e3a4f1-64ef-4dc1-970d-963c79e14ff3. 2026-05-25 23:23:45.845 7 INFO neutron.db.l3_hamode_db [None req-6d7a0a5e-61c9-44c8-9760-5a47fcdbdc62 3a059deb28f648778545016899e73269 1fc7da3eba9b41fcbc9d9ddee7efddcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 581/1175] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:23:45 2026] DELETE /v2.0/ports/b9e3a4f1-64ef-4dc1-970d-963c79e14ff3 => generated 0 bytes in 791 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:23:46.377 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-afff91da-22a5-4036-a6d6-0fffe7496c98'] response: {'server_uuid': 'bca93322-2a31-466c-99d1-9ac540b0da43', 'name': 'network-vif-deleted', 'tag': 'b9e3a4f1-64ef-4dc1-970d-963c79e14ff3', 'status': 'completed', 'code': 200} 2026-05-25 23:23:46.882 7 INFO neutron.db.l3_hamode_db [None req-6d7a0a5e-61c9-44c8-9760-5a47fcdbdc62 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 582/1176] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:23:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1177] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:46 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => 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: 584/1178] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:23:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1179] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:23:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1180] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:23:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1181] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:23:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1182] 10.0.0.218 () {34 vars in 767 bytes} [Mon May 25 23:23:47 2026] PUT /v2.0/security-groups/3cd11eb3-58c5-4530-a312-b1a3d69d8533/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1183] 10.0.0.218 () {34 vars in 767 bytes} [Mon May 25 23:23:47 2026] PUT /v2.0/security-groups/3c60a836-7592-4af4-9e0b-252628a8772e/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1184] 10.0.0.218 () {34 vars in 767 bytes} [Mon May 25 23:23:47 2026] PUT /v2.0/security-groups/a96ad39f-bc32-4062-aafe-10266b37009c/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1185] 10.0.0.218 () {34 vars in 767 bytes} [Mon May 25 23:23:47 2026] PUT /v2.0/security-groups/b325e86a-c5b1-4c95-94b7-ed10d3b63b20/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1186] 10.0.0.218 () {32 vars in 680 bytes} [Mon May 25 23:23:47 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1187] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:23:47 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1188] 10.0.0.218 () {32 vars in 690 bytes} [Mon May 25 23:23:47 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1189] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:23:45 2026] POST /v2.0/routers => generated 733 bytes in 2369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1190] 10.0.0.218 () {32 vars in 702 bytes} [Mon May 25 23:23:47 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1191] 10.0.0.218 () {32 vars in 688 bytes} [Mon May 25 23:23:47 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1192] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:48 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => 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: 598/1193] 10.0.0.218 () {32 vars in 702 bytes} [Mon May 25 23:23:48 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1194] 10.0.0.218 () {32 vars in 698 bytes} [Mon May 25 23:23:48 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1195] 10.0.0.218 () {32 vars in 710 bytes} [Mon May 25 23:23:48 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1196] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:48 2026] DELETE /v2.0/security-groups/3cd11eb3-58c5-4530-a312-b1a3d69d8533 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1197] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:48 2026] DELETE /v2.0/security-groups/3c60a836-7592-4af4-9e0b-252628a8772e => 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: 603/1198] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:48 2026] DELETE /v2.0/security-groups/a96ad39f-bc32-4062-aafe-10266b37009c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1199] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:48 2026] DELETE /v2.0/security-groups/b325e86a-c5b1-4c95-94b7-ed10d3b63b20 => 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: 605/1200] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:48 2026] DELETE /v2.0/security-groups/acf80d79-1e0d-43ef-8782-501eb6ca41d3 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1201] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:23:47 2026] PUT /v2.0/routers/d842dd84-762c-4592-bd5e-ef2463d04db6/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1202] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:49 2026] GET /v2.0/ports?device_id=bca93322-2a31-466c-99d1-9ac540b0da43 => 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: 597/1203] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:49 2026] GET /v2.0/security-groups?tenant_id=e7208426f542425caec6ef64f1fe7ab7&name=default => generated 2925 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1204] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/networks?id=4ccd7a87-d28d-4d1d-b6a9-264ac4046261 => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1205] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:50 2026] DELETE /v2.0/security-groups/032737a1-6f9e-4247-a110-550a62b4c428 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1206] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/quotas/1fc7da3eba9b41fcbc9d9ddee7efddcd => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1207] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:50 2026] DELETE /v2.0/security-groups/0457930f-667e-4e9d-831b-db888b732ce0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:50.487 8 INFO neutron.api.v2.resource [None req-bed8585e-be72-4830-9b71-371b13cb08ec 10490fe95cd14ac49da661b02c653cbc f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 610/1208] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/security-groups/0457930f-667e-4e9d-831b-db888b732ce0 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1209] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/ports?tenant_id=1fc7da3eba9b41fcbc9d9ddee7efddcd&fields=id => generated 103 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:50.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-524769b0-d437-435a-8e3d-5df682885776 10490fe95cd14ac49da661b02c653cbc f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] TaaS: Handle Delete Port: 5b2dbbfe-4c00-4725-893a-a1c128875fa9 2026-05-25 23:23:50.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-524769b0-d437-435a-8e3d-5df682885776 10490fe95cd14ac49da661b02c653cbc f05c4c48ed5b463aaeeb15e2792d0d73 - - default default] Tap Mirror: Handle Delete Port: 5b2dbbfe-4c00-4725-893a-a1c128875fa9 [pid: 7|app: 0|req: 600/1210] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/networks/4ccd7a87-d28d-4d1d-b6a9-264ac4046261?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1211] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/security-groups?tenant_id=1e7c193b357f49a5b15c4c592a48c1a3&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1212] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:50 2026] DELETE /v2.0/floatingips/b64238a1-453f-425d-b365-5fa720505607 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1213] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/networks/4ccd7a87-d28d-4d1d-b6a9-264ac4046261?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: 612/1214] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:50 2026] DELETE /v2.0/security-groups/0da8675e-9f97-4361-bcd0-364d8c9ee1f4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:51.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-30d0d303-6335-4771-8a89-ad5dd63bb8bd 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: dfc1edda-db37-46c0-9e26-380769d3096b 2026-05-25 23:23:51.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30d0d303-6335-4771-8a89-ad5dd63bb8bd 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: dfc1edda-db37-46c0-9e26-380769d3096b [pid: 8|app: 0|req: 613/1215] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:50 2026] GET /v2.0/security-groups?tenant_id=c5117e74a42545aba91eda6a26a0dde0&name=default => generated 2925 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1216] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:51 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => 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: 615/1217] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:51 2026] GET /v2.0/security-groups?tenant_id=fd5f15c37430419ba1a65d0bdf62849d&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1220] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:51 2026] DELETE /v2.0/security-groups/24cff24f-57a3-4fbe-8bb3-587e26f9770c => 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: 619/1221] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:51 2026] DELETE /v2.0/security-groups/85acc37b-5a82-4dab-8731-f5d05cabca35 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1222] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:51 2026] GET /v2.0/security-groups?tenant_id=0622cfc4067145cf91f33b32d6a61f8c&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1223] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:51 2026] DELETE /v2.0/security-groups/bed057f0-2dc9-4f3c-95ab-cf6947c57374 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1224] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:23:50 2026] PUT /v2.0/routers/489199df-3eb1-46db-8e58-37fba8426f70/remove_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:23:52.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8487138-abf7-4763-906f-50c63e326f9c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: b9afa565-4c30-4585-bbd5-3c61800e306a 2026-05-25 23:23:52.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8487138-abf7-4763-906f-50c63e326f9c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: b9afa565-4c30-4585-bbd5-3c61800e306a [pid: 7|app: 0|req: 604/1225] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:52 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:23:52.750 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8487138-abf7-4763-906f-50c63e326f9c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: c00cc701-95aa-470c-b44d-4f17d6b8b1d5 2026-05-25 23:23:52.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8487138-abf7-4763-906f-50c63e326f9c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: c00cc701-95aa-470c-b44d-4f17d6b8b1d5 2026-05-25 23:23:53.158 8 INFO neutron.services.segments.plugin [-] Segment 82a547b8-88ab-47f9-8839-c5027fd6a557 resource provider aggregate not found 2026-05-25 23:23:53.162 8 INFO neutron.services.segments.plugin [-] Segment 82a547b8-88ab-47f9-8839-c5027fd6a557 resource provider aggregate not found 2026-05-25 23:23:53.179 8 INFO neutron.services.segments.plugin [-] Segment 82a547b8-88ab-47f9-8839-c5027fd6a557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82a547b8-88ab-47f9-8839-c5027fd6a557 found for delete ", "request_id": "req-8a6cefe0-86a5-4d80-92b8-db47b2c4b289"}]} 2026-05-25 23:23:53.189 8 INFO neutron.services.segments.plugin [-] Segment 82a547b8-88ab-47f9-8839-c5027fd6a557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82a547b8-88ab-47f9-8839-c5027fd6a557 found for delete ", "request_id": "req-486ad316-18ac-4c99-a924-af067f4b8e0e"}]} 2026-05-25 23:23:53.201 8 INFO neutron.db.l3_hamode_db [None req-b8487138-abf7-4763-906f-50c63e326f9c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network 5cb689a1-7f47-4e22-a38c-bebb22d68757 was deleted as no HA routers are present in tenant f05c4c48ed5b463aaeeb15e2792d0d73. [pid: 8|app: 0|req: 622/1226] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:52 2026] DELETE /v2.0/routers/489199df-3eb1-46db-8e58-37fba8426f70 => generated 0 bytes in 1171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1227] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:23:53 2026] DELETE /v2.0/subnets/5e5ee7b4-f598-40bf-a338-d9ba48dd73c9 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:23:53.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-10d205ca-1f69-457d-800d-d1419b7384f8 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 3b0ef647-c788-42ea-943d-0dd4ee6b6d58 2026-05-25 23:23:53.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10d205ca-1f69-457d-800d-d1419b7384f8 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 3b0ef647-c788-42ea-943d-0dd4ee6b6d58 [pid: 8|app: 0|req: 623/1228] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:23:53 2026] DELETE /v2.0/networks/2cfd55d8-c3d8-456c-93c7-4c20aa91cc0b => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1229] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:53 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1230] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:53 2026] GET /v2.0/security-groups?tenant_id=f05c4c48ed5b463aaeeb15e2792d0d73&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: 607/1231] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:53 2026] DELETE /v2.0/security-groups/fff36ccf-a10c-45e3-8803-76e56863ae10 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1232] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:54 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1233] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:54 2026] GET /v2.0/security-groups?tenant_id=3935fa0444db41d5a81ca32f50215d99&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1234] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:55 2026] DELETE /v2.0/security-groups/67c3d18c-1bc1-49d8-933a-c7fbf3db3f50 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:23:55.201 8 INFO neutron.services.segments.plugin [-] Segment 530ea203-2c95-4718-98bf-3761691ed52d resource provider aggregate not found 2026-05-25 23:23:55.208 8 INFO neutron.services.segments.plugin [-] Segment 530ea203-2c95-4718-98bf-3761691ed52d resource provider aggregate not found 2026-05-25 23:23:55.225 8 INFO neutron.services.segments.plugin [-] Segment 530ea203-2c95-4718-98bf-3761691ed52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530ea203-2c95-4718-98bf-3761691ed52d found for delete ", "request_id": "req-fc70879e-b817-4147-af1a-0b1293a9cc97"}]} 2026-05-25 23:23:55.226 8 INFO neutron.services.segments.plugin [-] Segment 530ea203-2c95-4718-98bf-3761691ed52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 530ea203-2c95-4718-98bf-3761691ed52d found for delete ", "request_id": "req-d4de83d4-b1da-4100-adf4-e61580334548"}]} [pid: 8|app: 0|req: 626/1235] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:23:55 2026] GET /v2.0/networks?id=4ccd7a87-d28d-4d1d-b6a9-264ac4046261 => generated 678 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1236] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:23:55 2026] POST /v2.0/ports => generated 954 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 627/1237] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:55 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 957 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1238] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:56 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1239] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:23:55 2026] PUT /v2.0/ports/c3807dd1-4d86-4bb0-8bd0-f0acc1769f97 => generated 1235 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:23:56.559 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5146657-805e-4210-a8c4-bea66ddb5676'] response: {'name': 'network-changed', 'server_uuid': 'f06e1046-35dc-4c9d-81f9-b126da556a47', 'tag': 'c3807dd1-4d86-4bb0-8bd0-f0acc1769f97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 629/1240] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:23:56 2026] POST /v2.0/subnetpools => generated 516 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, ' [pid: 7|app: 0|req: 612/1241] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:23:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1242] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/ports?tenant_id=1fc7da3eba9b41fcbc9d9ddee7efddcd&device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1243] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:23:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1244] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/networks?tenant_id=1fc7da3eba9b41fcbc9d9ddee7efddcd&shared=False => generated 774 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1245] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1246] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:23:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1247] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1248] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1249] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:23:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1250] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:23:57 2026] PUT /v2.0/subnetpools/20375c67-3230-4532-a137-d03d718c20e7/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1251] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:23:57 2026] PUT /v2.0/subnetpools/3950cad2-e35a-4f01-8b76-37d2abe45a15/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1252] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:23:57 2026] PUT /v2.0/subnetpools/a7a5a301-6296-4db4-af68-f3c6be52f7a0/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1253] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:23:57 2026] PUT /v2.0/subnetpools/4e371e1b-014b-49c8-b60b-a39d71cdd085/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1254] 10.0.0.218 () {32 vars in 672 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1255] 10.0.0.218 () {32 vars in 686 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1256] 10.0.0.218 () {32 vars in 682 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1257] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1258] 10.0.0.218 () {32 vars in 680 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1259] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1260] 10.0.0.218 () {32 vars in 690 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1261] 10.0.0.218 () {32 vars in 702 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1262] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:57 2026] DELETE /v2.0/subnetpools/20375c67-3230-4532-a137-d03d718c20e7 => 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: 641/1263] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:57 2026] DELETE /v2.0/subnetpools/3950cad2-e35a-4f01-8b76-37d2abe45a15 => 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: 642/1264] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:58 2026] DELETE /v2.0/subnetpools/a7a5a301-6296-4db4-af68-f3c6be52f7a0 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1265] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:58 2026] DELETE /v2.0/subnetpools/4e371e1b-014b-49c8-b60b-a39d71cdd085 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1266] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:23:58 2026] DELETE /v2.0/subnetpools/6a554752-4ca2-443c-ac06-94dd96108677 => 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: 623/1267] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:57 2026] GET /v2.0/security-groups?tenant_id=a1485743ec064036a89af1d858418231&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1268] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/ports?tenant_id=1fc7da3eba9b41fcbc9d9ddee7efddcd&device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1269] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c3807dd1-4d86-4bb0-8bd0-f0acc1769f97 => 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: 647/1270] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => 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: 624/1271] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:58 2026] DELETE /v2.0/security-groups/bb59e17e-c69a-4b2d-8c2c-e5ee994e98d7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1272] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1273] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/subnets?id=286ccb6d-1ce0-41fe-9569-f8168c99e727 => generated 696 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1274] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/ports?network_id=4ccd7a87-d28d-4d1d-b6a9-264ac4046261&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1275] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/networks/4ccd7a87-d28d-4d1d-b6a9-264ac4046261?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1276] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:23:58 2026] GET /v2.0/networks/4ccd7a87-d28d-4d1d-b6a9-264ac4046261?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1277] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:59 2026] GET /v2.0/security-groups?tenant_id=911a14c732194169aba63809b8e29c89&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1278] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:23:59 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1279] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:23:59 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1280] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:23:59 2026] DELETE /v2.0/security-groups/90f945c5-41a1-4c7a-9814-4322dba00326 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1281] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:23:59 2026] GET /v2.0/security-groups?tenant_id=c972df6a3df346e28a97a3aaec9b1acc&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1282] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:00 2026] DELETE /v2.0/security-groups/476ba731-f7ca-4197-b850-29da1af44837 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1283] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/security-groups?tenant_id=2700801297874744ab92a2e51db2abcb&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1284] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:00 2026] DELETE /v2.0/security-groups/0a00c8a8-d099-4085-932a-7d20aa1f35bd => 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: 631/1285] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1286] 10.0.0.218 () {32 vars in 653 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions => generated 21537 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1287] 10.0.0.218 () {32 vars in 681 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1288] 10.0.0.218 () {32 vars in 681 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1289] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1290] 10.0.0.218 () {32 vars in 665 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1291] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1292] 10.0.0.218 () {32 vars in 699 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1293] 10.0.0.218 () {32 vars in 697 bytes} [Mon May 25 23:24:00 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: 661/1294] 10.0.0.218 () {32 vars in 701 bytes} [Mon May 25 23:24:00 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: 634/1295] 10.0.0.218 () {32 vars in 689 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1296] 10.0.0.218 () {32 vars in 703 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1297] 10.0.0.218 () {32 vars in 693 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1298] 10.0.0.218 () {32 vars in 695 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1299] 10.0.0.218 () {32 vars in 685 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1300] 10.0.0.218 () {32 vars in 687 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1301] 10.0.0.218 () {32 vars in 661 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1302] 10.0.0.218 () {32 vars in 699 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1303] 10.0.0.218 () {32 vars in 679 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1304] 10.0.0.218 () {32 vars in 683 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1305] 10.0.0.218 () {32 vars in 675 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1306] 10.0.0.218 () {32 vars in 689 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1307] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1308] 10.0.0.218 () {32 vars in 687 bytes} [Mon May 25 23:24:00 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1309] 10.0.0.218 () {32 vars in 669 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1310] 10.0.0.218 () {32 vars in 687 bytes} [Mon May 25 23:24:01 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: 642/1311] 10.0.0.218 () {32 vars in 681 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1312] 10.0.0.218 () {32 vars in 699 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1313] 10.0.0.218 () {32 vars in 679 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1314] 10.0.0.218 () {32 vars in 667 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1315] 10.0.0.218 () {32 vars in 677 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1316] 10.0.0.218 () {32 vars in 665 bytes} [Mon May 25 23:24:01 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: 645/1317] 10.0.0.218 () {32 vars in 675 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/l3-flavors => 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: 673/1318] 10.0.0.218 () {32 vars in 713 bytes} [Mon May 25 23:24:01 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: 646/1319] 10.0.0.218 () {32 vars in 691 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1320] 10.0.0.218 () {32 vars in 683 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1321] 10.0.0.218 () {32 vars in 669 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1322] 10.0.0.218 () {32 vars in 687 bytes} [Mon May 25 23:24:01 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: 648/1323] 10.0.0.218 () {32 vars in 705 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1324] 10.0.0.218 () {32 vars in 675 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1325] 10.0.0.218 () {32 vars in 701 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1326] 10.0.0.218 () {32 vars in 675 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1327] 10.0.0.218 () {32 vars in 693 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1328] 10.0.0.218 () {32 vars in 689 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1329] 10.0.0.218 () {32 vars in 709 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1330] 10.0.0.218 () {32 vars in 705 bytes} [Mon May 25 23:24:01 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: 7|app: 0|req: 652/1331] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1332] 10.0.0.218 () {32 vars in 697 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1333] 10.0.0.218 () {32 vars in 711 bytes} [Mon May 25 23:24:01 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: 681/1334] 10.0.0.218 () {32 vars in 669 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1335] 10.0.0.218 () {32 vars in 687 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1336] 10.0.0.218 () {32 vars in 681 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1337] 10.0.0.218 () {32 vars in 675 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1338] 10.0.0.218 () {32 vars in 671 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1339] 10.0.0.218 () {32 vars in 661 bytes} [Mon May 25 23:24:01 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: 684/1340] 10.0.0.218 () {32 vars in 699 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1341] 10.0.0.218 () {32 vars in 699 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1342] 10.0.0.218 () {32 vars in 677 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1343] 10.0.0.218 () {32 vars in 669 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1344] 10.0.0.218 () {32 vars in 683 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1345] 10.0.0.218 () {32 vars in 701 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1346] 10.0.0.218 () {32 vars in 685 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1347] 10.0.0.218 () {32 vars in 707 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1348] 10.0.0.218 () {32 vars in 669 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1349] 10.0.0.218 () {32 vars in 697 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1350] 10.0.0.218 () {32 vars in 695 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1351] 10.0.0.218 () {32 vars in 685 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1352] 10.0.0.218 () {32 vars in 689 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1353] 10.0.0.218 () {32 vars in 705 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1354] 10.0.0.218 () {32 vars in 667 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1355] 10.0.0.218 () {32 vars in 681 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1356] 10.0.0.218 () {32 vars in 681 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1357] 10.0.0.218 () {32 vars in 691 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1358] 10.0.0.218 () {32 vars in 691 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1359] 10.0.0.218 () {32 vars in 695 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1360] 10.0.0.218 () {32 vars in 685 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1361] 10.0.0.218 () {32 vars in 689 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1362] 10.0.0.218 () {32 vars in 701 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1363] 10.0.0.218 () {32 vars in 703 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1364] 10.0.0.218 () {32 vars in 713 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1365] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1366] 10.0.0.218 () {32 vars in 715 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1367] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1368] 10.0.0.218 () {32 vars in 741 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1369] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1370] 10.0.0.218 () {32 vars in 683 bytes} [Mon May 25 23:24:01 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: 672/1371] 10.0.0.218 () {32 vars in 669 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1372] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1373] 10.0.0.218 () {32 vars in 679 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1374] 10.0.0.218 () {32 vars in 669 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1375] 10.0.0.218 () {32 vars in 697 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1376] 10.0.0.218 () {32 vars in 705 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1377] 10.0.0.218 () {32 vars in 701 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1378] 10.0.0.218 () {32 vars in 701 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1379] 10.0.0.218 () {32 vars in 683 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1380] 10.0.0.218 () {32 vars in 705 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1381] 10.0.0.218 () {32 vars in 695 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1382] 10.0.0.218 () {32 vars in 689 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1383] 10.0.0.218 () {32 vars in 697 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1384] 10.0.0.218 () {32 vars in 679 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1385] 10.0.0.218 () {32 vars in 689 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1386] 10.0.0.218 () {32 vars in 701 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1387] 10.0.0.218 () {32 vars in 665 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1388] 10.0.0.218 () {32 vars in 681 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1389] 10.0.0.218 () {32 vars in 677 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1390] 10.0.0.218 () {32 vars in 693 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1391] 10.0.0.218 () {32 vars in 677 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1392] 10.0.0.218 () {32 vars in 667 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1393] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1394] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1395] 10.0.0.218 () {32 vars in 675 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1396] 10.0.0.218 () {32 vars in 687 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1397] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:01 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1398] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:02 2026] GET /v2.0/security-groups?tenant_id=3eaac2c509a14b3bb22cfa6bc6d0049f&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1399] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:02 2026] DELETE /v2.0/security-groups/84486633-5e30-4e56-8045-a72dcdcc6d63 => 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: 718/1400] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:02 2026] GET /v2.0/security-groups?tenant_id=e1c26888f54e420a82f3869617597ff3&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1401] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:02 2026] DELETE /v2.0/security-groups/b40f3704-e40e-4dd8-8721-3b7f20520048 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1402] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:02 2026] GET /v2.0/security-groups?tenant_id=0cfef9431645493b888e2ff813d77bbc&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: 684/1403] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:03 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => 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: 720/1404] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:03 2026] DELETE /v2.0/security-groups/c9cb5fa1-3f8b-451c-8ecf-ce9be0bffb8b => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1405] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:03 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1406] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:04 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1407] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:04 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1408] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:04 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1409] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:04 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1410] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:24:04 2026] POST /v2.0/floatingips => generated 552 bytes in 955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1411] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:24:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1412] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:24:05 2026] PUT /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 25 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1413] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/security-groups => generated 4529 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1414] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1415] 10.0.0.218 () {34 vars in 758 bytes} [Mon May 25 23:24:05 2026] PUT /v2.0/security-groups/5d5797b5-8bca-4d87-80f7-704605ce1645 => generated 1664 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1416] 10.0.0.218 () {34 vars in 770 bytes} [Mon May 25 23:24:05 2026] PUT /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags/green => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1417] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/security-groups/5d5797b5-8bca-4d87-80f7-704605ce1645 => generated 1664 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1418] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1419] 10.0.0.218 () {34 vars in 766 bytes} [Mon May 25 23:24:05 2026] PUT /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1420] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:05 2026] DELETE /v2.0/security-groups/5d5797b5-8bca-4d87-80f7-704605ce1645 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1421] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/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: 730/1422] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:05.808 8 INFO neutron.api.v2.resource [None req-0408adc3-84ff-4d1a-bb14-a10e5eac5cc2 a77cc3469834419dbf8f723a3fff2da1 29915eb5d85345558690c61ee6f8cc28 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 731/1423] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:05 2026] DELETE /v2.0/security-groups/5d5797b5-8bca-4d87-80f7-704605ce1645 => 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: 693/1424] 10.0.0.218 () {34 vars in 788 bytes} [Mon May 25 23:24:05 2026] PUT /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1425] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1426] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:24:05 2026] PUT /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1427] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:05 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => 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: 697/1428] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1429] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:24:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1430] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&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: 699/1431] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:06.184 7 INFO neutron.api.v2.resource [None req-dce3d7f6-67b3-4b91-982d-af3dc221e6bf 2e4921bae201471dab639fc9831c60b3 4c46402646424d6984ba35655b77f7e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1432] 10.0.0.218 () {32 vars in 751 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/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: 733/1433] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1436] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/security-group-rules/7be79586-fb1f-4f49-9ea9-a65abec869e2 => 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: 701/1437] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:24:06 2026] DELETE /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1438] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1439] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:06.382 7 INFO neutron.api.v2.resource [None req-d5dfa69d-c300-4048-9096-334b30fcd5dd 2e4921bae201471dab639fc9831c60b3 4c46402646424d6984ba35655b77f7e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1440] 10.0.0.218 () {32 vars in 754 bytes} [Mon May 25 23:24:06 2026] DELETE /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1441] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:24:06 2026] DELETE /v2.0/security-group-rules/7be79586-fb1f-4f49-9ea9-a65abec869e2 => 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: 704/1442] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:24:06 2026] DELETE /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1443] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:24:06 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: 705/1444] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1445] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1446] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/security-group-rules/94a1bfce-8c50-4536-b882-4132672c2582 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:06.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d302fea-796c-464a-b662-4e2a6f144f3c 2e4921bae201471dab639fc9831c60b3 4c46402646424d6984ba35655b77f7e8 - - default default] TaaS: Handle Delete Port: 1b684aed-100e-4ca1-8bce-98c93f52f4c3 2026-05-25 23:24:06.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d302fea-796c-464a-b662-4e2a6f144f3c 2e4921bae201471dab639fc9831c60b3 4c46402646424d6984ba35655b77f7e8 - - default default] Tap Mirror: Handle Delete Port: 1b684aed-100e-4ca1-8bce-98c93f52f4c3 [pid: 8|app: 0|req: 742/1447] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1448] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:24:06 2026] DELETE /v2.0/security-group-rules/94a1bfce-8c50-4536-b882-4132672c2582 => 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: 706/1449] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:24:06 2026] DELETE /v2.0/floatingips/f1fb44a7-cbab-4d72-bbc5-ff9b69a867da => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1450] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:24:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:07.017 7 INFO neutron.db.securitygroups_db [None req-fd9b9932-af76-4b63-93f2-78d81007f09e a77cc3469834419dbf8f723a3fff2da1 29915eb5d85345558690c61ee6f8cc28 - - default default] Project 29915eb5d85345558690c61ee6f8cc28 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: 707/1451] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1452] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:24:07 2026] GET /v2.0/security-group-rules/0f4f76a3-0949-455c-95bd-69b35838593c => generated 607 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1453] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:24:07 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1454] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:24:07 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1455] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:07 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1456] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:24:07 2026] DELETE /v2.0/security-group-rules/0f4f76a3-0949-455c-95bd-69b35838593c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1457] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:07 2026] GET /v2.0/security-groups?id=d16934ae-b564-44f3-a100-6d76b8eed0b2&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: 750/1458] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:24:07 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) 2026-05-25 23:24:07.479 7 INFO neutron_taas.services.taas.taas_plugin [req-b1899373-e37a-409b-a281-b9715b4543c8 req-6796827f-de48-4aaa-8b51-22f06708dbeb 11587fd5b5624c15aef94d370f78a0e1 1fc7da3eba9b41fcbc9d9ddee7efddcd - - default default] TaaS: Handle Delete Port: c3807dd1-4d86-4bb0-8bd0-f0acc1769f97 2026-05-25 23:24:07.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1899373-e37a-409b-a281-b9715b4543c8 req-6796827f-de48-4aaa-8b51-22f06708dbeb 11587fd5b5624c15aef94d370f78a0e1 1fc7da3eba9b41fcbc9d9ddee7efddcd - - default default] Tap Mirror: Handle Delete Port: c3807dd1-4d86-4bb0-8bd0-f0acc1769f97 [pid: 8|app: 0|req: 751/1459] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:07 2026] DELETE /v2.0/security-groups/f04df49b-2489-4e36-8a58-076ee1f1abaa => 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: 752/1460] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:24:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1461] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:24:07 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) [pid: 7|app: 0|req: 709/1462] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:24:07 2026] DELETE /v2.0/ports/c3807dd1-4d86-4bb0-8bd0-f0acc1769f97 => generated 0 bytes in 462 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:07.775 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c69babb9-c0d8-4633-8688-163981d3ec46'] response: {'server_uuid': 'f06e1046-35dc-4c9d-81f9-b126da556a47', 'name': 'network-vif-deleted', 'tag': 'c3807dd1-4d86-4bb0-8bd0-f0acc1769f97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 754/1463] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:07 2026] GET /v2.0/security-groups?tenant_id=4c46402646424d6984ba35655b77f7e8&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1464] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:08 2026] DELETE /v2.0/security-groups/972e75e3-2bb1-4c30-8bbc-76e9e4b952d1 => 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: 755/1465] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:08 2026] GET /v2.0/security-groups?tenant_id=29915eb5d85345558690c61ee6f8cc28&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: 711/1466] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:08 2026] DELETE /v2.0/security-groups/28293fc4-e170-4c3a-98a5-541b7daea527 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1467] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:08 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => 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: 756/1468] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:08 2026] GET /v2.0/security-groups?tenant_id=661622c8cc0b400eb57ad51fb30af82a&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: 713/1469] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:08 2026] DELETE /v2.0/security-groups/8062e1e6-7eb8-4b8e-a2fd-ba687a337338 => 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: 757/1470] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:09 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => 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: 758/1471] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:10 2026] GET /v2.0/ports?device_id=f06e1046-35dc-4c9d-81f9-b126da556a47 => 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: 714/1472] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:10 2026] GET /v2.0/security-groups?tenant_id=c2b57eed5dc54c56bf14021d12d62a02&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1473] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:10 2026] DELETE /v2.0/security-groups/c129b87f-a7c9-44df-bc42-83b0a6a4358d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1474] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:11 2026] GET /v2.0/security-groups?tenant_id=c012e8c3a00e41aab5cb6b4ca768de1e&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1475] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:11 2026] DELETE /v2.0/security-groups/55bf4891-0082-4e5f-8057-08093992ae71 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:12.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f4c8121-50bd-480b-934a-1e68e64f9b83 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: d5dda348-a594-4837-aa05-0b80770b8c38 2026-05-25 23:24:12.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f4c8121-50bd-480b-934a-1e68e64f9b83 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: d5dda348-a594-4837-aa05-0b80770b8c38 [pid: 8|app: 0|req: 761/1476] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:24:12 2026] POST /v2.0/subnetpools => generated 516 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1477] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:24:12 2026] PUT /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/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: 716/1478] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:24:11 2026] PUT /v2.0/routers/d842dd84-762c-4592-bd5e-ef2463d04db6/remove_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1479] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:12 2026] GET /v2.0/security-groups?tenant_id=24124167cb5b414daa47532d30a9e265&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1480] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:12 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1481] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:12 2026] DELETE /v2.0/security-groups/53dccdde-b9cf-4fdd-9afd-2a98373e2f69 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1482] 10.0.0.218 () {34 vars in 770 bytes} [Mon May 25 23:24:13 2026] PUT /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1483] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:13 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:13.154 8 INFO neutron_taas.services.taas.taas_plugin [None req-3edd7d91-2346-4509-bec0-95a29e294906 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 0ca6e18b-ca81-45b2-8e9e-caa6a6f7bb2b 2026-05-25 23:24:13.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3edd7d91-2346-4509-bec0-95a29e294906 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 0ca6e18b-ca81-45b2-8e9e-caa6a6f7bb2b [pid: 7|app: 0|req: 721/1484] 10.0.0.218 () {34 vars in 766 bytes} [Mon May 25 23:24:13 2026] PUT /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1485] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:13 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1486] 10.0.0.218 () {34 vars in 788 bytes} [Mon May 25 23:24:13 2026] PUT /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1487] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:13 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1488] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:24:13 2026] PUT /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1489] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:13 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:13.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-3edd7d91-2346-4509-bec0-95a29e294906 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: f707a761-9b70-4dcf-9168-d10a81c84b71 2026-05-25 23:24:13.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3edd7d91-2346-4509-bec0-95a29e294906 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: f707a761-9b70-4dcf-9168-d10a81c84b71 2026-05-25 23:24:13.854 7 INFO neutron.db.segments_db [None req-d453cea5-9e27-436b-8137-23c724cb4c2d 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Added segment 5d966094-d352-4cda-bd5a-a9b0858d9d7f of type vxlan for network e020569a-d221-440d-9c13-68f63811902e 2026-05-25 23:24:13.932 7 INFO neutron.db.segments_db [None req-d453cea5-9e27-436b-8137-23c724cb4c2d 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Added segment ad7840f2-6834-454b-a20e-ef42191e7200 of type vxlan for network 03c8e83a-2a5b-4014-8ac7-49adef0ed9fe 2026-05-25 23:24:13.935 8 INFO neutron.services.segments.plugin [-] Segment 175f5520-d500-4104-ac1c-70a425a48559 resource provider aggregate not found 2026-05-25 23:24:13.936 8 INFO neutron.services.segments.plugin [-] Segment 175f5520-d500-4104-ac1c-70a425a48559 resource provider aggregate not found 2026-05-25 23:24:13.960 8 INFO neutron.services.segments.plugin [-] Segment 175f5520-d500-4104-ac1c-70a425a48559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 175f5520-d500-4104-ac1c-70a425a48559 found for delete ", "request_id": "req-d71009a2-5455-4acd-a5c4-3b3e8fc8829f"}]} 2026-05-25 23:24:13.963 8 INFO neutron.services.segments.plugin [-] Segment 175f5520-d500-4104-ac1c-70a425a48559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 175f5520-d500-4104-ac1c-70a425a48559 found for delete ", "request_id": "req-6e9fbcb2-fa66-4277-b18d-08b5f7369002"}]} 2026-05-25 23:24:13.973 8 INFO neutron.db.l3_hamode_db [None req-3edd7d91-2346-4509-bec0-95a29e294906 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network df5d5467-d21b-421f-9a34-b072f165de39 was deleted as no HA routers are present in tenant 1fc7da3eba9b41fcbc9d9ddee7efddcd. [pid: 8|app: 0|req: 764/1490] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:12 2026] DELETE /v2.0/routers/d842dd84-762c-4592-bd5e-ef2463d04db6 => generated 0 bytes in 1062 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1491] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:24:13 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1492] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:13 2026] POST /v2.0/networks => generated 1246 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 23:24:14.096 7 INFO neutron.api.v2.resource [None req-3acbb330-178e-48b8-9624-14f6bc26da7b 81677127bf8a46a987eb9a6bc96a22d2 51338a13b25b495cb7647fadf3a321fe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1493] 10.0.0.218 () {32 vars in 751 bytes} [Mon May 25 23:24:14 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1494] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:24:14 2026] GET /v2.0/networks => generated 1845 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1495] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/subnets/286ccb6d-1ce0-41fe-9569-f8168c99e727 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1496] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags/red => 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: 767/1497] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/networks/e020569a-d221-440d-9c13-68f63811902e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:14.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-7121b727-6a47-42cf-b13a-d11cc0e7881c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 2948efbc-a9f6-4ef7-9d23-eac7b41a44e6 2026-05-25 23:24:14.340 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7121b727-6a47-42cf-b13a-d11cc0e7881c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 2948efbc-a9f6-4ef7-9d23-eac7b41a44e6 [pid: 8|app: 0|req: 768/1498] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:14 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1499] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/networks/03c8e83a-2a5b-4014-8ac7-49adef0ed9fe => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:14.513 7 INFO neutron.services.segments.plugin [-] Segment e57ce4b6-6da1-4e34-9e09-7d8d0c66236e resource provider aggregate not found 2026-05-25 23:24:14.518 7 INFO neutron.services.segments.plugin [-] Segment e57ce4b6-6da1-4e34-9e09-7d8d0c66236e resource provider aggregate not found 2026-05-25 23:24:14.531 7 INFO neutron.services.segments.plugin [-] Segment e57ce4b6-6da1-4e34-9e09-7d8d0c66236e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e57ce4b6-6da1-4e34-9e09-7d8d0c66236e found for delete ", "request_id": "req-802d113c-3f7b-4c34-99cb-83c1007ce0d4"}]} 2026-05-25 23:24:14.533 7 INFO neutron.services.segments.plugin [-] Segment e57ce4b6-6da1-4e34-9e09-7d8d0c66236e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e57ce4b6-6da1-4e34-9e09-7d8d0c66236e found for delete ", "request_id": "req-580b0653-29ef-4350-b39e-3bf33fa70f33"}]} 2026-05-25 23:24:14.535 8 INFO neutron.api.v2.resource [None req-26ec1589-7c09-4fb7-8622-62b5e82a9ceb 81677127bf8a46a987eb9a6bc96a22d2 51338a13b25b495cb7647fadf3a321fe - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 770/1500] 10.0.0.218 () {32 vars in 754 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1501] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/networks/4ccd7a87-d28d-4d1d-b6a9-264ac4046261 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1502] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1503] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:24:14 2026] GET /v2.0/networks => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1504] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:24:14 2026] GET /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47/tags => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:14.642 8 INFO neutron.db.segments_db [None req-ea12d8c5-e9c5-4b4b-acb5-95608c2934c1 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Added segment a2ee7c3f-92c8-4e1d-826c-3712eaed377b of type vxlan for network 419a0b11-2244-4284-a2de-3ec821641b58 [pid: 7|app: 0|req: 734/1505] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/subnetpools/b9253ba0-7e42-42f6-bee9-5a201e406e47 => 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: 772/1506] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:14 2026] POST /v2.0/networks => generated 654 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1507] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:14 2026] GET /v2.0/security-groups?tenant_id=1fc7da3eba9b41fcbc9d9ddee7efddcd&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:14.797 8 INFO neutron.db.segments_db [None req-98e7b7cf-c0c5-4f15-9119-93d3d2c99713 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Added segment ea52dc4c-0255-4e59-b846-89bd1da86849 of type vxlan for network 51b97224-1f7b-4a41-b2e4-0465b9a8fdff [pid: 7|app: 0|req: 736/1508] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:14 2026] DELETE /v2.0/security-groups/d16934ae-b564-44f3-a100-6d76b8eed0b2 => 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: 773/1509] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:14 2026] POST /v2.0/networks => generated 654 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:15.226 7 INFO neutron.db.segments_db [None req-61058a2e-315c-47b5-b56e-a1cb6c4a8059 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 31303b8a-f26c-42c0-8699-cc8f7c529546 of type vxlan for network 81fd6eb9-968b-43be-9cf2-3595777c0ccb [pid: 7|app: 0|req: 737/1510] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:24:14 2026] POST /v2.0/networks => generated 741 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1511] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:14 2026] POST /v2.0/ports => generated 1505 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1512] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:15 2026] POST /v2.0/subnets => generated 688 bytes in 224 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: 739/1513] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:15 2026] GET /v2.0/ports => generated 1505 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:15.760 7 INFO neutron.db.segments_db [None req-1a9b623c-2f2a-4a34-91fe-89ea2eba6d55 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment aa5a0ace-8cf7-4807-82c3-f9646b425433 of type vxlan for network 897989d6-94ad-4115-bb6d-0b6ee1757356 [pid: 8|app: 0|req: 775/1514] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:15 2026] GET /v2.0/security-groups?tenant_id=51338a13b25b495cb7647fadf3a321fe&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:15.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-573649ec-08fc-4204-b89a-0f536d7c3f87 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] TaaS: Handle Delete Port: b4ff68c5-5986-4b07-bca0-a6de5a961d84 2026-05-25 23:24:15.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-573649ec-08fc-4204-b89a-0f536d7c3f87 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Tap Mirror: Handle Delete Port: b4ff68c5-5986-4b07-bca0-a6de5a961d84 2026-05-25 23:24:16.001 8 INFO neutron.services.segments.plugin [-] Segment 5d966094-d352-4cda-bd5a-a9b0858d9d7f resource provider aggregate not found 2026-05-25 23:24:16.007 8 INFO neutron.services.segments.plugin [-] Segment 5d966094-d352-4cda-bd5a-a9b0858d9d7f resource provider aggregate not found 2026-05-25 23:24:16.031 8 INFO neutron.services.segments.plugin [-] Segment 5d966094-d352-4cda-bd5a-a9b0858d9d7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d966094-d352-4cda-bd5a-a9b0858d9d7f found for delete ", "request_id": "req-a4f46f0c-8725-42c4-abbb-86843c354b17"}]} 2026-05-25 23:24:16.044 8 INFO neutron.services.segments.plugin [-] Segment 5d966094-d352-4cda-bd5a-a9b0858d9d7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d966094-d352-4cda-bd5a-a9b0858d9d7f found for delete ", "request_id": "req-9fb84195-3689-476d-88da-25741c83ad29"}]} 2026-05-25 23:24:16.060 8 INFO neutron.services.segments.plugin [-] Segment ad7840f2-6834-454b-a20e-ef42191e7200 resource provider aggregate not found 2026-05-25 23:24:16.072 7 INFO neutron.db.l3_hamode_db [None req-1a9b623c-2f2a-4a34-91fe-89ea2eba6d55 3a059deb28f648778545016899e73269 ae97d098675a44f9a7003c8f966c5220 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:24:16.077 8 INFO neutron.services.segments.plugin [-] Segment ad7840f2-6834-454b-a20e-ef42191e7200 resource provider aggregate not found 2026-05-25 23:24:16.098 8 INFO neutron.services.segments.plugin [-] Segment ad7840f2-6834-454b-a20e-ef42191e7200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad7840f2-6834-454b-a20e-ef42191e7200 found for delete ", "request_id": "req-952eb0c1-6bd4-4202-8474-8d2c5ae8a983"}]} 2026-05-25 23:24:16.102 8 INFO neutron.services.segments.plugin [-] Segment ad7840f2-6834-454b-a20e-ef42191e7200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad7840f2-6834-454b-a20e-ef42191e7200 found for delete ", "request_id": "req-8f890822-8ff4-43ee-83ee-cf5cbb1101ae"}]} [pid: 8|app: 0|req: 776/1515] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:15 2026] DELETE /v2.0/ports/b4ff68c5-5986-4b07-bca0-a6de5a961d84 => 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: 777/1516] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:16 2026] DELETE /v2.0/security-groups/cf752e22-2e3e-432d-8959-7903e4b4020c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:16.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a0f2f5b-2b9e-4b93-a2ec-07cf31cb0513 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] TaaS: Handle Delete Port: e94b7253-184a-4dd9-acfd-e3738d2a3ef8 2026-05-25 23:24:16.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a0f2f5b-2b9e-4b93-a2ec-07cf31cb0513 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Tap Mirror: Handle Delete Port: e94b7253-184a-4dd9-acfd-e3738d2a3ef8 [pid: 8|app: 0|req: 778/1517] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:16 2026] DELETE /v2.0/ports/e94b7253-184a-4dd9-acfd-e3738d2a3ef8 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1518] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:16 2026] GET /v2.0/security-groups?tenant_id=8d113dde44d940b68eb7ed2bbc10110c&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1519] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:16 2026] GET /v2.0/ports => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1520] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:16 2026] DELETE /v2.0/security-groups/18394585-84c4-4f07-a9ec-09fcebd48144 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:16.791 8 INFO neutron.db.segments_db [None req-2bbaf72d-3ea2-4f9d-b081-7a422dea30bb 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Added segment 89932a5d-02d8-4e3d-a994-74f641ba0847 of type vxlan for network 2b0be29f-9f2b-4d5e-a83e-bac1cc1f0852 [pid: 8|app: 0|req: 782/1521] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:16 2026] POST /v2.0/networks => generated 653 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:16.937 7 INFO neutron.db.l3_hamode_db [None req-1a9b623c-2f2a-4a34-91fe-89ea2eba6d55 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:24:16.959 8 INFO neutron.db.segments_db [None req-786fc989-8e04-447b-87db-3c7935799828 54f3bf33af794d7e991a270dd8813b03 ffb17899171c4d6ba089226644fd0b17 - - default default] Added segment 678d6e4a-d486-4e50-9d9c-1e02249ab430 of type vxlan for network d0ab7a74-f1eb-4063-b2cf-1cc13fa812a0 [pid: 8|app: 0|req: 783/1522] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:16 2026] POST /v2.0/networks => generated 653 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1523] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:15 2026] POST /v2.0/routers => generated 728 bytes in 2354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1524] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:17 2026] POST /v2.0/subnets => generated 1324 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1525] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:24:18 2026] GET /v2.0/subnets => generated 1960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1526] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:18 2026] DELETE /v2.0/subnets/c7ba9100-d0b4-4ea8-9575-dfd60aba63ef => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1527] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:18 2026] DELETE /v2.0/subnets/0a9bf95d-a4f9-4a9a-a97f-06cb46d68796 => 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: 788/1528] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:24:18 2026] GET /v2.0/subnets => generated 649 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:19.170 8 INFO neutron.services.segments.plugin [-] Segment 678d6e4a-d486-4e50-9d9c-1e02249ab430 resource provider aggregate not found 2026-05-25 23:24:19.190 8 INFO neutron.services.segments.plugin [-] Segment 678d6e4a-d486-4e50-9d9c-1e02249ab430 resource provider aggregate not found 2026-05-25 23:24:19.201 8 INFO neutron.services.segments.plugin [-] Segment 678d6e4a-d486-4e50-9d9c-1e02249ab430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678d6e4a-d486-4e50-9d9c-1e02249ab430 found for delete ", "request_id": "req-5737a9bf-b8dc-485d-bb79-bd29378cca29"}]} 2026-05-25 23:24:19.211 8 INFO neutron.services.segments.plugin [-] Segment 678d6e4a-d486-4e50-9d9c-1e02249ab430 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678d6e4a-d486-4e50-9d9c-1e02249ab430 found for delete ", "request_id": "req-27f73d36-6ef3-4fc2-aca7-b33889618b76"}]} [pid: 8|app: 0|req: 789/1529] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:19 2026] DELETE /v2.0/networks/d0ab7a74-f1eb-4063-b2cf-1cc13fa812a0 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1530] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:19 2026] DELETE /v2.0/networks/2b0be29f-9f2b-4d5e-a83e-bac1cc1f0852 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1531] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:24:18 2026] PUT /v2.0/routers/012f4749-1620-4316-ace6-2470761e3d58/add_router_interface => generated 309 bytes in 1475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1532] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:19 2026] DELETE /v2.0/networks/51b97224-1f7b-4a41-b2e4-0465b9a8fdff => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:19.787 7 INFO neutron.services.segments.plugin [-] Segment a2ee7c3f-92c8-4e1d-826c-3712eaed377b resource provider aggregate not found 2026-05-25 23:24:19.792 7 INFO neutron.services.segments.plugin [-] Segment a2ee7c3f-92c8-4e1d-826c-3712eaed377b resource provider aggregate not found [pid: 7|app: 0|req: 742/1533] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:19 2026] DELETE /v2.0/networks/419a0b11-2244-4284-a2de-3ec821641b58 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:19.826 7 INFO neutron.services.segments.plugin [-] Segment a2ee7c3f-92c8-4e1d-826c-3712eaed377b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ee7c3f-92c8-4e1d-826c-3712eaed377b found for delete ", "request_id": "req-517b6b02-c501-4a14-b004-d5da966c2f8e"}]} 2026-05-25 23:24:19.826 7 INFO neutron.services.segments.plugin [-] Segment a2ee7c3f-92c8-4e1d-826c-3712eaed377b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ee7c3f-92c8-4e1d-826c-3712eaed377b found for delete ", "request_id": "req-0fdf5bbb-0961-4929-b389-ee9349730483"}]} [pid: 8|app: 0|req: 792/1534] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:20 2026] GET /v2.0/security-groups?tenant_id=ffb17899171c4d6ba089226644fd0b17&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1535] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:20 2026] DELETE /v2.0/security-groups/d9d8221b-693f-4f7a-8d99-5cc89a5527ce => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1536] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:20 2026] GET /v2.0/security-groups?tenant_id=735dfdb5760447dc9226f454c9364ba2&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1537] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:20 2026] DELETE /v2.0/security-groups/6a3504c2-bd1b-4830-af59-beec995b5885 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:21.233 8 INFO neutron.services.segments.plugin [-] Segment 89932a5d-02d8-4e3d-a994-74f641ba0847 resource provider aggregate not found 2026-05-25 23:24:21.240 8 INFO neutron.services.segments.plugin [-] Segment 89932a5d-02d8-4e3d-a994-74f641ba0847 resource provider aggregate not found 2026-05-25 23:24:21.263 8 INFO neutron.services.segments.plugin [-] Segment 89932a5d-02d8-4e3d-a994-74f641ba0847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89932a5d-02d8-4e3d-a994-74f641ba0847 found for delete ", "request_id": "req-11502a29-d753-4194-a8a2-f0a765ec3c1e"}]} 2026-05-25 23:24:21.271 8 INFO neutron.services.segments.plugin [-] Segment 89932a5d-02d8-4e3d-a994-74f641ba0847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89932a5d-02d8-4e3d-a994-74f641ba0847 found for delete ", "request_id": "req-6748355d-dea7-49e7-8389-968bb06aa19c"}]} [pid: 8|app: 0|req: 795/1538] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:21 2026] GET /v2.0/security-groups?tenant_id=02a55ec862b44a4a8cb656cfac005c26&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:21.290 8 INFO neutron.services.segments.plugin [-] Segment ea52dc4c-0255-4e59-b846-89bd1da86849 resource provider aggregate not found 2026-05-25 23:24:21.296 8 INFO neutron.services.segments.plugin [-] Segment ea52dc4c-0255-4e59-b846-89bd1da86849 resource provider aggregate not found 2026-05-25 23:24:21.316 8 INFO neutron.services.segments.plugin [-] Segment ea52dc4c-0255-4e59-b846-89bd1da86849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea52dc4c-0255-4e59-b846-89bd1da86849 found for delete ", "request_id": "req-da0e42e0-1dcf-4139-853b-87b0ae4afb4c"}]} 2026-05-25 23:24:21.323 8 INFO neutron.services.segments.plugin [-] Segment ea52dc4c-0255-4e59-b846-89bd1da86849 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea52dc4c-0255-4e59-b846-89bd1da86849 found for delete ", "request_id": "req-c5b3077b-a029-4f11-a516-87adc2d81ded"}]} [pid: 7|app: 0|req: 744/1541] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:20 2026] GET /v2.0/security-groups?tenant_id=0dca0085425948f09c9e0e47842dc3c0&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1542] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:21 2026] DELETE /v2.0/security-groups/721d58b8-9925-48ba-be54-3c82ee5d188b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1543] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:21 2026] DELETE /v2.0/security-groups/0730e04b-4c88-42b6-b0f5-c0bb9970ebd3 => 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: 799/1544] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:21 2026] GET /v2.0/security-groups?tenant_id=be76ed75f3d047a6818ceffb554f347e&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: 746/1545] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:21 2026] DELETE /v2.0/security-groups/fc8947f1-b272-4c9c-a49c-a4634b04c76c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1546] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:24:22 2026] GET /v2.0/networks?id=81fd6eb9-968b-43be-9cf2-3595777c0ccb => generated 673 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1547] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:24:22 2026] GET /v2.0/quotas/ae97d098675a44f9a7003c8f966c5220 => 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: 801/1548] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:24:22 2026] GET /v2.0/ports?tenant_id=ae97d098675a44f9a7003c8f966c5220&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1549] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:24:22 2026] GET /v2.0/networks/81fd6eb9-968b-43be-9cf2-3595777c0ccb?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1550] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:24:22 2026] GET /v2.0/networks/81fd6eb9-968b-43be-9cf2-3595777c0ccb?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) 2026-05-25 23:24:23.361 8 INFO neutron.db.segments_db [None req-d614c747-0a80-4730-beba-1440b175c61c 9204ba3b14064df9b79c5650486bb2dd 8c9a3a9a6b2d4e45a620cdbba9e920d0 - - default default] Added segment 4432cb85-b7f0-4dee-b09e-21a041ed7851 of type vxlan for network a8117d4d-de67-4dfa-b024-c9b10ff95246 [pid: 7|app: 0|req: 749/1551] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:22 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 12 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1552] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:22 2026] POST /v2.0/networks => generated 644 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1553] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:23 2026] POST /v2.0/subnets => generated 641 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:23.866 8 INFO neutron.db.segments_db [None req-6ec8cf3e-8a1c-4b76-ad7e-4e8f23870d2f 9204ba3b14064df9b79c5650486bb2dd 8c9a3a9a6b2d4e45a620cdbba9e920d0 - - default default] Added segment d021a7de-7937-40d9-ad68-f8d32845fe00 of type vxlan for network 1ca8793a-8307-4185-ae70-3cb6eed3d3bc [pid: 8|app: 0|req: 804/1554] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:23 2026] POST /v2.0/networks => generated 644 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1555] 10.0.0.218 () {34 vars in 743 bytes} [Mon May 25 23:24:23 2026] PUT /v2.0/networks/1ca8793a-8307-4185-ae70-3cb6eed3d3bc => generated 592 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1556] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:24 2026] POST /v2.0/subnets => generated 626 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1557] 10.0.0.218 () {34 vars in 741 bytes} [Mon May 25 23:24:24 2026] PUT /v2.0/subnets/1825bc93-e85f-4f7a-b1da-c0902f6286ce => generated 636 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1558] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:24 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:24.767 8 INFO neutron.services.segments.plugin [-] Segment d021a7de-7937-40d9-ad68-f8d32845fe00 resource provider aggregate not found 2026-05-25 23:24:24.771 8 INFO neutron.services.segments.plugin [-] Segment d021a7de-7937-40d9-ad68-f8d32845fe00 resource provider aggregate not found 2026-05-25 23:24:24.789 8 INFO neutron.services.segments.plugin [-] Segment d021a7de-7937-40d9-ad68-f8d32845fe00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d021a7de-7937-40d9-ad68-f8d32845fe00 found for delete ", "request_id": "req-1100fa3c-b005-479c-9db4-aba4bafb719e"}]} 2026-05-25 23:24:24.791 8 INFO neutron.services.segments.plugin [-] Segment d021a7de-7937-40d9-ad68-f8d32845fe00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d021a7de-7937-40d9-ad68-f8d32845fe00 found for delete ", "request_id": "req-2538a6ab-f266-4465-b2c8-6a9478d8a3f6"}]} [pid: 8|app: 0|req: 806/1559] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:24 2026] DELETE /v2.0/networks/1ca8793a-8307-4185-ae70-3cb6eed3d3bc => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:24.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d3185ca-595c-431b-a8e6-cd6bc331b1cd 9204ba3b14064df9b79c5650486bb2dd 8c9a3a9a6b2d4e45a620cdbba9e920d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1560] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:24 2026] DELETE /v2.0/networks/1ca8793a-8307-4185-ae70-3cb6eed3d3bc => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1561] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:24:24 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1562] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:24:24 2026] GET /v2.0/subnets?network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1563] 10.0.0.218 () {32 vars in 653 bytes} [Mon May 25 23:24:24 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: 756/1564] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:24:24 2026] GET /v2.0/networks => generated 1309 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1565] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:24:25 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1566] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:24:25 2026] GET /v2.0/networks/a8117d4d-de67-4dfa-b024-c9b10ff95246 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1567] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:24:25 2026] GET /v2.0/subnets/2526cdc7-6957-4e17-94fe-6ce9555264f0 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:25.205 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72b4e3ff-0689-4f8e-8470-406acf53502f 9204ba3b14064df9b79c5650486bb2dd 8c9a3a9a6b2d4e45a620cdbba9e920d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1568] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:25 2026] DELETE /v2.0/subnets/1825bc93-e85f-4f7a-b1da-c0902f6286ce => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:25.233 8 INFO neutron.pecan_wsgi.hooks.translation [None req-956140cd-d667-4f19-ab55-9d1a3fa745e7 9204ba3b14064df9b79c5650486bb2dd 8c9a3a9a6b2d4e45a620cdbba9e920d0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1569] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:25 2026] DELETE /v2.0/networks/1ca8793a-8307-4185-ae70-3cb6eed3d3bc => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1570] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:25 2026] DELETE /v2.0/subnets/2526cdc7-6957-4e17-94fe-6ce9555264f0 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1571] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:25 2026] DELETE /v2.0/networks/a8117d4d-de67-4dfa-b024-c9b10ff95246 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1572] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:25 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 813/1573] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:25 2026] GET /v2.0/security-groups?tenant_id=9a16a7dad3544d8c88d556b9410f0918&name=default => generated 2925 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1574] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:26 2026] GET /v2.0/security-groups?tenant_id=8c9a3a9a6b2d4e45a620cdbba9e920d0&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1575] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:26 2026] DELETE /v2.0/security-groups/c7aa0ba7-c90a-48df-81a9-33eaef550b85 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1576] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:26 2026] DELETE /v2.0/security-groups/3a674758-04cd-459a-9b2c-7dbce246f2ed => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1577] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:26 2026] GET /v2.0/security-groups?tenant_id=c10d27db052a4cc6a49f8365a4f53340&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: 815/1578] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:26 2026] DELETE /v2.0/security-groups/a9de577b-3bb9-4cb7-9ab1-1534a89eb582 => 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: 764/1579] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:26 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:26.811 8 INFO neutron.services.segments.plugin [-] Segment 4432cb85-b7f0-4dee-b09e-21a041ed7851 resource provider aggregate not found 2026-05-25 23:24:26.816 8 INFO neutron.services.segments.plugin [-] Segment 4432cb85-b7f0-4dee-b09e-21a041ed7851 resource provider aggregate not found 2026-05-25 23:24:26.830 8 INFO neutron.services.segments.plugin [-] Segment 4432cb85-b7f0-4dee-b09e-21a041ed7851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4432cb85-b7f0-4dee-b09e-21a041ed7851 found for delete ", "request_id": "req-9f683dd8-54aa-413a-a4b8-0e5a16987c05"}]} 2026-05-25 23:24:26.835 8 INFO neutron.services.segments.plugin [-] Segment 4432cb85-b7f0-4dee-b09e-21a041ed7851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4432cb85-b7f0-4dee-b09e-21a041ed7851 found for delete ", "request_id": "req-2c3dcaa2-b4c4-45eb-9b1b-71b5f5817e58"}]} [pid: 8|app: 0|req: 816/1580] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:24:27 2026] GET /v2.0/networks?id=81fd6eb9-968b-43be-9cf2-3595777c0ccb => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1581] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:24:27 2026] POST /v2.0/ports => generated 958 bytes in 475 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: 766/1582] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:27 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1583] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:27 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1584] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:24:27 2026] PUT /v2.0/ports/bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91 => generated 1239 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:28.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee9b6729-b770-42dc-924a-d9bf1b2ac623'] response: {'name': 'network-changed', 'server_uuid': '130f8f3f-1361-4dcd-972c-6fa9cae82061', 'tag': 'bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91', '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: 818/1585] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:24:28 2026] GET /v2.0/ports?tenant_id=ae97d098675a44f9a7003c8f966c5220&device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1586] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:24:28 2026] GET /v2.0/networks?tenant_id=ae97d098675a44f9a7003c8f966c5220&shared=False => generated 769 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1587] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:24:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:28.781 7 INFO neutron.db.segments_db [None req-e5339cf5-1ba0-4f40-99fa-e3420f146d91 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] Added segment 429336fa-a19a-438a-970a-43e73c1c788d of type vxlan for network 4b952bd1-4976-49ab-acd5-b074a9328451 [pid: 7|app: 0|req: 768/1588] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:28 2026] POST /v2.0/networks => generated 649 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1589] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:29 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 770/1590] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:29 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&fields=id&fields=name => generated 88 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1591] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:28 2026] POST /v2.0/ports => generated 779 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:29.484 7 INFO neutron.db.segments_db [None req-608a4adb-4b67-4b89-b61d-58fdcf4503cd 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] Added segment 76ec6c21-38e7-4aac-96c1-46a27eaf456c of type vxlan for network edad1f14-7411-410a-922d-1470e1b13018 [pid: 7|app: 0|req: 771/1592] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:29 2026] POST /v2.0/networks => generated 635 bytes in 166 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: 772/1593] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:24:29 2026] GET /v2.0/ports?tenant_id=ae97d098675a44f9a7003c8f966c5220&device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 773/1594] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91 => 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: 822/1595] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:29 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1596] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:24:29 2026] GET /v2.0/subnets?id=f3207aea-e6b0-4ff2-924e-b14ba99a6c55 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1597] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:24:29 2026] GET /v2.0/ports?network_id=81fd6eb9-968b-43be-9cf2-3595777c0ccb&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: 825/1598] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:24:29 2026] GET /v2.0/networks/81fd6eb9-968b-43be-9cf2-3595777c0ccb?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1599] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:24:30 2026] GET /v2.0/networks/81fd6eb9-968b-43be-9cf2-3595777c0ccb?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: 774/1600] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:29 2026] POST /v2.0/ports => generated 962 bytes in 359 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: 775/1601] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:30 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:30.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-9637fd7d-d2ac-4971-807e-8b432e500db8 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] TaaS: Handle Delete Port: 978aee00-7375-4beb-a117-79d2650f3212 2026-05-25 23:24:30.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9637fd7d-d2ac-4971-807e-8b432e500db8 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] Tap Mirror: Handle Delete Port: 978aee00-7375-4beb-a117-79d2650f3212 [pid: 7|app: 0|req: 776/1602] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:30 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1603] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:30 2026] DELETE /v2.0/ports/978aee00-7375-4beb-a117-79d2650f3212 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:30.559 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c98748e4-71ce-438f-b9df-f61f9e7bbc18 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1604] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:30 2026] DELETE /v2.0/ports/978aee00-7375-4beb-a117-79d2650f3212 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:30.590 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0fdd4553-cc21-4e9c-aea1-303a889b0e03 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1605] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:30 2026] GET /v2.0/ports/978aee00-7375-4beb-a117-79d2650f3212 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1606] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:30 2026] DELETE /v2.0/subnets/1278f24c-ebfd-4f20-9753-8bfbdbfc91a1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:30.845 8 INFO neutron.services.segments.plugin [-] Segment 76ec6c21-38e7-4aac-96c1-46a27eaf456c resource provider aggregate not found 2026-05-25 23:24:30.859 8 INFO neutron.services.segments.plugin [-] Segment 76ec6c21-38e7-4aac-96c1-46a27eaf456c resource provider aggregate not found 2026-05-25 23:24:30.874 8 INFO neutron.services.segments.plugin [-] Segment 76ec6c21-38e7-4aac-96c1-46a27eaf456c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ec6c21-38e7-4aac-96c1-46a27eaf456c found for delete ", "request_id": "req-facdda34-b27a-4d9c-ba5f-9852baca888f"}]} 2026-05-25 23:24:30.887 8 INFO neutron.services.segments.plugin [-] Segment 76ec6c21-38e7-4aac-96c1-46a27eaf456c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76ec6c21-38e7-4aac-96c1-46a27eaf456c found for delete ", "request_id": "req-93c5722d-c8ec-431d-9c97-ad5299e297d0"}]} [pid: 8|app: 0|req: 829/1607] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:30 2026] DELETE /v2.0/networks/edad1f14-7411-410a-922d-1470e1b13018 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:30.970 7 INFO neutron.db.segments_db [None req-2ec62fad-42b2-46d9-bb44-d66181be8e05 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] Added segment 34c7f45a-4ef0-4e91-9f7f-b466b187bc78 of type vxlan for network de775680-3fb8-47cd-9e71-9618f3c05280 [pid: 7|app: 0|req: 779/1608] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:30 2026] POST /v2.0/networks => generated 636 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1609] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:31 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1610] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:31 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1611] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:31 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&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: 7|app: 0|req: 780/1612] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:31 2026] POST /v2.0/ports => generated 927 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:31.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-4527d2a0-f11b-48c2-be9c-5c96a9451f0f 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] TaaS: Handle Delete Port: 643eeefa-4537-4de0-b12d-ef2d29608cf9 2026-05-25 23:24:31.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4527d2a0-f11b-48c2-be9c-5c96a9451f0f 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] Tap Mirror: Handle Delete Port: 643eeefa-4537-4de0-b12d-ef2d29608cf9 [pid: 8|app: 0|req: 833/1613] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:31 2026] DELETE /v2.0/ports/643eeefa-4537-4de0-b12d-ef2d29608cf9 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:31.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a81ffea7-96f5-4777-ad3e-bdd1c229df2e 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1614] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:31 2026] GET /v2.0/ports/643eeefa-4537-4de0-b12d-ef2d29608cf9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1615] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:31 2026] DELETE /v2.0/subnets/88e88f1a-ba01-442b-9d6c-6f7ae55cbd08 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1616] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:32 2026] DELETE /v2.0/networks/de775680-3fb8-47cd-9e71-9618f3c05280 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:32.401 7 INFO neutron.db.segments_db [None req-b4b427f5-fb68-40da-94c2-b4d9e077f2d7 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Added segment 69e652ac-f048-4f43-a1b7-f3458d1324f8 of type vxlan for network 99ec91ad-7365-49b5-97b3-11235044e7aa [pid: 8|app: 0|req: 836/1617] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:32 2026] GET /v2.0/security-groups?tenant_id=a5cf9f1ac3b44f1ab50a27c5b9da1fba&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1618] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:32 2026] POST /v2.0/networks => generated 639 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1619] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:32 2026] DELETE /v2.0/security-groups/7e3dde77-ee21-45b9-9e9b-8dc20de86eaa => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1620] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:32 2026] POST /v2.0/ports => generated 778 bytes in 275 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: 838/1621] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:32 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 784/1622] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:32 2026] POST /v2.0/subnets => generated 657 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:32.904 8 INFO neutron.services.segments.plugin [-] Segment 34c7f45a-4ef0-4e91-9f7f-b466b187bc78 resource provider aggregate not found 2026-05-25 23:24:32.916 8 INFO neutron.services.segments.plugin [-] Segment 34c7f45a-4ef0-4e91-9f7f-b466b187bc78 resource provider aggregate not found [pid: 7|app: 0|req: 785/1623] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:32 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:32.936 8 INFO neutron.services.segments.plugin [-] Segment 34c7f45a-4ef0-4e91-9f7f-b466b187bc78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34c7f45a-4ef0-4e91-9f7f-b466b187bc78 found for delete ", "request_id": "req-cecbd5b6-41b1-4446-aa6f-93d1fd8b037d"}]} 2026-05-25 23:24:32.938 8 INFO neutron.services.segments.plugin [-] Segment 34c7f45a-4ef0-4e91-9f7f-b466b187bc78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34c7f45a-4ef0-4e91-9f7f-b466b187bc78 found for delete ", "request_id": "req-23fa54b6-87bb-4013-befe-de878214d9b0"}]} [pid: 8|app: 0|req: 839/1624] 10.0.0.218 () {34 vars in 737 bytes} [Mon May 25 23:24:32 2026] PUT /v2.0/ports/c3ee9ca9-eced-4b13-8637-9dae4f1b6d29 => generated 752 bytes in 295 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: 786/1625] 10.0.0.218 () {32 vars in 722 bytes} [Mon May 25 23:24:32 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:33.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-abd631b6-aa3b-471d-a148-8bf175d77317 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] TaaS: Handle Delete Port: c3ee9ca9-eced-4b13-8637-9dae4f1b6d29 2026-05-25 23:24:33.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abd631b6-aa3b-471d-a148-8bf175d77317 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] Tap Mirror: Handle Delete Port: c3ee9ca9-eced-4b13-8637-9dae4f1b6d29 [pid: 8|app: 0|req: 840/1626] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:33 2026] DELETE /v2.0/ports/c3ee9ca9-eced-4b13-8637-9dae4f1b6d29 => 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: 841/1627] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:33 2026] GET /v2.0/ports => generated 782 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:33.402 8 INFO neutron.pecan_wsgi.hooks.translation [None req-884c7066-e163-463a-8b74-43603ca3339d 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1628] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:33 2026] GET /v2.0/ports/c3ee9ca9-eced-4b13-8637-9dae4f1b6d29 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1629] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:33 2026] POST /v2.0/subnets => generated 731 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1630] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:33 2026] GET /v2.0/ports => generated 782 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1631] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:33 2026] GET /v2.0/ports/e33d6166-0db9-4864-91e4-3c93c0000f36 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:33.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d468208-6e10-4484-ba8e-210a55c8a82e 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1632] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:33 2026] DELETE /v2.0/ports/643eeefa-4537-4de0-b12d-ef2d29608cf9 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:33.540 7 INFO neutron.db.segments_db [None req-8a9d9d01-69f2-47ab-8294-2142624155b7 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Added segment 861066c1-b366-47b2-b79d-1a2fff180e11 of type vxlan for network c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 2026-05-25 23:24:33.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd1d8407-6b24-435d-8300-5e06e141e4f8 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1633] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:33 2026] DELETE /v2.0/subnets/88e88f1a-ba01-442b-9d6c-6f7ae55cbd08 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:33.568 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92abe34e-595b-402d-95de-f3833cecb386 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 847/1634] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:33 2026] DELETE /v2.0/subnets/1278f24c-ebfd-4f20-9753-8bfbdbfc91a1 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1635] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:33 2026] POST /v2.0/networks => generated 638 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:33.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-18d55494-1874-405b-a534-326f8cd1074b 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] TaaS: Handle Delete Port: e33d6166-0db9-4864-91e4-3c93c0000f36 2026-05-25 23:24:33.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18d55494-1874-405b-a534-326f8cd1074b 4408aa68a2804f07808284bd3f7e9917 89b7388f7f5b46dea539847fb85177b8 - - default default] Tap Mirror: Handle Delete Port: e33d6166-0db9-4864-91e4-3c93c0000f36 [pid: 8|app: 0|req: 848/1636] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:33 2026] DELETE /v2.0/ports/e33d6166-0db9-4864-91e4-3c93c0000f36 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1637] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:33 2026] POST /v2.0/subnets => generated 656 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1638] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:33 2026] DELETE /v2.0/networks/4b952bd1-4976-49ab-acd5-b074a9328451 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1639] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:34 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1640] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:34 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&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: 790/1641] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:33 2026] POST /v2.0/subnets => generated 725 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:34.212 8 INFO neutron.db.segments_db [None req-24de49d0-6e82-4319-8edc-0b42dce8d90f 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Added segment 63e0a490-69de-4699-b963-50a13e419c32 of type vxlan for network 5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 [pid: 8|app: 0|req: 852/1642] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:34 2026] POST /v2.0/networks => generated 638 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1643] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:34 2026] POST /v2.0/subnets => generated 653 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1644] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:34 2026] GET /v2.0/security-groups?tenant_id=89b7388f7f5b46dea539847fb85177b8&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:34.920 8 INFO neutron.db.segments_db [None req-60dacc08-f3db-4652-99bc-34f9d57c7c96 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Added segment 62fd5e55-c121-4dcd-bdae-265482c66db1 of type vxlan for network ecf04466-a726-49a5-828b-de42cbeb3902 2026-05-25 23:24:34.966 8 INFO neutron.services.segments.plugin [-] Segment 429336fa-a19a-438a-970a-43e73c1c788d resource provider aggregate not found 2026-05-25 23:24:34.979 8 INFO neutron.services.segments.plugin [-] Segment 429336fa-a19a-438a-970a-43e73c1c788d resource provider aggregate not found 2026-05-25 23:24:34.998 8 INFO neutron.services.segments.plugin [-] Segment 429336fa-a19a-438a-970a-43e73c1c788d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 429336fa-a19a-438a-970a-43e73c1c788d found for delete ", "request_id": "req-1fcb9fd3-8660-49bf-9734-2f6bf9acd359"}]} 2026-05-25 23:24:35.000 8 INFO neutron.services.segments.plugin [-] Segment 429336fa-a19a-438a-970a-43e73c1c788d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 429336fa-a19a-438a-970a-43e73c1c788d found for delete ", "request_id": "req-f5c5814a-f4b7-4032-b9e3-ea7682332286"}]} 2026-05-25 23:24:35.033 8 INFO neutron.db.segments_db [None req-60dacc08-f3db-4652-99bc-34f9d57c7c96 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Added segment af4f0bc0-373d-4953-888d-699cfc91aeb3 of type vxlan for network b40efba0-e341-472c-93e8-e69aa2bedf84 [pid: 7|app: 0|req: 793/1645] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:34 2026] POST /v2.0/subnets => generated 728 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1646] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:35 2026] DELETE /v2.0/security-groups/1df0951d-6634-4909-9b23-115e2b926f91 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:35.187 7 INFO neutron.db.segments_db [None req-28cc44ba-bc4c-4995-9f29-c281f09a5904 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Added segment 8264b3dc-1733-4eae-9e21-6e429adf059e of type vxlan for network ba879787-aefa-42f3-9cc2-a6dab1d3e9ad [pid: 8|app: 0|req: 853/1647] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:34 2026] POST /v2.0/networks => generated 1244 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1648] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:35 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 855/1649] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:24:35 2026] GET /v2.0/networks => generated 1843 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1650] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:35 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:35.430 7 INFO neutron.db.l3_hamode_db [None req-28cc44ba-bc4c-4995-9f29-c281f09a5904 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 857/1651] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:35 2026] DELETE /v2.0/networks/ecf04466-a726-49a5-828b-de42cbeb3902 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1652] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:35 2026] DELETE /v2.0/networks/b40efba0-e341-472c-93e8-e69aa2bedf84 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1653] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:24:35 2026] GET /v2.0/networks => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:35.880 8 INFO neutron.db.segments_db [None req-147c0cf3-fa68-4174-bf91-668237d86057 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Added segment d02969b2-44c4-4476-ad00-d4d3b9c6b6d9 of type vxlan for network c964fab5-04e2-4bb0-87e7-4d81c412ab52 [pid: 8|app: 0|req: 860/1654] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:35 2026] POST /v2.0/networks => generated 649 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:36.110 8 INFO neutron.db.segments_db [None req-49e496af-ddd6-4613-a998-7d5cf59762d0 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Added segment e35ca3a5-2be8-43df-8e97-4834de759c8b of type vxlan for network ae7c9c86-013a-473f-bedc-2861fb941757 [pid: 8|app: 0|req: 861/1655] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:36 2026] POST /v2.0/networks => generated 650 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:36.421 7 INFO neutron.db.l3_hamode_db [None req-28cc44ba-bc4c-4995-9f29-c281f09a5904 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 864/1658] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:36 2026] POST /v2.0/ports => generated 1505 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 23:24:37.043 8 INFO neutron.services.segments.plugin [-] Segment 62fd5e55-c121-4dcd-bdae-265482c66db1 resource provider aggregate not found 2026-05-25 23:24:37.048 8 INFO neutron.services.segments.plugin [-] Segment 62fd5e55-c121-4dcd-bdae-265482c66db1 resource provider aggregate not found 2026-05-25 23:24:37.069 8 INFO neutron.services.segments.plugin [-] Segment 62fd5e55-c121-4dcd-bdae-265482c66db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62fd5e55-c121-4dcd-bdae-265482c66db1 found for delete ", "request_id": "req-47ecb9ef-2f9c-47ea-b259-0e5fdfb9d0c5"}]} 2026-05-25 23:24:37.077 8 INFO neutron.services.segments.plugin [-] Segment 62fd5e55-c121-4dcd-bdae-265482c66db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62fd5e55-c121-4dcd-bdae-265482c66db1 found for delete ", "request_id": "req-ac5ddfa8-4bd2-4da6-8a91-a56f3d2b6b7b"}]} 2026-05-25 23:24:37.096 8 INFO neutron.services.segments.plugin [-] Segment af4f0bc0-373d-4953-888d-699cfc91aeb3 resource provider aggregate not found 2026-05-25 23:24:37.106 8 INFO neutron.services.segments.plugin [-] Segment af4f0bc0-373d-4953-888d-699cfc91aeb3 resource provider aggregate not found 2026-05-25 23:24:37.120 8 INFO neutron.services.segments.plugin [-] Segment af4f0bc0-373d-4953-888d-699cfc91aeb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af4f0bc0-373d-4953-888d-699cfc91aeb3 found for delete ", "request_id": "req-f8cc8e91-ef81-4931-981e-bc8640a7f465"}]} 2026-05-25 23:24:37.135 8 INFO neutron.services.segments.plugin [-] Segment af4f0bc0-373d-4953-888d-699cfc91aeb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af4f0bc0-373d-4953-888d-699cfc91aeb3 found for delete ", "request_id": "req-a911e1bf-a023-4465-ba3a-7d2f4275eb43"}]} [pid: 8|app: 0|req: 865/1659] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:37 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 975 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1660] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:37 2026] GET /v2.0/ports => generated 1505 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1661] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:37 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:37.361 8 INFO neutron_taas.services.taas.taas_plugin [None req-05649fd3-eea8-4952-8c04-bd234c257635 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] TaaS: Handle Delete Port: 217247c5-3155-4230-9d20-eb227a37be41 2026-05-25 23:24:37.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05649fd3-eea8-4952-8c04-bd234c257635 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Tap Mirror: Handle Delete Port: 217247c5-3155-4230-9d20-eb227a37be41 [pid: 8|app: 0|req: 868/1662] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:37 2026] DELETE /v2.0/ports/217247c5-3155-4230-9d20-eb227a37be41 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1663] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:35 2026] POST /v2.0/routers => generated 684 bytes in 2358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:37.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-c148512a-5454-48e3-9f46-d8b1424bacea 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] TaaS: Handle Delete Port: 6f752d1c-c87f-4a3c-9f4a-f082753c1615 2026-05-25 23:24:37.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c148512a-5454-48e3-9f46-d8b1424bacea 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Tap Mirror: Handle Delete Port: 6f752d1c-c87f-4a3c-9f4a-f082753c1615 [pid: 8|app: 0|req: 869/1664] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:37 2026] DELETE /v2.0/ports/6f752d1c-c87f-4a3c-9f4a-f082753c1615 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1665] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:37 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:37.891 8 INFO neutron.db.segments_db [None req-abd18123-4d26-4f49-a5a5-d498a9f62b31 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Added segment f7f75c9e-b3c3-4d5f-b400-05fecbf002d1 of type vxlan for network 41fea51e-1fca-4ee0-8ce4-03169b412886 [pid: 8|app: 0|req: 871/1666] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:37 2026] POST /v2.0/networks => generated 649 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:38.111 8 INFO neutron.db.segments_db [None req-799f0e69-9bea-42d1-a3be-4ef45b801fce 9e412ec92ac948d9aaa958c9b56b658f 9cf3c7bb84504a3cbce1414e288030ba - - default default] Added segment 7805f08a-d2ec-4eaa-9fa8-bfced522cad9 of type vxlan for network 1d648b60-7e79-48cc-b998-9e99a2554254 [pid: 8|app: 0|req: 872/1667] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:38 2026] POST /v2.0/networks => generated 650 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1668] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:38 2026] POST /v2.0/subnets => generated 1274 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1669] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:38 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1670] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:24:38 2026] GET /v2.0/subnets => generated 1910 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1671] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:38 2026] GET /v2.0/security-groups?id=d468dbff-b250-4ef8-9d61-79287060967e&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1672] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:39 2026] DELETE /v2.0/subnets/eab043ee-e3ac-4c36-9b11-82fade11fd46 => 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: 796/1673] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:24:37 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/add_router_interface => generated 309 bytes in 1705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1674] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:39 2026] DELETE /v2.0/subnets/00c6d109-e1d9-490d-a804-055920a3790a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1675] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:24:39 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 880/1676] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:24:39 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-25 23:24:39.436 8 INFO neutron_taas.services.taas.taas_plugin [req-ecf1c518-06ef-487d-9694-1a7ee4053bca req-8d99da76-d1e4-409d-ba6d-a4df1b5aaa5f 5d313589f77241dca496615a6d66c451 ae97d098675a44f9a7003c8f966c5220 - - default default] TaaS: Handle Delete Port: bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91 2026-05-25 23:24:39.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ecf1c518-06ef-487d-9694-1a7ee4053bca req-8d99da76-d1e4-409d-ba6d-a4df1b5aaa5f 5d313589f77241dca496615a6d66c451 ae97d098675a44f9a7003c8f966c5220 - - default default] Tap Mirror: Handle Delete Port: bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91 [pid: 8|app: 0|req: 881/1677] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:24:39 2026] DELETE /v2.0/ports/bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:39.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ae08cca-0bbd-4ab3-9dd5-1158ed384c47'] response: {'server_uuid': '130f8f3f-1361-4dcd-972c-6fa9cae82061', 'name': 'network-vif-deleted', 'tag': 'bbc05c16-f78c-4f6e-bf48-8e0f9b8f0a91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 882/1678] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:39 2026] GET /v2.0/security-groups?tenant_id=8ea7e6969cc84077a58d1423a2a67ef8&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:40.048 8 INFO neutron.services.segments.plugin [-] Segment 7805f08a-d2ec-4eaa-9fa8-bfced522cad9 resource provider aggregate not found 2026-05-25 23:24:40.059 8 INFO neutron.services.segments.plugin [-] Segment 7805f08a-d2ec-4eaa-9fa8-bfced522cad9 resource provider aggregate not found 2026-05-25 23:24:40.083 8 INFO neutron.services.segments.plugin [-] Segment 7805f08a-d2ec-4eaa-9fa8-bfced522cad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7805f08a-d2ec-4eaa-9fa8-bfced522cad9 found for delete ", "request_id": "req-516a9e84-4ddb-4a87-a5c6-3e32c337d6d8"}]} 2026-05-25 23:24:40.084 8 INFO neutron.services.segments.plugin [-] Segment 7805f08a-d2ec-4eaa-9fa8-bfced522cad9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7805f08a-d2ec-4eaa-9fa8-bfced522cad9 found for delete ", "request_id": "req-9c197890-6aa4-436a-9107-9a410d4629ab"}]} [pid: 8|app: 0|req: 883/1679] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:39 2026] DELETE /v2.0/networks/1d648b60-7e79-48cc-b998-9e99a2554254 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1680] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:40 2026] DELETE /v2.0/security-groups/7246df93-c1f9-4bd5-a7ca-b735a76cfc96 => 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: 885/1681] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:40 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 886/1682] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:40 2026] DELETE /v2.0/networks/41fea51e-1fca-4ee0-8ce4-03169b412886 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1683] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:40 2026] DELETE /v2.0/networks/ae7c9c86-013a-473f-bedc-2861fb941757 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1684] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:40 2026] DELETE /v2.0/networks/c964fab5-04e2-4bb0-87e7-4d81c412ab52 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1685] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:24:39 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/add_router_interface => generated 309 bytes in 1586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1686] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:41 2026] GET /v2.0/security-groups?tenant_id=9cf3c7bb84504a3cbce1414e288030ba&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1687] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:41 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 800/1688] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:41 2026] DELETE /v2.0/security-groups/b8ce641c-db18-47fd-8e26-52a22ed8e11e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:42.113 8 INFO neutron.services.segments.plugin [-] Segment f7f75c9e-b3c3-4d5f-b400-05fecbf002d1 resource provider aggregate not found 2026-05-25 23:24:42.121 8 INFO neutron.services.segments.plugin [-] Segment f7f75c9e-b3c3-4d5f-b400-05fecbf002d1 resource provider aggregate not found 2026-05-25 23:24:42.141 8 INFO neutron.services.segments.plugin [-] Segment f7f75c9e-b3c3-4d5f-b400-05fecbf002d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f75c9e-b3c3-4d5f-b400-05fecbf002d1 found for delete ", "request_id": "req-2fadd16e-37f6-4062-b480-3024e25b8528"}]} 2026-05-25 23:24:42.175 8 INFO neutron.services.segments.plugin [-] Segment f7f75c9e-b3c3-4d5f-b400-05fecbf002d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f75c9e-b3c3-4d5f-b400-05fecbf002d1 found for delete ", "request_id": "req-6b2d3a7f-7f27-438d-8258-c28be1e83c0f"}]} 2026-05-25 23:24:42.175 8 INFO neutron.services.segments.plugin [-] Segment e35ca3a5-2be8-43df-8e97-4834de759c8b resource provider aggregate not found 2026-05-25 23:24:42.199 8 INFO neutron.services.segments.plugin [-] Segment e35ca3a5-2be8-43df-8e97-4834de759c8b resource provider aggregate not found 2026-05-25 23:24:42.208 8 INFO neutron.services.segments.plugin [-] Segment e35ca3a5-2be8-43df-8e97-4834de759c8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e35ca3a5-2be8-43df-8e97-4834de759c8b found for delete ", "request_id": "req-09842b2f-729f-40a5-b87c-a65cd547734a"}]} 2026-05-25 23:24:42.244 8 INFO neutron.services.segments.plugin [-] Segment d02969b2-44c4-4476-ad00-d4d3b9c6b6d9 resource provider aggregate not found 2026-05-25 23:24:42.267 8 INFO neutron.services.segments.plugin [-] Segment e35ca3a5-2be8-43df-8e97-4834de759c8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e35ca3a5-2be8-43df-8e97-4834de759c8b found for delete ", "request_id": "req-6beb2f40-38dd-4dc3-8e61-0df33a5d5e9c"}]} 2026-05-25 23:24:42.291 8 INFO neutron.services.segments.plugin [-] Segment d02969b2-44c4-4476-ad00-d4d3b9c6b6d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02969b2-44c4-4476-ad00-d4d3b9c6b6d9 found for delete ", "request_id": "req-28afecf6-e6fb-488a-b513-e1e1c3d635b2"}]} 2026-05-25 23:24:42.293 8 INFO neutron.services.segments.plugin [-] Segment d02969b2-44c4-4476-ad00-d4d3b9c6b6d9 resource provider aggregate not found 2026-05-25 23:24:42.313 8 INFO neutron.services.segments.plugin [-] Segment d02969b2-44c4-4476-ad00-d4d3b9c6b6d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02969b2-44c4-4476-ad00-d4d3b9c6b6d9 found for delete ", "request_id": "req-c9def06b-fccf-47f5-b3c3-f0090e4f6230"}]} [pid: 8|app: 0|req: 889/1689] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:24:40 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/add_router_interface => generated 309 bytes in 1841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1690] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:42 2026] GET /v2.0/ports?device_id=130f8f3f-1361-4dcd-972c-6fa9cae82061 => 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: 890/1691] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:24:42 2026] POST /v2.0/security-groups => generated 1627 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1692] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1693] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1694] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:43 2026] POST /v2.0/security-group-rules => generated 599 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1695] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1696] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1697] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:44.134 8 INFO neutron.db.segments_db [None req-6c1b8fe2-a27f-4dfa-85a8-670e06f8d13a c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] Added segment 5063b74c-ac00-4f98-acb8-011e2ecfa67c of type vxlan for network 7f703a3e-5f9a-4c0c-8b68-6327320b7892 [pid: 7|app: 0|req: 806/1698] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:44 2026] GET /v2.0/security-groups?tenant_id=f61a549397b340fbaebdaaedf3f82645&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1699] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:43 2026] POST /v2.0/networks => generated 644 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1700] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:44 2026] DELETE /v2.0/security-groups/44b2e222-6d9a-4e6f-b178-792a36bd3e34 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1701] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1702] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1703] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:44 2026] POST /v2.0/security-group-rules => generated 599 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1704] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:44 2026] POST /v2.0/ports => generated 775 bytes in 487 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-25 23:24:44.924 8 INFO neutron.db.segments_db [None req-a07691da-fe3d-46d2-9832-fb81512f3d6c c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] Added segment 1cc55b93-e7ce-4326-9a89-ab8fc30aad57 of type vxlan for network bb95348c-824d-47a9-ae1a-5bead620ff1e [pid: 7|app: 0|req: 810/1705] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1706] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:44 2026] POST /v2.0/networks => generated 632 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1707] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:24:45 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) 2026-05-25 23:24:45.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-efa23aa0-73b3-4bd4-aef7-d5cee8d00dd6 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 02fe58e6-7c06-46bb-91ec-af6f303937e0 2026-05-25 23:24:45.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efa23aa0-73b3-4bd4-aef7-d5cee8d00dd6 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 02fe58e6-7c06-46bb-91ec-af6f303937e0 [pid: 8|app: 0|req: 898/1708] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:45 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) [pid: 8|app: 0|req: 899/1709] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:45 2026] POST /v2.0/ports => generated 950 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: 8|app: 0|req: 900/1710] 10.0.0.92 () {34 vars in 1093 bytes} [Mon May 25 23:24:45 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-693228530&fields=id&tenant_id=3283003eefc945d19b3df7f5c12ed197 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:46.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-e52111a0-28bf-4aee-8802-2bc17b872875 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] TaaS: Handle Delete Port: 9b59ae2a-6b49-45a8-8196-87e8b11909eb 2026-05-25 23:24:46.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e52111a0-28bf-4aee-8802-2bc17b872875 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] Tap Mirror: Handle Delete Port: 9b59ae2a-6b49-45a8-8196-87e8b11909eb [pid: 7|app: 0|req: 811/1711] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:24:44 2026] PUT /v2.0/routers/012f4749-1620-4316-ace6-2470761e3d58/remove_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1712] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:24:46 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 705 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1713] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:45 2026] DELETE /v2.0/ports/9b59ae2a-6b49-45a8-8196-87e8b11909eb => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1714] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:24:46 2026] GET /v2.0/quotas/3283003eefc945d19b3df7f5c12ed197 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:46.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f688480-8dfc-4dee-bfab-50728528d46d c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 903/1715] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:46 2026] DELETE /v2.0/ports/9b59ae2a-6b49-45a8-8196-87e8b11909eb => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:46.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-b45b4086-11f1-42f2-820b-9eafc610ec57 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 43877303-e02d-464e-86e3-219e132b8f3d 2026-05-25 23:24:46.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b45b4086-11f1-42f2-820b-9eafc610ec57 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 43877303-e02d-464e-86e3-219e132b8f3d [pid: 8|app: 0|req: 904/1716] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:24:46 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&fields=id => generated 287 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:46.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-127c2cb5-7965-4365-bd5c-3ae817ca6770 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 905/1717] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:46 2026] GET /v2.0/ports/9b59ae2a-6b49-45a8-8196-87e8b11909eb => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1718] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:24:46 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 907/1719] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:46 2026] DELETE /v2.0/subnets/ba59ce72-5ae5-484f-a2e9-f937fe87fec7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1720] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:24:46 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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-25 23:24:46.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-b45b4086-11f1-42f2-820b-9eafc610ec57 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: ae00c639-0200-4301-b6a7-63332483121b 2026-05-25 23:24:46.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b45b4086-11f1-42f2-820b-9eafc610ec57 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: ae00c639-0200-4301-b6a7-63332483121b 2026-05-25 23:24:46.798 8 INFO neutron.services.segments.plugin [-] Segment 1cc55b93-e7ce-4326-9a89-ab8fc30aad57 resource provider aggregate not found 2026-05-25 23:24:46.810 8 INFO neutron.services.segments.plugin [-] Segment 1cc55b93-e7ce-4326-9a89-ab8fc30aad57 resource provider aggregate not found 2026-05-25 23:24:46.825 8 INFO neutron.services.segments.plugin [-] Segment 1cc55b93-e7ce-4326-9a89-ab8fc30aad57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cc55b93-e7ce-4326-9a89-ab8fc30aad57 found for delete ", "request_id": "req-563546f7-63f2-46ab-b332-dbf1f4928463"}]} 2026-05-25 23:24:46.835 8 INFO neutron.services.segments.plugin [-] Segment 1cc55b93-e7ce-4326-9a89-ab8fc30aad57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cc55b93-e7ce-4326-9a89-ab8fc30aad57 found for delete ", "request_id": "req-28f4686f-b2e4-4fa5-a4d5-9a4e9681a6e3"}]} [pid: 8|app: 0|req: 909/1721] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:46 2026] DELETE /v2.0/networks/bb95348c-824d-47a9-ae1a-5bead620ff1e => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:47.084 7 INFO neutron.services.segments.plugin [-] Segment aa5a0ace-8cf7-4807-82c3-f9646b425433 resource provider aggregate not found 2026-05-25 23:24:47.096 7 INFO neutron.services.segments.plugin [-] Segment aa5a0ace-8cf7-4807-82c3-f9646b425433 resource provider aggregate not found 2026-05-25 23:24:47.107 7 INFO neutron.services.segments.plugin [-] Segment aa5a0ace-8cf7-4807-82c3-f9646b425433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa5a0ace-8cf7-4807-82c3-f9646b425433 found for delete ", "request_id": "req-9df579bc-fe06-412f-951d-c42ae93b2f05"}]} 2026-05-25 23:24:47.125 7 INFO neutron.services.segments.plugin [-] Segment aa5a0ace-8cf7-4807-82c3-f9646b425433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa5a0ace-8cf7-4807-82c3-f9646b425433 found for delete ", "request_id": "req-bad6573e-1de6-41ee-8ef6-1df318122592"}]} 2026-05-25 23:24:47.125 7 INFO neutron.db.l3_hamode_db [None req-b45b4086-11f1-42f2-820b-9eafc610ec57 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network 897989d6-94ad-4115-bb6d-0b6ee1757356 was deleted as no HA routers are present in tenant ae97d098675a44f9a7003c8f966c5220. [pid: 7|app: 0|req: 813/1722] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:46 2026] DELETE /v2.0/routers/012f4749-1620-4316-ace6-2470761e3d58 => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1723] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:47 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => 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: 910/1724] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:46 2026] GET /v2.0/security-groups?tenant_id=e69fd530de574568a4e02642322bbb4b&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:47.216 7 INFO neutron.db.segments_db [None req-8d9a4a0b-1dc0-446a-861d-f44f6ddc8c1b c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] Added segment fed956a8-f4cf-4d3e-bf01-6460269de59c of type vxlan for network 85a6f215-01b4-49c4-9616-c8e944fa9ec9 [pid: 7|app: 0|req: 815/1725] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:47 2026] POST /v2.0/networks => generated 630 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1726] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:47 2026] DELETE /v2.0/subnets/f3207aea-e6b0-4ff2-924e-b14ba99a6c55 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1727] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:47 2026] DELETE /v2.0/security-groups/40ba69ac-48aa-4230-b6ba-1fe218ab4a2d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:47.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-69c606ea-1d59-4c35-9a80-698df474bb67 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: cfe1bb69-102e-45a6-a8f1-b62f276e6a22 2026-05-25 23:24:47.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69c606ea-1d59-4c35-9a80-698df474bb67 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: cfe1bb69-102e-45a6-a8f1-b62f276e6a22 [pid: 8|app: 0|req: 912/1728] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:47 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1729] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:47 2026] DELETE /v2.0/networks/81fd6eb9-968b-43be-9cf2-3595777c0ccb => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1730] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:47 2026] GET /v2.0/security-groups?tenant_id=ae97d098675a44f9a7003c8f966c5220&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: 913/1731] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:47 2026] POST /v2.0/ports => generated 911 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1732] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:47 2026] DELETE /v2.0/security-groups/d468dbff-b250-4ef8-9d61-79287060967e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:48.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-caa925f3-0036-44a6-a1ab-c02977dea670 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] TaaS: Handle Delete Port: 188d729a-b19d-44fb-91b1-5eefe57e9e00 2026-05-25 23:24:48.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caa925f3-0036-44a6-a1ab-c02977dea670 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] Tap Mirror: Handle Delete Port: 188d729a-b19d-44fb-91b1-5eefe57e9e00 [pid: 8|app: 0|req: 914/1733] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:48 2026] DELETE /v2.0/ports/188d729a-b19d-44fb-91b1-5eefe57e9e00 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:24:48.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc84095a-98c4-4d58-81b7-da0a7f4bc330 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1734] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:48 2026] GET /v2.0/ports/188d729a-b19d-44fb-91b1-5eefe57e9e00 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1735] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:48 2026] DELETE /v2.0/subnets/6adfd1ca-3938-46b0-8b5c-948659163e87 => 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: 821/1736] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:48 2026] DELETE /v2.0/networks/85a6f215-01b4-49c4-9616-c8e944fa9ec9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1737] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:24:48 2026] POST /v2.0/ports => generated 775 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:49.140 7 INFO neutron.services.segments.plugin [-] Segment 31303b8a-f26c-42c0-8699-cc8f7c529546 resource provider aggregate not found 2026-05-25 23:24:49.174 7 INFO neutron.services.segments.plugin [-] Segment 31303b8a-f26c-42c0-8699-cc8f7c529546 resource provider aggregate not found 2026-05-25 23:24:49.189 7 INFO neutron.services.segments.plugin [-] Segment 31303b8a-f26c-42c0-8699-cc8f7c529546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31303b8a-f26c-42c0-8699-cc8f7c529546 found for delete ", "request_id": "req-1c6893cb-29ca-441a-a412-071ef1526ace"}]} 2026-05-25 23:24:49.199 7 INFO neutron.services.segments.plugin [-] Segment 31303b8a-f26c-42c0-8699-cc8f7c529546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31303b8a-f26c-42c0-8699-cc8f7c529546 found for delete ", "request_id": "req-74d0ce7b-b584-470e-a8ee-cfd538b36362"}]} 2026-05-25 23:24:49.211 7 INFO neutron.services.segments.plugin [-] Segment fed956a8-f4cf-4d3e-bf01-6460269de59c resource provider aggregate not found 2026-05-25 23:24:49.223 7 INFO neutron.services.segments.plugin [-] Segment fed956a8-f4cf-4d3e-bf01-6460269de59c resource provider aggregate not found 2026-05-25 23:24:49.235 7 INFO neutron.services.segments.plugin [-] Segment fed956a8-f4cf-4d3e-bf01-6460269de59c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed956a8-f4cf-4d3e-bf01-6460269de59c found for delete ", "request_id": "req-aed2d2f9-c619-45fe-a686-889eb6116b35"}]} 2026-05-25 23:24:49.240 7 INFO neutron.services.segments.plugin [-] Segment fed956a8-f4cf-4d3e-bf01-6460269de59c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fed956a8-f4cf-4d3e-bf01-6460269de59c found for delete ", "request_id": "req-5cfeb1d2-5af0-4b2c-856d-46c88100ed9e"}]} [pid: 7|app: 0|req: 822/1738] 10.0.0.218 () {34 vars in 737 bytes} [Mon May 25 23:24:48 2026] PUT /v2.0/ports/b860b1dc-67d9-445f-8baa-adc123b56718 => generated 752 bytes in 316 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-25 23:24:49.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bf325ce-00ed-4094-b06c-b1401cb72f4e c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] TaaS: Handle Delete Port: b860b1dc-67d9-445f-8baa-adc123b56718 2026-05-25 23:24:49.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bf325ce-00ed-4094-b06c-b1401cb72f4e c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] Tap Mirror: Handle Delete Port: b860b1dc-67d9-445f-8baa-adc123b56718 [pid: 8|app: 0|req: 917/1739] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:49 2026] DELETE /v2.0/ports/b860b1dc-67d9-445f-8baa-adc123b56718 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 823/1740] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:49 2026] GET /v2.0/ports => generated 778 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:49.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cca370aa-d128-4004-b0c5-abd6891462dc c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 918/1741] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:49 2026] GET /v2.0/ports/b860b1dc-67d9-445f-8baa-adc123b56718 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1742] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:24:49 2026] GET /v2.0/ports => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1743] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:49 2026] GET /v2.0/ports/1653f0ff-34c1-4a62-a99d-9a2bb69e895c => generated 775 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:49.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e4a1f2c-ca2c-471a-806c-153dff39e541 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 825/1744] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:49 2026] DELETE /v2.0/ports/188d729a-b19d-44fb-91b1-5eefe57e9e00 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:49.738 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90b01c82-57e1-46b8-ad81-195f63a9b55a c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1745] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:49 2026] DELETE /v2.0/subnets/6adfd1ca-3938-46b0-8b5c-948659163e87 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:49.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-356ac4fb-b26b-47fb-9c2c-59390a7718e8 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 826/1746] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:49 2026] DELETE /v2.0/subnets/ba59ce72-5ae5-484f-a2e9-f937fe87fec7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:24:49.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-61894192-9751-4beb-9269-594e93e04e84 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] TaaS: Handle Delete Port: 1653f0ff-34c1-4a62-a99d-9a2bb69e895c 2026-05-25 23:24:49.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61894192-9751-4beb-9269-594e93e04e84 c1cb3bd54b8841adab54644a86fd52c3 daed7ef75e2a44fe85fda92ebcc83815 - - default default] Tap Mirror: Handle Delete Port: 1653f0ff-34c1-4a62-a99d-9a2bb69e895c [pid: 8|app: 0|req: 921/1747] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:24:49 2026] DELETE /v2.0/ports/1653f0ff-34c1-4a62-a99d-9a2bb69e895c => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1748] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:24:50 2026] DELETE /v2.0/networks/7f703a3e-5f9a-4c0c-8b68-6327320b7892 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1749] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:50 2026] GET /v2.0/security-groups?tenant_id=daed7ef75e2a44fe85fda92ebcc83815&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1750] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:50 2026] DELETE /v2.0/security-groups/d1ed529e-1276-4310-875e-cc98dc414caa => 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: 923/1751] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:24:51 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1753] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:24:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3283003eefc945d19b3df7f5c12ed197 => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:51.270 7 INFO neutron.services.segments.plugin [-] Segment 5063b74c-ac00-4f98-acb8-011e2ecfa67c resource provider aggregate not found 2026-05-25 23:24:51.272 7 INFO neutron.services.segments.plugin [-] Segment 5063b74c-ac00-4f98-acb8-011e2ecfa67c resource provider aggregate not found 2026-05-25 23:24:51.303 7 INFO neutron.services.segments.plugin [-] Segment 5063b74c-ac00-4f98-acb8-011e2ecfa67c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5063b74c-ac00-4f98-acb8-011e2ecfa67c found for delete ", "request_id": "req-9d505770-7854-4fe9-81d7-47430ac29d47"}]} 2026-05-25 23:24:51.308 7 INFO neutron.services.segments.plugin [-] Segment 5063b74c-ac00-4f98-acb8-011e2ecfa67c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5063b74c-ac00-4f98-acb8-011e2ecfa67c found for delete ", "request_id": "req-ef93e2bd-4dfe-4cf4-907b-db787cd7345d"}]} [pid: 7|app: 0|req: 830/1755] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:24:51 2026] POST /v2.0/ports => generated 1179 bytes in 518 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: 831/1756] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:52 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1194 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1757] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:24:51 2026] PUT /v2.0/ports/34f068b0-43fd-4e10-81ad-3388842e451b => generated 1460 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:52.322 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a467376-33f3-4248-bfab-4558442657f9'] response: {'name': 'network-changed', 'server_uuid': 'a4905ac0-85c7-480e-98b9-78117a79eeb1', 'tag': '34f068b0-43fd-4e10-81ad-3388842e451b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 832/1758] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:52 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1759] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:24:52 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 834/1760] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:24:52 2026] GET /v2.0/networks?tenant_id=3283003eefc945d19b3df7f5c12ed197&shared=False => generated 2376 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1761] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:24:52 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) 2026-05-25 23:24:53.052 8 INFO neutron.db.segments_db [None req-1cc36128-8180-4af2-8516-4bd9eded17c5 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment 9e156b3a-12b3-48db-a125-e6a409c3f825 of type vxlan for network ae8ded31-05b3-4388-b94c-80e91dc4f3c1 [pid: 8|app: 0|req: 927/1762] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:52 2026] POST /v2.0/networks => generated 629 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:53.201 7 INFO neutron.db.segments_db [None req-cacfdfd6-84e3-4f06-8bd8-faa837e76f24 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment ab006d29-4b20-46dc-b715-c29a668be1d7 of type vxlan for network 2aa9d70e-1902-4e5f-a5b0-9aa212f473d2 [pid: 7|app: 0|req: 836/1763] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:24:53 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1764] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:53 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1765] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:53 2026] POST /v2.0/subnets => generated 626 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:24:53.921 8 INFO neutron.db.segments_db [None req-ec18fb69-5118-4186-8b4c-082fccd79585 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment 1eba9037-4c3a-4545-a72a-44b19a0b8498 of type vxlan for network d09ca964-4413-481d-ac59-8ab5524ada7b [pid: 7|app: 0|req: 838/1766] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1767] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=34f068b0-43fd-4e10-81ad-3388842e451b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1768] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A239&port_id=34f068b0-43fd-4e10-81ad-3388842e451b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1769] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/subnets?id=4f247c74-f973-4b6f-ac51-bf7b98ecd78d&id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:24:54.214 8 INFO neutron.db.l3_hamode_db [None req-ec18fb69-5118-4186-8b4c-082fccd79585 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 842/1770] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1771] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1772] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:54.339 8 INFO neutron.db.l3_hamode_db [None req-ec18fb69-5118-4186-8b4c-082fccd79585 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 845/1773] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:24:54 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 929/1774] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:24:53 2026] POST /v2.0/routers => generated 506 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1775] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:24:54 2026] PUT /v2.0/routers/b66a512e-3417-4d2a-af44-d2aa206b0d51/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1776] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:56 2026] GET /v2.0/ports/fdd1b5a1-e6a3-40cb-98c6-aecff71768ed => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1777] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:24:56 2026] PUT /v2.0/routers/b66a512e-3417-4d2a-af44-d2aa206b0d51/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1778] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:24:57 2026] GET /v2.0/ports/8cba87d4-460c-4115-853f-298997511013 => generated 955 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1779] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:24:57 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1196 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1780] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:24:57 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:24:57.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d673f85-a90a-456a-9efc-f3a12c00fa66 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: 8cba87d4-460c-4115-853f-298997511013 2026-05-25 23:24:57.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d673f85-a90a-456a-9efc-f3a12c00fa66 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: 8cba87d4-460c-4115-853f-298997511013 [pid: 8|app: 0|req: 932/1781] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:24:57 2026] PUT /v2.0/routers/b66a512e-3417-4d2a-af44-d2aa206b0d51/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1782] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:24:58 2026] GET /v2.0/security-groups?tenant_id=63325acc138842118558c17ebe4c2218&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1783] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:24:58 2026] DELETE /v2.0/security-groups/a96ead73-223d-4bdc-946b-c632efe9e694 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:24:58.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfe822e5-6b60-4c5e-9546-ac586f52d7ab 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: fdd1b5a1-e6a3-40cb-98c6-aecff71768ed 2026-05-25 23:24:58.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfe822e5-6b60-4c5e-9546-ac586f52d7ab 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: fdd1b5a1-e6a3-40cb-98c6-aecff71768ed [pid: 8|app: 0|req: 933/1784] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:24:58 2026] PUT /v2.0/routers/b66a512e-3417-4d2a-af44-d2aa206b0d51/remove_router_interface => generated 309 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1785] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:24:59 2026] GET /v2.0/ports?device_id=b66a512e-3417-4d2a-af44-d2aa206b0d51 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:24:59.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-6af038f4-7aed-4940-a588-4913d68d85a4 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: 35f36ad1-8f7c-430f-8553-13016b86c0e7 2026-05-25 23:24:59.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6af038f4-7aed-4940-a588-4913d68d85a4 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: 35f36ad1-8f7c-430f-8553-13016b86c0e7 2026-05-25 23:24:59.932 8 INFO neutron.services.segments.plugin [-] Segment 1eba9037-4c3a-4545-a72a-44b19a0b8498 resource provider aggregate not found 2026-05-25 23:24:59.934 8 INFO neutron.services.segments.plugin [-] Segment 1eba9037-4c3a-4545-a72a-44b19a0b8498 resource provider aggregate not found 2026-05-25 23:24:59.957 8 INFO neutron.services.segments.plugin [-] Segment 1eba9037-4c3a-4545-a72a-44b19a0b8498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eba9037-4c3a-4545-a72a-44b19a0b8498 found for delete ", "request_id": "req-c162e409-28d8-4d91-b8fe-e0f9b9e7020f"}]} 2026-05-25 23:24:59.962 8 INFO neutron.db.l3_hamode_db [None req-6af038f4-7aed-4940-a588-4913d68d85a4 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] HA network d09ca964-4413-481d-ac59-8ab5524ada7b was deleted as no HA routers are present in tenant 8212ac27448a4f19980d0fbf399b8082. 2026-05-25 23:24:59.971 8 INFO neutron.services.segments.plugin [-] Segment 1eba9037-4c3a-4545-a72a-44b19a0b8498 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eba9037-4c3a-4545-a72a-44b19a0b8498 found for delete ", "request_id": "req-57359217-aef3-4df5-8918-11caeea16de0"}]} [pid: 8|app: 0|req: 934/1786] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:59 2026] DELETE /v2.0/routers/b66a512e-3417-4d2a-af44-d2aa206b0d51 => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1787] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:24:59 2026] DELETE /v2.0/subnets/eeccb123-d0ce-4ea4-b373-d4932024096e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1788] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:00 2026] DELETE /v2.0/subnets/3c13074d-6f84-43a2-82bb-e90e86697f9e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:00.448 7 INFO neutron.services.segments.plugin [-] Segment ab006d29-4b20-46dc-b715-c29a668be1d7 resource provider aggregate not found 2026-05-25 23:25:00.472 7 INFO neutron.services.segments.plugin [-] Segment ab006d29-4b20-46dc-b715-c29a668be1d7 resource provider aggregate not found 2026-05-25 23:25:00.481 7 INFO neutron.services.segments.plugin [-] Segment ab006d29-4b20-46dc-b715-c29a668be1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab006d29-4b20-46dc-b715-c29a668be1d7 found for delete ", "request_id": "req-4de19824-d853-4f9e-9924-8a32c50e110b"}]} [pid: 7|app: 0|req: 854/1789] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:00 2026] DELETE /v2.0/networks/2aa9d70e-1902-4e5f-a5b0-9aa212f473d2 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:00.509 7 INFO neutron.services.segments.plugin [-] Segment ab006d29-4b20-46dc-b715-c29a668be1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab006d29-4b20-46dc-b715-c29a668be1d7 found for delete ", "request_id": "req-5725f45d-3369-4992-81b7-f52f25ba86be"}]} [pid: 8|app: 0|req: 936/1790] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:00 2026] DELETE /v2.0/networks/ae8ded31-05b3-4388-b94c-80e91dc4f3c1 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:00.795 7 INFO neutron.db.segments_db [None req-819299af-9366-4770-aaf5-51cd40b43b0f 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment 50b927e7-6666-4f41-89cc-2296688425a5 of type vxlan for network 776d90e3-dc6c-4aae-af73-77ab5737d92f [pid: 7|app: 0|req: 855/1791] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:25:00 2026] POST /v2.0/networks => generated 629 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1792] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:00 2026] POST /v2.0/subnets => generated 626 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:01.307 7 INFO neutron.db.segments_db [None req-aab1d789-0968-4833-9a43-b1a2a97625fd 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment 3cb90c79-45ec-41d7-b71a-d1406051797e of type vxlan for network 34c5feb8-3930-4ff1-801e-48a9712f53d8 2026-05-25 23:25:01.621 7 INFO neutron.db.l3_hamode_db [None req-aab1d789-0968-4833-9a43-b1a2a97625fd 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 938/1793] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:01 2026] GET /v2.0/security-groups?tenant_id=ec199b5a97c04751a376b040e13f339f&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:01.769 7 INFO neutron.db.l3_hamode_db [None req-aab1d789-0968-4833-9a43-b1a2a97625fd 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 939/1794] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:01 2026] DELETE /v2.0/security-groups/db66ef34-ee6e-45fb-bf3e-2e80348ebc6c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:01.978 8 INFO neutron.services.segments.plugin [-] Segment 9e156b3a-12b3-48db-a125-e6a409c3f825 resource provider aggregate not found 2026-05-25 23:25:01.995 8 INFO neutron.services.segments.plugin [-] Segment 9e156b3a-12b3-48db-a125-e6a409c3f825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e156b3a-12b3-48db-a125-e6a409c3f825 found for delete ", "request_id": "req-abfe63e0-9b0a-46c0-bca1-b9266edb308e"}]} 2026-05-25 23:25:01.995 8 INFO neutron.services.segments.plugin [-] Segment 9e156b3a-12b3-48db-a125-e6a409c3f825 resource provider aggregate not found 2026-05-25 23:25:02.010 8 INFO neutron.services.segments.plugin [-] Segment 9e156b3a-12b3-48db-a125-e6a409c3f825 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e156b3a-12b3-48db-a125-e6a409c3f825 found for delete ", "request_id": "req-1841a2ea-49a0-4122-ae06-16025761214f"}]} [pid: 8|app: 0|req: 940/1795] 10.0.0.223 () {30 vars in 650 bytes} [Mon May 25 23:25:02 2026] GET /v2.0/extensions => generated 21537 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1796] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:01 2026] POST /v2.0/routers => generated 507 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1797] 10.0.0.223 () {30 vars in 724 bytes} [Mon May 25 23:25:02 2026] GET /v2.0/quotas/8817ca56139a4838999a874cf78e25e5/details => generated 847 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1798] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:02 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1196 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1799] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:02 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1800] 10.0.0.218 () {34 vars in 665 bytes} [Mon May 25 23:25:02 2026] POST /v2.0/ports => generated 948 bytes in 416 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: 860/1801] 10.0.0.218 () {32 vars in 818 bytes} [Mon May 25 23:25:02 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&mac_address=fa%3A16%3A3e%3Abc%3A0c%3A07 => generated 1196 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:03.723 7 INFO neutron.db.l3_db [None req-740aa587-c63c-4e94-8599-0839c788bffd 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Floating IP f9f98213-b280-40f7-a96f-8d3497e11a34 associated. External IP: 10.96.250.220, port: 34f068b0-43fd-4e10-81ad-3388842e451b. [pid: 8|app: 0|req: 942/1802] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:25:02 2026] PUT /v2.0/routers/ceb59e80-020e-41a1-a577-b809575ad0c7/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1803] 10.0.0.218 () {34 vars in 677 bytes} [Mon May 25 23:25:02 2026] POST /v2.0/floatingips => generated 854 bytes in 1400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:04.361 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-500e54bc-e0a9-4966-bc54-d42025a12da4'] response: {'name': 'network-changed', 'server_uuid': 'a4905ac0-85c7-480e-98b9-78117a79eeb1', 'tag': '34f068b0-43fd-4e10-81ad-3388842e451b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 862/1804] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:25:04 2026] GET /v2.0/ports/ab30cbb3-0af2-49bd-92be-80fb005823ea => generated 1022 bytes in 73 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-25 23:25:04.694 8 INFO neutron.db.segments_db [None req-b9ab204f-7dc6-403d-a653-fa80303aa8d0 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 5d3a4f6b-6237-4290-85f8-98f53b290509 of type vxlan for network 04b0851b-07de-4f5a-9fea-926053371153 2026-05-25 23:25:04.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-468f9fc1-1be3-400b-a77d-659331c25568 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: ab30cbb3-0af2-49bd-92be-80fb005823ea 2026-05-25 23:25:04.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-468f9fc1-1be3-400b-a77d-659331c25568 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: ab30cbb3-0af2-49bd-92be-80fb005823ea [pid: 8|app: 0|req: 943/1805] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:25:04 2026] POST /v2.0/networks => generated 741 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1806] 10.0.0.92 () {34 vars in 1093 bytes} [Mon May 25 23:25:04 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-693228530&fields=id&tenant_id=3283003eefc945d19b3df7f5c12ed197 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1807] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:04 2026] POST /v2.0/subnets => generated 688 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1808] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:25:05 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1809] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:05 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1465 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1810] 10.0.0.223 () {30 vars in 650 bytes} [Mon May 25 23:25:05 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) 2026-05-25 23:25:05.185 8 INFO neutron.db.segments_db [None req-9f2c9cfe-3b00-4ae2-b53b-ddcb02f406cd 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment bfe1a688-5be1-4bb5-b580-ea681056c660 of type vxlan for network c189f63a-831c-4e74-88fb-c0af017d1a87 2026-05-25 23:25:05.494 8 INFO neutron.db.l3_hamode_db [None req-9f2c9cfe-3b00-4ae2-b53b-ddcb02f406cd 3a059deb28f648778545016899e73269 5da3fefc65244c959a1622d52e808561 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 863/1811] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:25:04 2026] PUT /v2.0/routers/ceb59e80-020e-41a1-a577-b809575ad0c7/remove_router_interface => generated 309 bytes in 1441 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: 864/1812] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:25:05 2026] GET /v2.0/quotas/3283003eefc945d19b3df7f5c12ed197 => 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: 865/1813] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:25:05 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 801 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1814] 10.0.0.223 () {30 vars in 724 bytes} [Mon May 25 23:25:05 2026] GET /v2.0/quotas/8817ca56139a4838999a874cf78e25e5/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:06.135 7 INFO neutron.api.v2.resource [None req-e1ffc680-3148-470e-b576-388d6b584080 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1815] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:25:06 2026] PUT /v2.0/routers/ceb59e80-020e-41a1-a577-b809575ad0c7/remove_router_interface => generated 197 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1816] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:25:06 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&fields=id => generated 333 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1817] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:25:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=34f068b0-43fd-4e10-81ad-3388842e451b => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1818] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:06 2026] GET /v2.0/ports?device_id=ceb59e80-020e-41a1-a577-b809575ad0c7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:06.362 8 INFO neutron.db.l3_hamode_db [None req-9f2c9cfe-3b00-4ae2-b53b-ddcb02f406cd 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 873/1821] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:25:06 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 874/1822] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:25:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A239&port_id=34f068b0-43fd-4e10-81ad-3388842e451b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:06.633 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bdf8e6a-3286-4b4d-ab9d-db3ba6bb1514 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: 1cb26e5a-7631-43d2-9c9d-c1dd29046bcf 2026-05-25 23:25:06.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bdf8e6a-3286-4b4d-ab9d-db3ba6bb1514 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: 1cb26e5a-7631-43d2-9c9d-c1dd29046bcf 2026-05-25 23:25:07.136 7 INFO neutron.services.segments.plugin [-] Segment 3cb90c79-45ec-41d7-b71a-d1406051797e resource provider aggregate not found 2026-05-25 23:25:07.141 7 INFO neutron.services.segments.plugin [-] Segment 3cb90c79-45ec-41d7-b71a-d1406051797e resource provider aggregate not found 2026-05-25 23:25:07.167 7 INFO neutron.services.segments.plugin [-] Segment 3cb90c79-45ec-41d7-b71a-d1406051797e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb90c79-45ec-41d7-b71a-d1406051797e found for delete ", "request_id": "req-51fd84ba-60f1-4511-be9c-0673577e3bfe"}]} 2026-05-25 23:25:07.194 7 INFO neutron.services.segments.plugin [-] Segment 3cb90c79-45ec-41d7-b71a-d1406051797e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cb90c79-45ec-41d7-b71a-d1406051797e found for delete ", "request_id": "req-88595763-76b0-459d-89b5-eaeeea683173"}]} 2026-05-25 23:25:07.206 7 INFO neutron.db.l3_hamode_db [None req-3bdf8e6a-3286-4b4d-ab9d-db3ba6bb1514 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] HA network 34c5feb8-3930-4ff1-801e-48a9712f53d8 was deleted as no HA routers are present in tenant 8212ac27448a4f19980d0fbf399b8082. [pid: 7|app: 0|req: 875/1823] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:06 2026] DELETE /v2.0/routers/ceb59e80-020e-41a1-a577-b809575ad0c7 => generated 0 bytes in 803 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1824] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:25:07 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 877/1825] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:25:07 2026] GET /v2.0/subnets?id=4f247c74-f973-4b6f-ac51-bf7b98ecd78d&id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1826] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:07 2026] DELETE /v2.0/subnets/a4735403-56c2-417d-9619-422cce5aa29d => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1827] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:07 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1828] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:05 2026] POST /v2.0/routers => generated 728 bytes in 2473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1829] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:07 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1830] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:07 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:07.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-91159d79-d2a4-477d-8254-31cee9675312 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: 5f33352a-cbad-4387-80e7-1b0ecf317d64 2026-05-25 23:25:07.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91159d79-d2a4-477d-8254-31cee9675312 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: 5f33352a-cbad-4387-80e7-1b0ecf317d64 2026-05-25 23:25:07.930 8 INFO neutron.services.segments.plugin [-] Segment 50b927e7-6666-4f41-89cc-2296688425a5 resource provider aggregate not found 2026-05-25 23:25:07.939 8 INFO neutron.services.segments.plugin [-] Segment 50b927e7-6666-4f41-89cc-2296688425a5 resource provider aggregate not found 2026-05-25 23:25:07.955 8 INFO neutron.services.segments.plugin [-] Segment 50b927e7-6666-4f41-89cc-2296688425a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50b927e7-6666-4f41-89cc-2296688425a5 found for delete ", "request_id": "req-7b3f47c5-1d2b-4173-b76c-d5b086b619b7"}]} 2026-05-25 23:25:07.956 8 INFO neutron.services.segments.plugin [-] Segment 50b927e7-6666-4f41-89cc-2296688425a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50b927e7-6666-4f41-89cc-2296688425a5 found for delete ", "request_id": "req-2d12ce8c-4f27-4166-a975-387ebd7e10ed"}]} [pid: 8|app: 0|req: 950/1831] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:07 2026] DELETE /v2.0/networks/776d90e3-dc6c-4aae-af73-77ab5737d92f => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1832] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:25:07 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:08.101 8 INFO neutron.db.segments_db [None req-dbc3f393-f1b7-4d4d-9426-3adc9b097e5c 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment fca275fc-2a47-4266-9806-8ab28596ecb3 of type vxlan for network 06d732e5-dbe3-4686-9eb9-42a4ebe849fe [pid: 8|app: 0|req: 952/1833] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:25:08 2026] POST /v2.0/networks => generated 630 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1834] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:25:08 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 954/1835] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:08 2026] GET /v2.0/security-groups?tenant_id=8817ca56139a4838999a874cf78e25e5&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1836] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:08 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1837] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:08 2026] DELETE /v2.0/security-groups/18c67949-23df-4e1a-85b7-88af55460c04 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:08.902 8 INFO neutron.db.segments_db [None req-c8d6c1c7-6dc4-4e93-b5f7-9f7cab6b76c1 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment 161f14a5-f033-4fa7-a438-ca16892a8fa7 of type vxlan for network 9d46fb84-4d00-4d01-b55f-20bfaba0ec47 [pid: 7|app: 0|req: 882/1838] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:25:07 2026] PUT /v2.0/routers/28ed7ce5-afc7-433c-a217-7cbd11828490/add_router_interface => generated 309 bytes in 1357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:09.181 8 INFO neutron.db.l3_hamode_db [None req-c8d6c1c7-6dc4-4e93-b5f7-9f7cab6b76c1 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:25:09.288 8 INFO neutron.db.l3_hamode_db [None req-c8d6c1c7-6dc4-4e93-b5f7-9f7cab6b76c1 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 957/1839] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:08 2026] POST /v2.0/routers => generated 506 bytes in 1094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:10.350 8 INFO neutron.db.segments_db [None req-b3e5aafe-4115-4be7-aa83-e682d62607f4 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment cf4008ee-a415-4b76-bf95-12dd942269e2 of type vxlan for network ab5c67b8-32ec-47d9-b2fa-670ac452ba9a [pid: 8|app: 0|req: 958/1840] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:25:10 2026] POST /v2.0/networks => generated 739 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1841] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:10 2026] POST /v2.0/subnets => generated 686 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1842] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:25:10 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:10.799 8 INFO neutron.db.segments_db [None req-9ba2ec06-136e-4c28-8a97-d586822b40f8 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Added segment 780a1874-ae8a-40d5-a9ff-44a1db9020c7 of type vxlan for network 6db4a70a-4dcb-42d8-8420-34289a696ece 2026-05-25 23:25:11.195 8 INFO neutron.db.l3_hamode_db [None req-9ba2ec06-136e-4c28-8a97-d586822b40f8 3a059deb28f648778545016899e73269 5608c99d8faf4ce39ad843e682ad21ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 883/1843] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:25:09 2026] PUT /v2.0/routers/cd860743-c9a0-4805-bfc0-3e1d8d2de74b/add_router_interface => generated 309 bytes in 1470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1844] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 23:25:11 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1845] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:25:11 2026] GET /v2.0/ports/ed9a03a9-36fb-4352-9209-a54bda049d9b => generated 955 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:11.909 7 INFO neutron_taas.services.taas.taas_plugin [None req-23769541-27e2-4906-b637-f2c680835404 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: ed9a03a9-36fb-4352-9209-a54bda049d9b 2026-05-25 23:25:11.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23769541-27e2-4906-b637-f2c680835404 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: ed9a03a9-36fb-4352-9209-a54bda049d9b 2026-05-25 23:25:12.199 8 INFO neutron.db.l3_hamode_db [None req-9ba2ec06-136e-4c28-8a97-d586822b40f8 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 886/1846] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:25:11 2026] PUT /v2.0/routers/cd860743-c9a0-4805-bfc0-3e1d8d2de74b/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1847] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:25:12 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 705 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1848] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:12 2026] GET /v2.0/ports?device_id=cd860743-c9a0-4805-bfc0-3e1d8d2de74b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1849] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:25:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3283003eefc945d19b3df7f5c12ed197 => generated 178 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:12.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b4e1f5c-27eb-446d-8415-a0921f6bd96c 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: 09ecd492-c141-489f-a8c1-72c6f3232a75 2026-05-25 23:25:12.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b4e1f5c-27eb-446d-8415-a0921f6bd96c 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: 09ecd492-c141-489f-a8c1-72c6f3232a75 2026-05-25 23:25:13.169 7 INFO neutron.services.segments.plugin [-] Segment 161f14a5-f033-4fa7-a438-ca16892a8fa7 resource provider aggregate not found 2026-05-25 23:25:13.176 7 INFO neutron.services.segments.plugin [-] Segment 161f14a5-f033-4fa7-a438-ca16892a8fa7 resource provider aggregate not found 2026-05-25 23:25:13.195 7 INFO neutron.db.l3_hamode_db [None req-7b4e1f5c-27eb-446d-8415-a0921f6bd96c 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] HA network 9d46fb84-4d00-4d01-b55f-20bfaba0ec47 was deleted as no HA routers are present in tenant 8212ac27448a4f19980d0fbf399b8082. 2026-05-25 23:25:13.203 7 INFO neutron.services.segments.plugin [-] Segment 161f14a5-f033-4fa7-a438-ca16892a8fa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 161f14a5-f033-4fa7-a438-ca16892a8fa7 found for delete ", "request_id": "req-a5ce1e45-346b-4ac3-9c39-4dd8cea3111e"}]} [pid: 7|app: 0|req: 890/1850] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:12 2026] DELETE /v2.0/routers/cd860743-c9a0-4805-bfc0-3e1d8d2de74b => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:13.212 7 INFO neutron.services.segments.plugin [-] Segment 161f14a5-f033-4fa7-a438-ca16892a8fa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 161f14a5-f033-4fa7-a438-ca16892a8fa7 found for delete ", "request_id": "req-be421378-58e2-4644-b98c-4893cc1cea4e"}]} [pid: 8|app: 0|req: 961/1851] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:10 2026] POST /v2.0/routers => generated 726 bytes in 2927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1852] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:25:13 2026] POST /v2.0/ports => generated 1187 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1853] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:13 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1190 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1854] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:13 2026] DELETE /v2.0/subnets/c2749764-9e5e-4e0a-a490-48f05c155481 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 23:25:14.265 7 INFO neutron.db.segments_db [None req-4091b48c-3110-49ba-b87b-57c792c8664f 0c2a1e343e2a463a80f4d2a3f9112a5d 34e49ebac88340cc8a7c28af0f3ebb66 - - default default] Added segment b7432441-4760-4d69-99a0-75410b598c8f of type vxlan for network 9f829cbd-b199-46ed-b3ef-b2e678c3053f [pid: 7|app: 0|req: 892/1855] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:25:13 2026] POST /v2.0/networks => generated 632 bytes in 664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1856] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:25:14 2026] PUT /v2.0/ports/7f7cfecc-30a9-4548-a52f-e80dab2bc784 => generated 1468 bytes in 516 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: 894/1857] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:14 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:15.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cff814b-f7c7-4bab-aa1f-a44077db4330 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: ae7e154d-3d99-4d2b-82c9-bd17fe531bdb 2026-05-25 23:25:15.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cff814b-f7c7-4bab-aa1f-a44077db4330 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: ae7e154d-3d99-4d2b-82c9-bd17fe531bdb 2026-05-25 23:25:15.093 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1308b6c6-fe28-4d63-af41-a71fdc1fd092'] response: {'name': 'network-changed', 'server_uuid': '9c706341-4c76-4b29-913a-8be029ce287f', 'tag': '7f7cfecc-30a9-4548-a52f-e80dab2bc784', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 964/1858] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:25:13 2026] PUT /v2.0/routers/626a3af1-efe8-4c6d-855f-358976e30534/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1859] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:25:15 2026] PUT /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:15.261 7 INFO neutron.services.segments.plugin [-] Segment fca275fc-2a47-4266-9806-8ab28596ecb3 resource provider aggregate not found 2026-05-25 23:25:15.265 7 INFO neutron.services.segments.plugin [-] Segment fca275fc-2a47-4266-9806-8ab28596ecb3 resource provider aggregate not found 2026-05-25 23:25:15.281 7 INFO neutron.services.segments.plugin [-] Segment fca275fc-2a47-4266-9806-8ab28596ecb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca275fc-2a47-4266-9806-8ab28596ecb3 found for delete ", "request_id": "req-b341d58d-4bb5-4862-9fe8-34e438cd4fa5"}]} [pid: 7|app: 0|req: 895/1860] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:14 2026] DELETE /v2.0/networks/06d732e5-dbe3-4686-9eb9-42a4ebe849fe => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:15.295 7 INFO neutron.services.segments.plugin [-] Segment fca275fc-2a47-4266-9806-8ab28596ecb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca275fc-2a47-4266-9806-8ab28596ecb3 found for delete ", "request_id": "req-8bd66f06-8f9b-47f5-9bef-d06188698aad"}]} [pid: 8|app: 0|req: 966/1861] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:15 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:15.346 7 INFO neutron.db.segments_db [None req-215b2ceb-caeb-43b1-93af-56c3ee5925c7 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Added segment e016efbd-263d-44c1-811b-045a7711dab2 of type vxlan for network e5150355-44ee-4b8a-a0bd-1def7d124abe [pid: 8|app: 0|req: 967/1862] 10.0.0.218 () {34 vars in 764 bytes} [Mon May 25 23:25:15 2026] PUT /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags/green => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1863] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:15 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1864] 10.0.0.218 () {34 vars in 760 bytes} [Mon May 25 23:25:15 2026] PUT /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-25 23:25:15.646 7 INFO neutron.db.l3_hamode_db [None req-215b2ceb-caeb-43b1-93af-56c3ee5925c7 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 970/1865] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:15 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1866] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:15 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1867] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:25:15 2026] GET /v2.0/networks?tenant_id=3283003eefc945d19b3df7f5c12ed197&shared=False => generated 2376 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1868] 10.0.0.218 () {34 vars in 782 bytes} [Mon May 25 23:25:15 2026] PUT /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1869] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:25:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1870] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:25:15 2026] POST /v2.0/security-groups => generated 1671 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1871] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:16 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 52 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1872] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1873] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:25:16 2026] PUT /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1874] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:16 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1875] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:16 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:16.647 7 INFO neutron.db.l3_hamode_db [None req-215b2ceb-caeb-43b1-93af-56c3ee5925c7 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 981/1876] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1877] 10.0.0.218 () {32 vars in 741 bytes} [Mon May 25 23:25:16 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags/red => 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: 983/1878] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:17.003 8 INFO neutron.api.v2.resource [None req-555b9a50-a410-41f8-92bc-a6b89622931d 0c2a1e343e2a463a80f4d2a3f9112a5d 34e49ebac88340cc8a7c28af0f3ebb66 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1879] 10.0.0.218 () {32 vars in 745 bytes} [Mon May 25 23:25:16 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-25 23:25:17.054 8 INFO neutron.db.securitygroups_db [None req-7df8eda8-58cd-4aa1-b67d-be2e6ff84d9f 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] Project 5da3fefc65244c959a1622d52e808561 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: 985/1880] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1881] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1471 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1882] 10.0.0.218 () {32 vars in 744 bytes} [Mon May 25 23:25:17 2026] DELETE /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags/red => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:17.330 8 INFO neutron.db.securitygroups_db [None req-60a495fd-4a1c-477d-8292-8ccbc0781718 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] Project 5da3fefc65244c959a1622d52e808561 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 988/1883] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1884] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=7f7cfecc-30a9-4548-a52f-e80dab2bc784 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1885] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 30 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1886] 199.204.45.30 () {34 vars in 1105 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A14e&port_id=7f7cfecc-30a9-4548-a52f-e80dab2bc784 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:17.613 8 INFO neutron.api.v2.resource [None req-0edb75fe-be12-4479-95ab-eec78f417dab 0c2a1e343e2a463a80f4d2a3f9112a5d 34e49ebac88340cc8a7c28af0f3ebb66 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 992/1887] 10.0.0.218 () {32 vars in 748 bytes} [Mon May 25 23:25:17 2026] DELETE /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1888] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/subnets?id=65c4af43-2e65-4d78-baed-d3df0380fa85&id=11340a40-5fad-4f2b-bc46-4686403f4421 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1889] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:17 2026] DELETE /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => 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: 896/1890] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:15 2026] POST /v2.0/routers => generated 688 bytes in 2434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1891] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&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: 897/1892] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/routers/1b8860fe-4ed7-4d31-801b-e209a9840c93 => generated 694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1893] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1894] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&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: 8|app: 0|req: 997/1895] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/routers => generated 697 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:17.990 7 INFO neutron.services.segments.plugin [-] Segment b7432441-4760-4d69-99a0-75410b598c8f resource provider aggregate not found 2026-05-25 23:25:17.992 7 INFO neutron.services.segments.plugin [-] Segment b7432441-4760-4d69-99a0-75410b598c8f resource provider aggregate not found 2026-05-25 23:25:18.008 7 INFO neutron.services.segments.plugin [-] Segment b7432441-4760-4d69-99a0-75410b598c8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7432441-4760-4d69-99a0-75410b598c8f found for delete ", "request_id": "req-e0434ade-9880-4f29-8feb-5e72749acceb"}]} [pid: 7|app: 0|req: 899/1896] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:17 2026] DELETE /v2.0/networks/9f829cbd-b199-46ed-b3ef-b2e678c3053f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:18.022 7 INFO neutron.services.segments.plugin [-] Segment b7432441-4760-4d69-99a0-75410b598c8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7432441-4760-4d69-99a0-75410b598c8f found for delete ", "request_id": "req-20e8a5c6-15b3-4ae7-8725-112177c15052"}]} [pid: 8|app: 0|req: 998/1897] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:25:17 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 900/1898] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:25:18 2026] POST /v2.0/security-groups => generated 1660 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1899] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:25:18 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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) [pid: 7|app: 0|req: 902/1900] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1901] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1902] 10.0.0.218 () {34 vars in 741 bytes} [Mon May 25 23:25:18 2026] PUT /v2.0/routers/1b8860fe-4ed7-4d31-801b-e209a9840c93 => generated 701 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1903] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:25:18 2026] GET /v2.0/routers/1b8860fe-4ed7-4d31-801b-e209a9840c93 => generated 701 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1904] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:18 2026] GET /v2.0/ports?device_id=1b8860fe-4ed7-4d31-801b-e209a9840c93 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:19.005 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb99ef8c-d428-428c-b0b1-1f75f99e8f95 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: 584de4fd-5435-43a4-a8c5-de0acd416acd 2026-05-25 23:25:19.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb99ef8c-d428-428c-b0b1-1f75f99e8f95 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: 584de4fd-5435-43a4-a8c5-de0acd416acd [pid: 7|app: 0|req: 904/1905] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:25:18 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:19.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb99ef8c-d428-428c-b0b1-1f75f99e8f95 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] TaaS: Handle Delete Port: a99210a4-51bf-43e3-98c6-326f8cfa9ef7 2026-05-25 23:25:19.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb99ef8c-d428-428c-b0b1-1f75f99e8f95 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] Tap Mirror: Handle Delete Port: a99210a4-51bf-43e3-98c6-326f8cfa9ef7 [pid: 7|app: 0|req: 905/1906] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/security-groups?tenant_id=b3d673e21203402c93676aa4baf5d6d5&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1907] 10.0.0.92 () {34 vars in 1095 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-76231678&fields=id&tenant_id=5da3fefc65244c959a1622d52e808561 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1908] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:19 2026] DELETE /v2.0/security-groups/480fb876-b629-456a-90da-ec7b2b2bc421 => 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: 908/1909] 10.0.0.92 () {34 vars in 1099 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1569921601&fields=id&tenant_id=5da3fefc65244c959a1622d52e808561 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:19.728 8 INFO neutron.services.segments.plugin [-] Segment e016efbd-263d-44c1-811b-045a7711dab2 resource provider aggregate not found 2026-05-25 23:25:19.738 8 INFO neutron.services.segments.plugin [-] Segment e016efbd-263d-44c1-811b-045a7711dab2 resource provider aggregate not found 2026-05-25 23:25:19.761 8 INFO neutron.services.segments.plugin [-] Segment e016efbd-263d-44c1-811b-045a7711dab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e016efbd-263d-44c1-811b-045a7711dab2 found for delete ", "request_id": "req-d30ab3d2-8c9f-47d8-94e2-3fcaee77b846"}]} 2026-05-25 23:25:19.763 8 INFO neutron.services.segments.plugin [-] Segment e016efbd-263d-44c1-811b-045a7711dab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e016efbd-263d-44c1-811b-045a7711dab2 found for delete ", "request_id": "req-7c92bea7-2519-4082-ab18-46d173224bab"}]} 2026-05-25 23:25:19.769 8 INFO neutron.db.l3_hamode_db [None req-cb99ef8c-d428-428c-b0b1-1f75f99e8f95 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] HA network e5150355-44ee-4b8a-a0bd-1def7d124abe was deleted as no HA routers are present in tenant 8212ac27448a4f19980d0fbf399b8082. [pid: 8|app: 0|req: 1002/1910] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:18 2026] DELETE /v2.0/routers/1b8860fe-4ed7-4d31-801b-e209a9840c93 => generated 0 bytes in 1045 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1911] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/networks?id=04b0851b-07de-4f5a-9fea-926053371153 => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1912] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/ports?device_id=1b8860fe-4ed7-4d31-801b-e209a9840c93 => 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: 1004/1913] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/quotas/5da3fefc65244c959a1622d52e808561 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1914] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/security-groups?tenant_id=34e49ebac88340cc8a7c28af0f3ebb66&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:19.843 8 INFO neutron.api.v2.resource [None req-2ca7c2d7-f7b6-47cb-bdad-e79769f1f0f3 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1005/1915] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:19 2026] DELETE /v2.0/routers/1b8860fe-4ed7-4d31-801b-e209a9840c93 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1916] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/ports?tenant_id=5da3fefc65244c959a1622d52e808561&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1917] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/ports?device_id=cd860743-c9a0-4805-bfc0-3e1d8d2de74b => 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: 1006/1918] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:19 2026] DELETE /v2.0/security-groups/3d1a4259-58d9-49d5-a2b5-59e504bff9a8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:19.971 8 INFO neutron.api.v2.resource [None req-8b509103-664e-4423-8973-f3c17bbcd974 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1007/1919] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:19 2026] DELETE /v2.0/routers/cd860743-c9a0-4805-bfc0-3e1d8d2de74b => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:25:19.994 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5100d340-f732-47b5-bea0-fa5555a965aa 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1008/1920] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:19 2026] DELETE /v2.0/subnets/c2749764-9e5e-4e0a-a490-48f05c155481 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1921] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:25:19 2026] GET /v2.0/networks/04b0851b-07de-4f5a-9fea-926053371153?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1922] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:20 2026] GET /v2.0/ports?device_id=ceb59e80-020e-41a1-a577-b809575ad0c7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:20.057 8 INFO neutron.api.v2.resource [None req-dd6f607b-31fa-4aa1-b896-5391c5daaafe 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1010/1923] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:20 2026] DELETE /v2.0/routers/ceb59e80-020e-41a1-a577-b809575ad0c7 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1924] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:25:20 2026] GET /v2.0/networks/04b0851b-07de-4f5a-9fea-926053371153?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:20.090 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e7f3d26-ffb0-4284-824b-5bfc91a2a577 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1925] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:20 2026] DELETE /v2.0/subnets/a4735403-56c2-417d-9619-422cce5aa29d => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1926] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:20 2026] GET /v2.0/ports?device_id=b66a512e-3417-4d2a-af44-d2aa206b0d51 => 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: 1011/1927] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:20 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1202 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:20.150 7 INFO neutron.api.v2.resource [None req-28ff8595-b2d0-47cd-9ee1-b0d170f634f9 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 917/1928] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:20 2026] DELETE /v2.0/routers/b66a512e-3417-4d2a-af44-d2aa206b0d51 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:25:20.174 7 INFO neutron.pecan_wsgi.hooks.translation [None req-950a3374-7a40-4124-80f0-08a170596310 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 918/1929] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:20 2026] DELETE /v2.0/subnets/eeccb123-d0ce-4ea4-b373-d4932024096e => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1930] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:20 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:20.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af663042-d0d6-4876-879e-248f5420288f 779de39a4d2a43eabddac621cd5cb488 8212ac27448a4f19980d0fbf399b8082 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1931] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:20 2026] DELETE /v2.0/subnets/3c13074d-6f84-43a2-82bb-e90e86697f9e => 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: 1013/1932] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:20 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 920/1933] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:20 2026] GET /v2.0/security-groups?tenant_id=8212ac27448a4f19980d0fbf399b8082&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1934] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:20 2026] DELETE /v2.0/security-groups/ef45b475-ba32-44e0-b3c7-8eb0537f984c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1937] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:21 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 922/1938] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:22 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 1017/1939] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:25:23 2026] POST /v2.0/security-groups => generated 1624 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1940] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:23 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 1018/1941] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:25:23 2026] GET /v2.0/security-groups => generated 4529 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1942] 10.0.0.218 () {34 vars in 758 bytes} [Mon May 25 23:25:23 2026] PUT /v2.0/security-groups/2482c498-2095-408f-ad9e-aed52fadeb6e => generated 1663 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1943] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:25:23 2026] GET /v2.0/security-groups/2482c498-2095-408f-ad9e-aed52fadeb6e => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1944] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:23 2026] DELETE /v2.0/security-groups/2482c498-2095-408f-ad9e-aed52fadeb6e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1945] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:25:23 2026] GET /v2.0/security-groups => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:23.866 7 INFO neutron.api.v2.resource [None req-edb94df3-5d67-465f-8d90-c84141f56aa4 4c7a0f423ce3452a947c0f8b0a9d1376 fe1bdf21a5a04e5bb6156c0c32960ef0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1946] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:23 2026] DELETE /v2.0/security-groups/2482c498-2095-408f-ad9e-aed52fadeb6e => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:25:23.986 7 INFO neutron.db.segments_db [None req-40dc1fc0-7877-4abe-92f7-6c4f316918d3 cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] Added segment f9021577-8d1b-47bc-b61b-a896aaeb92b1 of type vxlan for network 6fa38b80-6cd3-469f-a528-160a9150908e [pid: 8|app: 0|req: 1021/1947] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:25:23 2026] POST /v2.0/security-groups => generated 1625 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1948] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1949] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:25:24 2026] GET /v2.0/security-group-rules/b5557757-2f02-4846-a5b9-dd0667e32439 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:24.297 7 INFO neutron.db.l3_hamode_db [None req-40dc1fc0-7877-4abe-92f7-6c4f316918d3 cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1024/1950] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:25:24 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: 1025/1951] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:25:24 2026] DELETE /v2.0/security-group-rules/b5557757-2f02-4846-a5b9-dd0667e32439 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:24.478 7 INFO neutron.db.l3_hamode_db [None req-40dc1fc0-7877-4abe-92f7-6c4f316918d3 cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1026/1952] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:25:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1953] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1954] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:25:24 2026] GET /v2.0/networks?id=04b0851b-07de-4f5a-9fea-926053371153 => generated 673 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1955] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:24 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 1030/1956] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:25:24 2026] GET /v2.0/security-group-rules/7d368833-f785-4bc8-b820-b9e53afd12d8 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1957] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:25:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5da3fefc65244c959a1622d52e808561 => generated 272 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1958] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:25:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1959] 10.0.0.218 () {34 vars in 668 bytes} [Mon May 25 23:25:23 2026] POST /v2.0/routers => generated 474 bytes in 1248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1960] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:25:25 2026] DELETE /v2.0/security-group-rules/7d368833-f785-4bc8-b820-b9e53afd12d8 => 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: 929/1961] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:25:25 2026] PUT /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1962] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:25:24 2026] POST /v2.0/ports => generated 993 bytes in 470 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: 930/1963] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:25:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1964] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:25 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1204 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1965] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:25:25 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 25 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1966] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1967] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:25 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1968] 10.0.0.218 () {34 vars in 762 bytes} [Mon May 25 23:25:25 2026] PUT /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags/green => generated 4 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1969] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:25:25 2026] GET /v2.0/security-group-rules/1e750992-0660-4a20-b8b9-d625f1f3664c => generated 602 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1970] 10.0.0.218 () {32 vars in 818 bytes} [Mon May 25 23:25:25 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&mac_address=fa%3A16%3A3e%3Acf%3Aee%3Ad5 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1971] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:25:25 2026] PUT /v2.0/ports/da224c38-6a22-43d6-a5ec-eef443c13990 => generated 1274 bytes in 540 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-25 23:25:26.115 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c4fd264-3a08-40a2-89bd-db9a6587576c'] response: {'name': 'network-changed', 'server_uuid': '7229a219-458b-4a63-8211-55f4c648508e', 'tag': 'da224c38-6a22-43d6-a5ec-eef443c13990', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 937/1972] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1008 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1973] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1974] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 34 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1975] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1976] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:25:26 2026] DELETE /v2.0/security-group-rules/1e750992-0660-4a20-b8b9-d625f1f3664c => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1977] 10.0.0.218 () {34 vars in 758 bytes} [Mon May 25 23:25:26 2026] PUT /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags/red => generated 4 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1978] 10.0.0.218 () {32 vars in 673 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1979] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1980] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:26 2026] DELETE /v2.0/security-groups/5d857e54-44d9-488b-b5b0-30777e144c06 => 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: 1043/1981] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/ports?tenant_id=5da3fefc65244c959a1622d52e808561&device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1982] 10.0.0.218 () {34 vars in 780 bytes} [Mon May 25 23:25:26 2026] PUT /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags/black.or.white => generated 4 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-25 23:25:26.953 7 INFO neutron.db.l3_db [None req-16465fbe-d571-48a0-b15d-7f9748b5b075 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Floating IP 8aa913a3-5e1b-4ef9-b4a2-46f1867c3c19 associated. External IP: 10.96.250.217, port: 7f7cfecc-30a9-4548-a52f-e80dab2bc784. [pid: 8|app: 0|req: 1045/1983] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1984] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:25:26 2026] GET /v2.0/networks?tenant_id=5da3fefc65244c959a1622d52e808561&shared=False => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1985] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 52 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1986] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:25:27 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: 1049/1987] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1988] 10.0.0.218 () {34 vars in 677 bytes} [Mon May 25 23:25:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1989] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:25:27 2026] PUT /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 37 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:27.338 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ead493c0-b5c2-41ec-b1c3-5d49f5c4d536'] response: {'name': 'network-changed', 'server_uuid': '9c706341-4c76-4b29-913a-8be029ce287f', 'tag': '7f7cfecc-30a9-4548-a52f-e80dab2bc784', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 940/1990] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1991] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1992] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1993] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags/red => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:27.631 8 INFO neutron.api.v2.resource [None req-24223e99-c230-4e1f-ae6c-4fde7f978188 cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/1994] 10.0.0.218 () {32 vars in 743 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags/green => generated 99 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1995] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:25:27 2026] DELETE /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags/red => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1996] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1997] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/security-groups?tenant_id=fe1bdf21a5a04e5bb6156c0c32960ef0&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: 945/1998] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:27.966 8 INFO neutron.api.v2.resource [None req-ba0a33d7-f195-4a5d-8f51-dabc779eebac cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/1999] 10.0.0.218 () {32 vars in 746 bytes} [Mon May 25 23:25:27 2026] DELETE /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2000] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:25:27 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 801 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2001] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:27 2026] DELETE /v2.0/security-groups/5e140f49-d46e-41d8-ab73-9b5b1c1de63b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2002] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=7f7cfecc-30a9-4548-a52f-e80dab2bc784 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2003] 199.204.45.30 () {34 vars in 1105 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A14e&port_id=7f7cfecc-30a9-4548-a52f-e80dab2bc784 => 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: 1056/2004] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:25:28 2026] DELETE /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2005] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/subnets?id=65c4af43-2e65-4d78-baed-d3df0380fa85&id=11340a40-5fad-4f2b-bc46-4686403f4421 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2006] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2007] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2008] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be/tags => generated 12 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2009] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2010] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2011] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/ports?tenant_id=5da3fefc65244c959a1622d52e808561&device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2012] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1060/2013] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=da224c38-6a22-43d6-a5ec-eef443c13990 => 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: 1061/2014] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/subnets?id=1d137c9c-5ccb-4c6f-851a-d7348cfdf6da => generated 691 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2015] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/ports?network_id=04b0851b-07de-4f5a-9fea-926053371153&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: 1063/2016] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/networks/04b0851b-07de-4f5a-9fea-926053371153?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: 1064/2017] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2018] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/networks/04b0851b-07de-4f5a-9fea-926053371153?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: 1066/2019] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2020] 10.0.0.218 () {34 vars in 742 bytes} [Mon May 25 23:25:28 2026] PUT /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be => generated 480 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2021] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:28 2026] GET /v2.0/ports?device_id=087a319d-8662-46b0-aa54-081ee476b7be => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:29.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b6284b4-d39d-4d34-abd2-442d30e8e5af cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] TaaS: Handle Delete Port: e6232a85-64bb-4ed3-9480-60cab00c158e 2026-05-25 23:25:29.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b6284b4-d39d-4d34-abd2-442d30e8e5af cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] Tap Mirror: Handle Delete Port: e6232a85-64bb-4ed3-9480-60cab00c158e 2026-05-25 23:25:29.544 7 INFO neutron.services.segments.plugin [-] Segment f9021577-8d1b-47bc-b61b-a896aaeb92b1 resource provider aggregate not found 2026-05-25 23:25:29.551 7 INFO neutron.services.segments.plugin [-] Segment f9021577-8d1b-47bc-b61b-a896aaeb92b1 resource provider aggregate not found 2026-05-25 23:25:29.568 7 INFO neutron.db.l3_hamode_db [None req-3b6284b4-d39d-4d34-abd2-442d30e8e5af cf2cb124f8de4626a2cfc521558ea829 7c76f52f7add41c99a2842df186cc240 - - default default] HA network 6fa38b80-6cd3-469f-a528-160a9150908e was deleted as no HA routers are present in tenant 7c76f52f7add41c99a2842df186cc240. 2026-05-25 23:25:29.569 7 INFO neutron.services.segments.plugin [-] Segment f9021577-8d1b-47bc-b61b-a896aaeb92b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9021577-8d1b-47bc-b61b-a896aaeb92b1 found for delete ", "request_id": "req-e1088739-340d-4474-b24b-535d28b1a9a9"}]} 2026-05-25 23:25:29.573 7 INFO neutron.services.segments.plugin [-] Segment f9021577-8d1b-47bc-b61b-a896aaeb92b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9021577-8d1b-47bc-b61b-a896aaeb92b1 found for delete ", "request_id": "req-fc69fa20-cdcd-42e1-b5b4-8249d7ef95d1"}]} [pid: 7|app: 0|req: 955/2022] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:25:28 2026] DELETE /v2.0/routers/087a319d-8662-46b0-aa54-081ee476b7be => generated 0 bytes in 665 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2023] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:29 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1008 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2024] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:29 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2025] 10.0.0.218 () {32 vars in 623 bytes} [Mon May 25 23:25:29 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: 957/2026] 10.0.0.218 () {32 vars in 633 bytes} [Mon May 25 23:25:29 2026] GET /v2.0/ => generated 632 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2027] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:30 2026] GET /v2.0/security-groups?tenant_id=7c76f52f7add41c99a2842df186cc240&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2028] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:30 2026] DELETE /v2.0/security-groups/68feb9cf-ca5c-4a39-a97f-21cd048b7d92 => 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: 958/2029] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:30 2026] GET /v2.0/security-groups?tenant_id=3ceafb1e0e8f4e1aab90d9b012a981c0&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2030] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:30 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1008 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2031] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:30 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2032] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:30 2026] DELETE /v2.0/security-groups/efebb765-9ecf-424e-a2fb-fb7ecc4f90c7 => 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: 1074/2033] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:31 2026] GET /v2.0/security-groups?tenant_id=fff9803c57bd4f0c95c75ff3ddffb0a3&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2034] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:31 2026] DELETE /v2.0/security-groups/7d415c38-abc8-4a14-bb30-6374d168c5be => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2035] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:25:31 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1277 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2036] 199.204.45.30 () {34 vars in 1123 bytes} [Mon May 25 23:25:31 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2037] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:32 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2038] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:32 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2039] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:33 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2040] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:33 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2041] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:34 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2042] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:34 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2043] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:34 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:35.117 7 INFO neutron.db.segments_db [None req-6adf6866-93f9-46c4-aa01-b9901e88c151 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Added segment 4373632c-d92e-427e-be4b-bb13c97792a3 of type vxlan for network c74ad4cf-6b67-45e9-b7ba-623349fe25e0 [pid: 7|app: 0|req: 964/2044] 10.0.0.218 () {34 vars in 671 bytes} [Mon May 25 23:25:34 2026] POST /v2.0/networks => generated 633 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:35.224 8 INFO neutron.db.l3_db [None req-cfac6866-9b3a-46fa-98aa-dd97a10aba5c 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] Floating IP 8ce149c5-7878-4c46-8fba-8e781cbfbefc associated. External IP: 10.96.250.215, port: da224c38-6a22-43d6-a5ec-eef443c13990. 2026-05-25 23:25:35.440 7 INFO neutron.db.segments_db [None req-6d1566df-0b4e-4cbf-92c0-500f375eddef c14a0ae7d22f4bdba6e0596d11b50512 7c73edd7cc4a41e7be30343f781ff054 - - default default] Added segment 8306b66b-7fb2-4885-b3ba-f527f56ad78d of type vxlan for network e3ffe5b8-1aa0-48bc-9b1e-bb05b729a736 [pid: 7|app: 0|req: 965/2045] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:25:35 2026] POST /v2.0/networks => generated 632 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:35.612 7 INFO neutron.db.segments_db [None req-8e262fc7-798f-4625-b1db-672c11c1b2cc c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Added segment 4f3a176e-4353-4cd2-a017-f85ab8c47c6d of type vxlan for network 4d331761-292a-482d-814d-c7b3fd2d9692 [pid: 8|app: 0|req: 1081/2046] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:25:34 2026] PUT /v2.0/floatingips/8ce149c5-7878-4c46-8fba-8e781cbfbefc => generated 855 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:35.685 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcd46f8d-7e53-43cc-8256-82aa74debf19'] response: {'name': 'network-changed', 'server_uuid': '7229a219-458b-4a63-8211-55f4c648508e', 'tag': 'da224c38-6a22-43d6-a5ec-eef443c13990', 'status': 'completed', 'code': 200} 2026-05-25 23:25:35.929 7 INFO neutron.db.l3_hamode_db [None req-8e262fc7-798f-4625-b1db-672c11c1b2cc c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1082/2047] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:25:35 2026] POST /v2.0/ports => generated 743 bytes in 409 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: 1083/2048] 10.0.0.218 () {34 vars in 666 bytes} [Mon May 25 23:25:36 2026] POST /v2.0/trunks => generated 407 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2049] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/ports?tenant_id=5da3fefc65244c959a1622d52e808561&device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1279 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2052] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:25:36 2026] PUT /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/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: 1088/2053] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/networks?id=04b0851b-07de-4f5a-9fea-926053371153 => generated 769 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2054] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2055] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=da224c38-6a22-43d6-a5ec-eef443c13990 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2056] 10.0.0.218 () {34 vars in 760 bytes} [Mon May 25 23:25:36 2026] PUT /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2057] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/subnets?id=1d137c9c-5ccb-4c6f-851a-d7348cfdf6da => generated 691 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2058] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2059] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/ports?network_id=04b0851b-07de-4f5a-9fea-926053371153&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2060] 10.0.0.218 () {34 vars in 756 bytes} [Mon May 25 23:25:36 2026] PUT /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2061] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/networks/04b0851b-07de-4f5a-9fea-926053371153?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2062] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2063] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/networks/04b0851b-07de-4f5a-9fea-926053371153?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) 2026-05-25 23:25:36.949 7 INFO neutron.db.l3_hamode_db [None req-8e262fc7-798f-4625-b1db-672c11c1b2cc c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1099/2064] 10.0.0.218 () {34 vars in 778 bytes} [Mon May 25 23:25:36 2026] PUT /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2065] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:36 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2066] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:25:37 2026] PUT /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2067] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:37 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2068] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:25:37 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:37.148 8 INFO neutron.api.v2.resource [None req-4eb38967-843f-4135-9545-5a5d63b9d7d3 c14a0ae7d22f4bdba6e0596d11b50512 7c73edd7cc4a41e7be30343f781ff054 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1104/2069] 10.0.0.218 () {32 vars in 741 bytes} [Mon May 25 23:25:37 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2070] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:37 2026] DELETE /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2071] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:37 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:37.309 8 INFO neutron.api.v2.resource [None req-332a3171-5762-4094-9893-6b24410439e3 c14a0ae7d22f4bdba6e0596d11b50512 7c73edd7cc4a41e7be30343f781ff054 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1107/2072] 10.0.0.218 () {32 vars in 744 bytes} [Mon May 25 23:25:37 2026] DELETE /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2073] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:25:37 2026] DELETE /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2074] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:37 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e/tags => 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: 1110/2075] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:25:37 2026] GET /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2076] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:25:37 2026] GET /v2.0/ports/4a101772-fd6d-40d3-84a1-4bbd04132796 => 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: 1112/2077] 10.0.0.218 () {32 vars in 722 bytes} [Mon May 25 23:25:37 2026] DELETE /v2.0/trunks/9c71dcdf-84ac-4b10-8c24-28587fd5272e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:37.750 8 INFO neutron_taas.services.taas.taas_plugin [None req-af41dd7c-7523-478e-a3d2-7c6a8e772d30 c14a0ae7d22f4bdba6e0596d11b50512 7c73edd7cc4a41e7be30343f781ff054 - - default default] TaaS: Handle Delete Port: 4a101772-fd6d-40d3-84a1-4bbd04132796 2026-05-25 23:25:37.754 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af41dd7c-7523-478e-a3d2-7c6a8e772d30 c14a0ae7d22f4bdba6e0596d11b50512 7c73edd7cc4a41e7be30343f781ff054 - - default default] Tap Mirror: Handle Delete Port: 4a101772-fd6d-40d3-84a1-4bbd04132796 [pid: 8|app: 0|req: 1113/2078] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:25:37 2026] DELETE /v2.0/ports/4a101772-fd6d-40d3-84a1-4bbd04132796 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:38.029 8 INFO neutron.services.segments.plugin [-] Segment 8306b66b-7fb2-4885-b3ba-f527f56ad78d resource provider aggregate not found 2026-05-25 23:25:38.037 8 INFO neutron.services.segments.plugin [-] Segment 8306b66b-7fb2-4885-b3ba-f527f56ad78d resource provider aggregate not found 2026-05-25 23:25:38.054 8 INFO neutron.services.segments.plugin [-] Segment 8306b66b-7fb2-4885-b3ba-f527f56ad78d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8306b66b-7fb2-4885-b3ba-f527f56ad78d found for delete ", "request_id": "req-dcb4cb5b-e588-4418-b1e6-3659781146e6"}]} [pid: 8|app: 0|req: 1114/2079] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:37 2026] DELETE /v2.0/networks/e3ffe5b8-1aa0-48bc-9b1e-bb05b729a736 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:38.064 8 INFO neutron.services.segments.plugin [-] Segment 8306b66b-7fb2-4885-b3ba-f527f56ad78d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8306b66b-7fb2-4885-b3ba-f527f56ad78d found for delete ", "request_id": "req-3b222f1f-2a90-4e25-b734-380647cc1289"}]} [pid: 7|app: 0|req: 966/2080] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:35 2026] POST /v2.0/routers => generated 695 bytes in 2630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2081] 10.0.0.218 () {32 vars in 776 bytes} [Mon May 25 23:25:38 2026] GET /v2.0/subnets?project_id=cb29c610e7704e37b356dbf1ecddeb41&cidr=10.100.0.0%2F28 => generated 14 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2082] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:25:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2083] 10.0.0.218 () {32 vars in 784 bytes} [Mon May 25 23:25:38 2026] GET /v2.0/subnets?network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2084] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:38 2026] GET /v2.0/security-groups?tenant_id=e002538b489d405ebdd3cdb0ae879866&name=default => generated 2925 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2085] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:25:38 2026] POST /v2.0/subnets => generated 656 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2086] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:39 2026] DELETE /v2.0/security-groups/620a141d-dd3c-47ec-afe5-48227b49bc03 => 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: 1119/2087] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:39 2026] GET /v2.0/security-groups?tenant_id=7c73edd7cc4a41e7be30343f781ff054&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2088] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:39 2026] DELETE /v2.0/security-groups/75673b12-9b7c-4670-9a94-64b24795bd82 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2089] 10.0.0.218 () {34 vars in 783 bytes} [Mon May 25 23:25:39 2026] PUT /v2.0/routers/a335fb52-a148-4ddc-a113-dfbbab41ea8a/add_router_interface => generated 309 bytes in 1513 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2090] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:25:40 2026] GET /v2.0/networks => generated 9564 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2091] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:25:40 2026] GET /v2.0/subnets => generated 10012 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2092] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:25:41 2026] GET /v2.0/routers => generated 2898 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2093] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:25:41 2026] POST /v2.0/security-groups => generated 1671 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2094] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2095] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2096] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2097] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:41.939 8 INFO neutron.db.securitygroups_db [None req-083669e2-ad86-491b-931a-4a4398529f14 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Project cb29c610e7704e37b356dbf1ecddeb41 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: 1125/2098] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:42.086 7 INFO neutron.db.securitygroups_db [None req-f28e0b98-84e6-45b5-9e14-1bed3e71de2d c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Project cb29c610e7704e37b356dbf1ecddeb41 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: 974/2099] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:25:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2100] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:25:42 2026] GET /v2.0/networks => generated 1298 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2101] 10.0.0.92 () {34 vars in 1095 bytes} [Mon May 25 23:25:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-84145865&fields=id&tenant_id=cb29c610e7704e37b356dbf1ecddeb41 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2102] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:25:43 2026] GET /v2.0/networks?id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2103] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:25:43 2026] GET /v2.0/quotas/cb29c610e7704e37b356dbf1ecddeb41 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2104] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:25:43 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&fields=id => generated 57 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2105] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:25:43 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2106] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:25:43 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 978/2107] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:43 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:43.701 8 INFO neutron.db.segments_db [None req-714e5e54-6f0a-43ec-adaf-619fc4050bdd 623b6fc53b1a4b99aa93e8f6aecf6ac1 4a92aa59fcbf45cd9cba64be7ddaf828 - - default default] Added segment ef8f089d-a5e8-4d80-b07d-497902ee85a3 of type vxlan for network 6d5a8615-4e7d-410f-a023-004059a0f044 [pid: 8|app: 0|req: 1130/2108] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:25:43 2026] POST /v2.0/networks => generated 631 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:43.876 7 INFO neutron.db.segments_db [None req-cee95c3b-607e-49aa-8b2d-2b0675ed6947 623b6fc53b1a4b99aa93e8f6aecf6ac1 4a92aa59fcbf45cd9cba64be7ddaf828 - - default default] Added segment 4accf946-4c1e-47d8-9d1d-f9b3043a79ba of type vxlan for network a925e29f-1c93-4832-b84c-eb7473677d11 [pid: 7|app: 0|req: 979/2109] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:25:43 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2110] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:25:43 2026] PUT /v2.0/networks/6d5a8615-4e7d-410f-a023-004059a0f044/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2111] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:44 2026] GET /v2.0/networks/6d5a8615-4e7d-410f-a023-004059a0f044/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2112] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:25:44 2026] PUT /v2.0/networks/a925e29f-1c93-4832-b84c-eb7473677d11/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2113] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:44 2026] GET /v2.0/networks/a925e29f-1c93-4832-b84c-eb7473677d11/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: 1133/2114] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:25:44 2026] PUT /v2.0/networks/a925e29f-1c93-4832-b84c-eb7473677d11/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2115] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:44 2026] GET /v2.0/networks/a925e29f-1c93-4832-b84c-eb7473677d11/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2116] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:25:44 2026] GET /v2.0/networks/6d5a8615-4e7d-410f-a023-004059a0f044/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:44.521 7 INFO neutron.services.segments.plugin [-] Segment ef8f089d-a5e8-4d80-b07d-497902ee85a3 resource provider aggregate not found 2026-05-25 23:25:44.524 7 INFO neutron.services.segments.plugin [-] Segment ef8f089d-a5e8-4d80-b07d-497902ee85a3 resource provider aggregate not found [pid: 7|app: 0|req: 983/2117] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:44 2026] DELETE /v2.0/networks/6d5a8615-4e7d-410f-a023-004059a0f044 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:25:44.556 7 INFO neutron.services.segments.plugin [-] Segment ef8f089d-a5e8-4d80-b07d-497902ee85a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8f089d-a5e8-4d80-b07d-497902ee85a3 found for delete ", "request_id": "req-255fd938-285b-473e-a1d1-61caf02706e9"}]} [pid: 8|app: 0|req: 1135/2118] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:44 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:25:44.566 7 INFO neutron.services.segments.plugin [-] Segment ef8f089d-a5e8-4d80-b07d-497902ee85a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8f089d-a5e8-4d80-b07d-497902ee85a3 found for delete ", "request_id": "req-5abf7d72-7fe4-4b92-aa95-0225186908d2"}]} [pid: 7|app: 0|req: 984/2119] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:25:44 2026] DELETE /v2.0/networks/a925e29f-1c93-4832-b84c-eb7473677d11 => 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: 985/2120] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:45 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => 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: 1136/2121] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:45 2026] GET /v2.0/security-groups?tenant_id=aa92bc2f753248368410cf462cc3ac82&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2122] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:45 2026] DELETE /v2.0/security-groups/56a19256-23ae-4c43-bb7c-d3edaa0b20e2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2123] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:25:46 2026] GET /v2.0/security-groups?tenant_id=4a92aa59fcbf45cd9cba64be7ddaf828&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2124] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:25:46 2026] DELETE /v2.0/security-groups/3ad4cc05-ac26-4124-9fa0-787b059a1759 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:25:46.587 7 INFO neutron.services.segments.plugin [-] Segment 4accf946-4c1e-47d8-9d1d-f9b3043a79ba resource provider aggregate not found 2026-05-25 23:25:46.592 7 INFO neutron.services.segments.plugin [-] Segment 4accf946-4c1e-47d8-9d1d-f9b3043a79ba resource provider aggregate not found 2026-05-25 23:25:46.612 7 INFO neutron.services.segments.plugin [-] Segment 4accf946-4c1e-47d8-9d1d-f9b3043a79ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4accf946-4c1e-47d8-9d1d-f9b3043a79ba found for delete ", "request_id": "req-799d0e63-4e49-49ed-9fc7-dd5e7ff36df0"}]} 2026-05-25 23:25:46.613 7 INFO neutron.services.segments.plugin [-] Segment 4accf946-4c1e-47d8-9d1d-f9b3043a79ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4accf946-4c1e-47d8-9d1d-f9b3043a79ba found for delete ", "request_id": "req-f70887c9-526e-4e8a-9392-537496b546ca"}]} [pid: 8|app: 0|req: 1138/2125] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:46 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2126] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:47 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2127] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:25:47 2026] GET /v2.0/networks?id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 661 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2128] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:25:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb29c610e7704e37b356dbf1ecddeb41 => generated 179 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2129] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:25:47 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: 990/2130] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:25:48 2026] PUT /v2.0/ports/793c50da-3e23-4eb9-9aac-dc2a7431afa2 => generated 1235 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:25:48.974 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b137920e-77b5-4959-a3c2-4bf57e38d36b'] response: {'name': 'network-changed', 'server_uuid': '024e7fd6-3da0-48c3-8a27-e028a4f6ffec', 'tag': '793c50da-3e23-4eb9-9aac-dc2a7431afa2', '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: 1141/2131] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:48 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 969 bytes in 59 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: 991/2132] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:49 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2133] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:49 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2134] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:25:49 2026] GET /v2.0/networks?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&shared=False => generated 757 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2135] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:25:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2136] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2137] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2138] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2139] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=793c50da-3e23-4eb9-9aac-dc2a7431afa2 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2140] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/subnets?id=513532c5-b710-492a-9ff9-48c013148d57 => generated 677 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2141] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/ports?network_id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2142] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1147/2143] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:25:50 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 998/2146] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:51 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2147] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:51 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2148] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:52 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2149] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:52 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2150] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:53 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2151] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:53 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2152] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:54 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => 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: 1152/2153] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:54 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2154] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:56 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2155] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:56 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2156] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:56 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2157] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:25:56 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2158] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:56 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2159] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:25:57 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2160] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:25:57 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:25:57.352 8 INFO neutron.db.l3_db [None req-60a8e65e-cb56-45d8-8d71-cc1e4365f85b c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Floating IP 8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd associated. External IP: 10.96.250.212, port: 793c50da-3e23-4eb9-9aac-dc2a7431afa2. [pid: 7|app: 0|req: 1007/2161] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:25:57 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1279 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2162] 10.0.0.218 () {32 vars in 858 bytes} [Mon May 25 23:25:57 2026] GET /v2.0/floatingips?floating_network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c&port_id=da224c38-6a22-43d6-a5ec-eef443c13990 => generated 860 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2163] 10.0.0.218 () {34 vars in 677 bytes} [Mon May 25 23:25:56 2026] POST /v2.0/floatingips => generated 855 bytes in 1348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:25:57.833 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8d67e2d-6acf-44c1-9cbd-b27b4a58f45b'] response: {'name': 'network-changed', 'server_uuid': '024e7fd6-3da0-48c3-8a27-e028a4f6ffec', 'tag': '793c50da-3e23-4eb9-9aac-dc2a7431afa2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1009/2164] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:57 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 855 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2165] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 1240 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2166] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/networks?id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2167] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2168] 10.0.0.70 () {34 vars in 1119 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/security-groups?id=54f62de3-39cf-48c8-ac7d-24e2896d930b&id=3d6927d0-8cca-43dc-96ca-dad7369b4049&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2169] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=793c50da-3e23-4eb9-9aac-dc2a7431afa2 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2170] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/subnets?id=513532c5-b710-492a-9ff9-48c013148d57 => 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: 1012/2171] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/ports?network_id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2172] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1013/2173] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2174] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:58 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2175] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:25:59 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2176] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:01 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2177] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:26:01 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2178] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:02 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2179] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:26:02 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2180] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:03 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2181] 10.0.0.92 () {34 vars in 1119 bytes} [Mon May 25 23:26:03 2026] GET /v2.0/security-groups?id=3d6927d0-8cca-43dc-96ca-dad7369b4049&id=54f62de3-39cf-48c8-ac7d-24e2896d930b&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2182] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:26:03 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:26:03.991 7 INFO neutron_taas.services.taas.taas_plugin [req-17efc706-5c1c-40b0-a2cb-6ca4f79c6e9a req-173da902-e7b5-42d5-b5a4-f7922adc9c74 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] TaaS: Handle Delete Port: da224c38-6a22-43d6-a5ec-eef443c13990 2026-05-25 23:26:03.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-17efc706-5c1c-40b0-a2cb-6ca4f79c6e9a req-173da902-e7b5-42d5-b5a4-f7922adc9c74 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] Tap Mirror: Handle Delete Port: da224c38-6a22-43d6-a5ec-eef443c13990 2026-05-25 23:26:04.159 7 INFO neutron.db.l3_db [req-17efc706-5c1c-40b0-a2cb-6ca4f79c6e9a req-173da902-e7b5-42d5-b5a4-f7922adc9c74 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] Floating IP 8ce149c5-7878-4c46-8fba-8e781cbfbefc disassociated. External IP: 10.96.250.215, port: da224c38-6a22-43d6-a5ec-eef443c13990. [pid: 7|app: 0|req: 1018/2183] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:26:03 2026] DELETE /v2.0/ports/da224c38-6a22-43d6-a5ec-eef443c13990 => generated 0 bytes in 730 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:04.608 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b23aa02-f914-48a6-beda-4bbd8e525ce6'] response: {'server_uuid': '7229a219-458b-4a63-8211-55f4c648508e', 'name': 'network-vif-deleted', 'tag': 'da224c38-6a22-43d6-a5ec-eef443c13990', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1166/2184] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:04 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 1019/2185] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:05 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 1168/2188] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:06 2026] GET /v2.0/ports?device_id=7229a219-458b-4a63-8211-55f4c648508e => 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: 1021/2189] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:26:07 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2190] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 23:26:07 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2191] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:08 2026] DELETE /v2.0/security-groups/3d6927d0-8cca-43dc-96ca-dad7369b4049 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:26:08.164 8 INFO neutron.api.v2.resource [None req-f5192e35-e37d-4a25-9716-ec5762b3c7d0 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1170/2192] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:26:08 2026] GET /v2.0/security-groups/3d6927d0-8cca-43dc-96ca-dad7369b4049 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:26:08.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf79ce9c-3ff2-44c3-a6b9-63f8f9744201 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] TaaS: Handle Delete Port: 2cee91ae-8389-4eb3-950b-0faf1a6b703c 2026-05-25 23:26:08.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf79ce9c-3ff2-44c3-a6b9-63f8f9744201 6aae5d5e8bf146df81a613ef98e12f29 5da3fefc65244c959a1622d52e808561 - - default default] Tap Mirror: Handle Delete Port: 2cee91ae-8389-4eb3-950b-0faf1a6b703c [pid: 7|app: 0|req: 1023/2193] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:26:08 2026] DELETE /v2.0/floatingips/8ce149c5-7878-4c46-8fba-8e781cbfbefc => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2194] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:08 2026] DELETE /v2.0/security-groups/54f62de3-39cf-48c8-ac7d-24e2896d930b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:26:09.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed3db8ce-a0d3-4234-8f9f-3472420e4478 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 3e2a85c4-74b4-4fc7-8d67-e2868897e6ab 2026-05-25 23:26:09.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed3db8ce-a0d3-4234-8f9f-3472420e4478 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 3e2a85c4-74b4-4fc7-8d67-e2868897e6ab [pid: 7|app: 0|req: 1024/2195] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:26:08 2026] PUT /v2.0/routers/28ed7ce5-afc7-433c-a217-7cbd11828490/remove_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:10.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-c288f4a5-d960-4f81-a281-240d4bba6502 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 21e56218-21b0-49d5-bc94-a3dbe6c9afce 2026-05-25 23:26:10.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c288f4a5-d960-4f81-a281-240d4bba6502 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 21e56218-21b0-49d5-bc94-a3dbe6c9afce [pid: 7|app: 0|req: 1025/2196] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:26:10 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2197] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 23:26:10 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:10.270 8 INFO neutron_taas.services.taas.taas_plugin [None req-c288f4a5-d960-4f81-a281-240d4bba6502 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 5c5ebf34-0cde-46a7-af8c-c83ce08bb111 2026-05-25 23:26:10.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c288f4a5-d960-4f81-a281-240d4bba6502 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 5c5ebf34-0cde-46a7-af8c-c83ce08bb111 2026-05-25 23:26:10.616 8 INFO neutron.services.segments.plugin [-] Segment bfe1a688-5be1-4bb5-b580-ea681056c660 resource provider aggregate not found 2026-05-25 23:26:10.625 8 INFO neutron.services.segments.plugin [-] Segment bfe1a688-5be1-4bb5-b580-ea681056c660 resource provider aggregate not found 2026-05-25 23:26:10.643 8 INFO neutron.services.segments.plugin [-] Segment bfe1a688-5be1-4bb5-b580-ea681056c660 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfe1a688-5be1-4bb5-b580-ea681056c660 found for delete ", "request_id": "req-871435bd-9a9e-4d7d-a3c9-eccc85803c77"}]} 2026-05-25 23:26:10.649 8 INFO neutron.services.segments.plugin [-] Segment bfe1a688-5be1-4bb5-b580-ea681056c660 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfe1a688-5be1-4bb5-b580-ea681056c660 found for delete ", "request_id": "req-edf1a99a-ed62-4240-93fb-49d770014b51"}]} 2026-05-25 23:26:10.664 8 INFO neutron.db.l3_hamode_db [None req-c288f4a5-d960-4f81-a281-240d4bba6502 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network c189f63a-831c-4e74-88fb-c0af017d1a87 was deleted as no HA routers are present in tenant 5da3fefc65244c959a1622d52e808561. [pid: 8|app: 0|req: 1172/2198] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:09 2026] DELETE /v2.0/routers/28ed7ce5-afc7-433c-a217-7cbd11828490 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2199] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:10 2026] DELETE /v2.0/subnets/1d137c9c-5ccb-4c6f-851a-d7348cfdf6da => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:10.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-e256cfed-cc31-4d8f-bc07-ac75086685b6 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: c3e4c9e0-f112-4409-8f8e-53b2838d6a32 2026-05-25 23:26:11.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e256cfed-cc31-4d8f-bc07-ac75086685b6 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: c3e4c9e0-f112-4409-8f8e-53b2838d6a32 [pid: 8|app: 0|req: 1173/2200] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:10 2026] DELETE /v2.0/networks/04b0851b-07de-4f5a-9fea-926053371153 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:11.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f3cc62c-c82c-4d38-84bf-7b91a724d19c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 01f30a0a-d216-44c3-90fb-038c67e00e21 2026-05-25 23:26:11.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f3cc62c-c82c-4d38-84bf-7b91a724d19c 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 01f30a0a-d216-44c3-90fb-038c67e00e21 [pid: 7|app: 0|req: 1028/2201] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:26:11 2026] PUT /v2.0/routers/626a3af1-efe8-4c6d-855f-358976e30534/remove_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:12.675 8 INFO neutron.services.segments.plugin [-] Segment 5d3a4f6b-6237-4290-85f8-98f53b290509 resource provider aggregate not found 2026-05-25 23:26:12.681 8 INFO neutron.services.segments.plugin [-] Segment 5d3a4f6b-6237-4290-85f8-98f53b290509 resource provider aggregate not found 2026-05-25 23:26:12.705 8 INFO neutron.services.segments.plugin [-] Segment 5d3a4f6b-6237-4290-85f8-98f53b290509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d3a4f6b-6237-4290-85f8-98f53b290509 found for delete ", "request_id": "req-327be3cb-8e26-4208-bfa8-2e749cf8309a"}]} 2026-05-25 23:26:12.709 8 INFO neutron.services.segments.plugin [-] Segment 5d3a4f6b-6237-4290-85f8-98f53b290509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d3a4f6b-6237-4290-85f8-98f53b290509 found for delete ", "request_id": "req-fffac5bb-19fb-499c-9961-f3896c71dbc5"}]} 2026-05-25 23:26:12.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4b94752-f2ec-4117-9056-3918039a7942 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 6c889090-5ffe-4adc-aa76-08aae433b40f 2026-05-25 23:26:12.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4b94752-f2ec-4117-9056-3918039a7942 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 6c889090-5ffe-4adc-aa76-08aae433b40f 2026-05-25 23:26:13.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4b94752-f2ec-4117-9056-3918039a7942 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: d4e4d8ec-29bd-4b30-9b49-ce7053acb6ba 2026-05-25 23:26:13.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4b94752-f2ec-4117-9056-3918039a7942 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: d4e4d8ec-29bd-4b30-9b49-ce7053acb6ba 2026-05-25 23:26:13.476 8 INFO neutron.db.l3_hamode_db [None req-e4b94752-f2ec-4117-9056-3918039a7942 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] HA network 6db4a70a-4dcb-42d8-8420-34289a696ece was deleted as no HA routers are present in tenant 5608c99d8faf4ce39ad843e682ad21ac. [pid: 8|app: 0|req: 1174/2202] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:12 2026] DELETE /v2.0/routers/626a3af1-efe8-4c6d-855f-358976e30534 => generated 0 bytes in 1025 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2203] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:13 2026] DELETE /v2.0/subnets/6781be2e-78f6-499c-b2c5-65c47036dabe => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:13.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-780be04e-115f-4205-9520-40a03b241836 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 27b7fcfa-60f7-4f1b-ae52-5697bfe92527 2026-05-25 23:26:13.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-780be04e-115f-4205-9520-40a03b241836 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 27b7fcfa-60f7-4f1b-ae52-5697bfe92527 [pid: 8|app: 0|req: 1175/2204] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:13 2026] DELETE /v2.0/networks/ab5c67b8-32ec-47d9-b2fa-670ac452ba9a => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2205] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:14 2026] GET /v2.0/security-groups?tenant_id=5608c99d8faf4ce39ad843e682ad21ac&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: 1176/2206] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:14 2026] DELETE /v2.0/security-groups/c2863cfb-1856-4723-b312-700b011fe341 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2207] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:14 2026] GET /v2.0/security-groups?tenant_id=5da3fefc65244c959a1622d52e808561&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:26:14.738 8 INFO neutron.services.segments.plugin [-] Segment 780a1874-ae8a-40d5-a9ff-44a1db9020c7 resource provider aggregate not found 2026-05-25 23:26:14.742 8 INFO neutron.services.segments.plugin [-] Segment 780a1874-ae8a-40d5-a9ff-44a1db9020c7 resource provider aggregate not found [pid: 8|app: 0|req: 1177/2208] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:14 2026] DELETE /v2.0/security-groups/5518ec52-3cfb-4708-94e2-d3a941d2076c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:26:14.760 8 INFO neutron.services.segments.plugin [-] Segment 780a1874-ae8a-40d5-a9ff-44a1db9020c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780a1874-ae8a-40d5-a9ff-44a1db9020c7 found for delete ", "request_id": "req-68006264-9ff1-4d7c-bf66-ad1d2dee4034"}]} 2026-05-25 23:26:14.766 8 INFO neutron.services.segments.plugin [-] Segment 780a1874-ae8a-40d5-a9ff-44a1db9020c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 780a1874-ae8a-40d5-a9ff-44a1db9020c7 found for delete ", "request_id": "req-8a1a3a77-a794-49a6-97cd-163654b7eff2"}]} 2026-05-25 23:26:14.777 8 INFO neutron.services.segments.plugin [-] Segment cf4008ee-a415-4b76-bf95-12dd942269e2 resource provider aggregate not found 2026-05-25 23:26:14.784 8 INFO neutron.services.segments.plugin [-] Segment cf4008ee-a415-4b76-bf95-12dd942269e2 resource provider aggregate not found 2026-05-25 23:26:14.801 8 INFO neutron.services.segments.plugin [-] Segment cf4008ee-a415-4b76-bf95-12dd942269e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf4008ee-a415-4b76-bf95-12dd942269e2 found for delete ", "request_id": "req-d792d8de-9845-474f-ad06-d9c5c0feba30"}]} 2026-05-25 23:26:14.807 8 INFO neutron.services.segments.plugin [-] Segment cf4008ee-a415-4b76-bf95-12dd942269e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf4008ee-a415-4b76-bf95-12dd942269e2 found for delete ", "request_id": "req-2fa46f37-fbcb-41b7-bba2-4a69a580a232"}]} [pid: 7|app: 0|req: 1032/2209] 10.0.0.218 () {32 vars in 826 bytes} [Mon May 25 23:26:17 2026] GET /v2.0/ports?project_id=cb29c610e7704e37b356dbf1ecddeb41&network_id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 3691 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2210] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:26:17 2026] GET /v2.0/subnets?network_id=b62e0644-ba78-4931-b187-f1a1cd11d98c => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:17.972 7 INFO neutron.db.l3_db [None req-debc36f6-1a5d-4bd5-8e4d-1c0509ce3f04 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Floating IP 8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd disassociated. External IP: 10.96.250.212, port: 793c50da-3e23-4eb9-9aac-dc2a7431afa2. [pid: 7|app: 0|req: 1033/2211] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:26:17 2026] PUT /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 554 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2212] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:26:18 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:18.389 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd8759c0-86ae-4932-b9a2-d780fa85d6b3'] response: {'name': 'network-changed', 'server_uuid': '024e7fd6-3da0-48c3-8a27-e028a4f6ffec', 'tag': '793c50da-3e23-4eb9-9aac-dc2a7431afa2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1034/2213] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:26:18 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2214] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:26:18 2026] GET /v2.0/networks?id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => 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: 1035/2215] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:26:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=793c50da-3e23-4eb9-9aac-dc2a7431afa2 => 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: 1181/2216] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:26:19 2026] GET /v2.0/subnets?id=513532c5-b710-492a-9ff9-48c013148d57 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2217] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:26:19 2026] GET /v2.0/ports?network_id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2218] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:26:19 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1184/2219] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:26:19 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1185/2220] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:26:19 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:19.447 7 INFO neutron.db.segments_db [None req-9d990b7d-3899-4138-bc45-e23bb5750712 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] Added segment dadb4e17-cb2f-4d64-9f38-00afce12274b of type vxlan for network 4056aef7-ec51-4367-9482-9e693342065e [pid: 7|app: 0|req: 1036/2221] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:19 2026] POST /v2.0/networks => generated 727 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2222] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:19 2026] POST /v2.0/subnets => generated 644 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:19.783 7 WARNING neutron.api.v2.base [None req-5ee5d46c-351c-44f1-9130-7c6d3c3d967f 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - 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-25 23:26:19.784 7 INFO neutron.api.v2.resource [None req-5ee5d46c-351c-44f1-9130-7c6d3c3d967f 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1037/2223] 10.0.0.218 () {34 vars in 681 bytes} [Mon May 25 23:26:19 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-25 23:26:19.944 8 INFO neutron.services.segments.plugin [-] Segment dadb4e17-cb2f-4d64-9f38-00afce12274b resource provider aggregate not found 2026-05-25 23:26:19.949 8 INFO neutron.services.segments.plugin [-] Segment dadb4e17-cb2f-4d64-9f38-00afce12274b resource provider aggregate not found 2026-05-25 23:26:19.964 8 INFO neutron.services.segments.plugin [-] Segment dadb4e17-cb2f-4d64-9f38-00afce12274b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dadb4e17-cb2f-4d64-9f38-00afce12274b found for delete ", "request_id": "req-e2d5452d-c0fa-470d-96d5-191154c33ce7"}]} [pid: 8|app: 0|req: 1187/2224] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:19 2026] DELETE /v2.0/networks/4056aef7-ec51-4367-9482-9e693342065e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:19.970 8 INFO neutron.services.segments.plugin [-] Segment dadb4e17-cb2f-4d64-9f38-00afce12274b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dadb4e17-cb2f-4d64-9f38-00afce12274b found for delete ", "request_id": "req-d25e2dc2-2d24-4171-8819-8743889c9ef2"}]} 2026-05-25 23:26:20.049 7 INFO neutron.db.segments_db [None req-defa489a-73fe-4019-af28-2c02b12b0726 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] Added segment ae369c3d-da2c-42b0-ac70-66393d6b5c4b of type vxlan for network 062b3ea0-a3ec-46f9-85c0-22f756e68267 [pid: 7|app: 0|req: 1038/2225] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:19 2026] POST /v2.0/networks => generated 726 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2226] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:20 2026] POST /v2.0/subnets => generated 647 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:20.390 7 WARNING neutron.api.v2.base [None req-74e903f3-3d4a-4890-a949-de17584962f4 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - 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-25 23:26:20.391 7 INFO neutron.api.v2.resource [None req-74e903f3-3d4a-4890-a949-de17584962f4 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1039/2227] 10.0.0.218 () {34 vars in 681 bytes} [Mon May 25 23:26:20 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2228] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:26:20 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2229] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:20 2026] DELETE /v2.0/networks/062b3ea0-a3ec-46f9-85c0-22f756e68267 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:20.724 7 INFO neutron.db.segments_db [None req-c042ffe1-f510-466b-8841-ef150ee55f27 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] Added segment d8de5da1-d6db-4349-a178-dcc4dea0fc96 of type vxlan for network 294c8972-996c-4c1f-8197-ebcd4e2ead73 [pid: 7|app: 0|req: 1041/2230] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:20 2026] POST /v2.0/networks => generated 726 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2231] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:20 2026] POST /v2.0/subnets => generated 647 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2234] 10.0.0.218 () {34 vars in 681 bytes} [Mon May 25 23:26:21 2026] POST /v2.0/rbac-policies => generated 324 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2235] 10.0.0.218 () {34 vars in 685 bytes} [Mon May 25 23:26:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2236] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:26:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2237] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:26:21 2026] GET /v2.0/networks/294c8972-996c-4c1f-8197-ebcd4e2ead73 => generated 654 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2238] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:26:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:21.990 8 INFO neutron.services.segments.plugin [-] Segment ae369c3d-da2c-42b0-ac70-66393d6b5c4b resource provider aggregate not found 2026-05-25 23:26:22.000 8 INFO neutron.services.segments.plugin [-] Segment ae369c3d-da2c-42b0-ac70-66393d6b5c4b resource provider aggregate not found 2026-05-25 23:26:22.009 8 INFO neutron.services.segments.plugin [-] Segment ae369c3d-da2c-42b0-ac70-66393d6b5c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae369c3d-da2c-42b0-ac70-66393d6b5c4b found for delete ", "request_id": "req-dc22f315-8cf0-4396-ad2a-30e5e071329c"}]} 2026-05-25 23:26:22.028 8 INFO neutron.services.segments.plugin [-] Segment ae369c3d-da2c-42b0-ac70-66393d6b5c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae369c3d-da2c-42b0-ac70-66393d6b5c4b found for delete ", "request_id": "req-24b7199b-f516-4bb3-b540-6bc8b61901dc"}]} [pid: 8|app: 0|req: 1195/2239] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:26:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2240] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:26:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:22.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b8b80ac-de78-4c8d-a336-9ddd60de5a13 0ebce47cae844562931cf3a5c5854bd7 86a679d5cefb46a18367c04be9b382f2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1196/2241] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:26:22 2026] GET /v2.0/networks/294c8972-996c-4c1f-8197-ebcd4e2ead73 => generated 138 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:26:22.287 7 INFO neutron.db.securitygroups_db [None req-c3b6576e-0ef3-4df5-854a-32121d519b87 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Project cb29c610e7704e37b356dbf1ecddeb41 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-25 23:26:22.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-32e6ae83-b899-4d60-8cb7-efbd0024afc2 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] TaaS: Handle Delete Port: c1d86806-e219-45e8-997b-f42597ac80c7 2026-05-25 23:26:22.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32e6ae83-b899-4d60-8cb7-efbd0024afc2 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] Tap Mirror: Handle Delete Port: c1d86806-e219-45e8-997b-f42597ac80c7 [pid: 7|app: 0|req: 1046/2242] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:26:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:22.449 7 INFO neutron.db.securitygroups_db [None req-bf965765-ddd6-477e-98d6-38f1b7cd80bb c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Project cb29c610e7704e37b356dbf1ecddeb41 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: 1047/2243] 10.0.0.218 () {34 vars in 695 bytes} [Mon May 25 23:26:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2244] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/networks => generated 1298 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2245] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2246] 10.0.0.92 () {34 vars in 1099 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1602052411&fields=id&tenant_id=cb29c610e7704e37b356dbf1ecddeb41 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2247] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:22 2026] DELETE /v2.0/networks/294c8972-996c-4c1f-8197-ebcd4e2ead73 => generated 0 bytes in 1074 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:23.334 8 INFO neutron.pecan_wsgi.hooks.translation [None req-434de2eb-f5e3-45f0-988e-ca467c0e9590 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1198/2248] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:23 2026] DELETE /v2.0/subnets/5eb0a038-9852-4c18-912a-e54cce25d803 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:26:23.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cde410cd-bafe-467e-b15d-b3bd907390cd 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1199/2249] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:23 2026] DELETE /v2.0/subnets/a589b101-fb16-414f-b988-436ac897b3bf => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2250] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/networks?id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 661 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:23.374 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afe77b79-9819-47f1-84e6-5e2c8038302c 6a7446ee1ca945eb8b245dcf3e86a9e6 0ae602dfbd144cb3b8cfdb5b7aed6d4b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2251] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:23 2026] DELETE /v2.0/subnets/6127a9e6-aad9-4bcb-a97f-52be63769773 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2252] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/quotas/cb29c610e7704e37b356dbf1ecddeb41 => 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: 1201/2253] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2254] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1202/2255] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1054/2256] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:23 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:26:24.037 8 INFO neutron.services.segments.plugin [-] Segment d8de5da1-d6db-4349-a178-dcc4dea0fc96 resource provider aggregate not found 2026-05-25 23:26:24.052 8 INFO neutron.services.segments.plugin [-] Segment d8de5da1-d6db-4349-a178-dcc4dea0fc96 resource provider aggregate not found 2026-05-25 23:26:24.057 8 INFO neutron.services.segments.plugin [-] Segment d8de5da1-d6db-4349-a178-dcc4dea0fc96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8de5da1-d6db-4349-a178-dcc4dea0fc96 found for delete ", "request_id": "req-e63c3bef-4b9e-4ee9-8ab3-2af94f81edb0"}]} 2026-05-25 23:26:24.066 8 INFO neutron.services.segments.plugin [-] Segment d8de5da1-d6db-4349-a178-dcc4dea0fc96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8de5da1-d6db-4349-a178-dcc4dea0fc96 found for delete ", "request_id": "req-01153610-3c6b-4d4d-bc8b-c30569c307e7"}]} [pid: 7|app: 0|req: 1055/2257] 10.0.0.29 () {30 vars in 689 bytes} [Mon May 25 23:26:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2258] 10.0.0.29 () {30 vars in 691 bytes} [Mon May 25 23:26:24 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: 1057/2259] 10.0.0.29 () {30 vars in 667 bytes} [Mon May 25 23:26:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2260] 10.0.0.29 () {30 vars in 703 bytes} [Mon May 25 23:26:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2261] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:24 2026] GET /v2.0/security-groups?tenant_id=531e1f183b6343248f6cdbd2e6c25c90&name=default => generated 2927 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2262] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:24 2026] DELETE /v2.0/security-groups/0ab46cbf-45f4-4652-a2e4-0f788062fd36 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2263] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:24 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1060/2264] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:24 2026] GET /v2.0/security-groups?tenant_id=0ae602dfbd144cb3b8cfdb5b7aed6d4b&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2265] 10.0.0.29 () {28 vars in 438 bytes} [Mon May 25 23:26:25 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2266] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:24 2026] DELETE /v2.0/security-groups/6d22764e-44cf-44eb-91f2-69441e1b834f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2267] 10.0.0.29 () {30 vars in 727 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 657 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2268] 10.0.0.29 () {30 vars in 689 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2269] 10.0.0.29 () {30 vars in 691 bytes} [Mon May 25 23:26:25 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: 1207/2270] 10.0.0.29 () {30 vars in 667 bytes} [Mon May 25 23:26:25 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: 1208/2271] 10.0.0.29 () {30 vars in 703 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2272] 10.0.0.29 () {30 vars in 727 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2273] 10.0.0.29 () {30 vars in 689 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2274] 10.0.0.29 () {30 vars in 691 bytes} [Mon May 25 23:26:25 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: 1064/2275] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/security-groups?tenant_id=86a679d5cefb46a18367c04be9b382f2&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2276] 10.0.0.29 () {30 vars in 667 bytes} [Mon May 25 23:26:25 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: 1066/2277] 10.0.0.29 () {30 vars in 703 bytes} [Mon May 25 23:26:25 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: 1067/2278] 10.0.0.29 () {30 vars in 729 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2279] 10.0.0.29 () {30 vars in 681 bytes} [Mon May 25 23:26:25 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: 1212/2280] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:25 2026] DELETE /v2.0/security-groups/5a0c8e77-c6eb-49af-aeac-2fda58720c82 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2281] 10.0.0.29 () {34 vars in 703 bytes} [Mon May 25 23:26:25 2026] POST /v2.0/ports => generated 1132 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2282] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:25 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 12 bytes in 29 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: 1070/2283] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:27 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1214/2284] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:26:28 2026] GET /v2.0/networks?id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2285] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:26:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb29c610e7704e37b356dbf1ecddeb41 => generated 272 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2286] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:28 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1072/2287] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:26:28 2026] POST /v2.0/ports => generated 954 bytes in 460 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: 1073/2288] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:26:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2289] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2290] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2291] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2292] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:26:28 2026] PUT /v2.0/ports/4a53f222-a13c-4095-a1de-d8cc9733e983 => generated 1235 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2293] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:26:29.257 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2e1d955-5af3-45be-ac2f-147ebf6af53d'] response: {'name': 'network-changed', 'server_uuid': '404c82a7-68c9-4857-8f87-9393cd9cf55b', 'tag': '4a53f222-a13c-4095-a1de-d8cc9733e983', '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: 1217/2294] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2295] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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: 1218/2296] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2297] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:26:29 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: 1219/2298] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:26:29 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: 1080/2299] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:29.600 8 INFO neutron.api.v2.resource [None req-dc31f7e3-c687-4ad5-b701-06e573583a14 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2300] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/security-groups/lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => 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: 1081/2301] 199.204.45.30 () {30 vars in 784 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/security-groups?name=lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2302] 199.204.45.30 () {34 vars in 735 bytes} [Mon May 25 23:26:29 2026] POST /v2.0/security-groups => generated 1638 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2303] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2304] 199.204.45.30 () {30 vars in 814 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/security-group-rules?security_group_id=2f645d18-8f0f-4540-a7e5-4816384aa83c => generated 1182 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2305] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/networks?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&shared=False => 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: 1084/2306] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:26:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2307] 199.204.45.30 () {34 vars in 788 bytes} [Mon May 25 23:26:29 2026] PUT /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2308] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:26:30 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1224/2309] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:26:30 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: 1086/2310] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:26:30 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: 1225/2311] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:26:30 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: 1087/2312] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:26:30 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:30.555 8 INFO neutron.db.segments_db [None req-aea2dcbb-34b9-405e-a794-8b1313460b5b f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Added segment 28b79d52-9453-4225-8e4c-91220b77c6bd of type vxlan for network 3f24a63a-54e4-4cce-88b3-6c9292194846 [pid: 7|app: 0|req: 1088/2313] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:30 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1089/2314] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:30 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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-25 23:26:30.836 8 INFO neutron.db.l3_hamode_db [None req-aea2dcbb-34b9-405e-a794-8b1313460b5b f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:26:31.006 8 INFO neutron.db.l3_hamode_db [None req-aea2dcbb-34b9-405e-a794-8b1313460b5b f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1090/2315] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:26:30 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2316] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:26:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4a53f222-a13c-4095-a1de-d8cc9733e983 => 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: 1092/2317] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:26:31 2026] GET /v2.0/subnets?id=513532c5-b710-492a-9ff9-48c013148d57 => 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: 1093/2318] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:26:31 2026] GET /v2.0/ports?network_id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2319] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:26:31 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2320] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:26:31 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1226/2321] 10.0.0.218 () {34 vars in 668 bytes} [Mon May 25 23:26:30 2026] POST /v2.0/routers => generated 474 bytes in 1406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:31.768 7 INFO neutron.db.l3_hamode_db [None req-a0c8046e-7caf-4544-8791-9b0fb4df4b6e f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1227/2322] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:31 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1228/2323] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:31 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:26:31.916 7 INFO neutron.db.l3_hamode_db [None req-a0c8046e-7caf-4544-8791-9b0fb4df4b6e f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1096/2324] 10.0.0.218 () {34 vars in 668 bytes} [Mon May 25 23:26:31 2026] POST /v2.0/routers => generated 474 bytes in 930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:32.696 8 INFO neutron.db.l3_hamode_db [None req-a4f62c24-de94-451d-8032-9740a8192797 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:26:32.844 8 INFO neutron.db.l3_hamode_db [None req-a4f62c24-de94-451d-8032-9740a8192797 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1097/2325] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:32 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1098/2326] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:32 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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: 1229/2327] 10.0.0.218 () {34 vars in 668 bytes} [Mon May 25 23:26:32 2026] POST /v2.0/routers => generated 474 bytes in 858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:33.544 7 INFO neutron.db.l3_hamode_db [None req-0678e01f-e897-4c99-8aaa-ee4819bfe579 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:26:33.651 7 INFO neutron.db.l3_hamode_db [None req-0678e01f-e897-4c99-8aaa-ee4819bfe579 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1230/2328] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:34 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2329] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:34 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2330] 10.0.0.218 () {34 vars in 668 bytes} [Mon May 25 23:26:33 2026] POST /v2.0/routers => generated 474 bytes in 804 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:34.358 8 INFO neutron.db.l3_hamode_db [None req-8d10bad2-304b-4435-ba30-ebe7794f125f f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-25 23:26:34.490 8 INFO neutron.db.l3_hamode_db [None req-8d10bad2-304b-4435-ba30-ebe7794f125f f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1232/2331] 10.0.0.218 () {34 vars in 668 bytes} [Mon May 25 23:26:34 2026] POST /v2.0/routers => generated 474 bytes in 774 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2332] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:35 2026] PUT /v2.0/routers/406288f7-4448-41ae-9d68-a3a3b5527ae3/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2333] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:35 2026] PUT /v2.0/routers/fadf4e44-19fa-4679-86fd-e1eb39fdf3b6/tags => generated 25 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2334] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:35 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2335] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:35 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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: 1234/2336] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:35 2026] PUT /v2.0/routers/4118dc71-23a6-4a90-a3e6-d79f247b0c12/tags => generated 34 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2337] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:35 2026] PUT /v2.0/routers/4b089093-38c1-4224-87b4-bd710234758b/tags => generated 19 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2338] 10.0.0.218 () {32 vars in 664 bytes} [Mon May 25 23:26:35 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2339] 10.0.0.218 () {32 vars in 678 bytes} [Mon May 25 23:26:35 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2340] 10.0.0.218 () {32 vars in 674 bytes} [Mon May 25 23:26:35 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2341] 10.0.0.218 () {32 vars in 686 bytes} [Mon May 25 23:26:35 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2342] 10.0.0.218 () {32 vars in 672 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2343] 10.0.0.218 () {32 vars in 686 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2346] 10.0.0.218 () {32 vars in 682 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2347] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2348] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/routers/406288f7-4448-41ae-9d68-a3a3b5527ae3 => generated 485 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2349] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2350] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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: 1242/2351] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2352] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2353] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:26:36 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2354] 10.0.0.218 () {34 vars in 742 bytes} [Mon May 25 23:26:36 2026] PUT /v2.0/routers/406288f7-4448-41ae-9d68-a3a3b5527ae3 => generated 485 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2355] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:26:37 2026] GET /v2.0/ports?device_id=406288f7-4448-41ae-9d68-a3a3b5527ae3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:26:37.189 8 INFO neutron.db.l3_db [None req-e5ca9490-c704-44ed-8dda-82381fac3455 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Floating IP 8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd associated. External IP: 10.96.250.212, port: 4a53f222-a13c-4095-a1de-d8cc9733e983. 2026-05-25 23:26:37.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f18c58c-990c-440f-ace2-b82cb14e0067 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] TaaS: Handle Delete Port: 38335cd2-ff06-41d5-a35c-304dce09fd9f 2026-05-25 23:26:37.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f18c58c-990c-440f-ace2-b82cb14e0067 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Tap Mirror: Handle Delete Port: 38335cd2-ff06-41d5-a35c-304dce09fd9f [pid: 8|app: 0|req: 1245/2356] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:26:36 2026] PUT /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 855 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2357] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:37 2026] DELETE /v2.0/routers/406288f7-4448-41ae-9d68-a3a3b5527ae3 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:26:37.608 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00bc2961-452e-49ed-ab3c-bfe502bf4a6e'] response: {'name': 'network-changed', 'server_uuid': '404c82a7-68c9-4857-8f87-9393cd9cf55b', 'tag': '4a53f222-a13c-4095-a1de-d8cc9733e983', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1246/2358] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:26:37 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 855 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2359] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:26:37 2026] GET /v2.0/routers/fadf4e44-19fa-4679-86fd-e1eb39fdf3b6 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2360] 10.0.0.92 () {34 vars in 1015 bytes} [Mon May 25 23:26:37 2026] GET /v2.0/security-groups?id=f8905cbd-5c32-4d79-a967-622c5fe63a72&fields=id => 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: 1115/2361] 10.0.0.92 () {34 vars in 981 bytes} [Mon May 25 23:26:37 2026] GET /v2.0/networks?id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2362] 10.0.0.92 () {34 vars in 964 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/quotas/08a65450cdb94fceb1d0b2adbe4a5b2b => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2363] 10.0.0.92 () {34 vars in 1001 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2364] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/ports?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2365] 10.0.0.218 () {34 vars in 742 bytes} [Mon May 25 23:26:37 2026] PUT /v2.0/routers/fadf4e44-19fa-4679-86fd-e1eb39fdf3b6 => generated 493 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2366] 10.0.0.92 () {34 vars in 1007 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1120/2367] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/ports?device_id=fadf4e44-19fa-4679-86fd-e1eb39fdf3b6 => 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: 1248/2368] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/networks?id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2369] 10.0.0.92 () {34 vars in 1107 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1249/2370] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4a53f222-a13c-4095-a1de-d8cc9733e983 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2371] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/subnets?id=513532c5-b710-492a-9ff9-48c013148d57 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2372] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/ports?network_id=c74ad4cf-6b67-45e9-b7ba-623349fe25e0&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: 1252/2373] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:26:38.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-457e41d8-24bd-4c20-ba45-b0286db662b7 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] TaaS: Handle Delete Port: f41e3bd5-17b7-446c-8101-12b3fc525269 2026-05-25 23:26:38.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-457e41d8-24bd-4c20-ba45-b0286db662b7 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Tap Mirror: Handle Delete Port: f41e3bd5-17b7-446c-8101-12b3fc525269 [pid: 8|app: 0|req: 1253/2374] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0?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: 1254/2375] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2376] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:38 2026] DELETE /v2.0/routers/fadf4e44-19fa-4679-86fd-e1eb39fdf3b6 => generated 0 bytes in 459 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2377] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:26:38 2026] GET /v2.0/routers/4118dc71-23a6-4a90-a3e6-d79f247b0c12 => generated 502 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2378] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:39 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => 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: 1257/2379] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:39 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => 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: 1123/2380] 10.0.0.218 () {34 vars in 742 bytes} [Mon May 25 23:26:38 2026] PUT /v2.0/routers/4118dc71-23a6-4a90-a3e6-d79f247b0c12 => generated 502 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2381] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:26:39 2026] GET /v2.0/ports?device_id=4118dc71-23a6-4a90-a3e6-d79f247b0c12 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:26:39.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1e56cbf-3ead-49de-9184-5095cd6eddba f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] TaaS: Handle Delete Port: 3386f433-d76c-4aab-81ae-89196e307f15 2026-05-25 23:26:39.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1e56cbf-3ead-49de-9184-5095cd6eddba f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Tap Mirror: Handle Delete Port: 3386f433-d76c-4aab-81ae-89196e307f15 [pid: 8|app: 0|req: 1259/2382] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:26:39 2026] GET /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2383] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:39 2026] DELETE /v2.0/routers/4118dc71-23a6-4a90-a3e6-d79f247b0c12 => generated 0 bytes in 1076 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2384] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:26:40 2026] GET /v2.0/routers/4b089093-38c1-4224-87b4-bd710234758b => generated 487 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2385] 10.0.0.218 () {34 vars in 742 bytes} [Mon May 25 23:26:40 2026] PUT /v2.0/routers/4b089093-38c1-4224-87b4-bd710234758b => generated 487 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2386] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:26:41 2026] GET /v2.0/ports?device_id=4b089093-38c1-4224-87b4-bd710234758b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:26:41.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e05cab3-f54f-495b-8aff-e5ca8bc10960 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] TaaS: Handle Delete Port: 4b351eb6-8a31-41b2-b3b7-9add9700c009 2026-05-25 23:26:41.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e05cab3-f54f-495b-8aff-e5ca8bc10960 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Tap Mirror: Handle Delete Port: 4b351eb6-8a31-41b2-b3b7-9add9700c009 [pid: 7|app: 0|req: 1126/2387] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:41 2026] DELETE /v2.0/routers/4b089093-38c1-4224-87b4-bd710234758b => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2388] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:26:41 2026] GET /v2.0/routers/18478364-07eb-47a8-b6df-2ce64f88f53a => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2389] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:41 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => 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: 1264/2390] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:42 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2391] 10.0.0.218 () {34 vars in 742 bytes} [Mon May 25 23:26:41 2026] PUT /v2.0/routers/18478364-07eb-47a8-b6df-2ce64f88f53a => generated 480 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2392] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:26:42 2026] GET /v2.0/ports?device_id=18478364-07eb-47a8-b6df-2ce64f88f53a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:26:42.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-70ad8c40-29d1-4a2f-b0c4-b8c3823b54c4 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] TaaS: Handle Delete Port: c1cf250b-de9d-498c-8628-e7b24808b638 2026-05-25 23:26:42.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70ad8c40-29d1-4a2f-b0c4-b8c3823b54c4 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] Tap Mirror: Handle Delete Port: c1cf250b-de9d-498c-8628-e7b24808b638 2026-05-25 23:26:42.819 7 INFO neutron.services.segments.plugin [-] Segment 28b79d52-9453-4225-8e4c-91220b77c6bd resource provider aggregate not found 2026-05-25 23:26:42.827 7 INFO neutron.services.segments.plugin [-] Segment 28b79d52-9453-4225-8e4c-91220b77c6bd resource provider aggregate not found 2026-05-25 23:26:42.855 7 INFO neutron.services.segments.plugin [-] Segment 28b79d52-9453-4225-8e4c-91220b77c6bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28b79d52-9453-4225-8e4c-91220b77c6bd found for delete ", "request_id": "req-9e1b58eb-59ed-4156-ba5d-8de9c9f0e9b8"}]} 2026-05-25 23:26:42.856 7 INFO neutron.services.segments.plugin [-] Segment 28b79d52-9453-4225-8e4c-91220b77c6bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28b79d52-9453-4225-8e4c-91220b77c6bd found for delete ", "request_id": "req-aafd5dca-114a-4e51-8ea0-40666f98d53a"}]} 2026-05-25 23:26:42.864 7 INFO neutron.db.l3_hamode_db [None req-70ad8c40-29d1-4a2f-b0c4-b8c3823b54c4 f258f953b6bd4815af5057dc17d3ff01 867cc621ea0342d7b0acb8b444c68032 - - default default] HA network 3f24a63a-54e4-4cce-88b3-6c9292194846 was deleted as no HA routers are present in tenant 867cc621ea0342d7b0acb8b444c68032. [pid: 7|app: 0|req: 1128/2393] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:42 2026] DELETE /v2.0/routers/18478364-07eb-47a8-b6df-2ce64f88f53a => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2394] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:26:43 2026] GET /v2.0/networks?id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2395] 199.204.45.30 () {34 vars in 1049 bytes} [Mon May 25 23:26:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b => generated 343 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2396] 199.204.45.30 () {38 vars in 954 bytes} [Mon May 25 23:26:43 2026] POST /v2.0/ports => generated 1078 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1268/2397] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:43 2026] GET /v2.0/security-groups?tenant_id=613b1f46cee54742b314814caedf7cb5&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2398] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:26:43 2026] PUT /v2.0/ports/d66da95a-462e-4103-85dc-1a7598bdafbf => generated 1239 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:26:43.955 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-725160c9-7a8c-4e33-bf4c-8be3bb3ddb98'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': 'd66da95a-462e-4103-85dc-1a7598bdafbf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1269/2399] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:43 2026] DELETE /v2.0/security-groups/e6f56979-284a-4327-8f1b-4494cd7e8afc => generated 0 bytes in 97 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: 1131/2400] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:44 2026] GET /v2.0/security-groups?tenant_id=22a3fbf50e384d8bb1836886b08ddd80&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2401] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:44 2026] DELETE /v2.0/security-groups/a82a0dcf-4808-4481-806e-1cab8fe3797c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2402] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:26:44 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2403] 199.204.45.30 () {34 vars in 1017 bytes} [Mon May 25 23:26:44 2026] GET /v2.0/networks?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&shared=False => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2404] 199.204.45.30 () {34 vars in 929 bytes} [Mon May 25 23:26:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2405] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:44 2026] GET /v2.0/security-groups?tenant_id=867cc621ea0342d7b0acb8b444c68032&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2406] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:44 2026] DELETE /v2.0/security-groups/6ba0d195-dbd8-4fbe-8cb8-94ee98582e2e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2407] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2408] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/security-groups?id=f8905cbd-5c32-4d79-a967-622c5fe63a72&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2409] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2410] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2411] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.89&port_id=d66da95a-462e-4103-85dc-1a7598bdafbf => 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: 1276/2412] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/subnets?id=80167991-b23a-4e91-8a75-d86958220a93 => 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: 1137/2413] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/ports?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&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: 1277/2414] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1138/2415] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:26:45 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1278/2416] 10.0.0.70 () {34 vars in 989 bytes} [Mon May 25 23:26:47 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2417] 10.0.0.70 () {34 vars in 1039 bytes} [Mon May 25 23:26:47 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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: 1279/2418] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:48 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2419] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:48 2026] GET /v2.0/security-groups?id=f8905cbd-5c32-4d79-a967-622c5fe63a72&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: 1280/2420] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:48 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:26:49.555 7 INFO neutron.db.segments_db [None req-46543377-19a5-4643-95c7-5f40e5395143 8ced5d69889c43a69a272a6ce3c1e39e 491bea579b08474eb59301a95cdec822 - - default default] Added segment c241c6ee-f8b5-4dec-8a5b-77911d98fb0a of type vxlan for network c5c01c13-d726-4736-8ce4-729a0a5fbc56 [pid: 7|app: 0|req: 1141/2421] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:49 2026] POST /v2.0/networks => generated 631 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2422] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:49 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2423] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:26:49 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:26:49.997 8 INFO neutron.db.segments_db [None req-ddfda905-e746-4dc8-9b8a-16e29e7822b4 8ced5d69889c43a69a272a6ce3c1e39e 491bea579b08474eb59301a95cdec822 - - default default] Added segment f0d491ff-d610-4413-b49f-b85d6f70d156 of type vxlan for network d12c2b44-4d37-45c3-bdf0-a023484e5597 [pid: 7|app: 0|req: 1143/2424] 199.204.45.30 () {34 vars in 1043 bytes} [Mon May 25 23:26:49 2026] GET /v2.0/security-groups?id=f8905cbd-5c32-4d79-a967-622c5fe63a72&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2425] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:49 2026] POST /v2.0/networks => generated 630 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2426] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:50 2026] POST /v2.0/subnets => generated 629 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:50.493 8 INFO neutron.db.segments_db [None req-cfbcf3a8-889c-46e5-a8fb-f6b62350637f 8ced5d69889c43a69a272a6ce3c1e39e 491bea579b08474eb59301a95cdec822 - - default default] Added segment 4e698d47-6d8b-4c79-aeef-d628deb96624 of type vxlan for network 1fadb29c-5050-41d4-a866-6a386b383d1e [pid: 8|app: 0|req: 1283/2427] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:50 2026] POST /v2.0/networks => generated 632 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2428] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:50 2026] POST /v2.0/subnets => generated 629 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:50.942 8 INFO neutron.db.segments_db [None req-d4718891-b913-4d2e-ae40-a6e6e9e542d0 8ced5d69889c43a69a272a6ce3c1e39e 491bea579b08474eb59301a95cdec822 - - default default] Added segment 7b360e07-a218-4ec6-92d3-84727c27022d of type vxlan for network 236ff657-94ba-4145-8d3a-473080728110 [pid: 8|app: 0|req: 1284/2429] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:50 2026] POST /v2.0/networks => generated 631 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2432] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:51 2026] POST /v2.0/subnets => generated 629 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:26:51.537 8 INFO neutron.db.segments_db [None req-e7b69547-b958-417d-81e1-0af4a27b4b1f 8ced5d69889c43a69a272a6ce3c1e39e 491bea579b08474eb59301a95cdec822 - - default default] Added segment 59bebcf5-d623-4cbf-ba50-f24658147220 of type vxlan for network d6628384-dd0e-46a1-b792-2af90f53c249 [pid: 7|app: 0|req: 1147/2433] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:51 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2434] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:26:51 2026] POST /v2.0/networks => generated 631 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2435] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:51 2026] GET /v2.0/security-groups?id=f8905cbd-5c32-4d79-a967-622c5fe63a72&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2436] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:51 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2437] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:26:51 2026] POST /v2.0/subnets => generated 629 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2438] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:51 2026] PUT /v2.0/subnets/12933754-63ef-4098-bdc5-ce277c08067d/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2439] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:52 2026] PUT /v2.0/subnets/2065acd7-4170-4d84-8756-87583d844ea4/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2440] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:52 2026] PUT /v2.0/subnets/da599be6-17d4-4443-8c14-84422a9c69ce/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: 1290/2441] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:26:52 2026] PUT /v2.0/subnets/275ab0e0-5ff2-4495-aa47-23c4f170499b/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2442] 10.0.0.218 () {32 vars in 664 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2443] 10.0.0.218 () {32 vars in 678 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2444] 10.0.0.218 () {32 vars in 674 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2445] 10.0.0.218 () {32 vars in 686 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2446] 10.0.0.218 () {32 vars in 672 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2447] 10.0.0.218 () {32 vars in 686 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2448] 10.0.0.218 () {32 vars in 682 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2449] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:26:52 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2450] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:52 2026] DELETE /v2.0/subnets/12933754-63ef-4098-bdc5-ce277c08067d => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2451] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:53 2026] DELETE /v2.0/subnets/2065acd7-4170-4d84-8756-87583d844ea4 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2452] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:53 2026] DELETE /v2.0/subnets/da599be6-17d4-4443-8c14-84422a9c69ce => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2453] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:53 2026] DELETE /v2.0/subnets/275ab0e0-5ff2-4495-aa47-23c4f170499b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2454] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:26:53 2026] DELETE /v2.0/subnets/b7bb8655-5c48-45ba-807e-41442a99566d => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:53.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f4bc188-779c-458f-87b0-e90157838cd0 8ced5d69889c43a69a272a6ce3c1e39e 491bea579b08474eb59301a95cdec822 - - default default] TaaS: Handle Delete Port: 0e6c0f9f-d00e-4ab3-abc0-9e7aa614c6f1 2026-05-25 23:26:53.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f4bc188-779c-458f-87b0-e90157838cd0 8ced5d69889c43a69a272a6ce3c1e39e 491bea579b08474eb59301a95cdec822 - - default default] Tap Mirror: Handle Delete Port: 0e6c0f9f-d00e-4ab3-abc0-9e7aa614c6f1 2026-05-25 23:26:54.185 8 INFO neutron.services.segments.plugin [-] Segment c241c6ee-f8b5-4dec-8a5b-77911d98fb0a resource provider aggregate not found 2026-05-25 23:26:54.199 8 INFO neutron.services.segments.plugin [-] Segment c241c6ee-f8b5-4dec-8a5b-77911d98fb0a resource provider aggregate not found 2026-05-25 23:26:54.221 8 INFO neutron.services.segments.plugin [-] Segment c241c6ee-f8b5-4dec-8a5b-77911d98fb0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c241c6ee-f8b5-4dec-8a5b-77911d98fb0a found for delete ", "request_id": "req-436f6a7c-d8dc-4465-8ea5-de02c67e7860"}]} 2026-05-25 23:26:54.228 8 INFO neutron.services.segments.plugin [-] Segment c241c6ee-f8b5-4dec-8a5b-77911d98fb0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c241c6ee-f8b5-4dec-8a5b-77911d98fb0a found for delete ", "request_id": "req-35328dd5-90ca-4a85-bef9-477d325b6918"}]} [pid: 8|app: 0|req: 1297/2455] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:53 2026] DELETE /v2.0/networks/c5c01c13-d726-4736-8ce4-729a0a5fbc56 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:26:54.386 7 INFO neutron.services.segments.plugin [-] Segment f0d491ff-d610-4413-b49f-b85d6f70d156 resource provider aggregate not found 2026-05-25 23:26:54.392 7 INFO neutron.services.segments.plugin [-] Segment f0d491ff-d610-4413-b49f-b85d6f70d156 resource provider aggregate not found 2026-05-25 23:26:54.411 7 INFO neutron.services.segments.plugin [-] Segment f0d491ff-d610-4413-b49f-b85d6f70d156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0d491ff-d610-4413-b49f-b85d6f70d156 found for delete ", "request_id": "req-9b9d14c4-18a5-4ed5-bae3-c05fe5c4f9af"}]} 2026-05-25 23:26:54.417 7 INFO neutron.services.segments.plugin [-] Segment f0d491ff-d610-4413-b49f-b85d6f70d156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0d491ff-d610-4413-b49f-b85d6f70d156 found for delete ", "request_id": "req-a367c578-04b2-4abb-9c06-f51bc4cd3105"}]} [pid: 7|app: 0|req: 1159/2456] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:54 2026] DELETE /v2.0/networks/d12c2b44-4d37-45c3-bdf0-a023484e5597 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2457] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:54 2026] DELETE /v2.0/networks/1fadb29c-5050-41d4-a866-6a386b383d1e => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2458] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:54 2026] DELETE /v2.0/networks/236ff657-94ba-4145-8d3a-473080728110 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2459] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:54 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2460] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:54 2026] GET /v2.0/security-groups?id=f8905cbd-5c32-4d79-a967-622c5fe63a72&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2461] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:26:54 2026] DELETE /v2.0/networks/d6628384-dd0e-46a1-b792-2af90f53c249 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2462] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:54 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:26:56.242 8 INFO neutron.services.segments.plugin [-] Segment 4e698d47-6d8b-4c79-aeef-d628deb96624 resource provider aggregate not found 2026-05-25 23:26:56.256 8 INFO neutron.services.segments.plugin [-] Segment 4e698d47-6d8b-4c79-aeef-d628deb96624 resource provider aggregate not found 2026-05-25 23:26:56.266 8 INFO neutron.services.segments.plugin [-] Segment 4e698d47-6d8b-4c79-aeef-d628deb96624 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e698d47-6d8b-4c79-aeef-d628deb96624 found for delete ", "request_id": "req-c3e6ec16-f8d4-4fbc-9b39-b2f08f5c246f"}]} 2026-05-25 23:26:56.276 8 INFO neutron.services.segments.plugin [-] Segment 4e698d47-6d8b-4c79-aeef-d628deb96624 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e698d47-6d8b-4c79-aeef-d628deb96624 found for delete ", "request_id": "req-5f993ae2-6676-43ee-ad45-fa7f27516eb9"}]} 2026-05-25 23:26:56.301 8 INFO neutron.services.segments.plugin [-] Segment 59bebcf5-d623-4cbf-ba50-f24658147220 resource provider aggregate not found 2026-05-25 23:26:56.306 8 INFO neutron.services.segments.plugin [-] Segment 59bebcf5-d623-4cbf-ba50-f24658147220 resource provider aggregate not found 2026-05-25 23:26:56.326 8 INFO neutron.services.segments.plugin [-] Segment 59bebcf5-d623-4cbf-ba50-f24658147220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59bebcf5-d623-4cbf-ba50-f24658147220 found for delete ", "request_id": "req-6691a052-a08c-445d-9235-af8f7d5e1e72"}]} 2026-05-25 23:26:56.327 8 INFO neutron.services.segments.plugin [-] Segment 59bebcf5-d623-4cbf-ba50-f24658147220 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59bebcf5-d623-4cbf-ba50-f24658147220 found for delete ", "request_id": "req-3e1d9bf2-0d94-45c6-b63e-aaffd714098e"}]} 2026-05-25 23:26:56.441 7 INFO neutron.services.segments.plugin [-] Segment 7b360e07-a218-4ec6-92d3-84727c27022d resource provider aggregate not found 2026-05-25 23:26:56.444 7 INFO neutron.services.segments.plugin [-] Segment 7b360e07-a218-4ec6-92d3-84727c27022d resource provider aggregate not found 2026-05-25 23:26:56.468 7 INFO neutron.services.segments.plugin [-] Segment 7b360e07-a218-4ec6-92d3-84727c27022d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b360e07-a218-4ec6-92d3-84727c27022d found for delete ", "request_id": "req-e43b5065-a39c-4772-9a9b-7d150ecc0fcb"}]} 2026-05-25 23:26:56.488 7 INFO neutron.services.segments.plugin [-] Segment 7b360e07-a218-4ec6-92d3-84727c27022d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b360e07-a218-4ec6-92d3-84727c27022d found for delete ", "request_id": "req-3fd765f5-aeef-4223-b6f3-ca8c0b5528ea"}]} [pid: 8|app: 0|req: 1300/2463] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:56 2026] GET /v2.0/security-groups?tenant_id=6affda7c88db4cada3743de07c11dd49&name=default => generated 2929 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2464] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:56 2026] DELETE /v2.0/security-groups/4b4f052c-b5e4-43ae-85c3-262eacc12bb7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2465] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:56 2026] GET /v2.0/security-groups?tenant_id=f96c6f5758514ed0badd0a2c38d17c5a&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2466] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:57 2026] DELETE /v2.0/security-groups/7e0261d1-f7d7-4f57-93d7-dfa64f779d54 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2467] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:26:57 2026] GET /v2.0/security-groups?tenant_id=491bea579b08474eb59301a95cdec822&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2468] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:26:57 2026] DELETE /v2.0/security-groups/468b31cd-1c27-4252-9718-2e210556b7dd => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2469] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:57 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1167/2470] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:57 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2471] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:26:58 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2472] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:26:59 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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: 1305/2473] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:00 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1169/2474] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:27:00 2026] GET /v2.0/security-groups?id=f3e27dbb-625c-4d23-b492-14e637950a8d&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: 1306/2475] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:27:00 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:27:00.688 7 INFO neutron_taas.services.taas.taas_plugin [req-7ef76cbd-cbfd-484c-a76d-2f667a089ed2 req-a20f0703-72d9-440c-9dd9-072aa6b2b63a c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] TaaS: Handle Delete Port: 4a53f222-a13c-4095-a1de-d8cc9733e983 2026-05-25 23:27:00.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7ef76cbd-cbfd-484c-a76d-2f667a089ed2 req-a20f0703-72d9-440c-9dd9-072aa6b2b63a c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Tap Mirror: Handle Delete Port: 4a53f222-a13c-4095-a1de-d8cc9733e983 2026-05-25 23:27:00.823 7 INFO neutron.db.l3_db [req-7ef76cbd-cbfd-484c-a76d-2f667a089ed2 req-a20f0703-72d9-440c-9dd9-072aa6b2b63a c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Floating IP 8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd disassociated. External IP: 10.96.250.212, port: 4a53f222-a13c-4095-a1de-d8cc9733e983. [pid: 7|app: 0|req: 1170/2476] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:27:00 2026] DELETE /v2.0/ports/4a53f222-a13c-4095-a1de-d8cc9733e983 => generated 0 bytes in 735 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:01.330 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3989dc64-cb83-4278-88f4-e544e51dc8fb'] response: {'server_uuid': '404c82a7-68c9-4857-8f87-9393cd9cf55b', 'name': 'network-vif-deleted', 'tag': '4a53f222-a13c-4095-a1de-d8cc9733e983', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1307/2477] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:01 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => 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: 1308/2478] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:02 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:27:02.643 7 INFO neutron.db.segments_db [None req-95b9fec6-3732-456f-8387-19ae7e32593c 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Added segment 1f40a487-c433-4386-bdfc-4215b7006df2 of type vxlan for network a8f94074-0946-44d0-9d08-81448b6c111d [pid: 7|app: 0|req: 1171/2479] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:02 2026] POST /v2.0/networks => generated 631 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2480] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:02 2026] POST /v2.0/ports => generated 743 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2481] 10.0.0.218 () {34 vars in 666 bytes} [Mon May 25 23:27:03 2026] POST /v2.0/trunks => generated 407 bytes in 275 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-25 23:27:03.451 8 INFO neutron.db.segments_db [None req-6652e02f-2b78-47ce-811f-b6e8717b49f5 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Added segment e5987118-6a3d-45e0-8771-28ed9523c639 of type vxlan for network 6816e067-47a7-47b4-b2ec-22cc91fef7a4 [pid: 8|app: 0|req: 1310/2482] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:03 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2483] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:03 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 12 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2484] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:03 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: 1174/2485] 10.0.0.218 () {34 vars in 666 bytes} [Mon May 25 23:27:03 2026] POST /v2.0/trunks => generated 407 bytes in 164 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-25 23:27:04.065 8 INFO neutron.db.segments_db [None req-0be0dd4c-0ba3-41ed-a65b-634ff47d8587 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Added segment 9e4c2694-d385-4e8e-aa45-dde9baec0892 of type vxlan for network 823716dd-031a-4a74-8975-bd83d6195786 [pid: 8|app: 0|req: 1312/2486] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:04 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: 1175/2487] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:04 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2488] 10.0.0.218 () {34 vars in 666 bytes} [Mon May 25 23:27:04 2026] POST /v2.0/trunks => generated 407 bytes in 212 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-25 23:27:04.786 7 INFO neutron.db.segments_db [None req-57a41dae-36c7-49a2-a619-edb53fc6f891 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Added segment 1cd3bfb4-b762-45f9-a142-06ee1fb0465b of type vxlan for network d81c724c-7722-452a-a4f4-b86985967c4b [pid: 8|app: 0|req: 1314/2489] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:04 2026] GET /v2.0/ports?device_id=404c82a7-68c9-4857-8f87-9393cd9cf55b => generated 12 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2490] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:04 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2491] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:04 2026] POST /v2.0/ports => generated 743 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2492] 10.0.0.218 () {34 vars in 666 bytes} [Mon May 25 23:27:05 2026] POST /v2.0/trunks => generated 407 bytes in 237 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-25 23:27:05.599 8 INFO neutron.db.segments_db [None req-3231eb32-1c5b-4cfe-bba9-f8738a542e18 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Added segment 996d5b58-5d09-4d82-8fee-f6849b27006f of type vxlan for network 09e7154c-286a-4424-90d5-5f3ca3902840 [pid: 8|app: 0|req: 1316/2493] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:05 2026] POST /v2.0/networks => generated 632 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2494] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:05 2026] POST /v2.0/ports => generated 743 bytes in 336 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: 1317/2495] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:05 2026] DELETE /v2.0/security-groups/f3e27dbb-625c-4d23-b492-14e637950a8d => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:06.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f1c598a-6970-40c3-8f6f-e4e86690e469 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] TaaS: Handle Delete Port: 1b776a15-2883-4a31-9ee4-2aac2554c5f0 2026-05-25 23:27:06.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f1c598a-6970-40c3-8f6f-e4e86690e469 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Tap Mirror: Handle Delete Port: 1b776a15-2883-4a31-9ee4-2aac2554c5f0 [pid: 7|app: 0|req: 1179/2496] 10.0.0.218 () {34 vars in 666 bytes} [Mon May 25 23:27:06 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2499] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:27:06 2026] PUT /v2.0/trunks/dd79d38e-98fb-4804-9ec3-f178d4ae0735/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: 1183/2500] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:27:06 2026] PUT /v2.0/trunks/338863bb-da41-4622-b863-65899b5f7802/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2501] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:27:06 2026] PUT /v2.0/trunks/c6711fb2-8da1-4ba7-99f7-15a3e338eff3/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2502] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:27:06 2026] DELETE /v2.0/floatingips/8d87c0ef-50b2-4803-8ef4-ce2515bb7ccd => generated 0 bytes in 367 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2503] 10.0.0.218 () {34 vars in 749 bytes} [Mon May 25 23:27:06 2026] PUT /v2.0/trunks/c3d4e00a-f738-4130-9016-bf5319040e49/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2504] 10.0.0.218 () {32 vars in 662 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2505] 10.0.0.218 () {32 vars in 676 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2506] 10.0.0.218 () {32 vars in 672 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2507] 10.0.0.218 () {32 vars in 684 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2508] 10.0.0.218 () {32 vars in 670 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2509] 10.0.0.218 () {32 vars in 684 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2510] 10.0.0.218 () {32 vars in 680 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2511] 10.0.0.218 () {32 vars in 692 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2512] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2513] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/trunks/dd79d38e-98fb-4804-9ec3-f178d4ae0735 => generated 412 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2514] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2515] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:27:06 2026] GET /v2.0/ports/c0d7a3eb-7689-4c6f-a354-f0541420fedf => generated 826 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2516] 10.0.0.218 () {32 vars in 722 bytes} [Mon May 25 23:27:06 2026] DELETE /v2.0/trunks/dd79d38e-98fb-4804-9ec3-f178d4ae0735 => 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: 1193/2517] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/trunks/338863bb-da41-4622-b863-65899b5f7802 => generated 420 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2518] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/ports/53f42813-c1fd-4a74-84a8-b48325aafb88 => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2519] 10.0.0.218 () {32 vars in 722 bytes} [Mon May 25 23:27:07 2026] DELETE /v2.0/trunks/338863bb-da41-4622-b863-65899b5f7802 => 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: 1326/2520] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/trunks/c6711fb2-8da1-4ba7-99f7-15a3e338eff3 => 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: 1195/2521] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/ports/9ac3245f-8f13-4eee-a185-26ca9fd1fe92 => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2522] 10.0.0.218 () {32 vars in 722 bytes} [Mon May 25 23:27:07 2026] DELETE /v2.0/trunks/c6711fb2-8da1-4ba7-99f7-15a3e338eff3 => 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: 1196/2523] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/trunks/c3d4e00a-f738-4130-9016-bf5319040e49 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2524] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/ports/0a0d2a46-9e1d-4593-8717-cca8f4f7c24c => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2525] 10.0.0.218 () {32 vars in 722 bytes} [Mon May 25 23:27:07 2026] DELETE /v2.0/trunks/c3d4e00a-f738-4130-9016-bf5319040e49 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2526] 10.0.0.218 () {32 vars in 719 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/trunks/2342e80d-3309-477b-aa24-312b537e8e72 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2527] 10.0.0.218 () {32 vars in 717 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/ports/8a8761d6-539e-4eb3-908f-58f06e6d3622 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2528] 10.0.0.218 () {32 vars in 722 bytes} [Mon May 25 23:27:07 2026] DELETE /v2.0/trunks/2342e80d-3309-477b-aa24-312b537e8e72 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:08.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0e324b2-4fff-496f-9a7a-5ce082e1a300 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] TaaS: Handle Delete Port: c0d7a3eb-7689-4c6f-a354-f0541420fedf 2026-05-25 23:27:08.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0e324b2-4fff-496f-9a7a-5ce082e1a300 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Tap Mirror: Handle Delete Port: c0d7a3eb-7689-4c6f-a354-f0541420fedf [pid: 7|app: 0|req: 1199/2529] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:07 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 971 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2530] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:27:08 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2531] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:07 2026] DELETE /v2.0/ports/c0d7a3eb-7689-4c6f-a354-f0541420fedf => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:08.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-d16db2bd-02ec-4baa-80e9-bfa7e7cce5b1 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] TaaS: Handle Delete Port: 53f42813-c1fd-4a74-84a8-b48325aafb88 2026-05-25 23:27:08.330 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d16db2bd-02ec-4baa-80e9-bfa7e7cce5b1 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Tap Mirror: Handle Delete Port: 53f42813-c1fd-4a74-84a8-b48325aafb88 [pid: 7|app: 0|req: 1201/2532] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:08 2026] DELETE /v2.0/ports/53f42813-c1fd-4a74-84a8-b48325aafb88 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:08.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-39c344b0-7b64-4a97-9ad7-443ba170d75e 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] TaaS: Handle Delete Port: 9ac3245f-8f13-4eee-a185-26ca9fd1fe92 2026-05-25 23:27:08.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39c344b0-7b64-4a97-9ad7-443ba170d75e 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Tap Mirror: Handle Delete Port: 9ac3245f-8f13-4eee-a185-26ca9fd1fe92 [pid: 8|app: 0|req: 1332/2533] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:08 2026] DELETE /v2.0/ports/9ac3245f-8f13-4eee-a185-26ca9fd1fe92 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:09.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-56be0298-e395-474e-b86a-a45064a86ddc 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] TaaS: Handle Delete Port: 0a0d2a46-9e1d-4593-8717-cca8f4f7c24c 2026-05-25 23:27:09.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56be0298-e395-474e-b86a-a45064a86ddc 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Tap Mirror: Handle Delete Port: 0a0d2a46-9e1d-4593-8717-cca8f4f7c24c [pid: 7|app: 0|req: 1202/2534] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:08 2026] DELETE /v2.0/ports/0a0d2a46-9e1d-4593-8717-cca8f4f7c24c => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2535] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:27:09 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2536] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:09 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:27:09.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-1edbd9f6-0d25-4d2f-a46b-c9d2ef7496e0 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] TaaS: Handle Delete Port: 8a8761d6-539e-4eb3-908f-58f06e6d3622 2026-05-25 23:27:09.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1edbd9f6-0d25-4d2f-a46b-c9d2ef7496e0 75ce34ceece6403a8771fdc39cb0bfd6 dafb3e3e749a4271a41130055c420a53 - - default default] Tap Mirror: Handle Delete Port: 8a8761d6-539e-4eb3-908f-58f06e6d3622 2026-05-25 23:27:09.389 7 INFO neutron_taas.services.taas.taas_plugin [req-2f6d8dbb-823f-47c6-8dbd-774f5d9b71f1 req-27068a44-e386-4cff-bbe6-0c4ed574bed8 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] TaaS: Handle Delete Port: 793c50da-3e23-4eb9-9aac-dc2a7431afa2 2026-05-25 23:27:09.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2f6d8dbb-823f-47c6-8dbd-774f5d9b71f1 req-27068a44-e386-4cff-bbe6-0c4ed574bed8 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Tap Mirror: Handle Delete Port: 793c50da-3e23-4eb9-9aac-dc2a7431afa2 [pid: 8|app: 0|req: 1333/2537] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:09 2026] DELETE /v2.0/ports/8a8761d6-539e-4eb3-908f-58f06e6d3622 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2538] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:27:09 2026] GET /v2.0/security-groups?id=46b05915-08f5-4aad-8f37-f093214a79b4&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2539] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:27:09 2026] DELETE /v2.0/ports/793c50da-3e23-4eb9-9aac-dc2a7431afa2 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:09.650 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9703b78-187d-40a5-9d22-676f81ffb448'] response: {'server_uuid': '024e7fd6-3da0-48c3-8a27-e028a4f6ffec', 'name': 'network-vif-deleted', 'tag': '793c50da-3e23-4eb9-9aac-dc2a7431afa2', 'status': 'completed', 'code': 200} 2026-05-25 23:27:09.675 8 INFO neutron.services.segments.plugin [-] Segment 1f40a487-c433-4386-bdfc-4215b7006df2 resource provider aggregate not found 2026-05-25 23:27:09.682 8 INFO neutron.services.segments.plugin [-] Segment 1f40a487-c433-4386-bdfc-4215b7006df2 resource provider aggregate not found 2026-05-25 23:27:09.711 8 INFO neutron.services.segments.plugin [-] Segment 1f40a487-c433-4386-bdfc-4215b7006df2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f40a487-c433-4386-bdfc-4215b7006df2 found for delete ", "request_id": "req-bbb63078-eaf5-43a7-b1c5-a1f405feeab4"}]} 2026-05-25 23:27:09.712 8 INFO neutron.services.segments.plugin [-] Segment 1f40a487-c433-4386-bdfc-4215b7006df2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f40a487-c433-4386-bdfc-4215b7006df2 found for delete ", "request_id": "req-aa37d2ab-fac1-42dd-b007-eabeff5248e9"}]} [pid: 8|app: 0|req: 1335/2540] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:09 2026] DELETE /v2.0/networks/a8f94074-0946-44d0-9d08-81448b6c111d => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2541] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:09 2026] DELETE /v2.0/networks/6816e067-47a7-47b4-b2ec-22cc91fef7a4 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:10.058 7 INFO neutron.services.segments.plugin [-] Segment e5987118-6a3d-45e0-8771-28ed9523c639 resource provider aggregate not found 2026-05-25 23:27:10.063 7 INFO neutron.services.segments.plugin [-] Segment e5987118-6a3d-45e0-8771-28ed9523c639 resource provider aggregate not found 2026-05-25 23:27:10.078 7 INFO neutron.services.segments.plugin [-] Segment e5987118-6a3d-45e0-8771-28ed9523c639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5987118-6a3d-45e0-8771-28ed9523c639 found for delete ", "request_id": "req-a8c2bb1b-d1b0-40bb-a546-f255fb292379"}]} 2026-05-25 23:27:10.079 7 INFO neutron.services.segments.plugin [-] Segment e5987118-6a3d-45e0-8771-28ed9523c639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5987118-6a3d-45e0-8771-28ed9523c639 found for delete ", "request_id": "req-b30bffc0-9386-4fe1-8acb-913f7776ec14"}]} [pid: 8|app: 0|req: 1336/2542] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:09 2026] DELETE /v2.0/networks/823716dd-031a-4a74-8975-bd83d6195786 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2543] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:10 2026] DELETE /v2.0/networks/d81c724c-7722-452a-a4f4-b86985967c4b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2544] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:10 2026] DELETE /v2.0/networks/09e7154c-286a-4424-90d5-5f3ca3902840 => 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: 1208/2545] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:10 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => 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: 1338/2546] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:11 2026] GET /v2.0/security-groups?tenant_id=d04e24f850b942fda4556ec64ae0bf83&name=default => generated 2929 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2547] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:11 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => 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: 1209/2548] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:11 2026] DELETE /v2.0/security-groups/5ed86e41-6804-4044-93c6-23b9d95da1f3 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:11.887 8 INFO neutron.services.segments.plugin [-] Segment 9e4c2694-d385-4e8e-aa45-dde9baec0892 resource provider aggregate not found 2026-05-25 23:27:11.914 8 INFO neutron.services.segments.plugin [-] Segment 9e4c2694-d385-4e8e-aa45-dde9baec0892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4c2694-d385-4e8e-aa45-dde9baec0892 found for delete ", "request_id": "req-b1cb6658-9f7c-4e8f-9cd2-cf0a2b65fcfc"}]} 2026-05-25 23:27:11.938 8 INFO neutron.services.segments.plugin [-] Segment 996d5b58-5d09-4d82-8fee-f6849b27006f resource provider aggregate not found 2026-05-25 23:27:11.955 8 INFO neutron.services.segments.plugin [-] Segment 996d5b58-5d09-4d82-8fee-f6849b27006f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 996d5b58-5d09-4d82-8fee-f6849b27006f found for delete ", "request_id": "req-f4c9fb9b-e416-440e-8156-5c82d002b658"}]} 2026-05-25 23:27:11.965 8 INFO neutron.services.segments.plugin [-] Segment 9e4c2694-d385-4e8e-aa45-dde9baec0892 resource provider aggregate not found 2026-05-25 23:27:11.980 8 INFO neutron.services.segments.plugin [-] Segment 9e4c2694-d385-4e8e-aa45-dde9baec0892 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e4c2694-d385-4e8e-aa45-dde9baec0892 found for delete ", "request_id": "req-665f3e8c-8a52-4d69-8bb3-ff329a650db5"}]} 2026-05-25 23:27:12.002 8 INFO neutron.services.segments.plugin [-] Segment 996d5b58-5d09-4d82-8fee-f6849b27006f resource provider aggregate not found [pid: 8|app: 0|req: 1340/2549] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:11 2026] GET /v2.0/security-groups?tenant_id=0943dbe081354136a6ae9b0fcc3ce8b9&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:12.025 8 INFO neutron.services.segments.plugin [-] Segment 996d5b58-5d09-4d82-8fee-f6849b27006f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 996d5b58-5d09-4d82-8fee-f6849b27006f found for delete ", "request_id": "req-af0fed85-9372-4b2c-8bc2-45157a137eb7"}]} 2026-05-25 23:27:12.103 7 INFO neutron.services.segments.plugin [-] Segment 1cd3bfb4-b762-45f9-a142-06ee1fb0465b resource provider aggregate not found 2026-05-25 23:27:12.106 7 INFO neutron.services.segments.plugin [-] Segment 1cd3bfb4-b762-45f9-a142-06ee1fb0465b resource provider aggregate not found 2026-05-25 23:27:12.128 7 INFO neutron.services.segments.plugin [-] Segment 1cd3bfb4-b762-45f9-a142-06ee1fb0465b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd3bfb4-b762-45f9-a142-06ee1fb0465b found for delete ", "request_id": "req-a5b70c1a-265a-44a1-a6d3-e2de4bd69c5d"}]} 2026-05-25 23:27:12.129 7 INFO neutron.services.segments.plugin [-] Segment 1cd3bfb4-b762-45f9-a142-06ee1fb0465b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cd3bfb4-b762-45f9-a142-06ee1fb0465b found for delete ", "request_id": "req-e5aea52f-56c6-4e9d-8427-7cdac5f2d8bc"}]} [pid: 7|app: 0|req: 1210/2550] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:12 2026] DELETE /v2.0/security-groups/3a8caca7-9d1c-4a1f-94eb-961bcd71e6f3 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2551] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:12 2026] GET /v2.0/security-groups?tenant_id=dafb3e3e749a4271a41130055c420a53&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2552] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:12 2026] DELETE /v2.0/security-groups/9cfff3a8-e4dd-4f2d-83a2-bce20f7cafb2 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2553] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:27:12 2026] GET /v2.0/ports?device_id=024e7fd6-3da0-48c3-8a27-e028a4f6ffec => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2554] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:13 2026] DELETE /v2.0/security-groups/46b05915-08f5-4aad-8f37-f093214a79b4 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:14.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed60ecb7-465c-4d25-93e5-13cccc61a027 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] TaaS: Handle Delete Port: 22c705c9-6822-4ff9-933c-7b0621112a09 2026-05-25 23:27:14.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed60ecb7-465c-4d25-93e5-13cccc61a027 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Tap Mirror: Handle Delete Port: 22c705c9-6822-4ff9-933c-7b0621112a09 [pid: 8|app: 0|req: 1343/2555] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:27:14 2026] PUT /v2.0/routers/a335fb52-a148-4ddc-a113-dfbbab41ea8a/remove_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2556] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:27:15 2026] DELETE /v2.0/subnets/513532c5-b710-492a-9ff9-48c013148d57 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:15.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fe560ac-d9d2-4927-9746-12b8d6e59551 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] TaaS: Handle Delete Port: 0e2165de-b94d-4fe2-9e13-d41809be5457 2026-05-25 23:27:15.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fe560ac-d9d2-4927-9746-12b8d6e59551 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Tap Mirror: Handle Delete Port: 0e2165de-b94d-4fe2-9e13-d41809be5457 2026-05-25 23:27:16.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fe560ac-d9d2-4927-9746-12b8d6e59551 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] TaaS: Handle Delete Port: a4c44da6-65d3-4db2-9e11-85b06c24cff0 2026-05-25 23:27:16.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fe560ac-d9d2-4927-9746-12b8d6e59551 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] Tap Mirror: Handle Delete Port: a4c44da6-65d3-4db2-9e11-85b06c24cff0 [pid: 7|app: 0|req: 1214/2557] 10.0.0.218 () {34 vars in 684 bytes} [Mon May 25 23:27:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2558] 10.0.0.218 () {34 vars in 767 bytes} [Mon May 25 23:27:16 2026] PUT /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2559] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:27:16 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2560] 10.0.0.218 () {34 vars in 778 bytes} [Mon May 25 23:27:16 2026] PUT /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2561] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:27:16 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2562] 10.0.0.218 () {34 vars in 774 bytes} [Mon May 25 23:27:16 2026] PUT /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2563] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:27:16 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:27:16.780 8 INFO neutron.services.segments.plugin [-] Segment 4f3a176e-4353-4cd2-a017-f85ab8c47c6d resource provider aggregate not found 2026-05-25 23:27:16.785 8 INFO neutron.db.l3_hamode_db [None req-2fe560ac-d9d2-4927-9746-12b8d6e59551 c25b191bef9b4435ad26f8fab372ae80 cb29c610e7704e37b356dbf1ecddeb41 - - default default] HA network 4d331761-292a-482d-814d-c7b3fd2d9692 was deleted as no HA routers are present in tenant cb29c610e7704e37b356dbf1ecddeb41. 2026-05-25 23:27:16.789 8 INFO neutron.services.segments.plugin [-] Segment 4f3a176e-4353-4cd2-a017-f85ab8c47c6d resource provider aggregate not found [pid: 8|app: 0|req: 1344/2564] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:27:15 2026] DELETE /v2.0/routers/a335fb52-a148-4ddc-a113-dfbbab41ea8a => generated 0 bytes in 1256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2565] 10.0.0.218 () {34 vars in 796 bytes} [Mon May 25 23:27:16 2026] PUT /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-25 23:27:16.813 8 INFO neutron.services.segments.plugin [-] Segment 4f3a176e-4353-4cd2-a017-f85ab8c47c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f3a176e-4353-4cd2-a017-f85ab8c47c6d found for delete ", "request_id": "req-8dac6aef-422b-4327-be28-678538d8ba7d"}]} 2026-05-25 23:27:16.814 8 INFO neutron.services.segments.plugin [-] Segment 4f3a176e-4353-4cd2-a017-f85ab8c47c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f3a176e-4353-4cd2-a017-f85ab8c47c6d found for delete ", "request_id": "req-c36aaf03-f916-4d1e-b0c0-79693cc9a0d0"}]} [pid: 7|app: 0|req: 1222/2566] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:27:16 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2567] 10.0.0.218 () {34 vars in 767 bytes} [Mon May 25 23:27:16 2026] PUT /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2568] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:16 2026] DELETE /v2.0/networks/c74ad4cf-6b67-45e9-b7ba-623349fe25e0 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2569] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:27:16 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2570] 10.0.0.218 () {32 vars in 755 bytes} [Mon May 25 23:27:16 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:17.089 7 INFO neutron.api.v2.resource [None req-8599a169-e7bc-4558-8f1d-14883d3d36b6 2422db81b31749138ea8ac304e32339e 453066a6bd054d0cb569a15ae0d09527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1225/2571] 10.0.0.218 () {32 vars in 759 bytes} [Mon May 25 23:27:17 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2572] 10.0.0.218 () {32 vars in 758 bytes} [Mon May 25 23:27:17 2026] DELETE /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags/red => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2573] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:27:17 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 30 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:27:17.334 8 INFO neutron.api.v2.resource [None req-acc6dcff-d790-4336-8830-8b5a0917a4f1 2422db81b31749138ea8ac304e32339e 453066a6bd054d0cb569a15ae0d09527 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1348/2574] 10.0.0.218 () {32 vars in 762 bytes} [Mon May 25 23:27:17 2026] DELETE /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2575] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:27:17 2026] DELETE /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => 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: 1349/2576] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:27:17 2026] GET /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2577] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:17 2026] DELETE /v2.0/security-groups/20be1ef7-dc5b-4da1-ba82-5feb81b4f114 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2578] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:17 2026] GET /v2.0/security-groups?tenant_id=cb29c610e7704e37b356dbf1ecddeb41&name=default => generated 2925 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2579] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:18 2026] DELETE /v2.0/security-groups/752cdc89-f0ef-4581-ab5d-dbd2754eab7a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2580] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:18 2026] GET /v2.0/security-groups?tenant_id=7f9c418a99734033a452f954edd72203&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2581] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:18 2026] DELETE /v2.0/security-groups/973b67e3-b379-49c4-ab01-2ee25be93ab5 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2582] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:18 2026] GET /v2.0/security-groups?tenant_id=496b110159764c5f8b8539c9e479a38c&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:18.833 8 INFO neutron.services.segments.plugin [-] Segment 4373632c-d92e-427e-be4b-bb13c97792a3 resource provider aggregate not found 2026-05-25 23:27:18.852 8 INFO neutron.services.segments.plugin [-] Segment 4373632c-d92e-427e-be4b-bb13c97792a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4373632c-d92e-427e-be4b-bb13c97792a3 found for delete ", "request_id": "req-0a2c610b-4731-4282-a68f-1b74272df602"}]} 2026-05-25 23:27:18.852 8 INFO neutron.services.segments.plugin [-] Segment 4373632c-d92e-427e-be4b-bb13c97792a3 resource provider aggregate not found 2026-05-25 23:27:18.868 8 INFO neutron.services.segments.plugin [-] Segment 4373632c-d92e-427e-be4b-bb13c97792a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4373632c-d92e-427e-be4b-bb13c97792a3 found for delete ", "request_id": "req-a6a03034-dee3-4792-a085-4ad526ac5565"}]} [pid: 8|app: 0|req: 1353/2583] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:18 2026] DELETE /v2.0/security-groups/3f734d24-98cb-4ac8-ab65-59c00978ead3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2584] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:18 2026] GET /v2.0/security-groups?tenant_id=453066a6bd054d0cb569a15ae0d09527&name=default => generated 2929 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2585] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:18 2026] DELETE /v2.0/security-groups/b0f134eb-c159-45cf-80ec-3d01212e3344 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2588] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:27:23 2026] POST /v2.0/floatingips => generated 552 bytes in 673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2589] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:27:23 2026] POST /v2.0/floatingips => generated 552 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2590] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:27:24 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2591] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:27:25 2026] POST /v2.0/floatingips => generated 552 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2592] 10.0.0.218 () {34 vars in 676 bytes} [Mon May 25 23:27:25 2026] POST /v2.0/floatingips => generated 552 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2593] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:27:26 2026] PUT /v2.0/floatingips/bfb4ad17-09df-4e74-81c0-06e47e5b1cee/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2594] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:27:26 2026] PUT /v2.0/floatingips/d418fddb-7e22-427d-b637-dcc8a7dfabfc/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2595] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:27:26 2026] PUT /v2.0/floatingips/bec5bbba-a5a6-4920-8fce-ec0b528f7ee1/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: 1237/2596] 10.0.0.218 () {34 vars in 759 bytes} [Mon May 25 23:27:26 2026] PUT /v2.0/floatingips/26a467ef-1d9d-4601-be24-45d3d901bc23/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2597] 10.0.0.218 () {32 vars in 672 bytes} [Mon May 25 23:27:26 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2598] 10.0.0.218 () {32 vars in 686 bytes} [Mon May 25 23:27:26 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2599] 10.0.0.218 () {32 vars in 682 bytes} [Mon May 25 23:27:26 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2600] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:27:27 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2601] 10.0.0.218 () {32 vars in 680 bytes} [Mon May 25 23:27:27 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2602] 10.0.0.218 () {32 vars in 694 bytes} [Mon May 25 23:27:27 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2603] 10.0.0.218 () {32 vars in 690 bytes} [Mon May 25 23:27:27 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2604] 10.0.0.218 () {32 vars in 702 bytes} [Mon May 25 23:27:27 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:27.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-560ef59b-d37d-439f-ae21-4002fdfb1f69 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] TaaS: Handle Delete Port: 48babc21-e697-4ace-b751-6d722cf48256 2026-05-25 23:27:27.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-560ef59b-d37d-439f-ae21-4002fdfb1f69 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] Tap Mirror: Handle Delete Port: 48babc21-e697-4ace-b751-6d722cf48256 [pid: 8|app: 0|req: 1364/2605] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:27:27 2026] DELETE /v2.0/floatingips/bfb4ad17-09df-4e74-81c0-06e47e5b1cee => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:28.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-94a9a41e-897e-49c6-a7fd-c27b25b9fb9a 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] TaaS: Handle Delete Port: 061910c1-8358-453b-9249-5d73e362304e 2026-05-25 23:27:28.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94a9a41e-897e-49c6-a7fd-c27b25b9fb9a 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] Tap Mirror: Handle Delete Port: 061910c1-8358-453b-9249-5d73e362304e [pid: 7|app: 0|req: 1242/2606] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:27:28 2026] DELETE /v2.0/floatingips/d418fddb-7e22-427d-b637-dcc8a7dfabfc => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:28.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-452c93f9-4567-465b-a41e-5fd3ebf9dd07 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] TaaS: Handle Delete Port: eecb5290-6f7d-420d-ba0a-0a95d5714dbd 2026-05-25 23:27:28.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-452c93f9-4567-465b-a41e-5fd3ebf9dd07 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] Tap Mirror: Handle Delete Port: eecb5290-6f7d-420d-ba0a-0a95d5714dbd [pid: 8|app: 0|req: 1365/2607] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:27:28 2026] DELETE /v2.0/floatingips/bec5bbba-a5a6-4920-8fce-ec0b528f7ee1 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:28.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1458704-093f-487f-b0de-99fa2194aab6 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] TaaS: Handle Delete Port: 9080ecc7-08d2-4751-a70b-eb5fb62f5cef 2026-05-25 23:27:28.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1458704-093f-487f-b0de-99fa2194aab6 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] Tap Mirror: Handle Delete Port: 9080ecc7-08d2-4751-a70b-eb5fb62f5cef [pid: 7|app: 0|req: 1243/2608] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:27:28 2026] DELETE /v2.0/floatingips/26a467ef-1d9d-4601-be24-45d3d901bc23 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:29.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-10563e6a-06af-4587-b1fa-8f4283b8a298 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] TaaS: Handle Delete Port: 9aa7b241-223e-4c79-8267-55a660778363 2026-05-25 23:27:29.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10563e6a-06af-4587-b1fa-8f4283b8a298 73ddbc0f781a4596b66b79a929419139 610479b31be84720ba43ff0abe799ce5 - - default default] Tap Mirror: Handle Delete Port: 9aa7b241-223e-4c79-8267-55a660778363 [pid: 8|app: 0|req: 1366/2609] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:27:29 2026] DELETE /v2.0/floatingips/8c690c56-a6ce-445f-add6-1e7b0df42e93 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2610] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:30 2026] GET /v2.0/security-groups?tenant_id=610479b31be84720ba43ff0abe799ce5&name=default => generated 2929 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2611] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:30 2026] DELETE /v2.0/security-groups/db44c4bd-1487-4724-9ba3-c3ee16dad238 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2612] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:30 2026] GET /v2.0/security-groups?tenant_id=8f4aa9c1dd0a4225b597b9d03d07de4b&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2613] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:27:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2614] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:27:30 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: 1248/2615] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:27:30 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: 1249/2616] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:27:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2617] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:30 2026] DELETE /v2.0/security-groups/447f6509-1104-4019-a52f-8920c1388d39 => 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: 1250/2618] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:27:30 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2619] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:27:30 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => 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: 1370/2620] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:31 2026] GET /v2.0/security-groups?tenant_id=2b1e854c69694f3eac0a534e4c77683b&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2621] 199.204.45.30 () {34 vars in 716 bytes} [Mon May 25 23:27:30 2026] POST /v2.0/ports => generated 1055 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2622] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:31 2026] DELETE /v2.0/security-groups/1de82255-70ae-4e28-a5c3-467849b24166 => 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: 1252/2623] 10.0.0.92 () {34 vars in 970 bytes} [Mon May 25 23:27:31 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2624] 10.0.0.92 () {34 vars in 906 bytes} [Mon May 25 23:27:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2625] 199.204.45.30 () {34 vars in 1261 bytes} [Mon May 25 23:27:32 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2626] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:27:32 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1254/2627] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:27:32 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1374/2628] 199.204.45.30 () {34 vars in 974 bytes} [Mon May 25 23:27:33 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2629] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:27:33 2026] GET /v2.0/networks?id=99ec91ad-7365-49b5-97b3-11235044e7aa => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2630] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:27:33 2026] PUT /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1245 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:34.070 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26cdc856-2732-4110-ac2a-950452c99c81'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': 'e43e8a1a-3e43-462b-801a-af0a26da7fc4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1256/2631] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:27:34 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2481 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2632] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:27:34 2026] GET /v2.0/networks?id=99ec91ad-7365-49b5-97b3-11235044e7aa => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2633] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:27:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => 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: 1377/2634] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:27:34 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2635] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:27:34 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2636] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:27:34 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2637] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:27:34 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2638] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:27:35 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2481 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:36.001 8 INFO neutron.db.segments_db [None req-37b55923-d2e2-4cf3-8834-9c4ff05ae859 868e07af5e184e69b2d7c1b20a3637cb 861f24866cc04be99708dfef1e979aba - - default default] Added segment 42f55b6e-fa64-400a-adf6-57703dc31c8e of type vxlan for network 385001e0-866e-42f0-b9d7-b825b5c12062 [pid: 7|app: 0|req: 1261/2639] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.89&port_id=d66da95a-462e-4103-85dc-1a7598bdafbf => 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: 1262/2640] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/subnets?id=80167991-b23a-4e91-8a75-d86958220a93 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2641] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:35 2026] POST /v2.0/networks => generated 632 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2642] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/ports?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2643] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:27:36.187 8 INFO neutron.db.segments_db [None req-5d74a108-6ff0-4bae-8dd6-37983033c24c 868e07af5e184e69b2d7c1b20a3637cb 861f24866cc04be99708dfef1e979aba - - default default] Added segment 133cb476-b2b6-4b31-9c21-49c5c69eab40 of type vxlan for network 05acec31-4591-421f-a7a7-94c5ca210e2c [pid: 7|app: 0|req: 1265/2644] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1268/2647] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => 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: 1380/2648] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:36 2026] POST /v2.0/networks => generated 631 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2649] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:27:36.337 8 INFO neutron.db.segments_db [None req-3222538a-52db-483e-a701-3764b2ae31e8 868e07af5e184e69b2d7c1b20a3637cb 861f24866cc04be99708dfef1e979aba - - default default] Added segment 40076b79-2e6f-45fd-9399-11446e9c6833 of type vxlan for network 53f58c5e-e6e8-4ea5-9dfc-36a781b0d831 [pid: 7|app: 0|req: 1270/2650] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2651] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2652] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:36 2026] POST /v2.0/networks => generated 632 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2653] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:27:36 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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-25 23:27:36.501 8 INFO neutron.db.segments_db [None req-f4578b31-6689-4e03-80e3-813c7dc8225e 868e07af5e184e69b2d7c1b20a3637cb 861f24866cc04be99708dfef1e979aba - - default default] Added segment 9efe2ba1-3afa-4ba7-bdc2-776e3a619692 of type vxlan for network d12a1058-e288-47a1-8e15-b1e900996a65 [pid: 8|app: 0|req: 1382/2654] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:36 2026] POST /v2.0/networks => generated 632 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:27:36.679 7 INFO neutron.db.segments_db [None req-6550fa69-1068-4699-9359-4087d440160d 868e07af5e184e69b2d7c1b20a3637cb 861f24866cc04be99708dfef1e979aba - - default default] Added segment c5477c5e-089b-44ba-92c6-47604b05313b of type vxlan for network 083b6cc2-6d5b-4ad0-82e3-056e84e564f9 [pid: 7|app: 0|req: 1273/2655] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:36 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2656] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:27:36 2026] PUT /v2.0/networks/385001e0-866e-42f0-b9d7-b825b5c12062/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2657] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:27:36 2026] PUT /v2.0/networks/05acec31-4591-421f-a7a7-94c5ca210e2c/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2658] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:27:36 2026] PUT /v2.0/networks/53f58c5e-e6e8-4ea5-9dfc-36a781b0d831/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2659] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:27:37 2026] PUT /v2.0/networks/d12a1058-e288-47a1-8e15-b1e900996a65/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2660] 10.0.0.218 () {32 vars in 666 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2661] 10.0.0.218 () {32 vars in 680 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2662] 10.0.0.218 () {32 vars in 676 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2663] 10.0.0.218 () {32 vars in 688 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2664] 10.0.0.218 () {32 vars in 674 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2665] 10.0.0.218 () {32 vars in 688 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2666] 10.0.0.218 () {32 vars in 684 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2667] 10.0.0.218 () {32 vars in 696 bytes} [Mon May 25 23:27:37 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:37.813 8 INFO neutron.services.segments.plugin [-] Segment 42f55b6e-fa64-400a-adf6-57703dc31c8e resource provider aggregate not found 2026-05-25 23:27:37.815 8 INFO neutron.services.segments.plugin [-] Segment 42f55b6e-fa64-400a-adf6-57703dc31c8e resource provider aggregate not found 2026-05-25 23:27:37.841 8 INFO neutron.services.segments.plugin [-] Segment 42f55b6e-fa64-400a-adf6-57703dc31c8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f55b6e-fa64-400a-adf6-57703dc31c8e found for delete ", "request_id": "req-ec3a079e-b55f-4f8f-9340-5516f306475a"}]} 2026-05-25 23:27:37.850 8 INFO neutron.services.segments.plugin [-] Segment 42f55b6e-fa64-400a-adf6-57703dc31c8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f55b6e-fa64-400a-adf6-57703dc31c8e found for delete ", "request_id": "req-d30d4222-acd9-4ebd-b528-9255e85709e7"}]} [pid: 8|app: 0|req: 1389/2668] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:37 2026] DELETE /v2.0/networks/385001e0-866e-42f0-b9d7-b825b5c12062 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:38.031 7 INFO neutron.services.segments.plugin [-] Segment 133cb476-b2b6-4b31-9c21-49c5c69eab40 resource provider aggregate not found 2026-05-25 23:27:38.035 7 INFO neutron.services.segments.plugin [-] Segment 133cb476-b2b6-4b31-9c21-49c5c69eab40 resource provider aggregate not found 2026-05-25 23:27:38.052 7 INFO neutron.services.segments.plugin [-] Segment 133cb476-b2b6-4b31-9c21-49c5c69eab40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 133cb476-b2b6-4b31-9c21-49c5c69eab40 found for delete ", "request_id": "req-a8ed29c8-8ce1-47af-918f-1a96e89b0e97"}]} 2026-05-25 23:27:38.056 7 INFO neutron.services.segments.plugin [-] Segment 133cb476-b2b6-4b31-9c21-49c5c69eab40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 133cb476-b2b6-4b31-9c21-49c5c69eab40 found for delete ", "request_id": "req-bd309805-f8af-4a48-b353-3064a7622471"}]} [pid: 7|app: 0|req: 1280/2669] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:37 2026] DELETE /v2.0/networks/05acec31-4591-421f-a7a7-94c5ca210e2c => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2670] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:38 2026] DELETE /v2.0/networks/53f58c5e-e6e8-4ea5-9dfc-36a781b0d831 => 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: 1281/2671] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:38 2026] DELETE /v2.0/networks/d12a1058-e288-47a1-8e15-b1e900996a65 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2672] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:38 2026] DELETE /v2.0/networks/083b6cc2-6d5b-4ad0-82e3-056e84e564f9 => 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: 1282/2673] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:39 2026] GET /v2.0/security-groups?tenant_id=7c3ace098f9843f0aa25bea6408bc5e7&name=default => generated 2929 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2674] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:39 2026] DELETE /v2.0/security-groups/f0867408-2e9a-4642-953b-c66c034a4b4c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:39.860 8 INFO neutron.services.segments.plugin [-] Segment 40076b79-2e6f-45fd-9399-11446e9c6833 resource provider aggregate not found 2026-05-25 23:27:39.874 8 INFO neutron.services.segments.plugin [-] Segment 40076b79-2e6f-45fd-9399-11446e9c6833 resource provider aggregate not found 2026-05-25 23:27:39.879 8 INFO neutron.services.segments.plugin [-] Segment 40076b79-2e6f-45fd-9399-11446e9c6833 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40076b79-2e6f-45fd-9399-11446e9c6833 found for delete ", "request_id": "req-91961073-4e2a-4a6c-926c-0cc385ffcc5a"}]} 2026-05-25 23:27:39.891 8 INFO neutron.services.segments.plugin [-] Segment 40076b79-2e6f-45fd-9399-11446e9c6833 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40076b79-2e6f-45fd-9399-11446e9c6833 found for delete ", "request_id": "req-738ab162-311d-4dd8-81f5-bb8b85ab111e"}]} 2026-05-25 23:27:39.896 8 INFO neutron.services.segments.plugin [-] Segment c5477c5e-089b-44ba-92c6-47604b05313b resource provider aggregate not found 2026-05-25 23:27:39.915 8 INFO neutron.services.segments.plugin [-] Segment c5477c5e-089b-44ba-92c6-47604b05313b resource provider aggregate not found 2026-05-25 23:27:39.920 8 INFO neutron.services.segments.plugin [-] Segment c5477c5e-089b-44ba-92c6-47604b05313b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5477c5e-089b-44ba-92c6-47604b05313b found for delete ", "request_id": "req-7e7e5b52-064f-4e0f-aa17-f5e673061256"}]} 2026-05-25 23:27:39.935 8 INFO neutron.services.segments.plugin [-] Segment c5477c5e-089b-44ba-92c6-47604b05313b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5477c5e-089b-44ba-92c6-47604b05313b found for delete ", "request_id": "req-adc8578e-63bc-4398-87c2-e78c0716c960"}]} [pid: 7|app: 0|req: 1283/2675] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:39 2026] GET /v2.0/security-groups?tenant_id=861f24866cc04be99708dfef1e979aba&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2676] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:39 2026] DELETE /v2.0/security-groups/d2d9b152-1544-439e-99f1-10f25274eb36 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:40.077 7 INFO neutron.services.segments.plugin [-] Segment 9efe2ba1-3afa-4ba7-bdc2-776e3a619692 resource provider aggregate not found 2026-05-25 23:27:40.079 7 INFO neutron.services.segments.plugin [-] Segment 9efe2ba1-3afa-4ba7-bdc2-776e3a619692 resource provider aggregate not found 2026-05-25 23:27:40.095 7 INFO neutron.services.segments.plugin [-] Segment 9efe2ba1-3afa-4ba7-bdc2-776e3a619692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efe2ba1-3afa-4ba7-bdc2-776e3a619692 found for delete ", "request_id": "req-938f8ebf-1b0c-43b7-8a78-d1c76c2be763"}]} 2026-05-25 23:27:40.096 7 INFO neutron.services.segments.plugin [-] Segment 9efe2ba1-3afa-4ba7-bdc2-776e3a619692 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efe2ba1-3afa-4ba7-bdc2-776e3a619692 found for delete ", "request_id": "req-bf1ab915-0e0d-4e05-b21e-264c7ff82e5c"}]} [pid: 7|app: 0|req: 1284/2677] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:40 2026] GET /v2.0/security-groups?tenant_id=50ed083b144f46a6b024feac7d5aa37a&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: 1394/2678] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:40 2026] DELETE /v2.0/security-groups/e91e5f86-2003-4961-ba83-d56a2744e426 => 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: 1285/2679] 10.0.0.92 () {34 vars in 970 bytes} [Mon May 25 23:27:40 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2680] 199.204.45.30 () {34 vars in 788 bytes} [Mon May 25 23:27:40 2026] PUT /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1272 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:40.844 7 INFO neutron.api.v2.resource [None req-fc9864b8-041d-4ad5-8e58-3b2ad8607be8 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1286/2681] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 23:27:40 2026] GET /v2.0/security-groups/lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:27:40.873 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a77beab5-f04d-4846-984a-b38dc9911108'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': 'e43e8a1a-3e43-462b-801a-af0a26da7fc4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1396/2682] 199.204.45.30 () {30 vars in 784 bytes} [Mon May 25 23:27:40 2026] GET /v2.0/security-groups?name=lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 1639 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2683] 199.204.45.30 () {34 vars in 788 bytes} [Mon May 25 23:27:40 2026] PUT /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1310 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2684] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1398/2685] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:27:41 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: 1399/2686] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:27: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) 2026-05-25 23:27:41.470 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3379cf5-8075-4c4e-805a-ffe263e88032'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': 'e43e8a1a-3e43-462b-801a-af0a26da7fc4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1400/2687] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:27: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: 7|app: 0|req: 1288/2688] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/networks?id=99ec91ad-7365-49b5-97b3-11235044e7aa => generated 802 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2689] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:27:41 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: 1289/2690] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => 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: 1402/2691] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2692] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2693] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2694] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2695] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2696] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1405/2697] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2698] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2699] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2700] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2701] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:27:41 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2702] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:27:42 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2703] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:27:42 2026] GET /v2.0/networks?id=99ec91ad-7365-49b5-97b3-11235044e7aa => generated 802 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2704] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:27:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2705] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:27:42 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2706] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:27:42 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2707] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:27:42 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1298/2708] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:27:43 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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) 2026-05-25 23:27:45.123 8 INFO neutron.db.segments_db [None req-e698edbf-ef95-4b25-a3bf-211a91e7b730 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Added segment 361d46b2-ca8d-42b6-add9-ece2074d27a0 of type vxlan for network 0e0c7285-01a0-40e6-8d21-65e2d9176ff7 [pid: 8|app: 0|req: 1411/2709] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:44 2026] POST /v2.0/networks => generated 632 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2710] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:45 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:27:45.599 8 INFO neutron.db.segments_db [None req-46b1d578-ba13-48b8-9bec-2dd3a749a85d 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Added segment 80bd2dd3-becb-4128-854f-f0379c492264 of type vxlan for network 11f20b08-11e1-4cb4-8bae-d4e06a6f48a9 [pid: 8|app: 0|req: 1412/2711] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:45 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1300/2712] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:45 2026] POST /v2.0/ports => generated 743 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:27:46.150 8 INFO neutron.db.segments_db [None req-a13881a7-7de7-46a3-92af-6652b4ed0814 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Added segment 76409e82-68e3-45be-996c-bb653bbc47ab of type vxlan for network 88991b9a-3563-4fa9-99bd-e18addf14d12 [pid: 8|app: 0|req: 1413/2713] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:46 2026] POST /v2.0/networks => generated 631 bytes in 182 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: 1301/2714] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:46 2026] POST /v2.0/ports => generated 743 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:27:46.626 8 INFO neutron.db.segments_db [None req-f33d90ec-3b5f-424f-980f-0bca34ba9f65 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Added segment 4c1e879c-08ad-469e-a4f9-cca32f336044 of type vxlan for network ccb2bf4b-92b6-4edb-bab9-325f2fb28078 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1414/2715] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:46 2026] POST /v2.0/networks => generated 631 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2716] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:46 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 23:27:47.147 8 INFO neutron.db.segments_db [None req-adc898ad-b2fe-4bd0-a188-8d7b76b7e692 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Added segment 02d06b88-ed37-400b-80fb-591a1670668c of type vxlan for network 56aa9c2d-0a4c-4a89-8474-d488cb8f62fe [pid: 8|app: 0|req: 1416/2717] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:47 2026] POST /v2.0/networks => generated 631 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-25 23:27:47.526 7 INFO neutron.db.l3_db [None req-f1dd0f6c-fa2a-492c-99bf-532ced8b13c8 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Floating IP d3d89c9e-4489-4fe2-9d24-be4b5f999be8 associated. External IP: 10.96.250.204, port: c927613a-0e77-4e64-943c-091889bbcab3. [pid: 8|app: 0|req: 1417/2718] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:47 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1418/2719] 10.0.0.218 () {34 vars in 747 bytes} [Mon May 25 23:27:47 2026] PUT /v2.0/ports/0d765c0a-92c3-4ba7-a899-9f44f13e7b56/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1419/2720] 10.0.0.218 () {34 vars in 747 bytes} [Mon May 25 23:27:47 2026] PUT /v2.0/ports/e6db6ace-cd21-4878-9c53-213459e87632/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1420/2721] 10.0.0.218 () {34 vars in 747 bytes} [Mon May 25 23:27:47 2026] PUT /v2.0/ports/05800993-5f79-4825-93fe-a157e2a578d0/tags => generated 34 bytes in 80 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: 1421/2722] 10.0.0.218 () {34 vars in 747 bytes} [Mon May 25 23:27:47 2026] PUT /v2.0/ports/7b360fe4-2efc-40c0-8307-9f3b175bab60/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1302/2723] 10.0.0.218 () {34 vars in 677 bytes} [Mon May 25 23:27:46 2026] POST /v2.0/floatingips => generated 899 bytes in 1252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2724] 10.0.0.218 () {32 vars in 660 bytes} [Mon May 25 23:27:47 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2725] 10.0.0.218 () {32 vars in 674 bytes} [Mon May 25 23:27:48 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2726] 10.0.0.218 () {32 vars in 670 bytes} [Mon May 25 23:27:48 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2727] 10.0.0.218 () {32 vars in 682 bytes} [Mon May 25 23:27:48 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2728] 10.0.0.218 () {32 vars in 668 bytes} [Mon May 25 23:27:48 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2729] 10.0.0.218 () {32 vars in 682 bytes} [Mon May 25 23:27:48 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2730] 10.0.0.218 () {32 vars in 678 bytes} [Mon May 25 23:27:48 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2731] 10.0.0.218 () {32 vars in 690 bytes} [Mon May 25 23:27:48 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:48.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-d71f8b6c-c35c-415b-89f2-581812ff603e 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] TaaS: Handle Delete Port: 0d765c0a-92c3-4ba7-a899-9f44f13e7b56 2026-05-25 23:27:48.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d71f8b6c-c35c-415b-89f2-581812ff603e 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Tap Mirror: Handle Delete Port: 0d765c0a-92c3-4ba7-a899-9f44f13e7b56 [pid: 8|app: 0|req: 1426/2732] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:48 2026] DELETE /v2.0/ports/0d765c0a-92c3-4ba7-a899-9f44f13e7b56 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:49.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad0870b1-449b-4914-83c5-14b860595e16 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] TaaS: Handle Delete Port: e6db6ace-cd21-4878-9c53-213459e87632 2026-05-25 23:27:49.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad0870b1-449b-4914-83c5-14b860595e16 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Tap Mirror: Handle Delete Port: e6db6ace-cd21-4878-9c53-213459e87632 [pid: 7|app: 0|req: 1307/2733] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:49 2026] DELETE /v2.0/ports/e6db6ace-cd21-4878-9c53-213459e87632 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:49.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-1fd10d60-6997-4d25-805b-8c628c42a689 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] TaaS: Handle Delete Port: 05800993-5f79-4825-93fe-a157e2a578d0 2026-05-25 23:27:49.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fd10d60-6997-4d25-805b-8c628c42a689 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Tap Mirror: Handle Delete Port: 05800993-5f79-4825-93fe-a157e2a578d0 [pid: 8|app: 0|req: 1427/2734] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:49 2026] DELETE /v2.0/ports/05800993-5f79-4825-93fe-a157e2a578d0 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:49.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-8be14504-f858-4433-827e-9d07f6fc43ff 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] TaaS: Handle Delete Port: 7b360fe4-2efc-40c0-8307-9f3b175bab60 2026-05-25 23:27:49.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8be14504-f858-4433-827e-9d07f6fc43ff 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Tap Mirror: Handle Delete Port: 7b360fe4-2efc-40c0-8307-9f3b175bab60 [pid: 7|app: 0|req: 1308/2735] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:49 2026] DELETE /v2.0/ports/7b360fe4-2efc-40c0-8307-9f3b175bab60 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:49.949 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e83bd66-f134-481e-9815-a8d4ad8bf50f 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] TaaS: Handle Delete Port: d1aaaf80-8266-4213-8a77-f811a9d52824 2026-05-25 23:27:49.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e83bd66-f134-481e-9815-a8d4ad8bf50f 7d162cdee2b44a09837dc165a3297bee 3fc7633a762c4f588402e93422c2b00a - - default default] Tap Mirror: Handle Delete Port: d1aaaf80-8266-4213-8a77-f811a9d52824 [pid: 8|app: 0|req: 1428/2736] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:49 2026] DELETE /v2.0/ports/d1aaaf80-8266-4213-8a77-f811a9d52824 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:50.204 7 INFO neutron.services.segments.plugin [-] Segment 361d46b2-ca8d-42b6-add9-ece2074d27a0 resource provider aggregate not found 2026-05-25 23:27:50.208 7 INFO neutron.services.segments.plugin [-] Segment 361d46b2-ca8d-42b6-add9-ece2074d27a0 resource provider aggregate not found [pid: 7|app: 0|req: 1309/2737] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:50 2026] DELETE /v2.0/networks/0e0c7285-01a0-40e6-8d21-65e2d9176ff7 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:50.234 7 INFO neutron.services.segments.plugin [-] Segment 361d46b2-ca8d-42b6-add9-ece2074d27a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 361d46b2-ca8d-42b6-add9-ece2074d27a0 found for delete ", "request_id": "req-3a2c87df-3903-486d-9751-42d6e48ca82f"}]} 2026-05-25 23:27:50.239 7 INFO neutron.services.segments.plugin [-] Segment 361d46b2-ca8d-42b6-add9-ece2074d27a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 361d46b2-ca8d-42b6-add9-ece2074d27a0 found for delete ", "request_id": "req-8386a1f5-e837-43c3-a046-16b7ec3f7636"}]} 2026-05-25 23:27:50.329 8 INFO neutron.services.segments.plugin [-] Segment 80bd2dd3-becb-4128-854f-f0379c492264 resource provider aggregate not found 2026-05-25 23:27:50.334 8 INFO neutron.services.segments.plugin [-] Segment 80bd2dd3-becb-4128-854f-f0379c492264 resource provider aggregate not found 2026-05-25 23:27:50.349 8 INFO neutron.services.segments.plugin [-] Segment 80bd2dd3-becb-4128-854f-f0379c492264 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80bd2dd3-becb-4128-854f-f0379c492264 found for delete ", "request_id": "req-c0f43c3d-8ed8-4e26-864c-b7942cc2a4b0"}]} [pid: 8|app: 0|req: 1429/2738] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:50 2026] DELETE /v2.0/networks/11f20b08-11e1-4cb4-8bae-d4e06a6f48a9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:27:50.363 8 INFO neutron.services.segments.plugin [-] Segment 80bd2dd3-becb-4128-854f-f0379c492264 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80bd2dd3-becb-4128-854f-f0379c492264 found for delete ", "request_id": "req-9af88aff-9a14-4579-a36c-2170a3a4720b"}]} [pid: 7|app: 0|req: 1310/2739] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:50 2026] DELETE /v2.0/networks/88991b9a-3563-4fa9-99bd-e18addf14d12 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2740] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:50 2026] DELETE /v2.0/networks/ccb2bf4b-92b6-4edb-bab9-325f2fb28078 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2741] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:50 2026] DELETE /v2.0/networks/56aa9c2d-0a4c-4a89-8474-d488cb8f62fe => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2742] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:27:50 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: 1312/2743] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:27:50 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: 1432/2744] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:27:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2745] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:27: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) 2026-05-25 23:27:50.967 8 INFO neutron.api.v2.resource [None req-506c7ba1-1dea-4520-bc02-bad7874abd22 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1433/2746] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 23:27:50 2026] GET /v2.0/security-groups/lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2747] 199.204.45.30 () {30 vars in 784 bytes} [Mon May 25 23:27:50 2026] GET /v2.0/security-groups?name=lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => 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: 1434/2748] 199.204.45.30 () {30 vars in 814 bytes} [Mon May 25 23:27:51 2026] GET /v2.0/security-group-rules?security_group_id=2f645d18-8f0f-4540-a7e5-4816384aa83c => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2749] 199.204.45.30 () {34 vars in 746 bytes} [Mon May 25 23:27:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2752] 199.204.45.30 () {34 vars in 746 bytes} [Mon May 25 23:27:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2753] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:51 2026] GET /v2.0/security-groups?tenant_id=5986158a498c47298ef74213456495ed&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2754] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:52 2026] DELETE /v2.0/security-groups/254b8546-e594-42d4-be34-4dc9e2ee9e5d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:52.254 7 INFO neutron.services.segments.plugin [-] Segment 76409e82-68e3-45be-996c-bb653bbc47ab resource provider aggregate not found 2026-05-25 23:27:52.265 7 INFO neutron.services.segments.plugin [-] Segment 76409e82-68e3-45be-996c-bb653bbc47ab resource provider aggregate not found 2026-05-25 23:27:52.272 7 INFO neutron.services.segments.plugin [-] Segment 76409e82-68e3-45be-996c-bb653bbc47ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76409e82-68e3-45be-996c-bb653bbc47ab found for delete ", "request_id": "req-98758e93-afca-452d-aa30-a7ec1355bdb6"}]} [pid: 7|app: 0|req: 1319/2755] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:52 2026] GET /v2.0/security-groups?tenant_id=3fc7633a762c4f588402e93422c2b00a&name=default => generated 2929 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:27:52.292 7 INFO neutron.services.segments.plugin [-] Segment 02d06b88-ed37-400b-80fb-591a1670668c resource provider aggregate not found 2026-05-25 23:27:52.298 7 INFO neutron.services.segments.plugin [-] Segment 76409e82-68e3-45be-996c-bb653bbc47ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76409e82-68e3-45be-996c-bb653bbc47ab found for delete ", "request_id": "req-85d9da6e-50cc-4a70-aca0-c152da185257"}]} 2026-05-25 23:27:52.311 7 INFO neutron.services.segments.plugin [-] Segment 02d06b88-ed37-400b-80fb-591a1670668c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02d06b88-ed37-400b-80fb-591a1670668c found for delete ", "request_id": "req-c70ae9ef-018f-4072-b9f7-386667d2a6ff"}]} 2026-05-25 23:27:52.312 7 INFO neutron.services.segments.plugin [-] Segment 02d06b88-ed37-400b-80fb-591a1670668c resource provider aggregate not found 2026-05-25 23:27:52.327 7 INFO neutron.services.segments.plugin [-] Segment 02d06b88-ed37-400b-80fb-591a1670668c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02d06b88-ed37-400b-80fb-591a1670668c found for delete ", "request_id": "req-717c3cb2-5112-4dbb-b44d-dffc511fdb5d"}]} 2026-05-25 23:27:52.372 8 INFO neutron.services.segments.plugin [-] Segment 4c1e879c-08ad-469e-a4f9-cca32f336044 resource provider aggregate not found 2026-05-25 23:27:52.392 8 INFO neutron.services.segments.plugin [-] Segment 4c1e879c-08ad-469e-a4f9-cca32f336044 resource provider aggregate not found 2026-05-25 23:27:52.396 8 INFO neutron.services.segments.plugin [-] Segment 4c1e879c-08ad-469e-a4f9-cca32f336044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1e879c-08ad-469e-a4f9-cca32f336044 found for delete ", "request_id": "req-52f3e62b-8356-4492-a290-ed84cecff577"}]} 2026-05-25 23:27:52.407 8 INFO neutron.services.segments.plugin [-] Segment 4c1e879c-08ad-469e-a4f9-cca32f336044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1e879c-08ad-469e-a4f9-cca32f336044 found for delete ", "request_id": "req-418912c3-89e2-4fef-874f-9a9037bd9fe5"}]} [pid: 8|app: 0|req: 1437/2756] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:52 2026] DELETE /v2.0/security-groups/714bbeac-4fad-49e0-8919-38beebe28163 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2757] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:52 2026] GET /v2.0/security-groups?tenant_id=88a54911cff74679aaf06cc6fcdbba4a&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2758] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:52 2026] DELETE /v2.0/security-groups/e1b643ea-f434-4a22-bd9a-db73d865dc62 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:27:56.515 7 INFO neutron.db.segments_db [None req-60cb8e4b-6b9e-410c-9931-dbb5c6d60346 527782487652486e947f101f2cef6afb fc8a7849e74c404eb4792d1698336f3b - - default default] Added segment 795c7b05-4c0c-4882-a4d1-cf6173570f38 of type vxlan for network 2f698260-bd45-499d-a7f5-4058c2d7a241 [pid: 7|app: 0|req: 1321/2759] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:27:56 2026] POST /v2.0/networks => generated 632 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2760] 10.0.0.218 () {34 vars in 664 bytes} [Mon May 25 23:27:56 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2761] 10.0.0.218 () {34 vars in 747 bytes} [Mon May 25 23:27:56 2026] PUT /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1440/2762] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1323/2763] 10.0.0.218 () {34 vars in 758 bytes} [Mon May 25 23:27:57 2026] PUT /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1441/2764] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1324/2765] 10.0.0.218 () {34 vars in 754 bytes} [Mon May 25 23:27:57 2026] PUT /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1442/2766] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 34 bytes in 51 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: 1325/2767] 10.0.0.218 () {34 vars in 776 bytes} [Mon May 25 23:27:57 2026] PUT /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags/black.or.white => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1443/2768] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1326/2769] 10.0.0.218 () {34 vars in 747 bytes} [Mon May 25 23:27:57 2026] PUT /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 37 bytes in 72 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: 1444/2770] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1327/2771] 10.0.0.218 () {32 vars in 735 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags/red => generated 0 bytes in 72 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-25 23:27:57.853 8 INFO neutron.api.v2.resource [None req-28674114-8dc7-4364-9194-3b9d78b405bc 527782487652486e947f101f2cef6afb fc8a7849e74c404eb4792d1698336f3b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1445/2772] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags/green => generated 99 bytes in 61 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: 1328/2773] 10.0.0.218 () {32 vars in 738 bytes} [Mon May 25 23:27:57 2026] DELETE /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1446/2774] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:27:57 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 23:27:58.064 7 INFO neutron.api.v2.resource [None req-a47ffb8d-2085-4fed-a2bb-32f50be00c5f 527782487652486e947f101f2cef6afb fc8a7849e74c404eb4792d1698336f3b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1329/2775] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:27:58 2026] DELETE /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1447/2776] 10.0.0.218 () {32 vars in 730 bytes} [Mon May 25 23:27:58 2026] DELETE /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1330/2777] 10.0.0.218 () {32 vars in 727 bytes} [Mon May 25 23:27:58 2026] GET /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf/tags => generated 12 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, ' 2026-05-25 23:27:58.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2beda56-e90a-4b5a-8dbd-eb0b30db22a7 527782487652486e947f101f2cef6afb fc8a7849e74c404eb4792d1698336f3b - - default default] TaaS: Handle Delete Port: 9612334a-9800-47ec-9e4e-e244c3d36faf 2026-05-25 23:27:58.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2beda56-e90a-4b5a-8dbd-eb0b30db22a7 527782487652486e947f101f2cef6afb fc8a7849e74c404eb4792d1698336f3b - - default default] Tap Mirror: Handle Delete Port: 9612334a-9800-47ec-9e4e-e244c3d36faf [pid: 8|app: 0|req: 1448/2778] 10.0.0.218 () {32 vars in 720 bytes} [Mon May 25 23:27:58 2026] DELETE /v2.0/ports/9612334a-9800-47ec-9e4e-e244c3d36faf => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-25 23:27:58.578 7 INFO neutron.services.segments.plugin [-] Segment 795c7b05-4c0c-4882-a4d1-cf6173570f38 resource provider aggregate not found 2026-05-25 23:27:58.581 7 INFO neutron.services.segments.plugin [-] Segment 795c7b05-4c0c-4882-a4d1-cf6173570f38 resource provider aggregate not found 2026-05-25 23:27:58.597 7 INFO neutron.services.segments.plugin [-] Segment 795c7b05-4c0c-4882-a4d1-cf6173570f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 795c7b05-4c0c-4882-a4d1-cf6173570f38 found for delete ", "request_id": "req-66c9c11d-48d0-46cf-baf3-a5452fbe7be9"}]} 2026-05-25 23:27:58.598 7 INFO neutron.services.segments.plugin [-] Segment 795c7b05-4c0c-4882-a4d1-cf6173570f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 795c7b05-4c0c-4882-a4d1-cf6173570f38 found for delete ", "request_id": "req-38105193-1036-49a3-b3f2-41858035e278"}]} [pid: 7|app: 0|req: 1331/2779] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:27:58 2026] DELETE /v2.0/networks/2f698260-bd45-499d-a7f5-4058c2d7a241 => 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: 1449/2780] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:59 2026] GET /v2.0/security-groups?tenant_id=3d04dbe53bb04ae9a988139838ac1545&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2781] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:27:59 2026] DELETE /v2.0/security-groups/6917ba96-f9f9-4461-bf30-c2e898efbc55 => 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: 1450/2782] 10.0.0.29 () {30 vars in 689 bytes} [Mon May 25 23:27:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2783] 10.0.0.29 () {30 vars in 691 bytes} [Mon May 25 23:27:59 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: 1451/2784] 10.0.0.29 () {30 vars in 667 bytes} [Mon May 25 23:27:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2785] 10.0.0.29 () {30 vars in 703 bytes} [Mon May 25 23:27:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2786] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:27:59 2026] GET /v2.0/security-groups?tenant_id=fc8a7849e74c404eb4792d1698336f3b&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2787] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:28:00 2026] DELETE /v2.0/security-groups/fa9461e1-17d5-47c1-97df-88028b558897 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2788] 10.0.0.29 () {28 vars in 438 bytes} [Mon May 25 23:28:00 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: 1336/2789] 10.0.0.29 () {30 vars in 727 bytes} [Mon May 25 23:28:00 2026] GET /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 656 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2790] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:01 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: 1337/2791] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:01 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: 1455/2792] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:01 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: 1338/2793] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:01 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: 1456/2794] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:01 2026] GET /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 674 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2795] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:01 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2796] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:01 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: 1340/2797] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2798] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2799] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2800] 199.204.45.30 () {34 vars in 716 bytes} [Mon May 25 23:28:01 2026] POST /v2.0/ports => generated 1324 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2801] 10.0.0.92 () {34 vars in 970 bytes} [Mon May 25 23:28:02 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1324 bytes in 42 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: 1460/2802] 10.0.0.92 () {34 vars in 906 bytes} [Mon May 25 23:28:02 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2803] 199.204.45.30 () {34 vars in 1261 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2804] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1463/2805] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1343/2806] 10.0.0.218 () {34 vars in 678 bytes} [Mon May 25 23:28:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2807] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:28:03 2026] PUT /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2808] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/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: 1465/2809] 10.0.0.218 () {34 vars in 764 bytes} [Mon May 25 23:28:03 2026] PUT /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2810] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2811] 10.0.0.218 () {34 vars in 760 bytes} [Mon May 25 23:28:03 2026] PUT /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2812] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2813] 10.0.0.218 () {34 vars in 782 bytes} [Mon May 25 23:28:03 2026] PUT /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2814] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2815] 10.0.0.218 () {34 vars in 753 bytes} [Mon May 25 23:28:03 2026] PUT /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/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: 1348/2816] 199.204.45.30 () {34 vars in 974 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2817] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2818] 10.0.0.218 () {32 vars in 741 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2819] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:03 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:28:04.047 8 INFO neutron.api.v2.resource [None req-7ee9d4f8-d0ab-48a1-af26-841bb683c409 393831bdc4b0441e9252cd5b823db3eb 00471c261e8f4acfa9f24884fd5e675c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1471/2820] 10.0.0.218 () {32 vars in 745 bytes} [Mon May 25 23:28:04 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2821] 10.0.0.218 () {32 vars in 744 bytes} [Mon May 25 23:28:04 2026] DELETE /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags/red => 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: 1473/2822] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:28:04 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:28:04.179 8 INFO neutron.api.v2.resource [None req-51d39146-cc63-4ea3-b714-9428e363d2ab 393831bdc4b0441e9252cd5b823db3eb 00471c261e8f4acfa9f24884fd5e675c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1474/2823] 10.0.0.218 () {32 vars in 748 bytes} [Mon May 25 23:28:04 2026] DELETE /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2824] 10.0.0.218 () {32 vars in 736 bytes} [Mon May 25 23:28:04 2026] DELETE /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/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: 1476/2825] 10.0.0.218 () {32 vars in 733 bytes} [Mon May 25 23:28:04 2026] GET /v2.0/policies/08a99633-d499-47a2-be97-51fff4627e4d/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2826] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:28:04 2026] DELETE /v2.0/qos/policies/08a99633-d499-47a2-be97-51fff4627e4d => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2827] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:28:04 2026] PUT /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1514 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:28:05.035 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-28d73d44-4836-40bb-b99e-8fd47407dc8b'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': 'c3e82a17-3361-47c7-b8a2-da192e4caf55', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1478/2828] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/security-groups?tenant_id=62262861f4a941e789d71b163b0c53c4&name=default => generated 2929 bytes in 257 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: 1351/2829] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:28:05 2026] DELETE /v2.0/security-groups/9734304d-5d86-4c18-a107-2322691783c6 => 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: 1352/2830] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4088 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2831] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2832] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/security-groups?tenant_id=00471c261e8f4acfa9f24884fd5e675c&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2833] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2834] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A176&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => 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: 1356/2835] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/subnets?id=4f247c74-f973-4b6f-ac51-bf7b98ecd78d&id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2836] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:28:05 2026] DELETE /v2.0/security-groups/9647eef6-6b94-4dd5-9410-cf2dbad1b948 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2837] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2838] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2839] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1482/2840] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:05 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2843] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:06 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4088 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2844] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.89&port_id=d66da95a-462e-4103-85dc-1a7598bdafbf => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2845] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/subnets?id=80167991-b23a-4e91-8a75-d86958220a93 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2846] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/ports?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&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: 1362/2847] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2848] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1363/2849] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2850] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2851] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2852] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2853] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2854] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2855] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A176&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => 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: 1490/2856] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/subnets?id=4f247c74-f973-4b6f-ac51-bf7b98ecd78d&id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2857] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2858] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&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: 1368/2859] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1492/2860] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:07 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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) 2026-05-25 23:28:09.388 7 INFO neutron.db.segments_db [None req-eb797b0d-e801-4bf2-adc0-4e9efdb9ae7f 326fd5bae46347459f9758e3fe208824 fa255500a5fa4aca9d2bff1384568514 - - default default] Added segment 7804df09-e922-4321-baa2-514e39621a6f of type vxlan for network e29b121c-6140-43f0-ad42-62d3c5da7cb0 [pid: 7|app: 0|req: 1369/2861] 10.0.0.218 () {34 vars in 670 bytes} [Mon May 25 23:28:09 2026] POST /v2.0/networks => generated 630 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2862] 10.0.0.218 () {34 vars in 669 bytes} [Mon May 25 23:28:09 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2863] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:28:09 2026] PUT /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2864] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:28:09 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2865] 10.0.0.218 () {34 vars in 762 bytes} [Mon May 25 23:28:09 2026] PUT /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2866] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:28:09 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2867] 10.0.0.218 () {34 vars in 758 bytes} [Mon May 25 23:28:10 2026] PUT /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2868] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:28:10 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2869] 10.0.0.218 () {34 vars in 780 bytes} [Mon May 25 23:28:10 2026] PUT /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/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: 1497/2870] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:28:10 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 52 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2871] 10.0.0.218 () {34 vars in 751 bytes} [Mon May 25 23:28:10 2026] PUT /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2872] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:28:10 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2873] 10.0.0.218 () {32 vars in 739 bytes} [Mon May 25 23:28:10 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:28:10.517 8 INFO neutron.api.v2.resource [None req-2c575870-80a5-47db-b419-c7cd53035a2e 326fd5bae46347459f9758e3fe208824 fa255500a5fa4aca9d2bff1384568514 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1499/2874] 10.0.0.218 () {32 vars in 743 bytes} [Mon May 25 23:28:10 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2875] 10.0.0.218 () {32 vars in 742 bytes} [Mon May 25 23:28:10 2026] DELETE /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2876] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:28:10 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:28:10.688 7 INFO neutron.api.v2.resource [None req-9329e22f-1ff9-4f0d-8397-ffaa78c15024 326fd5bae46347459f9758e3fe208824 fa255500a5fa4aca9d2bff1384568514 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1377/2877] 10.0.0.218 () {32 vars in 746 bytes} [Mon May 25 23:28:10 2026] DELETE /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2878] 10.0.0.218 () {32 vars in 734 bytes} [Mon May 25 23:28:10 2026] DELETE /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => 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: 1378/2879] 10.0.0.218 () {32 vars in 731 bytes} [Mon May 25 23:28:10 2026] GET /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2880] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:28:10 2026] DELETE /v2.0/subnets/cc79c182-d16e-4b07-a304-683c4afc5721 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:28:11.168 7 INFO neutron_taas.services.taas.taas_plugin [None req-d56de9fc-a16d-498a-9bf9-a17c49a544c9 326fd5bae46347459f9758e3fe208824 fa255500a5fa4aca9d2bff1384568514 - - default default] TaaS: Handle Delete Port: e6cd2d3d-f2b2-4e68-9992-639e8857b4c5 2026-05-25 23:28:11.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d56de9fc-a16d-498a-9bf9-a17c49a544c9 326fd5bae46347459f9758e3fe208824 fa255500a5fa4aca9d2bff1384568514 - - default default] Tap Mirror: Handle Delete Port: e6cd2d3d-f2b2-4e68-9992-639e8857b4c5 2026-05-25 23:28:11.388 7 INFO neutron.services.segments.plugin [-] Segment 7804df09-e922-4321-baa2-514e39621a6f resource provider aggregate not found 2026-05-25 23:28:11.395 7 INFO neutron.services.segments.plugin [-] Segment 7804df09-e922-4321-baa2-514e39621a6f resource provider aggregate not found 2026-05-25 23:28:11.406 7 INFO neutron.services.segments.plugin [-] Segment 7804df09-e922-4321-baa2-514e39621a6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7804df09-e922-4321-baa2-514e39621a6f found for delete ", "request_id": "req-d7f0ece7-1d14-474c-b392-556b42c2813b"}]} 2026-05-25 23:28:11.415 7 INFO neutron.services.segments.plugin [-] Segment 7804df09-e922-4321-baa2-514e39621a6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7804df09-e922-4321-baa2-514e39621a6f found for delete ", "request_id": "req-73bc5f5c-1fd3-4d90-9dfa-b8837df6a5bd"}]} [pid: 7|app: 0|req: 1379/2881] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:28:11 2026] DELETE /v2.0/networks/e29b121c-6140-43f0-ad42-62d3c5da7cb0 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2882] 10.0.0.92 () {34 vars in 970 bytes} [Mon May 25 23:28:11 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1516 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2883] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:11 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2884] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:11 2026] GET /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 674 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2885] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:11 2026] GET /v2.0/subnets/4f247c74-f973-4b6f-ac51-bf7b98ecd78d => generated 743 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2886] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/security-groups?tenant_id=fa255500a5fa4aca9d2bff1384568514&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2887] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:28:12 2026] DELETE /v2.0/security-groups/d7a9bab1-66a5-4ede-b59f-e0e736155316 => 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: 1383/2888] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2889] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:12 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: 1385/2890] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2891] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2892] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2893] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2894] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/security-groups?tenant_id=80333eac082e44eca45211c1f4aa2f65&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2895] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1346 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2896] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2897] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:28:12 2026] DELETE /v2.0/security-groups/98c53801-536f-4649-b2bb-4a61c86a25b0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2898] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2899] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2900] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:12 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2903] 10.0.0.29 () {30 vars in 689 bytes} [Mon May 25 23:28:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2904] 10.0.0.29 () {30 vars in 691 bytes} [Mon May 25 23:28:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2905] 10.0.0.29 () {30 vars in 667 bytes} [Mon May 25 23:28:21 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: 1395/2906] 10.0.0.29 () {30 vars in 703 bytes} [Mon May 25 23:28:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2907] 10.0.0.29 () {28 vars in 438 bytes} [Mon May 25 23:28:21 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: 1396/2908] 10.0.0.29 () {30 vars in 727 bytes} [Mon May 25 23:28:21 2026] GET /v2.0/subnets/65c4af43-2e65-4d78-baed-d3df0380fa85 => generated 653 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2909] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:22 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: 1397/2910] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:22 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: 1514/2911] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2912] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2913] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:22 2026] GET /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2914] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:22 2026] GET /v2.0/subnets/65c4af43-2e65-4d78-baed-d3df0380fa85 => generated 671 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2915] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:22 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4090 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2916] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:23 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: 1517/2917] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:23 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: 1401/2918] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:23 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: 1518/2919] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:23 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: 1402/2920] 199.204.45.30 () {34 vars in 716 bytes} [Mon May 25 23:28:23 2026] POST /v2.0/ports => generated 1324 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2921] 10.0.0.92 () {34 vars in 970 bytes} [Mon May 25 23:28:23 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1324 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1403/2922] 199.204.45.30 () {34 vars in 1261 bytes} [Mon May 25 23:28:24 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2923] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:24 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1404/2924] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:24 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1521/2925] 199.204.45.30 () {34 vars in 974 bytes} [Mon May 25 23:28:25 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1324 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2926] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:25 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => 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: 1522/2927] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:28:25 2026] PUT /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1514 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:28:25.859 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e2ef599-da00-40eb-a5b0-391d48f84247'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': '9e749269-f9e8-483e-8eb4-8a0246775ff3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1406/2928] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 5596 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1523/2929] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2930] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.89&port_id=9e749269-f9e8-483e-8eb4-8a0246775ff3 => 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: 1524/2931] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A6b&port_id=9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2932] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/subnets?id=65c4af43-2e65-4d78-baed-d3df0380fa85&id=11340a40-5fad-4f2b-bc46-4686403f4421 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2933] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&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: 1409/2934] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&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: 1526/2935] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1410/2936] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:26 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1527/2937] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:27 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 5596 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2938] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:28:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.89&port_id=d66da95a-462e-4103-85dc-1a7598bdafbf => 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: 1528/2939] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:27 2026] GET /v2.0/subnets?id=80167991-b23a-4e91-8a75-d86958220a93 => 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: 1412/2940] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:27 2026] GET /v2.0/ports?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2941] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1413/2942] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1530/2943] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => 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: 1414/2944] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2945] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&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: 1415/2946] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2947] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1416/2948] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => 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: 1533/2949] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A176&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => 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: 1417/2950] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/subnets?id=4f247c74-f973-4b6f-ac51-bf7b98ecd78d&id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2951] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2952] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2953] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1419/2954] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2955] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.89&port_id=9e749269-f9e8-483e-8eb4-8a0246775ff3 => 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: 1420/2956] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A6b&port_id=9e749269-f9e8-483e-8eb4-8a0246775ff3 => 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: 1537/2957] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/subnets?id=65c4af43-2e65-4d78-baed-d3df0380fa85&id=11340a40-5fad-4f2b-bc46-4686403f4421 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2958] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&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: 1538/2959] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&device_owner=network%3Adhcp => generated 1461 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2960] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:28 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1539/2961] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:29 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2962] 10.0.0.92 () {34 vars in 970 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1516 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2963] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 798 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2964] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/subnets/65c4af43-2e65-4d78-baed-d3df0380fa85 => generated 671 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2965] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/subnets/11340a40-5fad-4f2b-bc46-4686403f4421 => generated 746 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2966] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1516 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2967] 199.204.45.30 () {34 vars in 789 bytes} [Mon May 25 23:28:33 2026] PUT /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1251 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:28:33.784 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9573ea62-d361-4a29-b6c8-9c9ac3ea031f'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': 'c3e82a17-3361-47c7-b8a2-da192e4caf55', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1426/2968] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 798 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1543/2969] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2970] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2971] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2972] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2973] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:34 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: 1429/2974] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2975] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2976] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2977] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2978] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2979] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2980] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2981] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 5369 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2982] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2983] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2984] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/subnets?id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2985] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2986] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1435/2987] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:34 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1437/2990] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2991] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2992] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2993] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:47 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: 1439/2994] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:48 2026] GET /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 674 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2995] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:48 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 5369 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2996] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:48 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: 1557/2997] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:48 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: 1441/2998] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:48 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: 1558/2999] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:48 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: 1442/3000] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:48 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => 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: 1559/3001] 199.204.45.30 () {34 vars in 789 bytes} [Mon May 25 23:28:48 2026] PUT /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1307 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:28:48.996 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bfa7226-9f0f-4593-bb49-c4ab7fbd4be8'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': '9e749269-f9e8-483e-8eb4-8a0246775ff3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1443/3002] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:48 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 798 bytes in 58 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: 1560/3003] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/subnets/11340a40-5fad-4f2b-bc46-4686403f4421 => generated 746 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3004] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1343 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3005] 199.204.45.30 () {34 vars in 788 bytes} [Mon May 25 23:28:49 2026] PUT /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1080 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3006] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 798 bytes in 54 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: 1562/3007] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3008] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3009] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => 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: 1447/3010] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3011] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1448/3012] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:49 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:28:51.039 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6ce7097-bf6a-49b7-8311-ae27d87a5e2e'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': '9e749269-f9e8-483e-8eb4-8a0246775ff3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1565/3013] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:51 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3016] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:51 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3017] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:51 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3018] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:51 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3019] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:51 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1569/3020] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:52 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 4969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3021] 199.204.45.30 () {34 vars in 974 bytes} [Mon May 25 23:28:52 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3022] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:28:52 2026] GET /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3023] 199.204.45.30 () {34 vars in 1015 bytes} [Mon May 25 23:28:52 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3024] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:28:52 2026] PUT /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 917 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3025] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3861 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, ' 2026-05-25 23:28:53.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c0a3d2d-46a5-4884-8832-66bac0d47478 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: 9e749269-f9e8-483e-8eb4-8a0246775ff3 2026-05-25 23:28:53.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c0a3d2d-46a5-4884-8832-66bac0d47478 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: 9e749269-f9e8-483e-8eb4-8a0246775ff3 [pid: 8|app: 0|req: 1572/3026] 199.204.45.30 () {32 vars in 758 bytes} [Mon May 25 23:28:53 2026] DELETE /v2.0/ports/9e749269-f9e8-483e-8eb4-8a0246775ff3 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3027] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:53 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: 1573/3028] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28: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: 1456/3029] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3030] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:53 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: 1457/3031] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3032] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3033] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3034] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3035] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3036] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3037] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:28:53 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3038] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3039] 199.204.45.30 () {34 vars in 1225 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/networks?id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&id=99ec91ad-7365-49b5-97b3-11235044e7aa&id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 3097 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3040] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.89&port_id=d66da95a-462e-4103-85dc-1a7598bdafbf => 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: 1462/3041] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/subnets?id=80167991-b23a-4e91-8a75-d86958220a93 => 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: 1580/3042] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/ports?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3043] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3044] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1464/3045] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => 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: 1582/3046] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3047] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&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: 1583/3048] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1466/3049] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3050] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=c3e82a17-3361-47c7-b8a2-da192e4caf55 => 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: 1467/3051] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/subnets?id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3052] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&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: 1468/3053] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3054] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:54 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3055] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:57 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: 1587/3056] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:57 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: 1470/3057] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:57 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: 1588/3058] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:57 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: 1471/3059] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:57 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3060] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:28:57 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: 1472/3061] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:28:57 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: 1590/3062] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:28:57 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: 1473/3063] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:28:57 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: 1591/3064] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:28:57 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1287 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3065] 199.204.45.30 () {34 vars in 788 bytes} [Mon May 25 23:28:57 2026] PUT /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1080 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:28:57.711 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83f98178-6164-4680-afa0-5de293acc7bc'] response: {'name': 'network-changed', 'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'tag': 'c3e82a17-3361-47c7-b8a2-da192e4caf55', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1592/3066] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:28:57 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1475/3067] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:57 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3068] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:57 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3690 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3069] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:28:58 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3070] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:28:58 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3071] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:28:58 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?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: 1595/3072] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:28:58 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3073] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:58 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3074] 199.204.45.30 () {34 vars in 974 bytes} [Mon May 25 23:28:59 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 1116 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3075] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:28:59 2026] GET /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3076] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:28:59 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 3690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3077] 199.204.45.30 () {34 vars in 1015 bytes} [Mon May 25 23:28:59 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3078] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:29:00 2026] PUT /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 917 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3079] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 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, ' 2026-05-25 23:29:01.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-eff4d643-f84b-4724-a090-b7fd9f98e769 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: c3e82a17-3361-47c7-b8a2-da192e4caf55 2026-05-25 23:29:01.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eff4d643-f84b-4724-a090-b7fd9f98e769 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: c3e82a17-3361-47c7-b8a2-da192e4caf55 [pid: 8|app: 0|req: 1599/3080] 199.204.45.30 () {32 vars in 758 bytes} [Mon May 25 23:29:01 2026] DELETE /v2.0/ports/c3e82a17-3361-47c7-b8a2-da192e4caf55 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3081] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3082] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:29:01 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: 1483/3083] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:29:01 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: 1601/3084] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:29:01 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: 1484/3085] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3086] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3087] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3088] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3089] 199.204.45.30 () {30 vars in 742 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3090] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3091] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3092] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3093] 199.204.45.30 () {34 vars in 1145 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/networks?id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&id=99ec91ad-7365-49b5-97b3-11235044e7aa&id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 2310 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3094] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.89&port_id=d66da95a-462e-4103-85dc-1a7598bdafbf => 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: 1489/3095] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:29:01 2026] GET /v2.0/subnets?id=80167991-b23a-4e91-8a75-d86958220a93 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3096] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/ports?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&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: 1490/3097] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1608/3098] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3099] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.16&port_id=e43e8a1a-3e43-462b-801a-af0a26da7fc4 => 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: 1609/3100] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/subnets?id=69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3101] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/ports?network_id=99ec91ad-7365-49b5-97b3-11235044e7aa&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: 1610/3102] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1493/3103] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:29:02 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?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: 1612/3106] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:29:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3107] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:29:14 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: 1613/3108] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:29:14 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: 1496/3109] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:29:14 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-25 23:29:14.292 8 INFO neutron.api.v2.resource [None req-e2bd2b39-b600-401f-b7a5-9d91cd93d5a5 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3110] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 23:29:14 2026] GET /v2.0/security-groups/lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3111] 199.204.45.30 () {30 vars in 784 bytes} [Mon May 25 23:29:14 2026] GET /v2.0/security-groups?name=lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 2865 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3112] 199.204.45.30 () {30 vars in 814 bytes} [Mon May 25 23:29:14 2026] GET /v2.0/security-group-rules?security_group_id=2f645d18-8f0f-4540-a7e5-4816384aa83c => generated 2334 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3113] 199.204.45.30 () {32 vars in 788 bytes} [Mon May 25 23:29:14 2026] DELETE /v2.0/security-group-rules/3a916ffb-9252-46ac-93ae-bf285e9fed58 => 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: 1616/3114] 199.204.45.30 () {32 vars in 788 bytes} [Mon May 25 23:29:14 2026] DELETE /v2.0/security-group-rules/f9108d1e-02e3-4a95-aa8a-03d588891a4d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:17.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-03f1d0b0-d461-47e6-ada2-dc4dd329d727 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: ff37b353-6eaa-4228-842a-2c95e7537dd3 2026-05-25 23:29:17.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03f1d0b0-d461-47e6-ada2-dc4dd329d727 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: ff37b353-6eaa-4228-842a-2c95e7537dd3 2026-05-25 23:29:17.424 7 INFO neutron.db.l3_db [None req-03f1d0b0-d461-47e6-ada2-dc4dd329d727 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Floating IP d3d89c9e-4489-4fe2-9d24-be4b5f999be8 disassociated (deleted). External IP: 10.96.250.204, port: c927613a-0e77-4e64-943c-091889bbcab3. [pid: 7|app: 0|req: 1499/3115] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:29:17 2026] DELETE /v2.0/floatingips/d3d89c9e-4489-4fe2-9d24-be4b5f999be8 => generated 0 bytes in 693 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:17.789 8 INFO neutron.api.v2.resource [None req-cf4afaa9-903f-4024-a74b-87795bffc9c0 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3116] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:29:17 2026] GET /v2.0/floatingips/d3d89c9e-4489-4fe2-9d24-be4b5f999be8 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3117] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:29:18 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: 1618/3118] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:29:18 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: 1501/3119] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:29:18 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: 1619/3120] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:29:18 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-25 23:29:18.571 7 INFO neutron.api.v2.resource [None req-ce0c0510-786c-426d-a847-e89e05d32a23 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3121] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 23:29:18 2026] GET /v2.0/security-groups/lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3122] 199.204.45.30 () {30 vars in 784 bytes} [Mon May 25 23:29:18 2026] GET /v2.0/security-groups?name=lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3123] 199.204.45.30 () {30 vars in 814 bytes} [Mon May 25 23:29:18 2026] GET /v2.0/security-group-rules?security_group_id=2f645d18-8f0f-4540-a7e5-4816384aa83c => 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: 1621/3124] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:29:18 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: 1504/3125] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:29:18 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: 1622/3126] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:29:18 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: 1505/3127] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:29:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3128] 199.204.45.30 () {30 vars in 740 bytes} [Mon May 25 23:29:18 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3129] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:29:18 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3130] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:29:18 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3131] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:29:19 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3132] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:29:20 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3133] 199.204.45.30 () {34 vars in 974 bytes} [Mon May 25 23:29:21 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1346 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3134] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:29:21 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4?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: 1509/3135] 199.204.45.30 () {34 vars in 1015 bytes} [Mon May 25 23:29:21 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3138] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:29:21 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 2582 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3139] 199.204.45.30 () {38 vars in 1027 bytes} [Mon May 25 23:29:21 2026] PUT /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1147 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3140] 199.204.45.30 () {30 vars in 768 bytes} [Mon May 25 23:29:22 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1244 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: 1513/3141] 199.204.45.30 () {34 vars in 788 bytes} [Mon May 25 23:29:22 2026] PUT /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1086 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3142] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:29:22 2026] GET /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 1086 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-25 23:29:22.680 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5e6410b-f54d-4d88-94b0-0e3750830f74 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: e43e8a1a-3e43-462b-801a-af0a26da7fc4 2026-05-25 23:29:22.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5e6410b-f54d-4d88-94b0-0e3750830f74 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: e43e8a1a-3e43-462b-801a-af0a26da7fc4 [pid: 7|app: 0|req: 1514/3143] 199.204.45.30 () {32 vars in 758 bytes} [Mon May 25 23:29:22 2026] DELETE /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3144] 199.204.45.30 () {30 vars in 702 bytes} [Mon May 25 23:29:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3145] 199.204.45.30 () {30 vars in 704 bytes} [Mon May 25 23:29:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3146] 199.204.45.30 () {30 vars in 680 bytes} [Mon May 25 23:29:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3147] 199.204.45.30 () {30 vars in 716 bytes} [Mon May 25 23:29:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:29:22.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-87a67cbf-ef98-47bb-ae13-819c18f24bb4 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3148] 199.204.45.30 () {32 vars in 758 bytes} [Mon May 25 23:29:22 2026] DELETE /v2.0/ports/e43e8a1a-3e43-462b-801a-af0a26da7fc4 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3149] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:29:23.055 7 INFO neutron.api.v2.resource [None req-54300073-f294-47f3-b025-3e108b527c97 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/3150] 199.204.45.30 () {30 vars in 762 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/security-groups/lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3151] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/ports?tenant_id=08a65450cdb94fceb1d0b2adbe4a5b2b&device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => 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: 1519/3152] 199.204.45.30 () {30 vars in 784 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/security-groups?name=lb-8846834f-3607-4cb1-9e35-27c83a25dee2 => 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: 1634/3153] 199.204.45.30 () {34 vars in 1065 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/networks?id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&id=99ec91ad-7365-49b5-97b3-11235044e7aa => generated 1523 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3154] 199.204.45.30 () {30 vars in 736 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3155] 199.204.45.30 () {34 vars in 1059 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.89&port_id=d66da95a-462e-4103-85dc-1a7598bdafbf => 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: 1521/3156] 199.204.45.30 () {34 vars in 983 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/subnets?id=80167991-b23a-4e91-8a75-d86958220a93 => 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: 1522/3157] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/ports?network_id=0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3158] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3159] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:29:23 2026] GET /v2.0/networks/0e37cf0a-03aa-4bcf-b66c-d9aeff5b7d85?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: 1636/3160] 199.204.45.30 () {34 vars in 788 bytes} [Mon May 25 23:29:23 2026] PUT /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => 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: 1525/3161] 199.204.45.30 () {32 vars in 778 bytes} [Mon May 25 23:29:23 2026] DELETE /v2.0/security-groups/2f645d18-8f0f-4540-a7e5-4816384aa83c => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:23.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-62054e18-2709-462f-b5c5-a3372fa84ba4 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: c927613a-0e77-4e64-943c-091889bbcab3 2026-05-25 23:29:23.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62054e18-2709-462f-b5c5-a3372fa84ba4 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: c927613a-0e77-4e64-943c-091889bbcab3 [pid: 8|app: 0|req: 1637/3162] 199.204.45.30 () {32 vars in 758 bytes} [Mon May 25 23:29:23 2026] DELETE /v2.0/ports/c927613a-0e77-4e64-943c-091889bbcab3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3163] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:29:26 2026] GET /v2.0/ports?device_id=8435d3c5-04d7-4833-98d2-b7259c7413e1 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:29:26.619 8 INFO neutron_taas.services.taas.taas_plugin [req-37dbd17f-8f4b-4c87-b4ec-6198b57804f2 req-64f5a7b6-162c-4a6a-ace2-ed4311d4af92 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] TaaS: Handle Delete Port: d66da95a-462e-4103-85dc-1a7598bdafbf 2026-05-25 23:29:26.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37dbd17f-8f4b-4c87-b4ec-6198b57804f2 req-64f5a7b6-162c-4a6a-ace2-ed4311d4af92 3a059deb28f648778545016899e73269 08a65450cdb94fceb1d0b2adbe4a5b2b - - default default] Tap Mirror: Handle Delete Port: d66da95a-462e-4103-85dc-1a7598bdafbf [pid: 8|app: 0|req: 1638/3164] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:29:26 2026] DELETE /v2.0/ports/d66da95a-462e-4103-85dc-1a7598bdafbf => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:26.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98a5fd7d-896c-4e37-9781-759732f6835f'] response: {'server_uuid': '8435d3c5-04d7-4833-98d2-b7259c7413e1', 'name': 'network-vif-deleted', 'tag': 'd66da95a-462e-4103-85dc-1a7598bdafbf', 'status': 'completed', 'code': 200} 2026-05-25 23:29:28.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-2455cb86-caa0-4ee3-bba0-b967bf8ba7d9 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: f4bceb5c-224a-47a7-9ba7-21de85d749ec 2026-05-25 23:29:28.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2455cb86-caa0-4ee3-bba0-b967bf8ba7d9 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: f4bceb5c-224a-47a7-9ba7-21de85d749ec 2026-05-25 23:29:28.344 7 INFO neutron.db.l3_db [None req-2455cb86-caa0-4ee3-bba0-b967bf8ba7d9 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Floating IP 8aa913a3-5e1b-4ef9-b4a2-46f1867c3c19 disassociated (deleted). External IP: 10.96.250.217, port: 7f7cfecc-30a9-4548-a52f-e80dab2bc784. [pid: 7|app: 0|req: 1527/3165] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:29:28 2026] DELETE /v2.0/floatingips/8aa913a3-5e1b-4ef9-b4a2-46f1867c3c19 => generated 0 bytes in 633 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:28.688 8 INFO neutron.api.v2.resource [None req-33f4f3b1-6780-4696-9ffe-532178474f7a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3166] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:29:28 2026] GET /v2.0/floatingips/8aa913a3-5e1b-4ef9-b4a2-46f1867c3c19 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:28.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37d3c0af-b21d-4bd8-9e69-daf1bba6677f'] response: {'name': 'network-changed', 'server_uuid': '9c706341-4c76-4b29-913a-8be029ce287f', 'tag': '7f7cfecc-30a9-4548-a52f-e80dab2bc784', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/3167] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:29:28 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1204 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3168] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:29:28 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3169] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3170] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/networks?id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3171] 199.204.45.30 () {34 vars in 1057 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.186&port_id=7f7cfecc-30a9-4548-a52f-e80dab2bc784 => 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: 1642/3172] 199.204.45.30 () {34 vars in 1105 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A14e&port_id=7f7cfecc-30a9-4548-a52f-e80dab2bc784 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3173] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/subnets?id=65c4af43-2e65-4d78-baed-d3df0380fa85&id=11340a40-5fad-4f2b-bc46-4686403f4421 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3174] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&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: 7|app: 0|req: 1532/3175] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/ports?network_id=5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3176] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?fields=segments => generated 14 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3177] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:29:29 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874?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: 1645/3178] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:29:31 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:29:31.473 7 INFO neutron_taas.services.taas.taas_plugin [req-306022f5-f610-4c90-9c15-67627ee92b43 req-0bfb3e93-3511-4962-8681-915a3c3e7f14 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 7f7cfecc-30a9-4548-a52f-e80dab2bc784 2026-05-25 23:29:31.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-306022f5-f610-4c90-9c15-67627ee92b43 req-0bfb3e93-3511-4962-8681-915a3c3e7f14 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 7f7cfecc-30a9-4548-a52f-e80dab2bc784 [pid: 7|app: 0|req: 1534/3179] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:29:31 2026] DELETE /v2.0/ports/7f7cfecc-30a9-4548-a52f-e80dab2bc784 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:31.705 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d609940d-d3b9-41b8-8ef4-55da93bd7a71'] response: {'server_uuid': '9c706341-4c76-4b29-913a-8be029ce287f', 'name': 'network-vif-deleted', 'tag': '7f7cfecc-30a9-4548-a52f-e80dab2bc784', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1646/3180] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:29:34 2026] GET /v2.0/ports?device_id=9c706341-4c76-4b29-913a-8be029ce287f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-25 23:29:39.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb914a0e-7a8b-4e6b-a9b7-3e9facbb20d4 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 9fe7cb71-8910-4bcd-abbc-9db2106d1eb7 2026-05-25 23:29:39.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb914a0e-7a8b-4e6b-a9b7-3e9facbb20d4 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 9fe7cb71-8910-4bcd-abbc-9db2106d1eb7 2026-05-25 23:29:39.606 8 INFO neutron.db.l3_db [None req-cb914a0e-7a8b-4e6b-a9b7-3e9facbb20d4 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Floating IP f9f98213-b280-40f7-a96f-8d3497e11a34 disassociated (deleted). External IP: 10.96.250.220, port: 34f068b0-43fd-4e10-81ad-3388842e451b. [pid: 8|app: 0|req: 1648/3183] 10.0.0.218 () {32 vars in 732 bytes} [Mon May 25 23:29:39 2026] DELETE /v2.0/floatingips/f9f98213-b280-40f7-a96f-8d3497e11a34 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:39.917 7 INFO neutron.api.v2.resource [None req-790f5637-6522-40b3-86de-f86b9a1aedf6 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3184] 10.0.0.218 () {32 vars in 729 bytes} [Mon May 25 23:29:39 2026] GET /v2.0/floatingips/f9f98213-b280-40f7-a96f-8d3497e11a34 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:39.932 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3f2075a-94c2-4e4d-b478-6e5a84a60564'] response: {'name': 'network-changed', 'server_uuid': 'a4905ac0-85c7-480e-98b9-78117a79eeb1', 'tag': '34f068b0-43fd-4e10-81ad-3388842e451b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1649/3185] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1196 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3186] 10.0.0.92 () {34 vars in 1039 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/security-groups?id=900735cf-1a84-4f33-8c82-58e1c5286d96&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3187] 199.204.45.30 () {34 vars in 1079 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/ports?tenant_id=3283003eefc945d19b3df7f5c12ed197&device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1465 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3188] 199.204.45.30 () {34 vars in 985 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/networks?id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3189] 199.204.45.30 () {34 vars in 1055 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=34f068b0-43fd-4e10-81ad-3388842e451b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3190] 199.204.45.30 () {34 vars in 1103 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A239&port_id=34f068b0-43fd-4e10-81ad-3388842e451b => 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: 1652/3191] 199.204.45.30 () {34 vars in 1063 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/subnets?id=4f247c74-f973-4b6f-ac51-bf7b98ecd78d&id=02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3192] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&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: 8|app: 0|req: 1653/3193] 199.204.45.30 () {34 vars in 1051 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/ports?network_id=c0d5d090-7fd0-4e04-b208-417d4ed3d3c6&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3194] 199.204.45.30 () {34 vars in 1011 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3195] 199.204.45.30 () {34 vars in 1111 bytes} [Mon May 25 23:29:40 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3196] 199.204.45.30 () {34 vars in 993 bytes} [Mon May 25 23:29:42 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-25 23:29:42.680 8 INFO neutron_taas.services.taas.taas_plugin [req-e70bfa30-1ebe-489a-80fc-c441652b47df req-404883bd-f4a1-40d1-8741-ef4d35b84b06 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 34f068b0-43fd-4e10-81ad-3388842e451b 2026-05-25 23:29:42.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e70bfa30-1ebe-489a-80fc-c441652b47df req-404883bd-f4a1-40d1-8741-ef4d35b84b06 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 34f068b0-43fd-4e10-81ad-3388842e451b [pid: 8|app: 0|req: 1655/3197] 199.204.45.30 () {36 vars in 996 bytes} [Mon May 25 23:29:42 2026] DELETE /v2.0/ports/34f068b0-43fd-4e10-81ad-3388842e451b => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:42.913 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b509dbf-2c4f-48e1-b921-62acac497883'] response: {'server_uuid': 'a4905ac0-85c7-480e-98b9-78117a79eeb1', 'name': 'network-vif-deleted', 'tag': '34f068b0-43fd-4e10-81ad-3388842e451b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1543/3198] 10.0.0.92 () {34 vars in 989 bytes} [Mon May 25 23:29:45 2026] GET /v2.0/ports?device_id=a4905ac0-85c7-480e-98b9-78117a79eeb1 => 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: 1656/3199] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:50 2026] DELETE /v2.0/security-group-rules/a5814b81-da18-40f2-b90d-e4415b3f7a9c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:50.460 7 INFO neutron.api.v2.resource [None req-a52986c1-3662-401b-a3b3-1c454570f0fb 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/3200] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:50 2026] GET /v2.0/security-group-rules/a5814b81-da18-40f2-b90d-e4415b3f7a9c => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3201] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:50 2026] DELETE /v2.0/security-group-rules/98a5c70b-c173-4421-8db3-05276ea81684 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:50.551 7 INFO neutron.api.v2.resource [None req-59b6fcd8-11cf-4d82-b1df-6b5ab7a5090b 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3202] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:50 2026] GET /v2.0/security-group-rules/98a5c70b-c173-4421-8db3-05276ea81684 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3203] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:50 2026] DELETE /v2.0/security-group-rules/8f8d1dee-43f8-4799-8bc5-9f8ce003ba91 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:50.650 7 INFO neutron.api.v2.resource [None req-cbf2cd85-ef9d-41b4-822e-31d4d4c6b42b 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3204] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:50 2026] GET /v2.0/security-group-rules/8f8d1dee-43f8-4799-8bc5-9f8ce003ba91 => 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: 1659/3205] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:50 2026] DELETE /v2.0/security-group-rules/ed48ab9e-1ec5-4f56-b814-f2ee74e13ca0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:50.749 7 INFO neutron.api.v2.resource [None req-292dd048-22e0-4df8-964a-d3e7c96d3a3e 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/3206] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:50 2026] GET /v2.0/security-group-rules/ed48ab9e-1ec5-4f56-b814-f2ee74e13ca0 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3207] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:50 2026] DELETE /v2.0/security-group-rules/95419b63-bc2a-434b-97c9-17b2568e739f => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:50.850 7 INFO neutron.api.v2.resource [None req-27663a54-fbbb-49b0-85f3-087696e09e47 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/3208] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:50 2026] GET /v2.0/security-group-rules/95419b63-bc2a-434b-97c9-17b2568e739f => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3209] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:50 2026] DELETE /v2.0/security-group-rules/8f054feb-1db3-4040-a1de-25f32f305230 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:50.945 7 INFO neutron.api.v2.resource [None req-a8b24757-2e98-4267-92c0-fc38323d1c88 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3210] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:50 2026] GET /v2.0/security-group-rules/8f054feb-1db3-4040-a1de-25f32f305230 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3211] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:50 2026] DELETE /v2.0/security-group-rules/8c852490-f963-4292-82b6-95c04b6a1952 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:51.038 7 INFO neutron.api.v2.resource [None req-02a3ec61-231d-4a63-82a9-cbac1743dadb 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/3212] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:51 2026] GET /v2.0/security-group-rules/8c852490-f963-4292-82b6-95c04b6a1952 => 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: 1663/3213] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:51 2026] DELETE /v2.0/security-group-rules/37d17f6c-ea32-41f2-a303-447f6ee84c75 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:51.130 7 INFO neutron.api.v2.resource [None req-81811e98-fc55-4ade-b7ad-96484410638b 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3214] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:51 2026] GET /v2.0/security-group-rules/37d17f6c-ea32-41f2-a303-447f6ee84c75 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3217] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:51 2026] DELETE /v2.0/security-group-rules/71151083-744d-4169-ab05-41e04543affe => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:51.248 7 INFO neutron.api.v2.resource [None req-b769705f-8317-4b2c-9916-d5bc87fb10e5 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3218] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:51 2026] GET /v2.0/security-group-rules/71151083-744d-4169-ab05-41e04543affe => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3219] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:51 2026] DELETE /v2.0/security-group-rules/3f32482a-f50b-4e8e-8b5e-ab4ae986fca8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:51.348 7 INFO neutron.api.v2.resource [None req-e8d7a0d7-7fa3-4121-8fdb-696569a31654 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3220] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:51 2026] GET /v2.0/security-group-rules/3f32482a-f50b-4e8e-8b5e-ab4ae986fca8 => 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: 1666/3221] 10.0.0.218 () {32 vars in 750 bytes} [Mon May 25 23:29:51 2026] DELETE /v2.0/security-group-rules/f3da2b91-e8d0-4a4c-8a1e-bf8026986f9c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:51.454 7 INFO neutron.api.v2.resource [None req-194c2c15-a393-470a-9e3b-57d2a2b22ee4 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1556/3222] 10.0.0.218 () {32 vars in 747 bytes} [Mon May 25 23:29:51 2026] GET /v2.0/security-group-rules/f3da2b91-e8d0-4a4c-8a1e-bf8026986f9c => 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: 1667/3223] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:29:51 2026] DELETE /v2.0/security-groups/900735cf-1a84-4f33-8c82-58e1c5286d96 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:51.572 7 INFO neutron.api.v2.resource [None req-c9e174e1-d898-4272-b873-75847691af5c 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3224] 10.0.0.218 () {32 vars in 737 bytes} [Mon May 25 23:29:51 2026] GET /v2.0/security-groups/900735cf-1a84-4f33-8c82-58e1c5286d96 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:52.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-68f3bb01-5b6b-432c-9dcd-ed1954b6b5fa 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 7cd64243-4d9d-44c1-93f0-6430b4261a08 2026-05-25 23:29:52.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68f3bb01-5b6b-432c-9dcd-ed1954b6b5fa 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 7cd64243-4d9d-44c1-93f0-6430b4261a08 [pid: 8|app: 0|req: 1668/3225] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:29:51 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:29:52.809 7 INFO neutron.api.v2.resource [None req-59282359-daa7-430c-a2c0-ff397bd75ef6 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/3226] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:29:52 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/remove_router_interface => generated 198 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:53.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-69c1b2eb-2b6c-45cb-9cd7-69477d460a30 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 8fb134f8-5928-48b3-aeb3-d4e124e26126 2026-05-25 23:29:53.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69c1b2eb-2b6c-45cb-9cd7-69477d460a30 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 8fb134f8-5928-48b3-aeb3-d4e124e26126 [pid: 8|app: 0|req: 1669/3227] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:29:52 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:29:53.843 7 INFO neutron.api.v2.resource [None req-e02cfc30-d1d0-4ae9-9523-3d6d93f22e1f 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3228] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:29:53 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/remove_router_interface => generated 198 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:54.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-30a6febc-f58a-4d4f-85f9-9dc35a000bb8 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 9442095a-a4f8-413c-90b8-f46a53b3e299 2026-05-25 23:29:54.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30a6febc-f58a-4d4f-85f9-9dc35a000bb8 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 9442095a-a4f8-413c-90b8-f46a53b3e299 [pid: 8|app: 0|req: 1670/3229] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:29:53 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/remove_router_interface => generated 309 bytes in 1010 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-25 23:29:55.019 7 INFO neutron.api.v2.resource [None req-2cc28c11-45da-41ff-a47d-f41a83de8c8a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3230] 10.0.0.218 () {34 vars in 789 bytes} [Mon May 25 23:29:54 2026] PUT /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:55.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a70644e-98ad-4337-9bfa-b14aba82ff05 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: e82b0893-5adc-472f-b7b4-c971da0fa91e 2026-05-25 23:29:55.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a70644e-98ad-4337-9bfa-b14aba82ff05 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: e82b0893-5adc-472f-b7b4-c971da0fa91e 2026-05-25 23:29:55.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a70644e-98ad-4337-9bfa-b14aba82ff05 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 858df2db-2b97-45c8-bdf3-16483c1df813 2026-05-25 23:29:55.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a70644e-98ad-4337-9bfa-b14aba82ff05 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 858df2db-2b97-45c8-bdf3-16483c1df813 2026-05-25 23:29:55.930 8 INFO neutron.services.segments.plugin [-] Segment 8264b3dc-1733-4eae-9e21-6e429adf059e resource provider aggregate not found 2026-05-25 23:29:55.935 8 INFO neutron.services.segments.plugin [-] Segment 8264b3dc-1733-4eae-9e21-6e429adf059e resource provider aggregate not found 2026-05-25 23:29:55.950 8 INFO neutron.db.l3_hamode_db [None req-7a70644e-98ad-4337-9bfa-b14aba82ff05 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] HA network ba879787-aefa-42f3-9cc2-a6dab1d3e9ad was deleted as no HA routers are present in tenant 3283003eefc945d19b3df7f5c12ed197. 2026-05-25 23:29:55.952 8 INFO neutron.services.segments.plugin [-] Segment 8264b3dc-1733-4eae-9e21-6e429adf059e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8264b3dc-1733-4eae-9e21-6e429adf059e found for delete ", "request_id": "req-81d806dd-d40d-467b-84a8-1d4843020e10"}]} [pid: 8|app: 0|req: 1671/3231] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:29:55 2026] DELETE /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-25 23:29:55.960 8 INFO neutron.services.segments.plugin [-] Segment 8264b3dc-1733-4eae-9e21-6e429adf059e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8264b3dc-1733-4eae-9e21-6e429adf059e found for delete ", "request_id": "req-f2bf1466-ee62-4d0e-b7b9-894bf3ddb63c"}]} 2026-05-25 23:29:55.980 7 INFO neutron.api.v2.resource [None req-bb8c671e-4d9a-4514-bad1-29fd7dac5086 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3232] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:29:55 2026] GET /v2.0/routers/964132ab-0a60-4b01-a295-a5df37f30e40 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3233] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:29:55 2026] DELETE /v2.0/subnets/11340a40-5fad-4f2b-bc46-4686403f4421 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:56.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-783bbf85-a51b-4809-b458-0f75bef4d7f4 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3234] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:29:56 2026] GET /v2.0/subnets/11340a40-5fad-4f2b-bc46-4686403f4421 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3235] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:29:56 2026] DELETE /v2.0/subnets/65c4af43-2e65-4d78-baed-d3df0380fa85 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:56.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8fc4cbba-8719-44e9-9117-2109aee6384c 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3236] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:29:56 2026] GET /v2.0/subnets/65c4af43-2e65-4d78-baed-d3df0380fa85 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:56.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-d85593db-2c1b-4316-8d1f-86853497df5a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 127154c9-550b-497f-9ac7-7b2c45b494c7 2026-05-25 23:29:56.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d85593db-2c1b-4316-8d1f-86853497df5a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 127154c9-550b-497f-9ac7-7b2c45b494c7 [pid: 8|app: 0|req: 1674/3237] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:29:56 2026] DELETE /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:56.737 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2842cd6a-1521-4df1-8816-1012dd5e7152 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3238] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:29:56 2026] GET /v2.0/networks/5fb4bc73-cf57-4c78-a2c0-eac7f2fd8874 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3239] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:29:56 2026] DELETE /v2.0/subnets/4f247c74-f973-4b6f-ac51-bf7b98ecd78d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:56.929 7 INFO neutron.pecan_wsgi.hooks.translation [None req-162ca54b-506d-421f-86dd-996890d6ad98 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3240] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:29:56 2026] GET /v2.0/subnets/4f247c74-f973-4b6f-ac51-bf7b98ecd78d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3241] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:29:56 2026] DELETE /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:57.129 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b0371e5-9977-43fa-aa1d-07ff2d186ca9 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3242] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:29:57 2026] GET /v2.0/subnets/02a7881a-e94f-413e-82dc-3c8abf9b27a7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:57.233 8 INFO neutron_taas.services.taas.taas_plugin [None req-87114397-2b70-4ba4-9843-7f6cf0c4db3a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: f2a150cc-7557-4b0c-b1fa-e83ae1adcca6 2026-05-25 23:29:57.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87114397-2b70-4ba4-9843-7f6cf0c4db3a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: f2a150cc-7557-4b0c-b1fa-e83ae1adcca6 [pid: 8|app: 0|req: 1677/3243] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:29:57 2026] DELETE /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:57.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1195f4ad-4932-44e6-9992-50ac422ae343 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3244] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:29:57 2026] GET /v2.0/networks/c0d5d090-7fd0-4e04-b208-417d4ed3d3c6 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3245] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:29:57 2026] DELETE /v2.0/subnets/234b696a-5038-40d1-8e70-36dd88d9e928 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:57.668 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ed98785-18b1-43e6-ba06-002c008975c3 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3246] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:29:57 2026] GET /v2.0/subnets/234b696a-5038-40d1-8e70-36dd88d9e928 => 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: 1679/3247] 10.0.0.218 () {32 vars in 724 bytes} [Mon May 25 23:29:57 2026] DELETE /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:57.845 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0faffb6d-f0a5-4fe7-94d4-ff51dcedb637 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3248] 10.0.0.218 () {32 vars in 721 bytes} [Mon May 25 23:29:57 2026] GET /v2.0/subnets/69c8b999-6d0f-4a1c-8eed-a8dd42cea138 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:29:57.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2e1f6b3-e749-40a1-bae8-04554efb284a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] TaaS: Handle Delete Port: 55d4f9d9-11fb-49f9-a445-67aba96909bf 2026-05-25 23:29:57.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2e1f6b3-e749-40a1-bae8-04554efb284a 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] Tap Mirror: Handle Delete Port: 55d4f9d9-11fb-49f9-a445-67aba96909bf 2026-05-25 23:29:57.978 8 INFO neutron.services.segments.plugin [-] Segment 63e0a490-69de-4699-b963-50a13e419c32 resource provider aggregate not found 2026-05-25 23:29:57.983 8 INFO neutron.services.segments.plugin [-] Segment 63e0a490-69de-4699-b963-50a13e419c32 resource provider aggregate not found 2026-05-25 23:29:57.999 8 INFO neutron.services.segments.plugin [-] Segment 63e0a490-69de-4699-b963-50a13e419c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63e0a490-69de-4699-b963-50a13e419c32 found for delete ", "request_id": "req-72dc7a0d-f148-4abe-b473-d25eff5f7ea5"}]} 2026-05-25 23:29:58.004 8 INFO neutron.services.segments.plugin [-] Segment 63e0a490-69de-4699-b963-50a13e419c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63e0a490-69de-4699-b963-50a13e419c32 found for delete ", "request_id": "req-82b00d62-aa2f-49da-bbac-d06490c3566f"}]} 2026-05-25 23:29:58.022 8 INFO neutron.services.segments.plugin [-] Segment 861066c1-b366-47b2-b79d-1a2fff180e11 resource provider aggregate not found 2026-05-25 23:29:58.034 8 INFO neutron.services.segments.plugin [-] Segment 861066c1-b366-47b2-b79d-1a2fff180e11 resource provider aggregate not found 2026-05-25 23:29:58.045 8 INFO neutron.services.segments.plugin [-] Segment 861066c1-b366-47b2-b79d-1a2fff180e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861066c1-b366-47b2-b79d-1a2fff180e11 found for delete ", "request_id": "req-035b1c44-b452-4746-ad26-4d6cb802c26b"}]} 2026-05-25 23:29:58.060 8 INFO neutron.services.segments.plugin [-] Segment 861066c1-b366-47b2-b79d-1a2fff180e11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 861066c1-b366-47b2-b79d-1a2fff180e11 found for delete ", "request_id": "req-ca041113-c9e9-4163-bf49-325f5029cb86"}]} [pid: 8|app: 0|req: 1680/3249] 10.0.0.218 () {32 vars in 726 bytes} [Mon May 25 23:29:57 2026] DELETE /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-25 23:29:58.221 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c773bac2-f678-45e1-baf9-c219c72901a1 55309455a6364fcd9898b2847ba8e5a3 3283003eefc945d19b3df7f5c12ed197 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3250] 10.0.0.218 () {32 vars in 723 bytes} [Mon May 25 23:29:58 2026] GET /v2.0/networks/99ec91ad-7365-49b5-97b3-11235044e7aa => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-25 23:30:00.075 8 INFO neutron.services.segments.plugin [-] Segment 69e652ac-f048-4f43-a1b7-f3458d1324f8 resource provider aggregate not found 2026-05-25 23:30:00.080 8 INFO neutron.services.segments.plugin [-] Segment 69e652ac-f048-4f43-a1b7-f3458d1324f8 resource provider aggregate not found 2026-05-25 23:30:00.096 8 INFO neutron.services.segments.plugin [-] Segment 69e652ac-f048-4f43-a1b7-f3458d1324f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e652ac-f048-4f43-a1b7-f3458d1324f8 found for delete ", "request_id": "req-d128f3b0-5044-4e5b-be2c-bfa8802dbbf7"}]} 2026-05-25 23:30:00.098 8 INFO neutron.services.segments.plugin [-] Segment 69e652ac-f048-4f43-a1b7-f3458d1324f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69e652ac-f048-4f43-a1b7-f3458d1324f8 found for delete ", "request_id": "req-4b71960e-3d40-4d3e-9dc3-322b05766ae6"}]} [pid: 8|app: 0|req: 1681/3251] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:30:00 2026] GET /v2.0/security-groups?tenant_id=7f83a6c4044c4285a524faecdacf1197&name=default => generated 2929 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3252] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:30:00 2026] DELETE /v2.0/security-groups/b952726d-317c-42b3-92d7-1d4f687ca044 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3253] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:30:01 2026] GET /v2.0/security-groups?tenant_id=219e6baf4e2d42a1918334652bf878f7&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3254] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:30:01 2026] DELETE /v2.0/security-groups/1e6e48b7-a01b-48bf-aa1b-4d38299d0b74 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3255] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:30:01 2026] GET /v2.0/security-groups?tenant_id=99c942f8830245ed88411de2239e3108&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3256] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:30:01 2026] DELETE /v2.0/security-groups/2948b1e6-3157-4317-ab9c-c4caee7c7f74 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3257] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:30:01 2026] GET /v2.0/security-groups?tenant_id=3283003eefc945d19b3df7f5c12ed197&name=default => 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: 1574/3258] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:30:02 2026] DELETE /v2.0/security-groups/95a87ec2-be0e-4227-ab7a-986b399b6c83 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3259] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:30:02 2026] GET /v2.0/security-groups?tenant_id=569912d74fa84a3c8dc08840378a665e&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3260] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:30:02 2026] DELETE /v2.0/security-groups/2cd6e1c3-fb28-47d8-9b99-7979e4247f3d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3261] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:30:02 2026] GET /v2.0/security-groups?tenant_id=e139006d3d8e4981bb70a5e4a21bda1d&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3262] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:30:02 2026] DELETE /v2.0/security-groups/a0ec3105-7ada-44e3-956b-866625b74158 => 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: 1687/3263] 10.0.0.218 () {32 vars in 774 bytes} [Mon May 25 23:30:03 2026] GET /v2.0/security-groups?tenant_id=56aba6e6b64644b0bfb9a037bb30565e&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3264] 10.0.0.218 () {32 vars in 740 bytes} [Mon May 25 23:30:03 2026] DELETE /v2.0/security-groups/52578794-8ee9-4779-84f6-3ddf4700c1e2 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3267] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:30:06 2026] GET /v2.0/networks => generated 2168 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3268] 10.0.0.218 () {32 vars in 655 bytes} [Mon May 25 23:30:07 2026] GET /v2.0/floatingips => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3269] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:30:07 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3270] 10.0.0.218 () {32 vars in 643 bytes} [Mon May 25 23:30:07 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3271] 10.0.0.218 () {32 vars in 647 bytes} [Mon May 25 23:30:07 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3272] 10.0.0.218 () {32 vars in 649 bytes} [Mon May 25 23:30:08 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3273] 10.0.0.218 () {32 vars in 663 bytes} [Mon May 25 23:30:08 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3274] 10.0.0.218 () {32 vars in 655 bytes} [Mon May 25 23:30:08 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)