+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu May 7 19:50:20 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-5fdfcd7d88-tdfd7 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f860b979668 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)... 2026-05-07 19:50:24.520 8 INFO neutron.common.config [-] Logging enabled! 2026-05-07 19:50:24.520 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 19:50:24.616 7 INFO neutron.common.config [-] Logging enabled! 2026-05-07 19:50:24.616 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-07 19:50:25.538 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 19:50:25.651 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 19:50:27.001 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 19:50:27.003 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 19:50:27.007 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 19:50:27.008 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 19:50:27.008 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 19:50:27.008 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 19:50:27.008 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 19:50:27.016 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 19:50:27.016 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 19:50:27.016 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 19:50:27.039 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 19:50:27.040 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 19:50:27.040 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 19:50:27.071 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 19:50:27.071 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 19:50:27.071 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 19:50:27.071 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 19:50:27.208 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 19:50:27.210 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 19:50:27.214 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 19:50:27.215 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 19:50:27.215 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 19:50:27.216 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 19:50:27.216 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 19:50:27.226 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 19:50:27.227 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 19:50:27.227 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 19:50:27.253 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 19:50:27.254 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 19:50:27.254 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 19:50:27.294 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 19:50:27.295 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 19:50:27.295 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 19:50:27.295 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 19:50:27.405 8 INFO neutron.plugins.ml2.managers [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 19:50:27.573 7 INFO neutron.plugins.ml2.managers [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 19:50:27.671 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 19:50:27.672 8 INFO neutron.plugins.ml2.managers [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 19:50:27.672 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 19:50:27.683 8 INFO neutron.plugins.ml2.managers [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 19:50:27.683 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 19:50:27.684 8 INFO neutron.plugins.ml2.managers [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 19:50:27.684 8 INFO neutron.plugins.ml2.extensions.port_security [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 19:50:27.684 8 INFO neutron.plugins.ml2.managers [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] Initializing extension driver 'qos' 2026-05-07 19:50:27.684 8 INFO neutron.plugins.ml2.managers [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 19:50:27.684 8 INFO neutron.plugins.ml2.managers [None req-b340db13-f32d-4917-bed0-d6ec81327f86 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 19:50:27.700 8 INFO neutron.quota [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded quota_driver: . 2026-05-07 19:50:27.701 8 INFO neutron.plugins.ml2.plugin [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 19:50:27.701 8 INFO neutron.plugins.ml2.managers [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 19:50:27.701 8 INFO neutron.plugins.ml2.managers [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 19:50:27.701 8 INFO neutron.plugins.ml2.managers [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 19:50:27.701 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: qos 2026-05-07 19:50:27.714 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: router 2026-05-07 19:50:27.759 8 INFO neutron.services.service_base [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 19:50:27.759 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: segments 2026-05-07 19:50:27.838 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 19:50:27.839 7 INFO neutron.plugins.ml2.managers [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 19:50:27.839 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 19:50:27.853 7 INFO neutron.plugins.ml2.managers [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 19:50:27.853 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 19:50:27.853 7 INFO neutron.plugins.ml2.managers [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 19:50:27.853 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 19:50:27.853 7 INFO neutron.plugins.ml2.managers [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] Initializing extension driver 'qos' 2026-05-07 19:50:27.854 7 INFO neutron.plugins.ml2.managers [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 19:50:27.854 7 INFO neutron.plugins.ml2.managers [None req-a9501655-0205-4cdb-8701-5a6813dd0dc3 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 19:50:27.857 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: trunk 2026-05-07 19:50:27.871 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: vpnaas 2026-05-07 19:50:27.871 7 INFO neutron.quota [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded quota_driver: . 2026-05-07 19:50:27.871 7 INFO neutron.plugins.ml2.plugin [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 19:50:27.872 7 INFO neutron.plugins.ml2.managers [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 19:50:27.872 7 INFO neutron.plugins.ml2.managers [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 19:50:27.872 7 INFO neutron.plugins.ml2.managers [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 19:50:27.872 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: qos 2026-05-07 19:50:27.885 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: router 2026-05-07 19:50:27.910 8 WARNING stevedore.named [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 19:50:27.929 7 INFO neutron.services.service_base [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 19:50:27.929 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: segments 2026-05-07 19:50:27.977 8 INFO neutron_vpnaas.services.vpn.plugin [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 19:50:27.977 8 INFO neutron.common.utils [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 19:50:27.977 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: taas 2026-05-07 19:50:28.001 8 WARNING stevedore.named [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 19:50:28.001 8 WARNING stevedore.named [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 19:50:28.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 19:50:28.022 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: tapmirror 2026-05-07 19:50:28.025 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: trunk 2026-05-07 19:50:28.030 8 WARNING stevedore.named [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 19:50:28.030 8 WARNING stevedore.named [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 19:50:28.038 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: vpnaas 2026-05-07 19:50:28.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 19:50:28.044 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: auto_allocate 2026-05-07 19:50:28.050 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: tag 2026-05-07 19:50:28.058 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: timestamp 2026-05-07 19:50:28.060 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 19:50:28.064 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: flavors 2026-05-07 19:50:28.067 8 INFO neutron.manager [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loading Plugin: revisions 2026-05-07 19:50:28.071 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Initializing extension manager. 2026-05-07 19:50:28.072 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: address-group 2026-05-07 19:50:28.073 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: address-scope 2026-05-07 19:50:28.074 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 19:50:28.075 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: agent 2026-05-07 19:50:28.075 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 19:50:28.076 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 19:50:28.077 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 19:50:28.077 7 WARNING stevedore.named [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 19:50:28.078 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: availability_zone 2026-05-07 19:50:28.078 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 19:50:28.079 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 19:50:28.079 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: default-subnetpools 2026-05-07 19:50:28.081 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 19:50:28.081 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: dns-integration 2026-05-07 19:50:28.082 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 19:50:28.082 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 19:50:28.083 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: dvr 2026-05-07 19:50:28.084 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 19:50:28.084 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 19:50:28.085 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 19:50:28.085 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 19:50:28.086 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: external-net 2026-05-07 19:50:28.086 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 19:50:28.087 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: extraroute 2026-05-07 19:50:28.087 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 19:50:28.088 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 19:50:28.089 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 19:50:28.089 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 19:50:28.090 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 19:50:28.091 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: fip-port-details 2026-05-07 19:50:28.092 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: flavors 2026-05-07 19:50:28.093 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 19:50:28.094 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: floatingip-pools 2026-05-07 19:50:28.095 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: ip_allocation 2026-05-07 19:50:28.095 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 19:50:28.096 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: l2_adjacency 2026-05-07 19:50:28.097 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: router 2026-05-07 19:50:28.099 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 19:50:28.101 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 19:50:28.102 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 19:50:28.102 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 19:50:28.103 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: l3-ha 2026-05-07 19:50:28.103 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 19:50:28.104 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 19:50:28.104 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: l3-flavors 2026-05-07 19:50:28.106 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 19:50:28.106 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 19:50:28.109 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 19:50:28.110 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 19:50:28.111 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 19:50:28.113 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 19:50:28.114 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 19:50:28.114 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: multi-provider 2026-05-07 19:50:28.115 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: net-mtu 2026-05-07 19:50:28.116 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 19:50:28.116 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: network_availability_zone 2026-05-07 19:50:28.117 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: network_ha 2026-05-07 19:50:28.118 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: network-ip-availability 2026-05-07 19:50:28.119 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 19:50:28.120 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: pagination 2026-05-07 19:50:28.121 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-device-profile 2026-05-07 19:50:28.122 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 19:50:28.122 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 19:50:28.123 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 19:50:28.123 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-mac-override 2026-05-07 19:50:28.124 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 19:50:28.124 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 19:50:28.125 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 19:50:28.125 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-resource-request 2026-05-07 19:50:28.126 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 19:50:28.126 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 19:50:28.127 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: binding 2026-05-07 19:50:28.128 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: binding-extended 2026-05-07 19:50:28.128 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-security 2026-05-07 19:50:28.129 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: project-id 2026-05-07 19:50:28.129 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: provider 2026-05-07 19:50:28.130 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 19:50:28.133 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos 2026-05-07 19:50:28.133 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 19:50:28.134 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 19:50:28.134 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-default 2026-05-07 19:50:28.135 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-fip 2026-05-07 19:50:28.135 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 19:50:28.136 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 19:50:28.136 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 19:50:28.137 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 19:50:28.137 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 19:50:28.138 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-pps 2026-05-07 19:50:28.139 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 19:50:28.139 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 19:50:28.141 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 19:50:28.141 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: quota-check-limit 2026-05-07 19:50:28.142 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 19:50:28.145 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: quotas 2026-05-07 19:50:28.146 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: quota_details 2026-05-07 19:50:28.147 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: rbac-policies 2026-05-07 19:50:28.150 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: rbac-address-group 2026-05-07 19:50:28.153 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 19:50:28.154 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 19:50:28.155 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 19:50:28.156 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: revision-if-match 2026-05-07 19:50:28.158 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 19:50:28.159 7 INFO neutron_vpnaas.services.vpn.plugin [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 19:50:28.159 7 INFO neutron.common.utils [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 19:50:28.159 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: taas 2026-05-07 19:50:28.159 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: router_availability_zone 2026-05-07 19:50:28.161 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 19:50:28.163 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 19:50:28.164 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 19:50:28.166 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 19:50:28.166 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 19:50:28.168 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 19:50:28.169 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 19:50:28.174 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: security-group 2026-05-07 19:50:28.176 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: segment 2026-05-07 19:50:28.176 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 19:50:28.177 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: service-type 2026-05-07 19:50:28.177 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: sorting 2026-05-07 19:50:28.178 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 19:50:28.179 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: standard-attr-description 2026-05-07 19:50:28.179 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: stateful-security-group 2026-05-07 19:50:28.180 8 WARNING neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 19:50:28.180 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 19:50:28.181 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: subnet-external-network 2026-05-07 19:50:28.183 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: subnet_onboard 2026-05-07 19:50:28.184 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 19:50:28.184 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: subnet-service-types 2026-05-07 19:50:28.185 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: subnet_allocation 2026-05-07 19:50:28.186 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 19:50:28.188 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: tag-creation 2026-05-07 19:50:28.189 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 19:50:28.197 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 19:50:28.198 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 19:50:28.198 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: trunk 2026-05-07 19:50:28.199 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: trunk-details 2026-05-07 19:50:28.199 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 19:50:28.200 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 19:50:28.201 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 19:50:28.201 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 19:50:28.202 7 WARNING stevedore.named [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 19:50:28.203 7 WARNING stevedore.named [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 19:50:28.203 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 19:50:28.204 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 19:50:28.205 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: vpn-flavors 2026-05-07 19:50:28.206 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: vpnaas 2026-05-07 19:50:28.208 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: taas 2026-05-07 19:50:28.209 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: tap-mirror 2026-05-07 19:50:28.209 8 INFO neutron.api.extensions [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 19:50:28.212 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 19:50:28.212 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 19:50:28.212 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.212 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 19:50:28.215 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 19:50:28.216 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 19:50:28.220 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 19:50:28.221 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 19:50:28.221 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 19:50:28.222 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.223 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.223 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.223 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.223 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 19:50:28.224 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.224 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.225 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 19:50:28.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 19:50:28.225 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 19:50:28.225 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: tapmirror 2026-05-07 19:50:28.226 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 19:50:28.226 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.226 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] ipsecpolicy is already registered 2026-05-07 19:50:28.227 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.227 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] ikepolicy is already registered 2026-05-07 19:50:28.231 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 19:50:28.231 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] router is already registered 2026-05-07 19:50:28.232 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 19:50:28.232 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] floatingip is already registered 2026-05-07 19:50:28.235 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 19:50:28.235 7 WARNING stevedore.named [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 19:50:28.235 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] rbac_policy is already registered 2026-05-07 19:50:28.235 7 WARNING stevedore.named [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 19:50:28.236 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 19:50:28.236 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] security_group is already registered 2026-05-07 19:50:28.236 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 19:50:28.237 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] security_group_rule is already registered 2026-05-07 19:50:28.237 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.238 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.238 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.238 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.238 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 19:50:28.239 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] trunk is already registered 2026-05-07 19:50:28.239 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.239 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] ikepolicy is already registered 2026-05-07 19:50:28.239 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.240 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] ipsecpolicy is already registered 2026-05-07 19:50:28.240 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 19:50:28.240 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] endpoint_group is already registered 2026-05-07 19:50:28.240 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 19:50:28.241 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] vpnservice is already registered 2026-05-07 19:50:28.241 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 19:50:28.241 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] ipsec_site_connection is already registered 2026-05-07 19:50:28.241 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.242 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] ipsecpolicy is already registered 2026-05-07 19:50:28.242 8 INFO neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.242 8 WARNING neutron.quota.resource_registry [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] ikepolicy is already registered 2026-05-07 19:50:28.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 19:50:28.254 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: auto_allocate 2026-05-07 19:50:28.265 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: tag 2026-05-07 19:50:28.275 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: timestamp 2026-05-07 19:50:28.278 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 19:50:28.278 8 WARNING keystonemiddleware._common.config [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 19:50:28.282 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: flavors 2026-05-07 19:50:28.284 8 WARNING oslo_config.cfg [None req-f4a3706e-c7f4-449e-bcd4-a2e69e0c2a95 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-07 19:50:28.286 7 INFO neutron.manager [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loading Plugin: revisions WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f860b979668 pid: 8 (default app) 2026-05-07 19:50:28.291 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Initializing extension manager. 2026-05-07 19:50:28.292 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: address-group 2026-05-07 19:50:28.293 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: address-scope 2026-05-07 19:50:28.294 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 19:50:28.294 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: agent 2026-05-07 19:50:28.295 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 19:50:28.296 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 19:50:28.297 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 19:50:28.298 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: availability_zone 2026-05-07 19:50:28.298 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 19:50:28.299 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 19:50:28.299 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: default-subnetpools 2026-05-07 19:50:28.301 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 19:50:28.301 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: dns-integration 2026-05-07 19:50:28.302 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 19:50:28.302 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 19:50:28.303 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: dvr 2026-05-07 19:50:28.303 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 19:50:28.304 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 19:50:28.304 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 19:50:28.305 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 19:50:28.306 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: external-net 2026-05-07 19:50:28.307 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 19:50:28.307 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: extraroute 2026-05-07 19:50:28.308 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 19:50:28.309 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 19:50:28.311 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 19:50:28.313 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 19:50:28.314 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 19:50:28.315 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: fip-port-details 2026-05-07 19:50:28.317 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: flavors 2026-05-07 19:50:28.318 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 19:50:28.320 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: floatingip-pools 2026-05-07 19:50:28.321 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: ip_allocation 2026-05-07 19:50:28.321 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 19:50:28.322 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: l2_adjacency 2026-05-07 19:50:28.324 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: router 2026-05-07 19:50:28.327 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 19:50:28.328 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 19:50:28.328 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 19:50:28.329 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 19:50:28.329 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: l3-ha 2026-05-07 19:50:28.330 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 19:50:28.330 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 19:50:28.331 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: l3-flavors 2026-05-07 19:50:28.332 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 19:50:28.332 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 19:50:28.335 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 19:50:28.336 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 19:50:28.337 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 19:50:28.338 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 19:50:28.339 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 19:50:28.340 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: multi-provider 2026-05-07 19:50:28.340 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: net-mtu 2026-05-07 19:50:28.341 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 19:50:28.341 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: network_availability_zone 2026-05-07 19:50:28.342 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: network_ha 2026-05-07 19:50:28.343 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: network-ip-availability 2026-05-07 19:50:28.344 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 19:50:28.344 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: pagination 2026-05-07 19:50:28.345 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-device-profile 2026-05-07 19:50:28.345 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 19:50:28.345 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 19:50:28.346 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 19:50:28.346 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-mac-override 2026-05-07 19:50:28.347 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 19:50:28.347 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 19:50:28.348 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 19:50:28.348 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-resource-request 2026-05-07 19:50:28.349 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 19:50:28.349 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 19:50:28.350 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: binding 2026-05-07 19:50:28.351 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: binding-extended 2026-05-07 19:50:28.351 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-security 2026-05-07 19:50:28.352 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: project-id 2026-05-07 19:50:28.352 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: provider 2026-05-07 19:50:28.353 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 19:50:28.355 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos 2026-05-07 19:50:28.356 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 19:50:28.356 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 19:50:28.357 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-default 2026-05-07 19:50:28.357 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-fip 2026-05-07 19:50:28.357 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 19:50:28.358 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 19:50:28.358 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 19:50:28.359 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 19:50:28.360 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 19:50:28.360 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-pps 2026-05-07 19:50:28.361 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 19:50:28.361 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 19:50:28.362 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 19:50:28.362 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: quota-check-limit 2026-05-07 19:50:28.363 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 19:50:28.365 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: quotas 2026-05-07 19:50:28.366 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: quota_details 2026-05-07 19:50:28.368 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: rbac-policies 2026-05-07 19:50:28.368 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: rbac-address-group 2026-05-07 19:50:28.369 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 19:50:28.370 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 19:50:28.370 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 19:50:28.371 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: revision-if-match 2026-05-07 19:50:28.371 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 19:50:28.372 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: router_availability_zone 2026-05-07 19:50:28.372 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 19:50:28.374 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 19:50:28.374 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 19:50:28.375 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 19:50:28.375 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 19:50:28.376 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 19:50:28.376 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 19:50:28.383 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: security-group 2026-05-07 19:50:28.384 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: segment 2026-05-07 19:50:28.384 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 19:50:28.385 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: service-type 2026-05-07 19:50:28.385 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: sorting 2026-05-07 19:50:28.386 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 19:50:28.387 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: standard-attr-description 2026-05-07 19:50:28.387 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: stateful-security-group 2026-05-07 19:50:28.388 7 WARNING neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 19:50:28.388 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 19:50:28.389 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: subnet-external-network 2026-05-07 19:50:28.389 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: subnet_onboard 2026-05-07 19:50:28.390 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 19:50:28.390 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: subnet-service-types 2026-05-07 19:50:28.391 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: subnet_allocation 2026-05-07 19:50:28.391 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 19:50:28.392 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: tag-creation 2026-05-07 19:50:28.392 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 19:50:28.396 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 19:50:28.397 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 19:50:28.397 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: trunk 2026-05-07 19:50:28.398 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: trunk-details 2026-05-07 19:50:28.398 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 19:50:28.399 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 19:50:28.399 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 19:50:28.400 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 19:50:28.402 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 19:50:28.403 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 19:50:28.403 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: vpn-flavors 2026-05-07 19:50:28.406 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: vpnaas 2026-05-07 19:50:28.407 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: taas 2026-05-07 19:50:28.408 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: tap-mirror 2026-05-07 19:50:28.408 7 INFO neutron.api.extensions [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 19:50:28.411 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 19:50:28.411 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 19:50:28.411 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.411 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 19:50:28.415 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 19:50:28.415 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 19:50:28.420 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 19:50:28.420 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 19:50:28.421 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 19:50:28.422 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.422 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.422 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.422 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.423 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 19:50:28.423 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.424 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.424 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 19:50:28.424 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 19:50:28.425 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 19:50:28.425 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.425 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] ipsecpolicy is already registered 2026-05-07 19:50:28.426 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.426 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] ikepolicy is already registered 2026-05-07 19:50:28.430 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 19:50:28.430 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] router is already registered 2026-05-07 19:50:28.431 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 19:50:28.431 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] floatingip is already registered 2026-05-07 19:50:28.434 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 19:50:28.435 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] rbac_policy is already registered 2026-05-07 19:50:28.435 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 19:50:28.435 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] security_group is already registered 2026-05-07 19:50:28.436 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 19:50:28.436 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] security_group_rule is already registered 2026-05-07 19:50:28.437 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.437 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.437 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 19:50:28.437 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] subnetpool is already registered 2026-05-07 19:50:28.438 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 19:50:28.438 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] trunk is already registered 2026-05-07 19:50:28.438 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.438 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] ikepolicy is already registered 2026-05-07 19:50:28.439 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.439 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] ipsecpolicy is already registered 2026-05-07 19:50:28.439 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 19:50:28.439 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] endpoint_group is already registered 2026-05-07 19:50:28.440 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 19:50:28.440 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] vpnservice is already registered 2026-05-07 19:50:28.440 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 19:50:28.440 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] ipsec_site_connection is already registered 2026-05-07 19:50:28.441 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 19:50:28.441 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] ipsecpolicy is already registered 2026-05-07 19:50:28.441 7 INFO neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 19:50:28.441 7 WARNING neutron.quota.resource_registry [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] ikepolicy is already registered 2026-05-07 19:50:28.477 7 WARNING keystonemiddleware._common.config [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 19:50:28.483 7 WARNING oslo_config.cfg [None req-eed52d9d-05fc-4b49-976a-49c1c6490437 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f860b979668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 19:50:33.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d136e396-8b73-4b51-8afa-9e4220d3154b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 19:50:33 2026] GET /v2.0/networks/public => generated 108 bytes in 811 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 19:50:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 19:50:34.584 8 WARNING neutron.services.revisions.revision_plugin [None req-7befd959-a6ad-491e-b681-6577cb3cb804 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Could not find related network for resource to bump revision. 2026-05-07 19:50:34.609 8 INFO neutron.db.segments_db [None req-7befd959-a6ad-491e-b681-6577cb3cb804 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 33e0f26a-74af-4e10-9573-f784829655c1 of type flat for network 5a099232-c8f9-4a90-b26e-762370399702 2026-05-07 19:50:34.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7befd959-a6ad-491e-b681-6577cb3cb804 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.235 () {48 vars in 968 bytes} [Thu May 7 19:50:34 2026] POST /v2.0/networks => generated 124 bytes in 460 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 19:50:40.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46747626-08f3-4059-a3c9-871d84728e5b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 19:50:40 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 19:50:40 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-07 19:50:40.647 8 WARNING neutron.services.revisions.revision_plugin [None req-81e91818-d2bd-4428-833d-d023a955b9ac 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Could not find related network for resource to bump revision. 2026-05-07 19:50:40.662 8 INFO neutron.db.segments_db [None req-81e91818-d2bd-4428-833d-d023a955b9ac 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 0bcb479b-5cd4-40fc-b78e-74e952bda5fa of type flat for network 570f497a-8b40-47b6-9633-95709c7906d7 2026-05-07 19:50:40.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81e91818-d2bd-4428-833d-d023a955b9ac 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.235 () {48 vars in 968 bytes} [Thu May 7 19:50:40 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 19:50:46.894 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bde6d0ed-6872-4fe0-bbca-1257f9785b2b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 19:50:46 2026] GET /v2.0/networks/public => generated 108 bytes in 377 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 19:50:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 19:50:47.139 7 WARNING neutron.services.revisions.revision_plugin [None req-2ba4abaf-4c3d-412e-8401-566b3ffc4770 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Could not find related network for resource to bump revision. 2026-05-07 19:50:47.162 7 INFO neutron.db.segments_db [None req-2ba4abaf-4c3d-412e-8401-566b3ffc4770 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 9129a835-f311-4a71-9799-5a5ab3159602 of type flat for network 2d0b3592-6269-42b1-adac-c4101fdadde9 2026-05-07 19:50:47.215 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ba4abaf-4c3d-412e-8401-566b3ffc4770 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.235 () {48 vars in 968 bytes} [Thu May 7 19:50:46 2026] POST /v2.0/networks => generated 124 bytes in 308 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 19:50:53.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b99fbcc-83bd-439f-a57a-a5ebdd921fe0 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 19:50:53 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 19:50:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 19:50:53.205 7 WARNING neutron.services.revisions.revision_plugin [None req-9d8fc220-3d4c-40bb-b09b-5785e0cffcef 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Could not find related network for resource to bump revision. 2026-05-07 19:50:53.225 7 INFO neutron.db.segments_db [None req-9d8fc220-3d4c-40bb-b09b-5785e0cffcef 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 39466df7-d632-4c0c-b015-4d67e7f284e2 of type flat for network b3edc017-780a-4c9f-8f71-427271b26afd 2026-05-07 19:50:53.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d8fc220-3d4c-40bb-b09b-5785e0cffcef 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.235 () {48 vars in 968 bytes} [Thu May 7 19:50:53 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 19:50:59.104 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae4331d4-7216-45c5-bfbc-1575d04d9e00 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 19:50:59 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 19:50:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 19:50:59.181 8 WARNING neutron.services.revisions.revision_plugin [None req-c9f1c99f-64fa-4e42-beae-863e2d234829 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Could not find related network for resource to bump revision. 2026-05-07 19:50:59.215 8 INFO neutron.db.segments_db [None req-c9f1c99f-64fa-4e42-beae-863e2d234829 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 457b00ee-cd1e-4c4d-901e-564df0b300e7 of type flat for network 194e6dd8-f556-4d97-b7a6-4b6becd4202b [pid: 8|app: 0|req: 11/19] 199.204.45.235 () {48 vars in 968 bytes} [Thu May 7 19:50:59 2026] POST /v2.0/networks => generated 706 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 19:51:00.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9e93b30-5bd3-4815-a852-f88238fa4d5d 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 19:51:00 2026] GET /v2.0/networks/public => generated 108 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 19:51:00 2026] GET /v2.0/networks?name=public => generated 709 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 19:51:00.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0cb4793-f7fb-4719-b678-fd09a46a453f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.204.45.235 () {44 vars in 1035 bytes} [Thu May 7 19:51:00 2026] GET /v2.0/subnets/public-subnet?network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b => generated 113 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.204.45.235 () {44 vars in 1058 bytes} [Thu May 7 19:51:00 2026] GET /v2.0/subnets?name=public-subnet&network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b => 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: 11/24] 199.204.45.235 () {48 vars in 966 bytes} [Thu May 7 19:51:00 2026] POST /v2.0/subnets => generated 664 bytes in 1663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 19:55:50.496 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6b1cfb7-6905-4710-aa5d-257bf9f53437 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/62] 199.204.45.235 () {44 vars in 938 bytes} [Thu May 7 19:55:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/63] 199.204.45.235 () {44 vars in 960 bytes} [Thu May 7 19:55:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 19:55:50.559 8 INFO neutron.db.segments_db [None req-08916f57-d44b-4480-bfbd-5bc6fc802166 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment fe1bf12f-71ae-43ab-abb4-937c54a83d71 of type vxlan for network e8cbc886-b6c4-4d09-809a-c3370bcad473 [pid: 8|app: 0|req: 34/64] 199.204.45.235 () {48 vars in 967 bytes} [Thu May 7 19:55:50 2026] POST /v2.0/networks => generated 688 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 19:55:51.523 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c030f956-6e98-4c84-bfe3-af8a8e9241c5 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.204.45.235 () {44 vars in 938 bytes} [Thu May 7 19:55:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.204.45.235 () {44 vars in 960 bytes} [Thu May 7 19:55:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 19:55:51.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd57a2f3-dcad-478f-bcac-53f1f67c703b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.204.45.235 () {44 vars in 1037 bytes} [Thu May 7 19:55:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.204.45.235 () {44 vars in 1060 bytes} [Thu May 7 19:55:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.235 () {48 vars in 966 bytes} [Thu May 7 19:55:51 2026] POST /v2.0/subnets => generated 651 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 19:55:52.893 8 INFO neutron.api.v2.resource [None req-f06aa573-c556-4d29-b6b5-29825ef725d8 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/72] 199.204.45.235 () {44 vars in 972 bytes} [Thu May 7 19:55:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.235 () {44 vars in 994 bytes} [Thu May 7 19:55:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.235 () {48 vars in 981 bytes} [Thu May 7 19:55:52 2026] POST /v2.0/security-groups => generated 1616 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:54 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 1616 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:54 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:54 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 19:55:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:55 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:55 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:55 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 2230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 19:55:55 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: 40/83] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:56 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:56 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 2846 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:56 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => 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: 45/86] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 19:55:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:57 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:57 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:57 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 19:55:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:58 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:58 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:58 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 19:55:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.204.45.235 () {44 vars in 988 bytes} [Thu May 7 19:55:59 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 19:55:59.715 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4a80711-ba10-4f52-ab07-0fc810c28cc3 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/96] 199.204.45.235 () {44 vars in 1077 bytes} [Thu May 7 19:55:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.235 () {44 vars in 1100 bytes} [Thu May 7 19:55:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => 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: 51/98] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:55:59 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.204.45.235 () {48 vars in 962 bytes} [Thu May 7 19:55:59 2026] POST /v2.0/ports => generated 1100 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 19:56:07.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af4e7aa9-9081-46e4-a008-c10574a077ee 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 199.204.45.235 () {44 vars in 980 bytes} [Thu May 7 19:56:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 50/103] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:56:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.204.45.235 () {48 vars in 1032 bytes} [Thu May 7 19:56:07 2026] PUT /v2.0/ports/3e5c2296-7c6e-4fa9-8d17-d5f1bd8f731f => generated 1249 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.204.45.235 () {44 vars in 921 bytes} [Thu May 7 19:56:09 2026] GET /v2.0/ports => generated 3730 bytes in 84 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-07 19:56:10.430 8 INFO neutron.api.v2.resource [None req-2a45e3d2-eb66-4cd8-973a-ad716965790a 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/106] 199.204.45.235 () {44 vars in 960 bytes} [Thu May 7 19:56:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.204.45.235 () {44 vars in 982 bytes} [Thu May 7 19:56:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.204.45.235 () {48 vars in 981 bytes} [Thu May 7 19:56:10 2026] POST /v2.0/security-groups => generated 1610 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:56:11 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:56:11 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:56:11 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 19:56:11 2026] POST /v2.0/security-group-rules => generated 623 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:56:12 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 2246 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:56:12 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 19:56:12 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 19:56:12 2026] POST /v2.0/security-group-rules => generated 627 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/125] 199.204.45.235 () {44 vars in 976 bytes} [Thu May 7 19:57:14 2026] GET /v2.0/quotas/e7536fe5411a4eaeb1d9383e205f0e16 => 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: 65/126] 199.204.45.235 () {48 vars in 1028 bytes} [Thu May 7 19:57:14 2026] PUT /v2.0/quotas/e7536fe5411a4eaeb1d9383e205f0e16 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 19:59:35.213 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9054da4-eb09-4e06-a071-3edbe73b570f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 71/145] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 19:59:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 75/146] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 19:59:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 19:59:37.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3ad884a-3950-4170-bca5-b40d29f7795e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/149] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 19:59:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/150] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 19:59:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:05:45.379 8 INFO neutron.api.v2.resource [None req-91d3e3c9-4fbb-455e-8d41-a65a7d9ddf34 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/199] 199.204.45.235 () {44 vars in 1075 bytes} [Thu May 7 20:05:45 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=71adce47b3d548a188a9670d66318d83 => generated 139 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/200] 199.204.45.235 () {44 vars in 1098 bytes} [Thu May 7 20:05:45 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=71adce47b3d548a188a9670d66318d83 => generated 23 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/201] 199.204.45.235 () {48 vars in 982 bytes} [Thu May 7 20:05:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/202] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:46 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/203] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:05:46 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/204] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:46 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/205] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 20:05:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/206] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:47 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/207] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:05:47 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => 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: 102/208] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:48 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/209] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 20:05:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/210] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:49 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/211] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:05:49 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/212] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:49 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/213] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 20:05:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:50 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:05:50 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/216] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:05:50 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/217] 199.204.45.235 () {48 vars in 992 bytes} [Thu May 7 20:05:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/238] 199.204.45.235 () {30 vars in 740 bytes} [Thu May 7 20:08:07 2026] GET /v2.0/networks?tenant_id=71adce47b3d548a188a9670d66318d83&shared=False => generated 15 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:08:07.326 7 INFO neutron.db.segments_db [None req-09c833c6-d82f-4c6f-8d02-fb0ed3af917d a253a43efad546d08e6ba02bff773467 71adce47b3d548a188a9670d66318d83 - - 8e5dcc3992f149da8d3cc637e2659be7 8e5dcc3992f149da8d3cc637e2659be7] Added segment a1c3411e-14e6-42e3-a9fe-b1ed99d68e1b of type vxlan for network e778d71e-3708-47b2-a90e-3aa3366cae21 [pid: 7|app: 0|req: 117/239] 199.204.45.235 () {34 vars in 682 bytes} [Thu May 7 20:08:07 2026] POST /v2.0/networks => generated 699 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/240] 199.204.45.235 () {30 vars in 722 bytes} [Thu May 7 20:08:07 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/241] 199.204.45.235 () {30 vars in 633 bytes} [Thu May 7 20:08:07 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: 124/242] 199.204.45.235 () {34 vars in 677 bytes} [Thu May 7 20:08:07 2026] POST /v2.0/ports => generated 999 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/243] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:08:07 2026] GET /v2.0/networks/e778d71e-3708-47b2-a90e-3aa3366cae21 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/244] 199.204.45.235 () {30 vars in 722 bytes} [Thu May 7 20:08:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/245] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:08:09 2026] GET /v2.0/networks/e778d71e-3708-47b2-a90e-3aa3366cae21 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/248] 199.204.45.235 () {44 vars in 976 bytes} [Thu May 7 20:08:22 2026] GET /v2.0/quotas/71adce47b3d548a188a9670d66318d83 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/249] 199.204.45.235 () {48 vars in 1028 bytes} [Thu May 7 20:08:23 2026] PUT /v2.0/quotas/71adce47b3d548a188a9670d66318d83 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:19:07.327 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2472335e-f88e-4156-9a99-ce6726bb91a7 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/336] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 20:19:07 2026] GET /v2.0/networks/public => generated 108 bytes in 142 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/337] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 20:19:07 2026] GET /v2.0/networks?name=public => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:19:08.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fac883e0-6d9d-42cc-9b54-102feaa90e58 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 172/338] 199.204.45.235 () {44 vars in 928 bytes} [Thu May 7 20:19:08 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/339] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 20:19:08 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-07 20:19:08.446 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39544e41-56b5-4dc3-a931-b3595dd0bf71 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/340] 199.204.45.235 () {44 vars in 1035 bytes} [Thu May 7 20:19:08 2026] GET /v2.0/subnets/public-subnet?network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/341] 199.204.45.235 () {44 vars in 1058 bytes} [Thu May 7 20:19:08 2026] GET /v2.0/subnets?name=public-subnet&network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:19:34.841 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0176145-5802-487a-b4c1-aa52764d4b93 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 170/344] 199.204.45.235 () {44 vars in 938 bytes} [Thu May 7 20:19:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/345] 199.204.45.235 () {44 vars in 960 bytes} [Thu May 7 20:19:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:19:35.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-641c7880-5c0a-4d7c-aa7d-5e09e2f3f3a9 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 171/346] 199.204.45.235 () {44 vars in 938 bytes} [Thu May 7 20:19:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/347] 199.204.45.235 () {44 vars in 960 bytes} [Thu May 7 20:19:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:19:35.892 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc57b6fc-c40a-4303-813e-864f52d062b1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/348] 199.204.45.235 () {44 vars in 1037 bytes} [Thu May 7 20:19:35 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => 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: 177/349] 199.204.45.235 () {44 vars in 1060 bytes} [Thu May 7 20:19:35 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:19:37.025 8 INFO neutron.api.v2.resource [None req-8ad94a38-40cd-49d1-a92c-4935cf214e58 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/352] 199.204.45.235 () {44 vars in 972 bytes} [Thu May 7 20:19:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/353] 199.204.45.235 () {44 vars in 994 bytes} [Thu May 7 20:19:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/354] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:38 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/355] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:38 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/356] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:19:38 2026] GET /v2.0/security-group-rules/70e8d157-5c9d-46d0-b9a9-afba14058134 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/357] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:39 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/358] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:39 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/359] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:19:39 2026] GET /v2.0/security-group-rules/edd07472-87d5-4cb4-922c-c48dfbb3a153 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/360] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:40 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => 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: 178/361] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:40 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/362] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:19:40 2026] GET /v2.0/security-group-rules/932afac2-f797-4bd9-9907-8043cc827e17 => 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: 179/363] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:40 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => 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: 185/364] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:40 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/365] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:19:41 2026] GET /v2.0/security-group-rules/c5af08bf-e8bb-4a84-829b-0e807a5e9d53 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/366] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:41 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/367] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:41 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/368] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:19:41 2026] GET /v2.0/security-group-rules/4779fa94-a571-41a9-b307-4ad673d330ac => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/369] 199.204.45.235 () {44 vars in 988 bytes} [Thu May 7 20:19:43 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:19:43.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4f85a72-c9e6-4f99-89ef-ac1e980cf1e0 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/370] 199.204.45.235 () {44 vars in 1077 bytes} [Thu May 7 20:19:43 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/371] 199.204.45.235 () {44 vars in 1100 bytes} [Thu May 7 20:19:43 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 1254 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/372] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:43 2026] GET /v2.0/security-groups/7a54f024-bfd7-4dfa-b244-492d1e274e3d => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:19:51.219 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7cd7342-a278-4d35-b200-6d77a9313940 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/373] 199.204.45.235 () {44 vars in 980 bytes} [Thu May 7 20:19:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/374] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/377] 199.204.45.235 () {44 vars in 921 bytes} [Thu May 7 20:19:52 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:19:53.833 8 INFO neutron.api.v2.resource [None req-0d56d317-917c-41d2-9581-dbee1c112c06 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/378] 199.204.45.235 () {44 vars in 960 bytes} [Thu May 7 20:19:53 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.204.45.235 () {44 vars in 982 bytes} [Thu May 7 20:19:53 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/380] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:54 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:54 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/382] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:19:54 2026] GET /v2.0/security-group-rules/97ff88cf-43c4-49a6-b4c2-f83e26a1a998 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/383] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:55 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/384] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:19:55 2026] GET /v2.0/security-groups/afe5889f-6d44-4c9b-84aa-01c70bb78d62 => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/385] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:19:55 2026] GET /v2.0/security-group-rules/9128b9b4-3f67-44fc-abf1-ea1e3337f468 => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/388] 199.204.45.235 () {44 vars in 976 bytes} [Thu May 7 20:20:06 2026] GET /v2.0/quotas/e7536fe5411a4eaeb1d9383e205f0e16 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:20:58.354 7 INFO neutron.api.v2.resource [None req-fb776a19-a2b9-471f-95fd-f2d457c7cae3 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/395] 199.204.45.235 () {44 vars in 1075 bytes} [Thu May 7 20:20:58 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=71adce47b3d548a188a9670d66318d83 => generated 139 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 199.204.45.235 () {44 vars in 1098 bytes} [Thu May 7 20:20:58 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=71adce47b3d548a188a9670d66318d83 => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:20:59 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/398] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:20:59 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:20:59 2026] GET /v2.0/security-group-rules/8df5e58c-f0f3-408e-99f1-87d24b801235 => generated 597 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:21:00 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:21:00 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/402] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:21:00 2026] GET /v2.0/security-group-rules/158194e7-5e77-48e5-ad09-9273e7baa22b => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/403] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:21:01 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:21:01 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:21:01 2026] GET /v2.0/security-group-rules/9d40ce0d-5bb1-4573-a0be-8c7f14d0d3b7 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 199.204.45.235 () {44 vars in 1089 bytes} [Thu May 7 20:21:02 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5?project_id=71adce47b3d548a188a9670d66318d83 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/407] 199.204.45.235 () {44 vars in 1002 bytes} [Thu May 7 20:21:02 2026] GET /v2.0/security-groups/8e134813-e3f1-4253-8775-08cf7ad004b5 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/408] 199.204.45.235 () {44 vars in 1012 bytes} [Thu May 7 20:21:02 2026] GET /v2.0/security-group-rules/141eb29f-be0e-4cb6-98b9-04c50799db43 => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/411] 199.204.45.235 () {44 vars in 976 bytes} [Thu May 7 20:21:09 2026] GET /v2.0/quotas/71adce47b3d548a188a9670d66318d83 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/418] 199.204.45.235 () {44 vars in 950 bytes} [Thu May 7 20:21:59 2026] GET /v2.0/networks?name=public => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/425] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:22:37 2026] GET /v2.0/networks => generated 2168 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/426] 10.0.0.138 () {32 vars in 655 bytes} [Thu May 7 20:22:38 2026] GET /v2.0/floatingips => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/427] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:22:38 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/428] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:22:38 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/429] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:22:38 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/430] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:22:38 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/431] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:22:38 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/432] 10.0.0.138 () {32 vars in 655 bytes} [Thu May 7 20:22:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:22:49.292 8 INFO neutron.db.segments_db [None req-56edb57c-a921-481e-ab1a-df25ef9c8096 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 0cf1f581-60e2-4a35-98a2-060e0c996afe of type vxlan for network 538e0a4e-0a99-4acc-b0f8-599b485583ca 2026-05-07 20:22:49.372 7 INFO neutron.db.segments_db [None req-3cb7fac7-be56-4aba-9bc2-77590146203b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 73773e08-f5d9-47ee-b43b-bec384ad8f91 of type vxlan for network fbd4242e-1336-431e-9dbf-c9019cf331d1 [pid: 8|app: 0|req: 220/433] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:22:49 2026] POST /v2.0/networks => generated 725 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/434] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:22:49 2026] POST /v2.0/networks => generated 729 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:22:49.612 8 INFO neutron.db.segments_db [None req-130db4dc-a93a-4002-8ffc-5ee39840a933 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment ce6dab5c-77f4-46f7-8ddd-d2f83bece6d2 of type vxlan for network c86c9928-2992-400b-bb82-ec86c7170c6c [pid: 7|app: 0|req: 215/435] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:22:49 2026] POST /v2.0/subnets => generated 691 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/436] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:22:49 2026] POST /v2.0/networks => generated 726 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:22:49.736 8 INFO neutron.db.segments_db [None req-a7bdf507-3635-4d95-8d84-39c766ef5234 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 164b892d-3f1e-4a2c-ad08-83211d2aee92 of type vxlan for network 3e20463e-f4d9-414c-b496-db866209d67f [pid: 7|app: 0|req: 216/437] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:22:49 2026] POST /v2.0/subnets => generated 695 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/438] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:22:49 2026] GET /v2.0/security-groups?tenant_id=da62b5543b8442cea23ed903d9d78a64&name=default => generated 2921 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:22:50.059 8 INFO neutron.db.l3_hamode_db [None req-a7bdf507-3635-4d95-8d84-39c766ef5234 860ec6ff88a94faf9d9555f766856866 10e7bbed952a411cb99afa918208da51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 218/439] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:22:50 2026] POST /v2.0/subnets => generated 692 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:22:50.221 7 INFO neutron.db.segments_db [None req-7c733eb2-ed2b-4b34-90d4-a9a8a9fb8504 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 4c55f75b-8a8b-4c6d-bf58-8e06b491bc2e of type vxlan for network 72c70e31-5980-47e8-afc7-986e2aca6eb6 2026-05-07 20:22:50.417 7 INFO neutron.db.l3_hamode_db [None req-7c733eb2-ed2b-4b34-90d4-a9a8a9fb8504 860ec6ff88a94faf9d9555f766856866 a1d6eb9277ca427da2ca45d3572cf2d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:22:50.856 8 INFO neutron.db.l3_hamode_db [None req-a7bdf507-3635-4d95-8d84-39c766ef5234 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:22:51.269 7 INFO neutron.db.l3_hamode_db [None req-7c733eb2-ed2b-4b34-90d4-a9a8a9fb8504 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/440] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:22:49 2026] POST /v2.0/routers => generated 731 bytes in 2280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/441] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:22:51 2026] DELETE /v2.0/security-groups/614bb450-4b58-40b2-9f5f-b4f0fb104462 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:22:52.120 8 INFO neutron.db.segments_db [None req-a8d8c90d-8824-4cfc-b327-c96ea0cadae9 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 24dc8028-8a2c-470a-b6a9-67510ed01ac6 of type vxlan for network a70bffe4-e3ba-4cd4-9049-e6090909f36c 2026-05-07 20:22:52.373 8 INFO neutron.db.l3_hamode_db [None req-a8d8c90d-8824-4cfc-b327-c96ea0cadae9 860ec6ff88a94faf9d9555f766856866 0fdd61f2e974405ba09eb7c2d6cba1cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 219/442] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:22:50 2026] POST /v2.0/routers => generated 735 bytes in 2291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:22:53.078 8 INFO neutron.db.l3_hamode_db [None req-a8d8c90d-8824-4cfc-b327-c96ea0cadae9 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/445] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:22:52 2026] PUT /v2.0/routers/4b15d0b8-2026-422c-aa48-3cb47f541c5e/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:22:52 2026] POST /v2.0/routers => generated 732 bytes in 1821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:22:53 2026] PUT /v2.0/routers/29c4b96c-0816-4907-851e-d098e6c45cf9/add_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 10.0.0.185 () {38 vars in 971 bytes} [Thu May 7 20:22:54 2026] POST /v2.0/security-groups => generated 1680 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.185 () {38 vars in 971 bytes} [Thu May 7 20:22:55 2026] POST /v2.0/security-groups => generated 1685 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:22:53 2026] PUT /v2.0/routers/2b7a3b9e-ce0b-4df7-a477-a6f00ea61295/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/39082935-a293-4eb6-8a39-881ffc3ea7b3 => generated 1685 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.185 () {38 vars in 981 bytes} [Thu May 7 20:22:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/453] 10.0.0.185 () {38 vars in 971 bytes} [Thu May 7 20:22:55 2026] POST /v2.0/security-groups => generated 1682 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/454] 10.0.0.185 () {38 vars in 971 bytes} [Thu May 7 20:22:55 2026] POST /v2.0/security-groups => generated 1684 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/455] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/05d13380-636f-4e88-97e1-8a51012d148b => 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: 228/456] 10.0.0.185 () {38 vars in 971 bytes} [Thu May 7 20:22:55 2026] POST /v2.0/security-groups => generated 1681 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.185 () {38 vars in 981 bytes} [Thu May 7 20:22:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups?tenant_id=10e7bbed952a411cb99afa918208da51 => generated 7904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/0a20bf5a-f1a9-4314-b32a-52922cba5efe => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/05d13380-636f-4e88-97e1-8a51012d148b => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/461] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/0a20bf5a-f1a9-4314-b32a-52922cba5efe => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/f28426cf-98db-428d-ae7d-1097ccbcb929 => generated 1680 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.185 () {38 vars in 981 bytes} [Thu May 7 20:22:55 2026] POST /v2.0/security-group-rules => generated 619 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.185 () {36 vars in 1013 bytes} [Thu May 7 20:22:55 2026] DELETE /v2.0/security-groups/f28426cf-98db-428d-ae7d-1097ccbcb929 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:22:55.967 8 INFO neutron.api.v2.resource [req-1b4b60f7-b493-4559-952d-98e647c2359a req-7aeb6c72-cc1b-446c-b7e0-8a2bca4327ea b12e77b01a014588b21489a24ad99eba 10e7bbed952a411cb99afa918208da51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 234/465] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/f28426cf-98db-428d-ae7d-1097ccbcb929 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/05d13380-636f-4e88-97e1-8a51012d148b => generated 2939 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:55 2026] GET /v2.0/security-groups/9eb89ce8-6f1c-489a-ad69-65e30a7c2d79 => generated 1682 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 10.0.0.185 () {34 vars in 1001 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-group-rules/563b4af4-05a2-4328-8fe1-16dafbd0a907 => generated 616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/05d13380-636f-4e88-97e1-8a51012d148b => generated 2939 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/470] 10.0.0.185 () {36 vars in 1013 bytes} [Thu May 7 20:22:56 2026] DELETE /v2.0/security-groups/9eb89ce8-6f1c-489a-ad69-65e30a7c2d79 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/471] 10.0.0.185 () {36 vars in 1023 bytes} [Thu May 7 20:22:56 2026] DELETE /v2.0/security-group-rules/563b4af4-05a2-4328-8fe1-16dafbd0a907 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:22:56.224 8 INFO neutron.api.v2.resource [req-5be61b76-65b0-49ad-9c07-9e6c64387ea4 req-9891e698-6ebf-42f6-b17b-72abba44dccd b12e77b01a014588b21489a24ad99eba 10e7bbed952a411cb99afa918208da51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 237/472] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/9eb89ce8-6f1c-489a-ad69-65e30a7c2d79 => 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: 236/473] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/05d13380-636f-4e88-97e1-8a51012d148b => generated 2309 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/474] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/networks?id=c86c9928-2992-400b-bb82-ec86c7170c6c => generated 677 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/quotas/0fdd61f2e974405ba09eb7c2d6cba1cc => 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: 238/476] 10.0.0.185 () {36 vars in 1013 bytes} [Thu May 7 20:22:56 2026] DELETE /v2.0/security-groups/05d13380-636f-4e88-97e1-8a51012d148b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/477] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/90ba8a07-c3b4-48b2-9dea-cae0861f5db0 => generated 1681 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/478] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/ports?tenant_id=0fdd61f2e974405ba09eb7c2d6cba1cc&fields=id => generated 57 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/479] 10.0.0.185 () {36 vars in 1013 bytes} [Thu May 7 20:22:56 2026] DELETE /v2.0/security-groups/90ba8a07-c3b4-48b2-9dea-cae0861f5db0 => 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: 240/480] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/39082935-a293-4eb6-8a39-881ffc3ea7b3 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/481] 10.0.0.185 () {36 vars in 1013 bytes} [Thu May 7 20:22:56 2026] DELETE /v2.0/security-groups/39082935-a293-4eb6-8a39-881ffc3ea7b3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:22:56.747 8 INFO neutron.api.v2.resource [req-bbed5a1b-33a2-4b56-aec9-06692308171e req-d7de3d4f-d97d-4c0d-86b4-f9e99276b669 b12e77b01a014588b21489a24ad99eba 10e7bbed952a411cb99afa918208da51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 242/482] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/90ba8a07-c3b4-48b2-9dea-cae0861f5db0 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/483] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups?tenant_id=10e7bbed952a411cb99afa918208da51 => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/0a20bf5a-f1a9-4314-b32a-52922cba5efe => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/485] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups/0a20bf5a-f1a9-4314-b32a-52922cba5efe => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:22:57.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-56784226-b31d-44b1-b823-a755dbaf14e1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 30189dd4-adb4-4e2f-8e09-e49687a43496 2026-05-07 20:22:57.119 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56784226-b31d-44b1-b823-a755dbaf14e1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 30189dd4-adb4-4e2f-8e09-e49687a43496 [pid: 8|app: 0|req: 246/486] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:22:56 2026] GET /v2.0/security-groups?tenant_id=3151f7b81ad94beeaf03d5092e0034d5&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.185 () {34 vars in 907 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 20:22:57.228 8 INFO neutron.api.v2.resource [req-d17cef54-cc38-4291-99eb-f60e7f8bfe09 req-b7da75d0-eba7-43ca-8e3f-fdb210729bb2 b12e77b01a014588b21489a24ad99eba 10e7bbed952a411cb99afa918208da51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/488] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/security-groups/90ba8a07-c3b4-48b2-9dea-cae0861f5db0 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:22:57 2026] DELETE /v2.0/security-groups/368b7b73-c0fb-4367-b726-c3c5877c2e11 => 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: 250/490] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/networks/c86c9928-2992-400b-bb82-ec86c7170c6c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:22:57.419 8 INFO neutron.api.v2.resource [req-561f2021-042a-4508-9f20-b6665cdd7da0 req-a202ae11-b8e1-4c3f-8056-985c71638955 b12e77b01a014588b21489a24ad99eba 10e7bbed952a411cb99afa918208da51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/491] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/security-groups/9eb89ce8-6f1c-489a-ad69-65e30a7c2d79 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/492] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/networks/c86c9928-2992-400b-bb82-ec86c7170c6c?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-07 20:22:57.487 8 INFO neutron.api.v2.resource [req-2bf21cb3-dd29-46b4-8d8f-057cf558c4b4 req-40543d27-d2e6-46d1-bf2c-0c54a8d52c92 b12e77b01a014588b21489a24ad99eba 10e7bbed952a411cb99afa918208da51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/493] 10.0.0.185 () {34 vars in 991 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/security-groups/f28426cf-98db-428d-ae7d-1097ccbcb929 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/494] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/security-groups?tenant_id=3b0607ebd413446797c795195b22d902&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/495] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:22:56 2026] PUT /v2.0/routers/29c4b96c-0816-4907-851e-d098e6c45cf9/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/496] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:22:57 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => 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: 243/497] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:22:57 2026] DELETE /v2.0/security-groups/dc92d164-b251-4ec7-a126-eba155e23aab => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:22:58.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad604efb-2df8-4f38-9200-5ae094ec3cf6 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 4daa8f9e-ed4a-480b-bd58-83936ad32fdb 2026-05-07 20:22:58.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad604efb-2df8-4f38-9200-5ae094ec3cf6 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 4daa8f9e-ed4a-480b-bd58-83936ad32fdb 2026-05-07 20:22:58.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c6562c7-66f5-488b-8710-2495387e12ed 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 6c1c74c8-b026-4520-8214-3d2322afb68c 2026-05-07 20:22:58.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c6562c7-66f5-488b-8710-2495387e12ed 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 6c1c74c8-b026-4520-8214-3d2322afb68c 2026-05-07 20:22:58.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c6562c7-66f5-488b-8710-2495387e12ed 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 5b2674e7-49b4-410d-947b-ba3e8c4c725b 2026-05-07 20:22:58.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c6562c7-66f5-488b-8710-2495387e12ed 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 5b2674e7-49b4-410d-947b-ba3e8c4c725b 2026-05-07 20:22:58.780 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-0c6562c7-66f5-488b-8710-2495387e12ed 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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-07 20:22:59.102 7 INFO neutron.db.l3_hamode_db [None req-0c6562c7-66f5-488b-8710-2495387e12ed 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network 72c70e31-5980-47e8-afc7-986e2aca6eb6 was deleted as no HA routers are present in tenant a1d6eb9277ca427da2ca45d3572cf2d3. [pid: 7|app: 0|req: 244/498] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:22:58 2026] DELETE /v2.0/routers/29c4b96c-0816-4907-851e-d098e6c45cf9 => generated 0 bytes in 962 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/499] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:22:59 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => 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: 255/500] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:22:57 2026] PUT /v2.0/routers/4b15d0b8-2026-422c-aa48-3cb47f541c5e/remove_router_interface => generated 309 bytes in 1544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/501] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:22:59 2026] DELETE /v2.0/subnets/981e937b-0d71-4776-896a-b624cbda7f1c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:22:59.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8de38e9-4d4e-49ee-ace7-44a5a8f241a2 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 8c3e2394-073c-4ae7-8440-4f433630565c 2026-05-07 20:22:59.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8de38e9-4d4e-49ee-ace7-44a5a8f241a2 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 8c3e2394-073c-4ae7-8440-4f433630565c 2026-05-07 20:22:59.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-cddda5d2-ab41-4514-bb6c-9799bce0a79f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: bae1ffba-030f-40d7-bed8-78df3fc3d39f 2026-05-07 20:22:59.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cddda5d2-ab41-4514-bb6c-9799bce0a79f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: bae1ffba-030f-40d7-bed8-78df3fc3d39f [pid: 7|app: 0|req: 247/502] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:22:59 2026] DELETE /v2.0/networks/fbd4242e-1336-431e-9dbf-c9019cf331d1 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:22:59.582 7 INFO neutron.services.segments.plugin [-] Segment 4c55f75b-8a8b-4c6d-bf58-8e06b491bc2e resource provider aggregate not found 2026-05-07 20:22:59.592 7 INFO neutron.services.segments.plugin [-] Segment 4c55f75b-8a8b-4c6d-bf58-8e06b491bc2e resource provider aggregate not found 2026-05-07 20:22:59.608 7 INFO neutron.services.segments.plugin [-] Segment 4c55f75b-8a8b-4c6d-bf58-8e06b491bc2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c55f75b-8a8b-4c6d-bf58-8e06b491bc2e found for delete ", "request_id": "req-1cbea5b6-7f6f-4cb6-a133-522355feddbf"}]} 2026-05-07 20:22:59.609 7 INFO neutron.services.segments.plugin [-] Segment 4c55f75b-8a8b-4c6d-bf58-8e06b491bc2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c55f75b-8a8b-4c6d-bf58-8e06b491bc2e found for delete ", "request_id": "req-723d56f9-7e39-4cfc-856a-36621e38c587"}]} 2026-05-07 20:22:59.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-cddda5d2-ab41-4514-bb6c-9799bce0a79f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: f665c2a4-daa3-4b55-b1b9-ba243c7a1bec 2026-05-07 20:22:59.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cddda5d2-ab41-4514-bb6c-9799bce0a79f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: f665c2a4-daa3-4b55-b1b9-ba243c7a1bec [pid: 7|app: 0|req: 248/503] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:22:59 2026] GET /v2.0/security-groups?tenant_id=a1d6eb9277ca427da2ca45d3572cf2d3&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:22:59.712 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-cddda5d2-ab41-4514-bb6c-9799bce0a79f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 249/504] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:22:59 2026] DELETE /v2.0/security-groups/8a35bc51-e9de-45d6-9532-c35587b312a5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:23:00.097 8 INFO neutron.db.l3_hamode_db [None req-cddda5d2-ab41-4514-bb6c-9799bce0a79f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network 3e20463e-f4d9-414c-b496-db866209d67f was deleted as no HA routers are present in tenant 10e7bbed952a411cb99afa918208da51. [pid: 8|app: 0|req: 256/505] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:22:59 2026] DELETE /v2.0/routers/4b15d0b8-2026-422c-aa48-3cb47f541c5e => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/506] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:00 2026] DELETE /v2.0/subnets/49989aa3-29eb-48f2-b366-165175631cfa => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/507] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:00 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:00.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-19071135-78db-4de8-be85-674c2a4d7d47 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: efd5bfa0-4b9f-4402-b542-670a9299a4da 2026-05-07 20:23:00.362 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19071135-78db-4de8-be85-674c2a4d7d47 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: efd5bfa0-4b9f-4402-b542-670a9299a4da 2026-05-07 20:23:00.498 8 INFO neutron.services.segments.plugin [-] Segment 164b892d-3f1e-4a2c-ad08-83211d2aee92 resource provider aggregate not found 2026-05-07 20:23:00.511 8 INFO neutron.services.segments.plugin [-] Segment 164b892d-3f1e-4a2c-ad08-83211d2aee92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164b892d-3f1e-4a2c-ad08-83211d2aee92 found for delete ", "request_id": "req-b52d09c0-d0eb-4fac-81b7-274ba34a519e"}]} [pid: 7|app: 0|req: 251/508] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:23:00 2026] DELETE /v2.0/networks/538e0a4e-0a99-4acc-b0f8-599b485583ca => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:23:00.656 8 INFO neutron.services.segments.plugin [-] Segment 164b892d-3f1e-4a2c-ad08-83211d2aee92 resource provider aggregate not found 2026-05-07 20:23:00.669 8 INFO neutron.services.segments.plugin [-] Segment 164b892d-3f1e-4a2c-ad08-83211d2aee92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164b892d-3f1e-4a2c-ad08-83211d2aee92 found for delete ", "request_id": "req-dfca1641-d42f-44fb-95b6-356a0112bedf"}]} [pid: 8|app: 0|req: 258/509] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:00 2026] GET /v2.0/security-groups?tenant_id=10e7bbed952a411cb99afa918208da51&name=default => generated 2921 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/510] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:00 2026] DELETE /v2.0/security-groups/0a20bf5a-f1a9-4314-b32a-52922cba5efe => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/511] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:01 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:01.634 7 INFO neutron.services.segments.plugin [-] Segment 73773e08-f5d9-47ee-b43b-bec384ad8f91 resource provider aggregate not found 2026-05-07 20:23:01.639 7 INFO neutron.services.segments.plugin [-] Segment 73773e08-f5d9-47ee-b43b-bec384ad8f91 resource provider aggregate not found 2026-05-07 20:23:01.653 7 INFO neutron.services.segments.plugin [-] Segment 73773e08-f5d9-47ee-b43b-bec384ad8f91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73773e08-f5d9-47ee-b43b-bec384ad8f91 found for delete ", "request_id": "req-a655afae-9821-440c-8f6a-9990ac7235f9"}]} 2026-05-07 20:23:01.656 7 INFO neutron.services.segments.plugin [-] Segment 73773e08-f5d9-47ee-b43b-bec384ad8f91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73773e08-f5d9-47ee-b43b-bec384ad8f91 found for delete ", "request_id": "req-019af965-cb7f-450e-a306-1a4f094a3a40"}]} 2026-05-07 20:23:01.667 7 INFO neutron.services.segments.plugin [-] Segment 0cf1f581-60e2-4a35-98a2-060e0c996afe resource provider aggregate not found 2026-05-07 20:23:01.672 7 INFO neutron.services.segments.plugin [-] Segment 0cf1f581-60e2-4a35-98a2-060e0c996afe resource provider aggregate not found 2026-05-07 20:23:01.680 7 INFO neutron.services.segments.plugin [-] Segment 0cf1f581-60e2-4a35-98a2-060e0c996afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf1f581-60e2-4a35-98a2-060e0c996afe found for delete ", "request_id": "req-6b35bd8e-5419-488c-b4ae-53eef880b390"}]} 2026-05-07 20:23:01.688 7 INFO neutron.services.segments.plugin [-] Segment 0cf1f581-60e2-4a35-98a2-060e0c996afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0cf1f581-60e2-4a35-98a2-060e0c996afe found for delete ", "request_id": "req-e1db2f66-6a3f-4cae-93e7-c30312381cfe"}]} [pid: 8|app: 0|req: 260/512] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:01 2026] GET /v2.0/security-groups?tenant_id=a5c80e9832724b9f9196654326901059&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:02.214 7 INFO neutron.db.segments_db [None req-883c1763-d142-4a8e-a98b-2de17efab314 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 4584f737-0838-46ea-850a-1a28f1881ae6 of type vxlan for network 6c47d896-179a-46db-8437-173fb4e1e3c7 [pid: 8|app: 0|req: 261/513] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:02 2026] DELETE /v2.0/security-groups/7435e661-9622-4c0f-aa26-925d1d2d06ea => 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: 253/514] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:23:01 2026] POST /v2.0/networks => generated 719 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/515] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:02 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => 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: 262/516] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:02 2026] POST /v2.0/subnets => generated 685 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:23:02.594 8 INFO neutron.db.segments_db [None req-e4d70f77-a927-44b8-bfc3-5f235de069e5 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 8faba493-ba21-49ba-aebd-857d2212decf of type vxlan for network ec6764a9-2440-4083-b863-12ea0facf540 [pid: 7|app: 0|req: 255/517] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:02 2026] GET /v2.0/security-groups?tenant_id=afe1c5fd0ae24a16a0be87693ec76163&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/518] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:02 2026] GET /v2.0/networks?id=c86c9928-2992-400b-bb82-ec86c7170c6c => generated 677 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:02.929 8 INFO neutron.db.l3_hamode_db [None req-e4d70f77-a927-44b8-bfc3-5f235de069e5 860ec6ff88a94faf9d9555f766856866 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 257/519] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:02 2026] DELETE /v2.0/security-groups/a636dca7-f824-4b50-a200-cc15a6251ad6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:23:03.103 7 INFO neutron.db.segments_db [None req-70ad2f80-83a8-4f33-b7b8-51e769c962f9 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 0ee4b32e-293e-4a9f-8177-b54cad0f704b of type vxlan for network 4a445a22-a754-4c30-adb8-c821be7617eb [pid: 7|app: 0|req: 258/520] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:23:02 2026] POST /v2.0/networks => generated 733 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:23:03.553 8 INFO neutron.db.l3_hamode_db [None req-e4d70f77-a927-44b8-bfc3-5f235de069e5 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 259/521] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:23:03 2026] POST /v2.0/ports => generated 954 bytes in 443 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: 260/522] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:03 2026] POST /v2.0/subnets => generated 699 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/523] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:03 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/524] 199.204.45.235 () {34 vars in 911 bytes} [Thu May 7 20:23:03 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-07 20:23:03.896 7 INFO neutron.db.segments_db [None req-b8e0f5be-3647-436f-b25c-78a27ca0cd15 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 42f1d048-1d74-458b-a84d-6e633b32a935 of type vxlan for network 9842a0a2-d145-4bbd-841d-52a1fa16257d 2026-05-07 20:23:04.137 7 INFO neutron.db.l3_hamode_db [None req-b8e0f5be-3647-436f-b25c-78a27ca0cd15 860ec6ff88a94faf9d9555f766856866 59daac61fe1d4ff7bc040e839ec04caa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 263/525] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:02 2026] POST /v2.0/routers => generated 725 bytes in 1684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/526] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:04 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:04.845 7 INFO neutron.db.l3_hamode_db [None req-b8e0f5be-3647-436f-b25c-78a27ca0cd15 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 265/527] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:23:04 2026] PUT /v2.0/routers/66ef547e-94d6-4701-8e1a-e3b424692bb0/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/528] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:03 2026] POST /v2.0/routers => generated 739 bytes in 1935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/529] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:05 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 957 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/530] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:23:05 2026] PUT /v2.0/ports/070e5547-e817-4d57-8788-77ec7e48b1ca => generated 1235 bytes in 657 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/531] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:06 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/532] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:23:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/533] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/534] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/537] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:23:05 2026] PUT /v2.0/routers/5fe031ab-631b-4d26-b17a-23a7453a6645/add_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:06.860 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3bb9e76-9201-4f15-acca-14d2bdec86f8'] response: {'name': 'network-changed', 'server_uuid': 'ddfb11ac-f27e-497f-93ec-93a2901bd845', 'tag': '070e5547-e817-4d57-8788-77ec7e48b1ca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 273/538] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:23:06 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/539] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/ports?tenant_id=0fdd61f2e974405ba09eb7c2d6cba1cc&device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 1238 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/540] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:06 2026] GET /v2.0/security-groups?tenant_id=4bcfd558e1a241e4afd1ef65716c27c7&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/541] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=070e5547-e817-4d57-8788-77ec7e48b1ca => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/542] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:07 2026] DELETE /v2.0/security-groups/ddc5b730-f937-46a2-9467-301a395336db => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/543] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/544] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/subnets?id=9b8680ae-ccf8-4eee-8439-5b8d15f09ea8 => generated 695 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/545] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&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: 8|app: 0|req: 277/546] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:23:07 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/547] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/ports?network_id=c86c9928-2992-400b-bb82-ec86c7170c6c&device_owner=network%3Adhcp => generated 1244 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/548] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/security-groups?tenant_id=a55035114c2f457095b28c1028571816&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/549] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/550] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/networks/c86c9928-2992-400b-bb82-ec86c7170c6c?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: 272/551] 10.0.0.185 () {34 vars in 1100 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2093269722&fields=id&tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a => 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: 280/552] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:07 2026] DELETE /v2.0/security-groups/304a7e60-af3b-485e-8e83-e14f4bc930ac => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/553] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/networks/c86c9928-2992-400b-bb82-ec86c7170c6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/554] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/555] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/networks?id=6c47d896-179a-46db-8437-173fb4e1e3c7 => generated 670 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/556] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/quotas/94bc6ec4b8cd4131a2f7b645165c8b0a => 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: 284/557] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/ports?tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/558] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:23:07 2026] GET /v2.0/networks/6c47d896-179a-46db-8437-173fb4e1e3c7?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: 286/559] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/networks/6c47d896-179a-46db-8437-173fb4e1e3c7?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: 287/560] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 274/561] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:23:07 2026] POST /v2.0/floatingips => generated 552 bytes in 631 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/562] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/563] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/564] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/ports?tenant_id=0fdd61f2e974405ba09eb7c2d6cba1cc&device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/565] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/networks?id=c86c9928-2992-400b-bb82-ec86c7170c6c => generated 773 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/566] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=070e5547-e817-4d57-8788-77ec7e48b1ca => 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: 277/567] 10.0.0.185 () {34 vars in 1098 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--825194029&fields=id&tenant_id=59daac61fe1d4ff7bc040e839ec04caa => 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: 291/568] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:08 2026] GET /v2.0/subnets?id=9b8680ae-ccf8-4eee-8439-5b8d15f09ea8 => generated 695 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/569] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/networks?id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/570] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/quotas/59daac61fe1d4ff7bc040e839ec04caa => 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: 292/571] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/ports?network_id=c86c9928-2992-400b-bb82-ec86c7170c6c&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: 293/572] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/networks/c86c9928-2992-400b-bb82-ec86c7170c6c?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: 280/573] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/574] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/networks/c86c9928-2992-400b-bb82-ec86c7170c6c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/575] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 295/576] 10.0.0.185 () {34 vars in 907 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/extensions => generated 21537 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/577] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 297/578] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:09.777 7 INFO neutron.db.segments_db [None req-c03a9046-a549-48b1-8f70-ae66f6612795 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] Added segment 0f7c95d6-0941-47e1-8981-4fd6162a490a of type vxlan for network ad8c8b73-4d7a-4f92-8ba1-73f9544f24ab [pid: 8|app: 0|req: 298/579] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/580] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/581] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:23:09 2026] POST /v2.0/networks => generated 624 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/582] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:09 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 300/583] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:23:09 2026] POST /v2.0/ports => generated 774 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:23:10.312 7 INFO neutron.db.segments_db [None req-f2e06313-1dc4-40c0-8409-e2dacbc5af3b 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] Added segment 05fa1ff9-2b3b-4003-aef3-95133679d734 of type vxlan for network eb1b4fc0-1ea1-4513-834f-7a1028f5de60 [pid: 7|app: 0|req: 284/584] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:23:10 2026] POST /v2.0/networks => generated 612 bytes in 133 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: 285/585] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:10 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 301/586] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:10 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/587] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:10 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => 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: 303/588] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:10 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&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: 304/589] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:11 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 286/590] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:23:10 2026] POST /v2.0/ports => generated 950 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:23:11.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e0334c1-1fed-4ff8-a6ff-79d0449f49b1 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] TaaS: Handle Delete Port: ca38bf53-a68c-424d-a9fc-3f9953ecf69d 2026-05-07 20:23:11.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e0334c1-1fed-4ff8-a6ff-79d0449f49b1 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] Tap Mirror: Handle Delete Port: ca38bf53-a68c-424d-a9fc-3f9953ecf69d [pid: 8|app: 0|req: 305/591] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:23:11 2026] DELETE /v2.0/ports/ca38bf53-a68c-424d-a9fc-3f9953ecf69d => generated 0 bytes in 325 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-07 20:23:11.482 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d3661f3-6f62-4f74-9ddf-f6220dea44d9 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 287/592] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:23:11 2026] DELETE /v2.0/ports/ca38bf53-a68c-424d-a9fc-3f9953ecf69d => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:23:11.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00f86896-890a-4f91-8569-31a89b78f79b 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 306/593] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:23:11 2026] GET /v2.0/ports/ca38bf53-a68c-424d-a9fc-3f9953ecf69d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/594] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:11 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 307/595] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:11 2026] DELETE /v2.0/subnets/c515e681-e5fb-4889-a700-81607f86760e => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:23:11.763 7 INFO neutron.services.segments.plugin [-] Segment 05fa1ff9-2b3b-4003-aef3-95133679d734 resource provider aggregate not found 2026-05-07 20:23:11.767 7 INFO neutron.services.segments.plugin [-] Segment 05fa1ff9-2b3b-4003-aef3-95133679d734 resource provider aggregate not found 2026-05-07 20:23:11.779 7 INFO neutron.services.segments.plugin [-] Segment 05fa1ff9-2b3b-4003-aef3-95133679d734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05fa1ff9-2b3b-4003-aef3-95133679d734 found for delete ", "request_id": "req-5e85328d-88e6-407d-88bf-d28c1f0a9ee5"}]} [pid: 7|app: 0|req: 289/596] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:23:11 2026] DELETE /v2.0/networks/eb1b4fc0-1ea1-4513-834f-7a1028f5de60 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:23:11.790 7 INFO neutron.services.segments.plugin [-] Segment 05fa1ff9-2b3b-4003-aef3-95133679d734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05fa1ff9-2b3b-4003-aef3-95133679d734 found for delete ", "request_id": "req-0b5a2e55-1410-47ab-bff6-8aff304e248d"}]} 2026-05-07 20:23:11.838 8 INFO neutron.db.segments_db [None req-12b164f8-04b6-48ea-ae04-36f4bd651ed4 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] Added segment 471407be-d451-4ed4-9163-93fa6382aac1 of type vxlan for network 2d0afbe2-5ed0-4412-b2a9-9a687d6dab40 [pid: 8|app: 0|req: 308/597] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:23:11 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/598] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:12 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/599] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:12 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/600] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:12 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/601] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:11 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/602] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:12 2026] GET /v2.0/networks?id=6c47d896-179a-46db-8437-173fb4e1e3c7 => generated 670 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/603] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:12 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 293/604] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:23:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/605] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:23:12 2026] POST /v2.0/ports => generated 912 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:23:12.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dede4b3-e559-41ac-a765-cfa1f61254cc 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] TaaS: Handle Delete Port: ab208b38-5a81-4544-b57e-aaa67ec2ed47 2026-05-07 20:23:12.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dede4b3-e559-41ac-a765-cfa1f61254cc 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] Tap Mirror: Handle Delete Port: ab208b38-5a81-4544-b57e-aaa67ec2ed47 [pid: 7|app: 0|req: 294/606] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:23:12 2026] POST /v2.0/ports => generated 958 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/607] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:23:12 2026] DELETE /v2.0/ports/ab208b38-5a81-4544-b57e-aaa67ec2ed47 => generated 0 bytes in 270 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-07 20:23:13.122 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1edd9a7-0d90-4bd8-ae77-cd7ebfb0d624 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 295/608] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:23:13 2026] GET /v2.0/ports/ab208b38-5a81-4544-b57e-aaa67ec2ed47 => 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: 296/609] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:13 2026] DELETE /v2.0/subnets/4d111c6e-dc3b-4e87-b75d-a13619324531 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/610] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:13 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/611] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:13 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/612] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:23:13 2026] DELETE /v2.0/networks/2d0afbe2-5ed0-4412-b2a9-9a687d6dab40 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/613] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:13 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/614] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:23:13 2026] PUT /v2.0/ports/8901553a-41e3-4df2-bdc4-6927b7fd6670 => generated 1239 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:13.530 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d43a090c-44c1-4b30-b867-ae29d2c45038'] response: {'name': 'network-changed', 'server_uuid': '19c92e51-f3c9-4118-9b60-a7770f90f96e', 'tag': '8901553a-41e3-4df2-bdc4-6927b7fd6670', '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: 301/615] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:23:13 2026] POST /v2.0/ports => generated 774 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 20:23:13.805 7 INFO neutron.services.segments.plugin [-] Segment 471407be-d451-4ed4-9163-93fa6382aac1 resource provider aggregate not found 2026-05-07 20:23:13.813 7 INFO neutron.services.segments.plugin [-] Segment 471407be-d451-4ed4-9163-93fa6382aac1 resource provider aggregate not found 2026-05-07 20:23:13.828 7 INFO neutron.services.segments.plugin [-] Segment 471407be-d451-4ed4-9163-93fa6382aac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471407be-d451-4ed4-9163-93fa6382aac1 found for delete ", "request_id": "req-10b93d61-b8aa-4543-90f6-ddb1946f228a"}]} 2026-05-07 20:23:13.833 7 INFO neutron.services.segments.plugin [-] Segment 471407be-d451-4ed4-9163-93fa6382aac1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471407be-d451-4ed4-9163-93fa6382aac1 found for delete ", "request_id": "req-0fc5fc96-674d-4032-b293-44161d9ec964"}]} [pid: 8|app: 0|req: 315/616] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:13 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/617] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:13 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/618] 10.0.0.138 () {34 vars in 737 bytes} [Thu May 7 20:23:13 2026] PUT /v2.0/ports/e1a0ff15-89f5-4cb7-990d-3693a170355a => generated 752 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:14.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-0631909d-249d-4993-833b-8de621d7ed21 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] TaaS: Handle Delete Port: e1a0ff15-89f5-4cb7-990d-3693a170355a 2026-05-07 20:23:14.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0631909d-249d-4993-833b-8de621d7ed21 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] Tap Mirror: Handle Delete Port: e1a0ff15-89f5-4cb7-990d-3693a170355a /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 303/619] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports?tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a&device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/620] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:23:13 2026] DELETE /v2.0/ports/e1a0ff15-89f5-4cb7-990d-3693a170355a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/621] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/networks?tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a&shared=False => generated 766 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/622] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports => generated 777 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:14.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d1635d66-e4b6-4492-80da-8a633bb1d59d 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 319/623] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports/e1a0ff15-89f5-4cb7-990d-3693a170355a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/624] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/625] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports => generated 777 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/626] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports/b2a7c0da-6ce1-4c64-a621-500a6b1f5e0e => generated 774 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:14.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac104a5a-7bc9-472f-be3b-659ca4daa602 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 321/627] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:23:14 2026] DELETE /v2.0/ports/ab208b38-5a81-4544-b57e-aaa67ec2ed47 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/628] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:14.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f5a1847-a395-4780-8e23-c322874f3f3c 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 322/629] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:14 2026] DELETE /v2.0/subnets/4d111c6e-dc3b-4e87-b75d-a13619324531 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:23:14.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d25d9ae1-9e92-4e5d-ab0d-bbf43aa74ccd 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 308/630] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:14 2026] DELETE /v2.0/subnets/c515e681-e5fb-4889-a700-81607f86760e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:23:14.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c3ae9b1-18c5-44b7-bf02-b1f9a7619381 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] TaaS: Handle Delete Port: b2a7c0da-6ce1-4c64-a621-500a6b1f5e0e 2026-05-07 20:23:14.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c3ae9b1-18c5-44b7-bf02-b1f9a7619381 0c62fbe9e73f4df69f635f4c6df63436 40f16a2ea53744deb8d12f71d5f2492e - - default default] Tap Mirror: Handle Delete Port: b2a7c0da-6ce1-4c64-a621-500a6b1f5e0e [pid: 8|app: 0|req: 323/631] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:23:14 2026] DELETE /v2.0/ports/b2a7c0da-6ce1-4c64-a621-500a6b1f5e0e => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/632] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/633] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/634] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/networks?id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 684 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/635] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=59daac61fe1d4ff7bc040e839ec04caa => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:14.789 8 INFO neutron.services.segments.plugin [-] Segment 0f7c95d6-0941-47e1-8981-4fd6162a490a resource provider aggregate not found 2026-05-07 20:23:14.801 8 INFO neutron.services.segments.plugin [-] Segment 0f7c95d6-0941-47e1-8981-4fd6162a490a resource provider aggregate not found 2026-05-07 20:23:14.813 8 INFO neutron.services.segments.plugin [-] Segment 0f7c95d6-0941-47e1-8981-4fd6162a490a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f7c95d6-0941-47e1-8981-4fd6162a490a found for delete ", "request_id": "req-c61479b1-7edd-4b4e-8a4c-cb75f92e86e3"}]} [pid: 8|app: 0|req: 324/636] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:23:14 2026] DELETE /v2.0/networks/ad8c8b73-4d7a-4f92-8ba1-73f9544f24ab => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:23:14.820 8 INFO neutron.services.segments.plugin [-] Segment 0f7c95d6-0941-47e1-8981-4fd6162a490a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f7c95d6-0941-47e1-8981-4fd6162a490a found for delete ", "request_id": "req-127ec57b-a256-434a-a5bf-4cd25e322980"}]} [pid: 8|app: 0|req: 325/637] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/638] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:14 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/639] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:23:14 2026] POST /v2.0/ports => generated 954 bytes in 401 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: 314/640] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/ports?tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a&device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 327/641] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:23:15 2026] PUT /v2.0/ports/ced46573-5870-415d-a791-66177026f752 => generated 1235 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/642] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8901553a-41e3-4df2-bdc4-6927b7fd6670 => generated 19 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:15.722 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6173b040-b1c4-49e9-8484-7f297f2b294e'] response: {'name': 'network-changed', 'server_uuid': '82fb1433-7ab7-4ecb-8b28-5beeae81548c', 'tag': 'ced46573-5870-415d-a791-66177026f752', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 316/643] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/644] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/subnets?id=4d6f62cf-3b20-4672-bab7-b4c64d2be0fa => generated 688 bytes in 17 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: 318/645] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 971 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/646] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/647] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/security-groups?tenant_id=40f16a2ea53744deb8d12f71d5f2492e&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/648] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/ports?network_id=6c47d896-179a-46db-8437-173fb4e1e3c7&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/649] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/650] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/networks/6c47d896-179a-46db-8437-173fb4e1e3c7?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: 321/651] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:15 2026] DELETE /v2.0/security-groups/3b3fe722-746d-4cb7-9780-eb1eab99bf0a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/652] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:15 2026] GET /v2.0/networks/6c47d896-179a-46db-8437-173fb4e1e3c7?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: 322/653] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 332/654] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&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: 323/655] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1238 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/656] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/networks?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&shared=False => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/657] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/658] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/659] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:23:16 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: 8|app: 0|req: 335/660] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/661] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:16 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/662] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/663] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&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: 337/664] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/665] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/666] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ced46573-5870-415d-a791-66177026f752 => 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: 339/667] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/subnets?id=d7d2a5dd-b52d-4873-8078-91e413c22380 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/668] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/669] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/ports?network_id=4a445a22-a754-4c30-adb8-c821be7617eb&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/670] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 341/671] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:17 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 342/672] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/673] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:23:17 2026] POST /v2.0/security-groups => generated 1624 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/674] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/675] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-groups => generated 4529 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/676] 10.0.0.138 () {34 vars in 758 bytes} [Thu May 7 20:23:18 2026] PUT /v2.0/security-groups/433852e4-ae8d-4ea5-bc8c-57926dafa9df => generated 1663 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/677] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-groups/433852e4-ae8d-4ea5-bc8c-57926dafa9df => generated 1663 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/678] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:18 2026] DELETE /v2.0/security-groups/433852e4-ae8d-4ea5-bc8c-57926dafa9df => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/679] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:23:18 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) 2026-05-07 20:23:18.405 8 INFO neutron.api.v2.resource [None req-265fb185-00c0-46d6-b888-84071b446242 35203fbc4b544b19beb53c321a07c93d 95dc060c67b64c08a79d8b4470d837dc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 346/680] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:18 2026] DELETE /v2.0/security-groups/433852e4-ae8d-4ea5-bc8c-57926dafa9df => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/681] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/682] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/683] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:23:18 2026] POST /v2.0/security-groups => generated 1625 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/684] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:18 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: 7|app: 0|req: 336/685] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/686] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-group-rules/5f7cf5c8-a2cd-4803-a426-225f84800c3b => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/687] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-groups?id=0b918efc-4241-42af-91aa-bc9d80750cd2&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/688] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/689] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:18.860 8 INFO neutron_taas.services.taas.taas_plugin [req-afe9ffb0-ebec-4f97-a837-4df2c1912765 req-ae882889-edde-4180-80ac-5559b05ca787 b43d95b5d2714c09ac4c2db1eb29757d 0fdd61f2e974405ba09eb7c2d6cba1cc - - default default] TaaS: Handle Delete Port: 070e5547-e817-4d57-8788-77ec7e48b1ca 2026-05-07 20:23:18.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afe9ffb0-ebec-4f97-a837-4df2c1912765 req-ae882889-edde-4180-80ac-5559b05ca787 b43d95b5d2714c09ac4c2db1eb29757d 0fdd61f2e974405ba09eb7c2d6cba1cc - - default default] Tap Mirror: Handle Delete Port: 070e5547-e817-4d57-8788-77ec7e48b1ca [pid: 7|app: 0|req: 339/690] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:23:18 2026] DELETE /v2.0/security-group-rules/5f7cf5c8-a2cd-4803-a426-225f84800c3b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/691] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:23:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/692] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:23:18 2026] DELETE /v2.0/ports/070e5547-e817-4d57-8788-77ec7e48b1ca => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:23:19.014 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fff6aca-65b6-44e5-af48-40770277b12d'] response: {'server_uuid': 'ddfb11ac-f27e-497f-93ec-93a2901bd845', 'name': 'network-vif-deleted', 'tag': '070e5547-e817-4d57-8788-77ec7e48b1ca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 341/693] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/694] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-group-rules/77a86ddb-e0eb-4b9f-aefd-a35035f63086 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/695] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/696] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 354/697] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:23:19 2026] DELETE /v2.0/security-group-rules/77a86ddb-e0eb-4b9f-aefd-a35035f63086 => 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: 344/698] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&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: 355/699] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:19.404 7 INFO neutron.db.securitygroups_db [None req-1b3eac61-8add-4dcc-8b28-528ccca3de85 35203fbc4b544b19beb53c321a07c93d 95dc060c67b64c08a79d8b4470d837dc - - default default] Project 95dc060c67b64c08a79d8b4470d837dc 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: 345/700] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/701] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-group-rules/e8079b1d-bf4a-4b22-acf0-d4d62398565e => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/702] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/703] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:23:19 2026] DELETE /v2.0/security-group-rules/e8079b1d-bf4a-4b22-acf0-d4d62398565e => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/704] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/705] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/706] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&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: 359/707] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:19 2026] DELETE /v2.0/security-groups/8d82a3e7-c236-4d9b-8840-c16d7af83db4 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/708] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:23:19 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: 360/709] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/710] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:19 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => 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: 361/711] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:20 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 362/712] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:20 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/713] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:20 2026] GET /v2.0/security-groups?tenant_id=95dc060c67b64c08a79d8b4470d837dc&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/714] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:20 2026] DELETE /v2.0/security-groups/a2dceeb3-f020-4c51-9523-5fd8f499f8e3 => 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: 352/715] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:20 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/716] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:20 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/717] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:20 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/718] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:20 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:21.462 7 INFO neutron.db.l3_db [None req-22fb5d41-a3f0-40ab-b07e-f5f82d1c4871 4cf7ed536df2471a85d080891ed0c097 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] Floating IP 98054505-4944-4bdb-8557-d628b525be13 associated. External IP: 10.96.250.218, port: 8901553a-41e3-4df2-bdc4-6927b7fd6670. [pid: 8|app: 0|req: 368/721] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:21 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/722] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:21 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&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: 354/723] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:23:21 2026] PUT /v2.0/floatingips/98054505-4944-4bdb-8557-d628b525be13 => generated 856 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/724] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:21 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/725] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:21 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/726] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 356/727] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/ports?device_id=ddfb11ac-f27e-497f-93ec-93a2901bd845 => 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: 372/728] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:22.289 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e8ca87d-78e5-46a1-89ef-dbde675ef98b'] response: {'name': 'network-changed', 'server_uuid': '19c92e51-f3c9-4118-9b60-a7770f90f96e', 'tag': '8901553a-41e3-4df2-bdc4-6927b7fd6670', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 357/729] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:23:22 2026] POST /v2.0/subnetpools => generated 548 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/730] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/subnetpools/6131eb67-8c21-4795-a824-460a6b70e3ec => generated 548 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/731] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:23:22 2026] PUT /v2.0/subnetpools/6131eb67-8c21-4795-a824-460a6b70e3ec => generated 501 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/732] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/733] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/734] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:23:22 2026] DELETE /v2.0/subnetpools/6131eb67-8c21-4795-a824-460a6b70e3ec => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:23:22.838 7 INFO neutron.api.v2.resource [None req-425838b9-8a44-4e1f-aa73-a546c41161f7 1b81a1e70ec642b2ab966bb93408647f fb274fd4923f4ede8b84e3aaba33d486 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 360/735] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/subnetpools/6131eb67-8c21-4795-a824-460a6b70e3ec => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:23:22.853 7 INFO neutron.api.v2.resource [None req-e90b162e-06a3-4c67-8493-63936695920d 1b81a1e70ec642b2ab966bb93408647f fb274fd4923f4ede8b84e3aaba33d486 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 361/736] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:23:22 2026] DELETE /v2.0/subnetpools/6131eb67-8c21-4795-a824-460a6b70e3ec => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/737] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/ports?tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a&device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/738] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/networks?id=6c47d896-179a-46db-8437-173fb4e1e3c7 => generated 766 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/739] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/740] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=8901553a-41e3-4df2-bdc4-6927b7fd6670 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/741] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:22 2026] GET /v2.0/subnets?id=4d6f62cf-3b20-4672-bab7-b4c64d2be0fa => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/742] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:23 2026] GET /v2.0/ports?network_id=6c47d896-179a-46db-8437-173fb4e1e3c7&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/743] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:23 2026] GET /v2.0/networks/6c47d896-179a-46db-8437-173fb4e1e3c7?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: 367/744] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:23 2026] GET /v2.0/networks/6c47d896-179a-46db-8437-173fb4e1e3c7?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-07 20:23:23.457 8 INFO neutron.db.l3_db [None req-c3329caf-acd2-4593-ab89-09d4b450332b c33cb46b8cc241bf822cc8b5f6acf721 59daac61fe1d4ff7bc040e839ec04caa - - default default] Floating IP 4dcc383a-db5b-41de-abb0-e1bdc2207ddb associated. External IP: 10.96.250.211, port: ced46573-5870-415d-a791-66177026f752. 2026-05-07 20:23:23.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-efee0d07-516d-4d17-92d6-687df4cef1bf 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 6341c5bb-a420-4f66-b6b4-eef6f97402ce 2026-05-07 20:23:23.600 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efee0d07-516d-4d17-92d6-687df4cef1bf 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 6341c5bb-a420-4f66-b6b4-eef6f97402ce [pid: 8|app: 0|req: 378/745] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:23:22 2026] PUT /v2.0/floatingips/4dcc383a-db5b-41de-abb0-e1bdc2207ddb => generated 855 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/746] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:23 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/747] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:23 2026] GET /v2.0/security-groups?tenant_id=fb274fd4923f4ede8b84e3aaba33d486&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/748] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:23 2026] GET /v2.0/security-groups?id=7274c17c-9a2c-4abc-833b-2f38827539c0&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: 382/749] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:23 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:24.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a721258-2078-49e0-a180-b9acc2bf9558'] response: {'name': 'network-changed', 'server_uuid': '82fb1433-7ab7-4ecb-8b28-5beeae81548c', 'tag': 'ced46573-5870-415d-a791-66177026f752', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 383/750] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:24 2026] DELETE /v2.0/security-groups/b8e37a7f-70af-4e5f-a276-869d6ffaec18 => 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: 368/751] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:23:23 2026] PUT /v2.0/routers/2b7a3b9e-ce0b-4df7-a477-a6f00ea61295/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/752] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:24 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&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-07 20:23:24.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3c8c42a-546a-4912-af9e-f68ff553093b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: ee631b90-b70b-4071-97dd-1af81131bcd0 2026-05-07 20:23:24.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c8c42a-546a-4912-af9e-f68ff553093b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: ee631b90-b70b-4071-97dd-1af81131bcd0 [pid: 8|app: 0|req: 385/753] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:24 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:24.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3c8c42a-546a-4912-af9e-f68ff553093b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 93c96cba-dfae-456a-8531-2e3b1bd0768e 2026-05-07 20:23:24.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c8c42a-546a-4912-af9e-f68ff553093b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 93c96cba-dfae-456a-8531-2e3b1bd0768e [pid: 8|app: 0|req: 386/754] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:23:24 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/755] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:24 2026] GET /v2.0/networks?id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:24.803 8 INFO neutron_taas.services.taas.taas_plugin [req-9b728e4e-c15f-424e-a05f-911abfcd0d20 req-0b517fbc-ad44-47ff-8a95-182b35df36bd 4cf7ed536df2471a85d080891ed0c097 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] TaaS: Handle Delete Port: 8901553a-41e3-4df2-bdc4-6927b7fd6670 2026-05-07 20:23:24.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9b728e4e-c15f-424e-a05f-911abfcd0d20 req-0b517fbc-ad44-47ff-8a95-182b35df36bd 4cf7ed536df2471a85d080891ed0c097 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] Tap Mirror: Handle Delete Port: 8901553a-41e3-4df2-bdc4-6927b7fd6670 2026-05-07 20:23:24.998 8 INFO neutron.db.l3_db [req-9b728e4e-c15f-424e-a05f-911abfcd0d20 req-0b517fbc-ad44-47ff-8a95-182b35df36bd 4cf7ed536df2471a85d080891ed0c097 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] Floating IP 98054505-4944-4bdb-8557-d628b525be13 disassociated. External IP: 10.96.250.218, port: 8901553a-41e3-4df2-bdc4-6927b7fd6670. 2026-05-07 20:23:25.018 7 INFO neutron.services.segments.plugin [-] Segment 24dc8028-8a2c-470a-b6a9-67510ed01ac6 resource provider aggregate not found 2026-05-07 20:23:25.026 7 INFO neutron.services.segments.plugin [-] Segment 24dc8028-8a2c-470a-b6a9-67510ed01ac6 resource provider aggregate not found 2026-05-07 20:23:25.043 7 INFO neutron.services.segments.plugin [-] Segment 24dc8028-8a2c-470a-b6a9-67510ed01ac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24dc8028-8a2c-470a-b6a9-67510ed01ac6 found for delete ", "request_id": "req-83803bc2-a5b0-47cc-9513-9ca1994d1070"}]} 2026-05-07 20:23:25.054 7 INFO neutron.services.segments.plugin [-] Segment 24dc8028-8a2c-470a-b6a9-67510ed01ac6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24dc8028-8a2c-470a-b6a9-67510ed01ac6 found for delete ", "request_id": "req-360f497c-7ad9-4f13-bf5d-ee4a973b1558"}]} 2026-05-07 20:23:25.071 7 INFO neutron.db.l3_hamode_db [None req-e3c8c42a-546a-4912-af9e-f68ff553093b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network a70bffe4-e3ba-4cd4-9049-e6090909f36c was deleted as no HA routers are present in tenant 0fdd61f2e974405ba09eb7c2d6cba1cc. [pid: 7|app: 0|req: 369/756] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:24 2026] DELETE /v2.0/routers/2b7a3b9e-ce0b-4df7-a477-a6f00ea61295 => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/757] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ced46573-5870-415d-a791-66177026f752 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/758] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:25 2026] DELETE /v2.0/subnets/9b8680ae-ccf8-4eee-8439-5b8d15f09ea8 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/759] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:25 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 373/760] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:25 2026] GET /v2.0/subnets?id=d7d2a5dd-b52d-4873-8078-91e413c22380 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:25.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-8feaf2ff-d249-4faa-b95b-b69d267d5c27 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 1425e0ce-6986-4cb9-bbe5-c4450842bea7 2026-05-07 20:23:25.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8feaf2ff-d249-4faa-b95b-b69d267d5c27 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 1425e0ce-6986-4cb9-bbe5-c4450842bea7 [pid: 8|app: 0|req: 388/761] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:23:24 2026] DELETE /v2.0/ports/8901553a-41e3-4df2-bdc4-6927b7fd6670 => generated 0 bytes in 854 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/762] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:25 2026] GET /v2.0/ports?network_id=4a445a22-a754-4c30-adb8-c821be7617eb&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: 390/763] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:25 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 391/764] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:25 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/765] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:23:25 2026] DELETE /v2.0/networks/c86c9928-2992-400b-bb82-ec86c7170c6c => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/766] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:25 2026] GET /v2.0/security-groups?tenant_id=0fdd61f2e974405ba09eb7c2d6cba1cc&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:26.076 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-243edcec-f709-4be7-9816-8d8b35c08f68'] response: {'server_uuid': '19c92e51-f3c9-4118-9b60-a7770f90f96e', 'name': 'network-vif-deleted', 'tag': '8901553a-41e3-4df2-bdc4-6927b7fd6670', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 375/767] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:25 2026] DELETE /v2.0/security-groups/0b918efc-4241-42af-91aa-bc9d80750cd2 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/768] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:26 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:27.064 7 INFO neutron.services.segments.plugin [-] Segment ce6dab5c-77f4-46f7-8ddd-d2f83bece6d2 resource provider aggregate not found 2026-05-07 20:23:27.071 7 INFO neutron.services.segments.plugin [-] Segment ce6dab5c-77f4-46f7-8ddd-d2f83bece6d2 resource provider aggregate not found 2026-05-07 20:23:27.080 7 INFO neutron.services.segments.plugin [-] Segment ce6dab5c-77f4-46f7-8ddd-d2f83bece6d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce6dab5c-77f4-46f7-8ddd-d2f83bece6d2 found for delete ", "request_id": "req-46ad4198-6e6b-40f0-987f-3b952ad0cb16"}]} 2026-05-07 20:23:27.088 7 INFO neutron.services.segments.plugin [-] Segment ce6dab5c-77f4-46f7-8ddd-d2f83bece6d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce6dab5c-77f4-46f7-8ddd-d2f83bece6d2 found for delete ", "request_id": "req-1869eaa2-8643-4ed7-8d54-d879c4404a19"}]} [pid: 7|app: 0|req: 376/769] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:27 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 394/770] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:28 2026] GET /v2.0/ports?device_id=19c92e51-f3c9-4118-9b60-a7770f90f96e => 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: 377/771] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:34 2026] DELETE /v2.0/security-groups/7274c17c-9a2c-4abc-833b-2f38827539c0 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:23:34.307 7 INFO neutron.api.v2.resource [None req-be290b84-7a9f-4661-b4c6-c7409365e428 4cf7ed536df2471a85d080891ed0c097 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 378/772] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:23:34 2026] GET /v2.0/security-groups/7274c17c-9a2c-4abc-833b-2f38827539c0 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:23:34.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-ede7475c-11f8-4db1-b6c5-374ad198f209 4cf7ed536df2471a85d080891ed0c097 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] TaaS: Handle Delete Port: cdda37de-e59a-49d3-8f7b-717a68e4ef22 2026-05-07 20:23:34.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ede7475c-11f8-4db1-b6c5-374ad198f209 4cf7ed536df2471a85d080891ed0c097 94bc6ec4b8cd4131a2f7b645165c8b0a - - default default] Tap Mirror: Handle Delete Port: cdda37de-e59a-49d3-8f7b-717a68e4ef22 [pid: 7|app: 0|req: 379/773] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:23:34 2026] DELETE /v2.0/floatingips/98054505-4944-4bdb-8557-d628b525be13 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/774] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:34 2026] GET /v2.0/security-groups?tenant_id=0dd8b34354a245f6987839665670746d&name=default => generated 2925 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/775] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:34 2026] DELETE /v2.0/security-groups/32372c74-400b-4720-bfb2-be9e6d6ed513 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:23:34.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-8028ebb3-dd26-4806-b7e2-61ad50121ca4 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: cd74c406-8147-4b98-8536-488b1cb73251 2026-05-07 20:23:34.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8028ebb3-dd26-4806-b7e2-61ad50121ca4 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: cd74c406-8147-4b98-8536-488b1cb73251 [pid: 8|app: 0|req: 397/776] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:35 2026] GET /v2.0/security-groups?tenant_id=091e5b026b844cbcadf97a010c046dd8&name=default => generated 2925 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/777] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:23:34 2026] PUT /v2.0/routers/66ef547e-94d6-4701-8e1a-e3b424692bb0/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/778] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:23:35 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1240 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:35.779 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d1acb6b-269a-4e13-915d-47b494274834 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 2d01ea24-6a93-4309-8a93-95ebf4feeb57 2026-05-07 20:23:35.783 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1acb6b-269a-4e13-915d-47b494274834 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 2d01ea24-6a93-4309-8a93-95ebf4feeb57 [pid: 8|app: 0|req: 399/779] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:35 2026] DELETE /v2.0/security-groups/c695c573-6b2c-402c-ae0e-95a3a3d3410a => 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: 400/780] 10.0.0.252 () {34 vars in 1040 bytes} [Thu May 7 20:23:35 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:36.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d1acb6b-269a-4e13-915d-47b494274834 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 51b4226f-fcea-48c8-a715-9f5db15fb77b 2026-05-07 20:23:36.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1acb6b-269a-4e13-915d-47b494274834 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 51b4226f-fcea-48c8-a715-9f5db15fb77b [pid: 8|app: 0|req: 401/781] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:35 2026] GET /v2.0/security-groups?tenant_id=97d687fe6edd447cb6c663bd51a70e7b&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/782] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:36 2026] DELETE /v2.0/security-groups/757b1c13-2c48-48d6-9c12-c1ed58130b85 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:23:36.416 7 INFO neutron.services.segments.plugin [-] Segment 8faba493-ba21-49ba-aebd-857d2212decf resource provider aggregate not found 2026-05-07 20:23:36.429 7 INFO neutron.services.segments.plugin [-] Segment 8faba493-ba21-49ba-aebd-857d2212decf resource provider aggregate not found 2026-05-07 20:23:36.451 7 INFO neutron.services.segments.plugin [-] Segment 8faba493-ba21-49ba-aebd-857d2212decf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8faba493-ba21-49ba-aebd-857d2212decf found for delete ", "request_id": "req-8dcac4b4-a84e-4ecb-b073-0a0651faf2f8"}]} 2026-05-07 20:23:36.454 7 INFO neutron.services.segments.plugin [-] Segment 8faba493-ba21-49ba-aebd-857d2212decf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8faba493-ba21-49ba-aebd-857d2212decf found for delete ", "request_id": "req-2ec9e208-f1f4-4224-a9a2-5e75db1473b2"}]} 2026-05-07 20:23:36.467 7 INFO neutron.db.l3_hamode_db [None req-4d1acb6b-269a-4e13-915d-47b494274834 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network ec6764a9-2440-4083-b863-12ea0facf540 was deleted as no HA routers are present in tenant 94bc6ec4b8cd4131a2f7b645165c8b0a. [pid: 7|app: 0|req: 381/785] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:35 2026] DELETE /v2.0/routers/66ef547e-94d6-4701-8e1a-e3b424692bb0 => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/786] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:23:36 2026] DELETE /v2.0/subnets/4d6f62cf-3b20-4672-bab7-b4c64d2be0fa => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:23:36.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-a432d586-51fc-4a4a-a5ed-e4f07ba08f66 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 531902f6-f826-4e89-af0c-054f1849827a 2026-05-07 20:23:36.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a432d586-51fc-4a4a-a5ed-e4f07ba08f66 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 531902f6-f826-4e89-af0c-054f1849827a [pid: 7|app: 0|req: 382/787] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:23:36 2026] DELETE /v2.0/networks/6c47d896-179a-46db-8437-173fb4e1e3c7 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/788] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:37 2026] GET /v2.0/security-groups?tenant_id=94bc6ec4b8cd4131a2f7b645165c8b0a&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/789] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:37 2026] DELETE /v2.0/security-groups/f7fd1a24-a257-4e9a-b838-5b16fce4110f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:23:38.474 7 INFO neutron.services.segments.plugin [-] Segment 4584f737-0838-46ea-850a-1a28f1881ae6 resource provider aggregate not found 2026-05-07 20:23:38.482 7 INFO neutron.services.segments.plugin [-] Segment 4584f737-0838-46ea-850a-1a28f1881ae6 resource provider aggregate not found 2026-05-07 20:23:38.491 7 INFO neutron.services.segments.plugin [-] Segment 4584f737-0838-46ea-850a-1a28f1881ae6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4584f737-0838-46ea-850a-1a28f1881ae6 found for delete ", "request_id": "req-6b079a97-753f-4e1e-99e8-f4557a88f49b"}]} 2026-05-07 20:23:38.497 7 INFO neutron.services.segments.plugin [-] Segment 4584f737-0838-46ea-850a-1a28f1881ae6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4584f737-0838-46ea-850a-1a28f1881ae6 found for delete ", "request_id": "req-5f0ae896-5b39-4ca4-842e-ecd67bc12010"}]} 2026-05-07 20:23:39.239 8 INFO neutron.db.segments_db [None req-e905a1eb-2def-4989-8e5f-b8c26d245b00 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment c3d903d7-e4a3-4934-af3a-478e809ec746 of type vxlan for network 4714a8e2-ab31-4179-be42-50a68b1575b0 [pid: 8|app: 0|req: 407/790] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:23:38 2026] POST /v2.0/networks => generated 724 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/791] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:39 2026] POST /v2.0/subnets => generated 690 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:23:39.576 8 INFO neutron.db.segments_db [None req-12d279d8-e5dd-4be7-acb6-2cc1f447299c 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 7243b1e2-9376-4319-b7a2-6a269dc45753 of type vxlan for network cf61fb79-4221-4a25-a95d-997f2203587e 2026-05-07 20:23:39.781 8 INFO neutron.db.l3_hamode_db [None req-12d279d8-e5dd-4be7-acb6-2cc1f447299c 860ec6ff88a94faf9d9555f766856866 ba9c8f0abb294cec9870a23da12d0899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 385/792] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:40 2026] GET /v2.0/security-groups?tenant_id=07a5cb9aba3b4a178011af0aa3cc01b8&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:40.533 8 INFO neutron.db.l3_hamode_db [None req-12d279d8-e5dd-4be7-acb6-2cc1f447299c 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 386/793] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:40 2026] DELETE /v2.0/security-groups/2d5d7e54-cc7d-498e-85ea-9d7062157dbe => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/794] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:40 2026] GET /v2.0/security-groups?tenant_id=6477b6ace0d74cb7b8c0e086318eb074&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/795] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:41 2026] DELETE /v2.0/security-groups/e157190d-36ac-4f29-a2de-f78280296d0f => 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: 408/796] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:39 2026] POST /v2.0/routers => generated 730 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/797] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:41 2026] GET /v2.0/security-groups?tenant_id=18fc0de9fe284625bee65da49900d9b0&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/798] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:41 2026] DELETE /v2.0/security-groups/1a335b21-18e9-4234-94b2-aeae1b45c229 => 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: 409/799] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:23:41 2026] PUT /v2.0/routers/6edbf86b-6317-46f4-99e7-b172e0e3e071/add_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/800] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:23:42 2026] POST /v2.0/security-groups => generated 1661 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/801] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:42 2026] GET /v2.0/security-groups?tenant_id=45cc517877a34ed58928561297300881&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/802] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/803] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:43 2026] DELETE /v2.0/security-groups/a1701eea-2c31-46c0-8ae2-b0880767b3c9 => 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: 412/804] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:23:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/805] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:23:43 2026] POST /v2.0/floatingips => generated 552 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/806] 10.0.0.185 () {34 vars in 1100 bytes} [Thu May 7 20:23:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2101700282&fields=id&tenant_id=ba9c8f0abb294cec9870a23da12d0899 => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/807] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:23:44 2026] GET /v2.0/networks?id=4714a8e2-ab31-4179-be42-50a68b1575b0 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/808] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:23:44 2026] GET /v2.0/quotas/ba9c8f0abb294cec9870a23da12d0899 => 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: 395/809] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:23:44 2026] GET /v2.0/ports?tenant_id=ba9c8f0abb294cec9870a23da12d0899&fields=id => generated 103 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/810] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:23:44 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/811] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:23:44 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/812] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:44 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:23:45.543 7 INFO neutron.db.segments_db [None req-8a165c65-841e-4001-80d5-be6a1a93972b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 90fbb76f-29f4-4d7d-a4c2-9ac084d6c3d8 of type vxlan for network 0cdb997f-bcf2-412a-a243-2d51eee0999b [pid: 7|app: 0|req: 397/813] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:23:45 2026] POST /v2.0/networks => generated 722 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/814] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:45 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 417/815] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:45 2026] POST /v2.0/subnets => generated 688 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:23:45.935 7 INFO neutron.db.segments_db [None req-50efbbb3-b518-4776-b312-647de90c4f3e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment b068ecfd-7249-4850-818d-ea538ff7d4fc of type vxlan for network f1e10431-908d-466f-b66c-70559f3ead42 2026-05-07 20:23:46.184 7 INFO neutron.db.l3_hamode_db [None req-50efbbb3-b518-4776-b312-647de90c4f3e 860ec6ff88a94faf9d9555f766856866 e7161b7a7601466b945bea09751c89d7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:23:46.747 7 INFO neutron.db.l3_hamode_db [None req-50efbbb3-b518-4776-b312-647de90c4f3e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 418/816] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:46 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 399/817] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:23:45 2026] POST /v2.0/routers => generated 728 bytes in 1671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/818] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:48 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 401/819] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:48 2026] GET /v2.0/security-groups?tenant_id=3571bd0bce5844f5805fe835073297e6&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/820] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:48 2026] DELETE /v2.0/security-groups/4de11968-2a38-4bdc-8b34-a532ce7521bb => 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: 419/821] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:23:47 2026] PUT /v2.0/routers/2e294860-6917-4d40-933b-60f5048f7981/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/822] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:48 2026] GET /v2.0/security-groups?tenant_id=7ba84168d61b420aa40c5998c18407a6&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/823] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:48 2026] DELETE /v2.0/security-groups/3f6655e9-8004-4ae2-bfdf-9759a309cfcf => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/824] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:49 2026] GET /v2.0/networks?id=4714a8e2-ab31-4179-be42-50a68b1575b0 => generated 675 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/825] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:23:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ba9c8f0abb294cec9870a23da12d0899 => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/826] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:49 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 422/827] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:23:49 2026] POST /v2.0/ports => generated 958 bytes in 726 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: 423/828] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:50 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 424/829] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:50 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/830] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:23:49 2026] PUT /v2.0/ports/cf73b4c8-cdea-4efb-8c7c-d1e47f617e24 => generated 1239 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:50.333 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-60fd7189-a0b8-496e-9d50-310fb65e7be0'] response: {'name': 'network-changed', 'server_uuid': 'd3143560-8d22-42c1-a00c-7470c03ae46b', 'tag': 'cf73b4c8-cdea-4efb-8c7c-d1e47f617e24', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 425/831] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:50 2026] GET /v2.0/ports?tenant_id=ba9c8f0abb294cec9870a23da12d0899&device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 407/832] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:23:50 2026] GET /v2.0/networks?tenant_id=ba9c8f0abb294cec9870a23da12d0899&shared=False => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/833] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:23:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/834] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:51 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/837] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:51 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/838] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/ports?tenant_id=ba9c8f0abb294cec9870a23da12d0899&device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/839] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:51 2026] GET /v2.0/security-groups?tenant_id=1edea38ea1204c989ec927f92defa87d&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/840] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cf73b4c8-cdea-4efb-8c7c-d1e47f617e24 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/841] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/subnets?id=c0a5f9ee-f648-42a0-9b40-ca11441289cd => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/842] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:52 2026] DELETE /v2.0/security-groups/2970b8d9-82d7-4134-8d7e-1592c0655782 => 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: 431/843] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/ports?network_id=4714a8e2-ab31-4179-be42-50a68b1575b0&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: 413/844] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?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: 432/845] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?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) [pid: 7|app: 0|req: 414/846] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/networks?id=0cdb997f-bcf2-412a-a243-2d51eee0999b => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/847] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/848] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/quotas/e7161b7a7601466b945bea09751c89d7 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/849] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/850] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/ports?tenant_id=e7161b7a7601466b945bea09751c89d7&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/851] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/networks/0cdb997f-bcf2-412a-a243-2d51eee0999b?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: 417/852] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/networks/0cdb997f-bcf2-412a-a243-2d51eee0999b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/853] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:52 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/854] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:53 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/855] 10.0.0.185 () {34 vars in 971 bytes} [Thu May 7 20:23:53 2026] GET /v2.0/ports/ced46573-5870-415d-a791-66177026f752 => generated 968 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/856] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:53 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/857] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:53 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/858] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:53 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => 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: 439/859] 199.204.45.235 () {34 vars in 1000 bytes} [Thu May 7 20:23:54 2026] GET /v2.0/subnets?network_id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/860] 199.204.45.235 () {34 vars in 1146 bytes} [Thu May 7 20:23:54 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c&device_owner=compute%3Anova&network_id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/861] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:54 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/862] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:54 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/863] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:23:54 2026] PUT /v2.0/ports/ced46573-5870-415d-a791-66177026f752 => generated 1145 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:54.924 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d5b778a-e230-4d1e-ac8d-ba37b2d10369'] response: {'name': 'network-changed', 'server_uuid': '82fb1433-7ab7-4ecb-8b28-5beeae81548c', 'tag': 'ced46573-5870-415d-a791-66177026f752', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 424/864] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 441/865] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1417 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/866] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/networks?id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 780 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/867] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ced46573-5870-415d-a791-66177026f752 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/868] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ced46573-5870-415d-a791-66177026f752 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/869] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/subnets?id=d7d2a5dd-b52d-4873-8078-91e413c22380 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/870] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/ports?network_id=4a445a22-a754-4c30-adb8-c821be7617eb&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/871] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/872] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 429/873] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/874] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1148 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/875] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/876] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:55 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/877] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:56 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => 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: 447/878] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:56 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1417 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/879] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:56 2026] GET /v2.0/networks?id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/880] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ced46573-5870-415d-a791-66177026f752 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/881] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ced46573-5870-415d-a791-66177026f752 => 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: 449/882] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:56 2026] GET /v2.0/subnets?id=d7d2a5dd-b52d-4873-8078-91e413c22380 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/883] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/ports?network_id=4a445a22-a754-4c30-adb8-c821be7617eb&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: 435/884] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 450/885] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/886] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 452/887] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/networks?id=0cdb997f-bcf2-412a-a243-2d51eee0999b => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/888] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 454/889] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/890] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/security-groups?tenant_id=da3e7f261f7e4de591cebbae2eeb0905&name=default => generated 2925 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/891] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:23:57 2026] DELETE /v2.0/security-groups/0cc52781-8ce3-4c8a-bfd3-752d72c742f2 => 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: 455/892] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:23:57 2026] POST /v2.0/ports => generated 954 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 438/893] 199.204.45.235 () {34 vars in 1118 bytes} [Thu May 7 20:23:57 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/894] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:23:57 2026] PUT /v2.0/ports/a433573c-d402-4a1b-8d16-d7c61544ca1a => generated 1235 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:23:58.209 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2299a50-645a-4913-a487-bb4861638630'] response: {'name': 'network-changed', 'server_uuid': 'c6023a55-579e-48d5-925a-dfc7cde75dbb', 'tag': 'a433573c-d402-4a1b-8d16-d7c61544ca1a', '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: 457/895] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/896] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/897] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 460/898] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/899] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 439/900] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:23:58 2026] PUT /v2.0/ports/ced46573-5870-415d-a791-66177026f752 => generated 968 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:58.722 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bb1281b-aa00-4392-9bde-7e33b140b27a'] response: {'name': 'network-changed', 'server_uuid': '82fb1433-7ab7-4ecb-8b28-5beeae81548c', 'tag': 'ced46573-5870-415d-a791-66177026f752', '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: 440/901] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/ports?tenant_id=e7161b7a7601466b945bea09751c89d7&device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => 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: 441/902] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/networks?tenant_id=e7161b7a7601466b945bea09751c89d7&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/903] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:23:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:23:58.964 8 INFO neutron.db.l3_db [None req-6d3f3241-a197-4e19-8e57-9271244d9722 fdb40c25912d4b39986b0c06ac52dba5 ba9c8f0abb294cec9870a23da12d0899 - - default default] Floating IP 5e006be4-ddbc-4e0d-bd66-76a35a6ee34a associated. External IP: 10.96.250.209, port: cf73b4c8-cdea-4efb-8c7c-d1e47f617e24. [pid: 7|app: 0|req: 443/904] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/905] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/networks?id=4a445a22-a754-4c30-adb8-c821be7617eb => 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: 462/906] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:23:58 2026] PUT /v2.0/floatingips/5e006be4-ddbc-4e0d-bd66-76a35a6ee34a => generated 856 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/907] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ced46573-5870-415d-a791-66177026f752 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/908] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/subnets?id=d7d2a5dd-b52d-4873-8078-91e413c22380 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/909] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/ports?network_id=4a445a22-a754-4c30-adb8-c821be7617eb&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/910] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/911] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?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: 465/912] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/913] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/914] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/ports?tenant_id=e7161b7a7601466b945bea09751c89d7&device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/915] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a433573c-d402-4a1b-8d16-d7c61544ca1a => 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: 467/916] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/subnets?id=4664c00d-2a33-4357-bbd0-1b2aa82dbe2a => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/917] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:23:59 2026] GET /v2.0/ports?network_id=0cdb997f-bcf2-412a-a243-2d51eee0999b&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: 468/918] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/networks/0cdb997f-bcf2-412a-a243-2d51eee0999b?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/919] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/networks/0cdb997f-bcf2-412a-a243-2d51eee0999b?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-07 20:24:00.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b170122-06a6-41ca-9506-1ecc772d26c9'] response: {'name': 'network-changed', 'server_uuid': 'd3143560-8d22-42c1-a00c-7470c03ae46b', 'tag': 'cf73b4c8-cdea-4efb-8c7c-d1e47f617e24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 452/920] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/921] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/922] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/security-groups?tenant_id=7268729254ff4110aad4f3b9ed48b64a&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/923] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/ports?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 455/924] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/networks?id=4a445a22-a754-4c30-adb8-c821be7617eb => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/925] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:00 2026] DELETE /v2.0/security-groups/c301a5cd-6f88-414a-980d-dc9430eb2d61 => 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: 456/926] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ced46573-5870-415d-a791-66177026f752 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/927] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/subnets?id=d7d2a5dd-b52d-4873-8078-91e413c22380 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/928] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/ports?network_id=4a445a22-a754-4c30-adb8-c821be7617eb&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/929] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => 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: 458/930] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/931] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/ports?tenant_id=ba9c8f0abb294cec9870a23da12d0899&device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/932] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/933] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/934] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/networks?id=4714a8e2-ab31-4179-be42-50a68b1575b0 => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/935] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cf73b4c8-cdea-4efb-8c7c-d1e47f617e24 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/936] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/subnets?id=c0a5f9ee-f648-42a0-9b40-ca11441289cd => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/937] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/ports?network_id=4714a8e2-ab31-4179-be42-50a68b1575b0&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: 462/938] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:00 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?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: 477/939] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:01 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?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: 463/940] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:01 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/941] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:01 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/942] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:01 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => 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: 479/943] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:01 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/944] 10.0.0.138 () {32 vars in 653 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions => generated 21537 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/945] 10.0.0.138 () {32 vars in 681 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/946] 10.0.0.138 () {32 vars in 681 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/947] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/948] 10.0.0.138 () {32 vars in 665 bytes} [Thu May 7 20:24:02 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: 8|app: 0|req: 482/949] 10.0.0.138 () {32 vars in 699 bytes} [Thu May 7 20:24:02 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: 468/950] 10.0.0.138 () {32 vars in 697 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/951] 10.0.0.138 () {32 vars in 701 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/952] 10.0.0.138 () {32 vars in 689 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/953] 10.0.0.138 () {32 vars in 703 bytes} [Thu May 7 20:24:02 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: 470/954] 10.0.0.138 () {32 vars in 693 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/955] 10.0.0.138 () {32 vars in 695 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/956] 10.0.0.138 () {32 vars in 685 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/957] 10.0.0.138 () {32 vars in 687 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/958] 10.0.0.138 () {32 vars in 661 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/959] 10.0.0.138 () {32 vars in 699 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/960] 10.0.0.138 () {32 vars in 679 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/961] 10.0.0.138 () {32 vars in 683 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/962] 10.0.0.138 () {32 vars in 675 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/963] 10.0.0.138 () {32 vars in 689 bytes} [Thu May 7 20:24:02 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: 8|app: 0|req: 490/964] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/965] 10.0.0.138 () {32 vars in 687 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/966] 10.0.0.138 () {32 vars in 669 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/967] 10.0.0.138 () {32 vars in 687 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/968] 10.0.0.138 () {32 vars in 681 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/969] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/970] 10.0.0.138 () {32 vars in 699 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/971] 10.0.0.138 () {32 vars in 679 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/972] 10.0.0.138 () {32 vars in 667 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/973] 10.0.0.138 () {32 vars in 677 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/974] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/security-groups?id=ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/975] 10.0.0.138 () {32 vars in 665 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/l3-ha => 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: 497/976] 10.0.0.138 () {32 vars in 675 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/977] 10.0.0.138 () {32 vars in 713 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/978] 10.0.0.138 () {32 vars in 691 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/979] 10.0.0.138 () {32 vars in 683 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/multi-provider => 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: 499/980] 10.0.0.138 () {32 vars in 669 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/981] 10.0.0.138 () {32 vars in 687 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/982] 10.0.0.138 () {32 vars in 705 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/983] 10.0.0.138 () {32 vars in 675 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/984] 10.0.0.138 () {32 vars in 701 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/985] 10.0.0.138 () {32 vars in 675 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/986] 10.0.0.138 () {32 vars in 693 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/987] 10.0.0.138 () {32 vars in 689 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/988] 10.0.0.138 () {32 vars in 709 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/989] 10.0.0.138 () {32 vars in 705 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/990] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 491/991] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/992] 10.0.0.138 () {32 vars in 697 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/993] 10.0.0.138 () {32 vars in 711 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/994] 10.0.0.138 () {32 vars in 669 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/995] 10.0.0.138 () {32 vars in 687 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/996] 10.0.0.138 () {32 vars in 681 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/997] 10.0.0.138 () {32 vars in 675 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/998] 10.0.0.138 () {32 vars in 671 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/999] 10.0.0.138 () {32 vars in 661 bytes} [Thu May 7 20:24:02 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: 500/1000] 10.0.0.138 () {32 vars in 699 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1001] 10.0.0.138 () {32 vars in 699 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1002] 10.0.0.138 () {32 vars in 677 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1003] 10.0.0.138 () {32 vars in 669 bytes} [Thu May 7 20:24:02 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1004] 10.0.0.138 () {32 vars in 683 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1005] 10.0.0.138 () {32 vars in 701 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1006] 10.0.0.138 () {32 vars in 685 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:03.036 8 INFO neutron_taas.services.taas.taas_plugin [req-eaf90ef9-cf67-4957-b673-8ca8854aba0b req-c4bd946f-207a-4c0e-a1e4-8894bbefefc9 c33cb46b8cc241bf822cc8b5f6acf721 59daac61fe1d4ff7bc040e839ec04caa - - default default] TaaS: Handle Delete Port: ced46573-5870-415d-a791-66177026f752 [pid: 7|app: 0|req: 507/1007] 10.0.0.138 () {32 vars in 707 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:03.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eaf90ef9-cf67-4957-b673-8ca8854aba0b req-c4bd946f-207a-4c0e-a1e4-8894bbefefc9 c33cb46b8cc241bf822cc8b5f6acf721 59daac61fe1d4ff7bc040e839ec04caa - - default default] Tap Mirror: Handle Delete Port: ced46573-5870-415d-a791-66177026f752 [pid: 7|app: 0|req: 508/1008] 10.0.0.138 () {32 vars in 669 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1009] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1010] 10.0.0.138 () {32 vars in 697 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1011] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1012] 10.0.0.138 () {32 vars in 695 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1013] 10.0.0.138 () {32 vars in 685 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1014] 10.0.0.138 () {32 vars in 689 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1015] 10.0.0.138 () {32 vars in 705 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1016] 10.0.0.138 () {32 vars in 667 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1017] 10.0.0.138 () {32 vars in 681 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1018] 10.0.0.138 () {32 vars in 681 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:03.175 8 INFO neutron.db.l3_db [req-eaf90ef9-cf67-4957-b673-8ca8854aba0b req-c4bd946f-207a-4c0e-a1e4-8894bbefefc9 c33cb46b8cc241bf822cc8b5f6acf721 59daac61fe1d4ff7bc040e839ec04caa - - default default] Floating IP 4dcc383a-db5b-41de-abb0-e1bdc2207ddb disassociated. External IP: 10.96.250.211, port: ced46573-5870-415d-a791-66177026f752. [pid: 7|app: 0|req: 519/1019] 10.0.0.138 () {32 vars in 691 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1020] 10.0.0.138 () {32 vars in 691 bytes} [Thu May 7 20:24:03 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: 521/1021] 10.0.0.138 () {32 vars in 695 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1022] 10.0.0.138 () {32 vars in 685 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1023] 10.0.0.138 () {32 vars in 689 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1024] 10.0.0.138 () {32 vars in 701 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1025] 10.0.0.138 () {32 vars in 703 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1026] 10.0.0.138 () {32 vars in 713 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1027] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1028] 10.0.0.138 () {32 vars in 715 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1029] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1030] 10.0.0.138 () {32 vars in 741 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1031] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1032] 10.0.0.138 () {32 vars in 683 bytes} [Thu May 7 20:24:03 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: 533/1033] 10.0.0.138 () {32 vars in 669 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1034] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1035] 10.0.0.138 () {32 vars in 679 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1036] 10.0.0.138 () {32 vars in 669 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1037] 10.0.0.138 () {32 vars in 697 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1038] 10.0.0.138 () {32 vars in 705 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1039] 10.0.0.138 () {32 vars in 701 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1040] 10.0.0.138 () {32 vars in 701 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1041] 10.0.0.138 () {32 vars in 683 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1042] 10.0.0.138 () {32 vars in 705 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1043] 10.0.0.138 () {32 vars in 695 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1044] 10.0.0.138 () {32 vars in 689 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1045] 10.0.0.138 () {32 vars in 697 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1046] 10.0.0.138 () {32 vars in 679 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1047] 10.0.0.138 () {32 vars in 689 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1048] 10.0.0.138 () {32 vars in 701 bytes} [Thu May 7 20:24:03 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: 7|app: 0|req: 549/1049] 10.0.0.138 () {32 vars in 665 bytes} [Thu May 7 20:24:03 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: 7|app: 0|req: 550/1050] 10.0.0.138 () {32 vars in 681 bytes} [Thu May 7 20:24:03 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: 7|app: 0|req: 551/1051] 10.0.0.138 () {32 vars in 677 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1052] 10.0.0.138 () {32 vars in 693 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1053] 10.0.0.138 () {32 vars in 677 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1054] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:24:02 2026] DELETE /v2.0/ports/ced46573-5870-415d-a791-66177026f752 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1055] 10.0.0.138 () {32 vars in 667 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1056] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1057] 10.0.0.138 () {32 vars in 675 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1058] 10.0.0.138 () {32 vars in 687 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:03.547 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6af88b5-7ed6-45d0-9321-c9350f617505'] response: {'server_uuid': '82fb1433-7ab7-4ecb-8b28-5beeae81548c', 'name': 'network-vif-deleted', 'tag': 'ced46573-5870-415d-a791-66177026f752', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 556/1059] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:03 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1060] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:04 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1061] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:04 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&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: 8|app: 0|req: 504/1062] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:04 2026] GET /v2.0/security-groups?tenant_id=201a8363f27e4c879d12bed72e6dc3f2&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1063] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:04 2026] DELETE /v2.0/security-groups/c66dcf97-26ae-4906-b0bf-6c89815b33de => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1064] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:04 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 560/1065] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:05 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1066] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:05 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1067] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:06 2026] GET /v2.0/ports?device_id=82fb1433-7ab7-4ecb-8b28-5beeae81548c => 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: 564/1070] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:06 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1071] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:06 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:06.650 8 INFO neutron.db.segments_db [None req-5f792238-cb31-425d-9224-8474c2491f7a dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment a62ffe42-4981-4a7d-b09a-5d4da8dad803 of type vxlan for network 79b56113-a81b-4b01-aa7a-052f2146c5d9 [pid: 8|app: 0|req: 507/1072] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:24:06 2026] POST /v2.0/networks => generated 615 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:06.793 7 INFO neutron.db.segments_db [None req-c68ab113-fe2c-4d7a-a215-1a7d600f8c6b dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment c6682481-fe25-42b9-ab93-78b9bba4ffc6 of type vxlan for network bc85987c-b2ca-4383-afc1-5a47315e5ebd [pid: 7|app: 0|req: 566/1073] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:24:06 2026] POST /v2.0/networks => generated 615 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1074] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:06 2026] POST /v2.0/subnets => generated 646 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1075] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:07 2026] DELETE /v2.0/security-groups/ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:24:07.248 8 INFO neutron.api.v2.resource [None req-32f1d24e-ebb7-4ed4-b7df-123d0713a1ff c33cb46b8cc241bf822cc8b5f6acf721 59daac61fe1d4ff7bc040e839ec04caa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 510/1076] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:24:07 2026] GET /v2.0/security-groups/ebb1b5e1-7624-48e8-a30b-d0f5f07c4cff => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:07.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-37e2d4b0-8502-429e-b072-6a86a5f5c81e c33cb46b8cc241bf822cc8b5f6acf721 59daac61fe1d4ff7bc040e839ec04caa - - default default] TaaS: Handle Delete Port: e06eef76-bc25-4936-a9e0-ddc51addbec0 2026-05-07 20:24:07.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37e2d4b0-8502-429e-b072-6a86a5f5c81e c33cb46b8cc241bf822cc8b5f6acf721 59daac61fe1d4ff7bc040e839ec04caa - - default default] Tap Mirror: Handle Delete Port: e06eef76-bc25-4936-a9e0-ddc51addbec0 [pid: 7|app: 0|req: 567/1077] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:07 2026] POST /v2.0/subnets => generated 655 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:07.445 7 INFO neutron.db.segments_db [None req-ed1188ce-3a52-4043-96b1-688bc4510cd4 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment 292671f3-51b3-4ab7-ab3d-7e80985e1654 of type vxlan for network 5eb6dc9f-490a-4c95-81a8-5ee9822aa427 [pid: 8|app: 0|req: 511/1078] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:24:07 2026] DELETE /v2.0/floatingips/4dcc383a-db5b-41de-abb0-e1bdc2207ddb => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:24:07.677 7 INFO neutron.db.l3_hamode_db [None req-ed1188ce-3a52-4043-96b1-688bc4510cd4 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:24:07.831 7 INFO neutron.db.l3_hamode_db [None req-ed1188ce-3a52-4043-96b1-688bc4510cd4 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:24:07.985 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a574b6e-a0c1-424a-9f05-c37f7b4367f9 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: c7f2a7a5-a017-4017-81be-7609107e8a16 2026-05-07 20:24:07.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a574b6e-a0c1-424a-9f05-c37f7b4367f9 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: c7f2a7a5-a017-4017-81be-7609107e8a16 [pid: 7|app: 0|req: 568/1079] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:07 2026] POST /v2.0/routers => generated 511 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1080] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:08 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1081] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:07 2026] PUT /v2.0/routers/5fe031ab-631b-4d26-b17a-23a7453a6645/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1082] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:08 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:08.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-309d856b-8f4d-4235-b8c1-c13a18c1f772 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: cc728ab4-f54b-4c8b-88e8-7f1e12f38b52 2026-05-07 20:24:08.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-309d856b-8f4d-4235-b8c1-c13a18c1f772 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: cc728ab4-f54b-4c8b-88e8-7f1e12f38b52 2026-05-07 20:24:09.052 8 INFO neutron_taas.services.taas.taas_plugin [None req-309d856b-8f4d-4235-b8c1-c13a18c1f772 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: ec1a9820-1324-46fc-af14-8d9afc075afd 2026-05-07 20:24:09.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-309d856b-8f4d-4235-b8c1-c13a18c1f772 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: ec1a9820-1324-46fc-af14-8d9afc075afd 2026-05-07 20:24:09.432 8 INFO neutron.services.segments.plugin [-] Segment 42f1d048-1d74-458b-a84d-6e633b32a935 resource provider aggregate not found 2026-05-07 20:24:09.435 8 INFO neutron.services.segments.plugin [-] Segment 42f1d048-1d74-458b-a84d-6e633b32a935 resource provider aggregate not found 2026-05-07 20:24:09.450 8 INFO neutron.services.segments.plugin [-] Segment 42f1d048-1d74-458b-a84d-6e633b32a935 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f1d048-1d74-458b-a84d-6e633b32a935 found for delete ", "request_id": "req-7bd53b3d-be10-4df3-8169-bb2dffd92fac"}]} 2026-05-07 20:24:09.454 8 INFO neutron.services.segments.plugin [-] Segment 42f1d048-1d74-458b-a84d-6e633b32a935 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42f1d048-1d74-458b-a84d-6e633b32a935 found for delete ", "request_id": "req-937e4106-864b-485f-b434-70ad5e1489dd"}]} 2026-05-07 20:24:09.460 8 INFO neutron.db.l3_hamode_db [None req-309d856b-8f4d-4235-b8c1-c13a18c1f772 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network 9842a0a2-d145-4bbd-841d-52a1fa16257d was deleted as no HA routers are present in tenant 59daac61fe1d4ff7bc040e839ec04caa. [pid: 8|app: 0|req: 514/1083] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:08 2026] DELETE /v2.0/routers/5fe031ab-631b-4d26-b17a-23a7453a6645 => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1084] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:24:09 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 570/1085] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:08 2026] PUT /v2.0/routers/5ae25484-44ea-4b7d-ad0f-bffebf005524/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1086] 10.0.0.252 () {34 vars in 1040 bytes} [Thu May 7 20:24:09 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 572/1087] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:24:09 2026] GET /v2.0/ports/aaee802e-57f0-4ddf-acd7-6632b55b5cae => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1088] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:09 2026] DELETE /v2.0/subnets/d7d2a5dd-b52d-4873-8078-91e413c22380 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1089] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:09 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:09.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e95f1be-c9f9-4edc-aada-03782b26fe65 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: aab72464-1628-41f5-855b-ee46a897bb0f 2026-05-07 20:24:09.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e95f1be-c9f9-4edc-aada-03782b26fe65 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: aab72464-1628-41f5-855b-ee46a897bb0f 2026-05-07 20:24:09.960 7 INFO neutron.services.segments.plugin [-] Segment 0ee4b32e-293e-4a9f-8177-b54cad0f704b resource provider aggregate not found 2026-05-07 20:24:09.963 7 INFO neutron.services.segments.plugin [-] Segment 0ee4b32e-293e-4a9f-8177-b54cad0f704b resource provider aggregate not found 2026-05-07 20:24:09.976 7 INFO neutron.services.segments.plugin [-] Segment 0ee4b32e-293e-4a9f-8177-b54cad0f704b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ee4b32e-293e-4a9f-8177-b54cad0f704b found for delete ", "request_id": "req-5b294889-1971-449b-9b1f-16c223279e91"}]} 2026-05-07 20:24:09.981 7 INFO neutron.services.segments.plugin [-] Segment 0ee4b32e-293e-4a9f-8177-b54cad0f704b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ee4b32e-293e-4a9f-8177-b54cad0f704b found for delete ", "request_id": "req-60b7c6e4-64ac-404e-8190-7a01935c5075"}]} [pid: 7|app: 0|req: 574/1090] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:09 2026] DELETE /v2.0/networks/4a445a22-a754-4c30-adb8-c821be7617eb => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1091] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:09 2026] GET /v2.0/security-groups?id=d518eec5-be4b-4233-941f-8c9896394226&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1092] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:10 2026] GET /v2.0/security-groups?tenant_id=59daac61fe1d4ff7bc040e839ec04caa&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1093] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:10 2026] DELETE /v2.0/security-groups/a40d52db-8d29-4db6-9cde-0a7185c12c62 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1094] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:24:10 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:10.590 7 INFO neutron_taas.services.taas.taas_plugin [req-fb97cdff-a957-47da-a511-e894765ecee8 req-f1cc6163-697b-4cc5-9060-bcce0452cd29 1f0c4c880f7c4489be25d61481bde8bf e7161b7a7601466b945bea09751c89d7 - - default default] TaaS: Handle Delete Port: a433573c-d402-4a1b-8d16-d7c61544ca1a 2026-05-07 20:24:10.597 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fb97cdff-a957-47da-a511-e894765ecee8 req-f1cc6163-697b-4cc5-9060-bcce0452cd29 1f0c4c880f7c4489be25d61481bde8bf e7161b7a7601466b945bea09751c89d7 - - default default] Tap Mirror: Handle Delete Port: a433573c-d402-4a1b-8d16-d7c61544ca1a [pid: 8|app: 0|req: 517/1095] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:09 2026] PUT /v2.0/routers/5ae25484-44ea-4b7d-ad0f-bffebf005524/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1096] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:24:10 2026] DELETE /v2.0/ports/a433573c-d402-4a1b-8d16-d7c61544ca1a => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:10.789 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6473d428-1358-4238-b190-95139121b249'] response: {'server_uuid': 'c6023a55-579e-48d5-925a-dfc7cde75dbb', 'name': 'network-vif-deleted', 'tag': 'a433573c-d402-4a1b-8d16-d7c61544ca1a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 518/1097] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:24:10 2026] GET /v2.0/ports/ec1b33b7-dbd2-4bc5-a394-bc5855a32910 => generated 967 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:11.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-6267ef69-ac62-4972-8488-4a1b67a28c6a dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: ec1b33b7-dbd2-4bc5-a394-bc5855a32910 2026-05-07 20:24:11.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6267ef69-ac62-4972-8488-4a1b67a28c6a dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: ec1b33b7-dbd2-4bc5-a394-bc5855a32910 [pid: 8|app: 0|req: 519/1098] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:11 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1099] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:10 2026] PUT /v2.0/routers/5ae25484-44ea-4b7d-ad0f-bffebf005524/remove_router_interface => generated 309 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:11.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae8a6df1-3012-45a2-90b0-978244e6e3c9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: aaee802e-57f0-4ddf-acd7-6632b55b5cae 2026-05-07 20:24:11.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae8a6df1-3012-45a2-90b0-978244e6e3c9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: aaee802e-57f0-4ddf-acd7-6632b55b5cae [pid: 8|app: 0|req: 520/1100] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:11 2026] PUT /v2.0/routers/5ae25484-44ea-4b7d-ad0f-bffebf005524/remove_router_interface => generated 309 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1101] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:12 2026] GET /v2.0/ports?device_id=5ae25484-44ea-4b7d-ad0f-bffebf005524 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1102] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:12 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:12.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-b29c341e-2a6f-43a8-86b9-806b6c680eb5 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: ffb78961-f2a2-4f12-94ba-cc3a779077e6 2026-05-07 20:24:12.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b29c341e-2a6f-43a8-86b9-806b6c680eb5 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: ffb78961-f2a2-4f12-94ba-cc3a779077e6 2026-05-07 20:24:12.688 8 INFO neutron.services.segments.plugin [-] Segment 292671f3-51b3-4ab7-ab3d-7e80985e1654 resource provider aggregate not found 2026-05-07 20:24:12.694 8 INFO neutron.services.segments.plugin [-] Segment 292671f3-51b3-4ab7-ab3d-7e80985e1654 resource provider aggregate not found 2026-05-07 20:24:12.710 7 INFO neutron.db.segments_db [None req-58ae9d71-d791-456d-82d5-1465bef8f857 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 0fc42796-1f99-420a-936e-9a647d2655b6 of type vxlan for network 88dfc264-3c97-4695-8e40-ccd47a7ddee3 2026-05-07 20:24:12.711 8 INFO neutron.db.l3_hamode_db [None req-b29c341e-2a6f-43a8-86b9-806b6c680eb5 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] HA network 5eb6dc9f-490a-4c95-81a8-5ee9822aa427 was deleted as no HA routers are present in tenant f1e143319d554bb786d75a3d770c4ff8. 2026-05-07 20:24:12.720 8 INFO neutron.services.segments.plugin [-] Segment 292671f3-51b3-4ab7-ab3d-7e80985e1654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292671f3-51b3-4ab7-ab3d-7e80985e1654 found for delete ", "request_id": "req-14cea262-c601-4f39-afb8-11524132f535"}]} 2026-05-07 20:24:12.723 8 INFO neutron.services.segments.plugin [-] Segment 292671f3-51b3-4ab7-ab3d-7e80985e1654 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 292671f3-51b3-4ab7-ab3d-7e80985e1654 found for delete ", "request_id": "req-ecdc4273-cecb-4d0b-8535-91f7789d08ed"}]} [pid: 8|app: 0|req: 522/1103] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:12 2026] DELETE /v2.0/routers/5ae25484-44ea-4b7d-ad0f-bffebf005524 => generated 0 bytes in 501 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1104] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:24:12 2026] POST /v2.0/networks => generated 728 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1105] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:12 2026] DELETE /v2.0/subnets/6326bcd2-503f-48bd-a563-097463be5213 => 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: 583/1106] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:12 2026] POST /v2.0/subnets => generated 694 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:13.025 7 INFO neutron.db.segments_db [None req-fc68ae09-27d2-4636-b77e-00c24210ee95 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment e2e5180a-d7c7-448d-a6c2-46014b913333 of type vxlan for network 2ac22607-f186-4b5a-a819-9c6c30762cb1 [pid: 8|app: 0|req: 524/1107] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:12 2026] DELETE /v2.0/subnets/40a9deac-c398-40d0-a251-872e33c0d62b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:13.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-93cf487b-1d99-4095-83ec-f73b17537222 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: 983dbb2b-4433-4869-ae5d-c04e851ee2f8 2026-05-07 20:24:13.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93cf487b-1d99-4095-83ec-f73b17537222 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: 983dbb2b-4433-4869-ae5d-c04e851ee2f8 2026-05-07 20:24:13.231 7 INFO neutron.db.l3_hamode_db [None req-fc68ae09-27d2-4636-b77e-00c24210ee95 860ec6ff88a94faf9d9555f766856866 519ab471741c49b2864e352aa094244f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 525/1108] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:13 2026] DELETE /v2.0/networks/bc85987c-b2ca-4383-afc1-5a47315e5ebd => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1109] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:13 2026] GET /v2.0/ports?device_id=c6023a55-579e-48d5-925a-dfc7cde75dbb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:13.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-2beb2ed8-a028-4c09-a827-320325c6bf74 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: fbfcd6f4-eea4-4648-a5b1-98e9077eae8d 2026-05-07 20:24:13.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2beb2ed8-a028-4c09-a827-320325c6bf74 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: fbfcd6f4-eea4-4648-a5b1-98e9077eae8d [pid: 8|app: 0|req: 527/1110] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:13 2026] DELETE /v2.0/networks/79b56113-a81b-4b01-aa7a-052f2146c5d9 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:13.655 8 INFO neutron.db.segments_db [None req-6829c5ac-bf16-48c5-b1bc-33bff618b820 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment e3da2054-727f-4ff9-aed4-db39a7e26608 of type vxlan for network 1f404ee6-69e2-4595-8469-9d7c3c818162 [pid: 8|app: 0|req: 528/1111] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:24:13 2026] POST /v2.0/networks => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:13.907 7 INFO neutron.db.l3_hamode_db [None req-fc68ae09-27d2-4636-b77e-00c24210ee95 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 529/1112] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:13 2026] POST /v2.0/subnets => generated 646 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:13.980 8 INFO neutron.db.segments_db [None req-b6448437-b7a1-478f-b171-30819db7d196 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment 74446dff-97a9-4029-beec-568d5f47a156 of type vxlan for network 6675c088-a334-4d87-a85e-8e244190f152 2026-05-07 20:24:14.208 8 INFO neutron.db.l3_hamode_db [None req-b6448437-b7a1-478f-b171-30819db7d196 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:24:14.309 8 INFO neutron.db.l3_hamode_db [None req-b6448437-b7a1-478f-b171-30819db7d196 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 584/1113] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:12 2026] POST /v2.0/routers => generated 734 bytes in 1526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:14.751 8 INFO neutron.services.segments.plugin [-] Segment c6682481-fe25-42b9-ab93-78b9bba4ffc6 resource provider aggregate not found 2026-05-07 20:24:14.761 8 INFO neutron.services.segments.plugin [-] Segment c6682481-fe25-42b9-ab93-78b9bba4ffc6 resource provider aggregate not found 2026-05-07 20:24:14.793 8 INFO neutron.services.segments.plugin [-] Segment c6682481-fe25-42b9-ab93-78b9bba4ffc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6682481-fe25-42b9-ab93-78b9bba4ffc6 found for delete ", "request_id": "req-e2056b8c-b597-45f5-b804-e6696dfabcb8"}]} 2026-05-07 20:24:14.798 8 INFO neutron.services.segments.plugin [-] Segment c6682481-fe25-42b9-ab93-78b9bba4ffc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6682481-fe25-42b9-ab93-78b9bba4ffc6 found for delete ", "request_id": "req-9b93eed8-36c6-41b0-85da-ef4c68c23144"}]} 2026-05-07 20:24:14.815 8 INFO neutron.services.segments.plugin [-] Segment a62ffe42-4981-4a7d-b09a-5d4da8dad803 resource provider aggregate not found 2026-05-07 20:24:14.821 8 INFO neutron.services.segments.plugin [-] Segment a62ffe42-4981-4a7d-b09a-5d4da8dad803 resource provider aggregate not found 2026-05-07 20:24:14.832 8 INFO neutron.services.segments.plugin [-] Segment a62ffe42-4981-4a7d-b09a-5d4da8dad803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a62ffe42-4981-4a7d-b09a-5d4da8dad803 found for delete ", "request_id": "req-83d2dfb9-3192-41ac-865a-8b8a5345cc57"}]} 2026-05-07 20:24:14.835 8 INFO neutron.services.segments.plugin [-] Segment a62ffe42-4981-4a7d-b09a-5d4da8dad803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a62ffe42-4981-4a7d-b09a-5d4da8dad803 found for delete ", "request_id": "req-34bbdff3-255e-4471-be01-134a3912ca94"}]} [pid: 8|app: 0|req: 530/1114] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:13 2026] POST /v2.0/routers => generated 509 bytes in 959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1115] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:24:14 2026] POST /v2.0/ports => generated 963 bytes in 352 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: 585/1116] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:14 2026] PUT /v2.0/routers/6d08a32d-907d-457b-85b5-57a4102d7816/add_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:15.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ee52246-9f02-40f8-b5fc-a74fffa08dcc 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 987e333c-9dfb-477d-9e93-c2b48b615b82 2026-05-07 20:24:15.917 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ee52246-9f02-40f8-b5fc-a74fffa08dcc 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 987e333c-9dfb-477d-9e93-c2b48b615b82 [pid: 8|app: 0|req: 532/1117] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:15 2026] PUT /v2.0/routers/ddb9405d-05d9-490a-89b3-4e8db034501b/add_router_interface => generated 309 bytes in 1059 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/1118] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:24:16 2026] POST /v2.0/security-groups => generated 1661 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1119] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:24:16 2026] GET /v2.0/ports/ef157676-3194-4c21-90b0-880897bf1724 => generated 1037 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1120] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:15 2026] PUT /v2.0/routers/2e294860-6917-4d40-933b-60f5048f7981/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1121] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:16.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f37a025-3379-4fcd-9dbd-6d1b8fc6a9b1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 86e4274e-4bf8-44d5-a022-f304ccde066a 2026-05-07 20:24:16.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f37a025-3379-4fcd-9dbd-6d1b8fc6a9b1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 86e4274e-4bf8-44d5-a022-f304ccde066a 2026-05-07 20:24:16.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-6604f1f3-832d-48c4-9276-848b09879775 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: ef157676-3194-4c21-90b0-880897bf1724 2026-05-07 20:24:16.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6604f1f3-832d-48c4-9276-848b09879775 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: ef157676-3194-4c21-90b0-880897bf1724 2026-05-07 20:24:17.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f37a025-3379-4fcd-9dbd-6d1b8fc6a9b1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 2988da3d-50e4-4444-9d9b-cb9081bce859 2026-05-07 20:24:17.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f37a025-3379-4fcd-9dbd-6d1b8fc6a9b1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 2988da3d-50e4-4444-9d9b-cb9081bce859 [pid: 7|app: 0|req: 587/1122] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:16 2026] PUT /v2.0/routers/ddb9405d-05d9-490a-89b3-4e8db034501b/remove_router_interface => generated 309 bytes in 705 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: 588/1123] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:17.438 8 INFO neutron.services.segments.plugin [-] Segment b068ecfd-7249-4850-818d-ea538ff7d4fc resource provider aggregate not found 2026-05-07 20:24:17.443 8 INFO neutron.services.segments.plugin [-] Segment b068ecfd-7249-4850-818d-ea538ff7d4fc resource provider aggregate not found 2026-05-07 20:24:17.456 8 INFO neutron.services.segments.plugin [-] Segment b068ecfd-7249-4850-818d-ea538ff7d4fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b068ecfd-7249-4850-818d-ea538ff7d4fc found for delete ", "request_id": "req-1137e234-5e3b-41af-b35c-98e66e17a768"}]} 2026-05-07 20:24:17.465 7 INFO neutron.api.v2.resource [None req-f9518625-ddde-4cd3-9445-d409937043cd dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1124] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:17 2026] PUT /v2.0/routers/ddb9405d-05d9-490a-89b3-4e8db034501b/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:17.471 8 INFO neutron.services.segments.plugin [-] Segment b068ecfd-7249-4850-818d-ea538ff7d4fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b068ecfd-7249-4850-818d-ea538ff7d4fc found for delete ", "request_id": "req-43a78aaa-485d-4a91-8a79-e6a2cf9e0766"}]} 2026-05-07 20:24:17.515 8 INFO neutron.db.l3_hamode_db [None req-4f37a025-3379-4fcd-9dbd-6d1b8fc6a9b1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network f1e10431-908d-466f-b66c-70559f3ead42 was deleted as no HA routers are present in tenant e7161b7a7601466b945bea09751c89d7. [pid: 8|app: 0|req: 536/1125] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:16 2026] DELETE /v2.0/routers/2e294860-6917-4d40-933b-60f5048f7981 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1126] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:17 2026] GET /v2.0/ports?device_id=ddb9405d-05d9-490a-89b3-4e8db034501b => 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: 538/1127] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:17 2026] DELETE /v2.0/subnets/4664c00d-2a33-4357-bbd0-1b2aa82dbe2a => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:17.810 8 INFO neutron_taas.services.taas.taas_plugin [None req-e53d8b5c-0c88-4d24-b719-bd03d544af34 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: 5c3eb025-c582-4f36-a3ec-f70bf6a81f5b 2026-05-07 20:24:17.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e53d8b5c-0c88-4d24-b719-bd03d544af34 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: 5c3eb025-c582-4f36-a3ec-f70bf6a81f5b [pid: 7|app: 0|req: 590/1128] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:24:17 2026] POST /v2.0/floatingips => generated 552 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:18.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4f3ab87-8df7-404f-8a69-967dca6ea4e4 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 75b22c64-8511-47fe-b1e3-bb01347a6a4f 2026-05-07 20:24:18.046 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4f3ab87-8df7-404f-8a69-967dca6ea4e4 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 75b22c64-8511-47fe-b1e3-bb01347a6a4f 2026-05-07 20:24:18.216 8 INFO neutron.db.l3_hamode_db [None req-e53d8b5c-0c88-4d24-b719-bd03d544af34 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] HA network 6675c088-a334-4d87-a85e-8e244190f152 was deleted as no HA routers are present in tenant f1e143319d554bb786d75a3d770c4ff8. [pid: 8|app: 0|req: 539/1129] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:17 2026] DELETE /v2.0/routers/ddb9405d-05d9-490a-89b3-4e8db034501b => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:24:18.273 7 INFO neutron.services.segments.plugin [-] Segment 90fbb76f-29f4-4d7d-a4c2-9ac084d6c3d8 resource provider aggregate not found 2026-05-07 20:24:18.305 7 INFO neutron.services.segments.plugin [-] Segment 90fbb76f-29f4-4d7d-a4c2-9ac084d6c3d8 resource provider aggregate not found 2026-05-07 20:24:18.340 7 INFO neutron.services.segments.plugin [-] Segment 90fbb76f-29f4-4d7d-a4c2-9ac084d6c3d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90fbb76f-29f4-4d7d-a4c2-9ac084d6c3d8 found for delete ", "request_id": "req-c937709d-c8fd-430b-8d06-3bc8f52df84f"}]} 2026-05-07 20:24:18.340 7 INFO neutron.services.segments.plugin [-] Segment 90fbb76f-29f4-4d7d-a4c2-9ac084d6c3d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90fbb76f-29f4-4d7d-a4c2-9ac084d6c3d8 found for delete ", "request_id": "req-4f4ec048-2a5f-4495-bcea-c540fe4ed43d"}]} [pid: 7|app: 0|req: 591/1130] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:17 2026] DELETE /v2.0/networks/0cdb997f-bcf2-412a-a243-2d51eee0999b => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1131] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:18 2026] DELETE /v2.0/subnets/87fd6138-233c-4749-bdc7-a6453b860806 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1132] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:18 2026] GET /v2.0/security-groups?tenant_id=e7161b7a7601466b945bea09751c89d7&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1133] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:18 2026] DELETE /v2.0/networks/1f404ee6-69e2-4595-8469-9d7c3c818162 => 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: 542/1134] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:18 2026] DELETE /v2.0/security-groups/d518eec5-be4b-4233-941f-8c9896394226 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:24:18.668 7 INFO neutron.db.segments_db [None req-3c98f58c-9b31-4be0-b6c8-f269e908f972 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment e99b7358-d106-4c4a-a3c3-a211d36f8e9b of type vxlan for network 12860b99-cb7d-4baa-a492-6d656d99dd21 [pid: 7|app: 0|req: 593/1135] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:24:18 2026] POST /v2.0/networks => generated 614 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1136] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:18 2026] POST /v2.0/subnets => generated 646 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:19.049 7 INFO neutron.db.segments_db [None req-fd27f9de-e65e-4da9-a679-e4c2419c1596 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment f64c505e-ae2c-46ec-93ad-3587c441958e of type vxlan for network b8ab9dbd-4167-4236-8b18-a7d8bf77d973 2026-05-07 20:24:19.327 7 INFO neutron.db.l3_hamode_db [None req-fd27f9de-e65e-4da9-a679-e4c2419c1596 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:24:19.443 7 INFO neutron.db.l3_hamode_db [None req-fd27f9de-e65e-4da9-a679-e4c2419c1596 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:24:19.475 8 INFO neutron.services.segments.plugin [-] Segment 74446dff-97a9-4029-beec-568d5f47a156 resource provider aggregate not found 2026-05-07 20:24:19.490 8 INFO neutron.services.segments.plugin [-] Segment 74446dff-97a9-4029-beec-568d5f47a156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74446dff-97a9-4029-beec-568d5f47a156 found for delete ", "request_id": "req-122eb8a2-cf5f-48f3-90b8-13eea944211d"}]} 2026-05-07 20:24:19.491 8 INFO neutron.services.segments.plugin [-] Segment 74446dff-97a9-4029-beec-568d5f47a156 resource provider aggregate not found 2026-05-07 20:24:19.506 8 INFO neutron.services.segments.plugin [-] Segment 74446dff-97a9-4029-beec-568d5f47a156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74446dff-97a9-4029-beec-568d5f47a156 found for delete ", "request_id": "req-b6ad845b-5784-46aa-a121-94bf27f4cd6d"}]} [pid: 7|app: 0|req: 594/1137] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:19 2026] POST /v2.0/routers => generated 510 bytes in 977 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:20.361 7 INFO neutron.services.segments.plugin [-] Segment e3da2054-727f-4ff9-aed4-db39a7e26608 resource provider aggregate not found 2026-05-07 20:24:20.366 7 INFO neutron.services.segments.plugin [-] Segment e3da2054-727f-4ff9-aed4-db39a7e26608 resource provider aggregate not found 2026-05-07 20:24:20.378 7 INFO neutron.services.segments.plugin [-] Segment e3da2054-727f-4ff9-aed4-db39a7e26608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3da2054-727f-4ff9-aed4-db39a7e26608 found for delete ", "request_id": "req-7d751a9a-4bff-4c4c-8e27-3f5aad9f46b1"}]} 2026-05-07 20:24:20.381 7 INFO neutron.services.segments.plugin [-] Segment e3da2054-727f-4ff9-aed4-db39a7e26608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3da2054-727f-4ff9-aed4-db39a7e26608 found for delete ", "request_id": "req-910f8386-6457-4376-84a5-97d78e147545"}]} [pid: 8|app: 0|req: 544/1138] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:19 2026] PUT /v2.0/routers/3b818e20-ebd5-49e4-ad85-6b79cca50ea5/add_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1139] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:24:20 2026] GET /v2.0/ports/602f81c9-ed64-4c04-8e31-c76a644b271a => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:21.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cc4b609-db2f-46a8-99b0-6c97c696c907 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: 602f81c9-ed64-4c04-8e31-c76a644b271a 2026-05-07 20:24:21.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc4b609-db2f-46a8-99b0-6c97c696c907 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: 602f81c9-ed64-4c04-8e31-c76a644b271a [pid: 7|app: 0|req: 598/1142] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:21 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1143] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:21 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 600/1144] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:21 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 601/1145] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:21 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1146] 10.0.0.185 () {34 vars in 1100 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1252080448&fields=id&tenant_id=519ab471741c49b2864e352aa094244f => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1147] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:21 2026] PUT /v2.0/routers/3b818e20-ebd5-49e4-ad85-6b79cca50ea5/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1148] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/networks?id=88dfc264-3c97-4695-8e40-ccd47a7ddee3 => generated 679 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1149] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/ports?device_id=3b818e20-ebd5-49e4-ad85-6b79cca50ea5 => 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: 547/1150] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/quotas/519ab471741c49b2864e352aa094244f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1151] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1152] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/ports?tenant_id=519ab471741c49b2864e352aa094244f&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1153] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:22.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-1253e58f-44cd-4c33-a435-ea24c6c880bd dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: d3a748d0-1de0-4b0d-94c2-51dee5803e94 2026-05-07 20:24:22.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1253e58f-44cd-4c33-a435-ea24c6c880bd dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: d3a748d0-1de0-4b0d-94c2-51dee5803e94 [pid: 7|app: 0|req: 607/1154] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/networks/88dfc264-3c97-4695-8e40-ccd47a7ddee3?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1155] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/networks/88dfc264-3c97-4695-8e40-ccd47a7ddee3?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-07 20:24:22.551 8 INFO neutron.services.segments.plugin [-] Segment f64c505e-ae2c-46ec-93ad-3587c441958e resource provider aggregate not found 2026-05-07 20:24:22.556 8 INFO neutron.services.segments.plugin [-] Segment f64c505e-ae2c-46ec-93ad-3587c441958e resource provider aggregate not found 2026-05-07 20:24:22.573 8 INFO neutron.db.l3_hamode_db [None req-1253e58f-44cd-4c33-a435-ea24c6c880bd dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] HA network b8ab9dbd-4167-4236-8b18-a7d8bf77d973 was deleted as no HA routers are present in tenant f1e143319d554bb786d75a3d770c4ff8. 2026-05-07 20:24:22.575 8 INFO neutron.services.segments.plugin [-] Segment f64c505e-ae2c-46ec-93ad-3587c441958e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64c505e-ae2c-46ec-93ad-3587c441958e found for delete ", "request_id": "req-0b4e0d6f-fb01-476a-bd21-d0582638767b"}]} 2026-05-07 20:24:22.580 8 INFO neutron.services.segments.plugin [-] Segment f64c505e-ae2c-46ec-93ad-3587c441958e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64c505e-ae2c-46ec-93ad-3587c441958e found for delete ", "request_id": "req-b5578292-9516-42b4-a1e1-fc2f2bec75c2"}]} [pid: 8|app: 0|req: 548/1156] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:22 2026] DELETE /v2.0/routers/3b818e20-ebd5-49e4-ad85-6b79cca50ea5 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1157] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:22 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1158] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:22 2026] DELETE /v2.0/subnets/094cf078-f7e1-4af2-b186-06d877751bc2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1159] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:22 2026] DELETE /v2.0/networks/12860b99-cb7d-4baa-a492-6d656d99dd21 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:22.897 7 INFO neutron.db.segments_db [None req-b669c417-c9fb-4047-b1a6-c8a74ff459a9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Added segment 36e50e5a-4dfe-47f6-938c-2914f46e636c of type vxlan for network 7e8b5ecb-82e3-435a-b888-e7c3f48fc1f3 2026-05-07 20:24:23.139 7 INFO neutron.db.l3_hamode_db [None req-b669c417-c9fb-4047-b1a6-c8a74ff459a9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 551/1160] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1161] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1162] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/ports?tenant_id=ba9c8f0abb294cec9870a23da12d0899&device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1163] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 555/1164] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/networks?id=4714a8e2-ab31-4179-be42-50a68b1575b0 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1165] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cf73b4c8-cdea-4efb-8c7c-d1e47f617e24 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1166] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/subnets?id=c0a5f9ee-f648-42a0-9b40-ca11441289cd => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1167] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/ports?network_id=4714a8e2-ab31-4179-be42-50a68b1575b0&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: 559/1168] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?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: 560/1169] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:23 2026] GET /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0?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-07 20:24:24.271 7 INFO neutron.db.l3_hamode_db [None req-b669c417-c9fb-4047-b1a6-c8a74ff459a9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 561/1170] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:24 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:24.601 8 INFO neutron.services.segments.plugin [-] Segment e99b7358-d106-4c4a-a3c3-a211d36f8e9b resource provider aggregate not found 2026-05-07 20:24:24.606 8 INFO neutron.services.segments.plugin [-] Segment e99b7358-d106-4c4a-a3c3-a211d36f8e9b resource provider aggregate not found 2026-05-07 20:24:24.627 8 INFO neutron.services.segments.plugin [-] Segment e99b7358-d106-4c4a-a3c3-a211d36f8e9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e99b7358-d106-4c4a-a3c3-a211d36f8e9b found for delete ", "request_id": "req-95f96dc8-94c5-48fd-9fa6-7d75a3dac8d9"}]} 2026-05-07 20:24:24.628 8 INFO neutron.services.segments.plugin [-] Segment e99b7358-d106-4c4a-a3c3-a211d36f8e9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e99b7358-d106-4c4a-a3c3-a211d36f8e9b found for delete ", "request_id": "req-c4865699-873c-423d-9458-c9170dfaf44e"}]} [pid: 8|app: 0|req: 562/1171] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:24 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1172] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:24 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 610/1173] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:22 2026] POST /v2.0/routers => generated 691 bytes in 2226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1174] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:24:25 2026] GET /v2.0/routers/99408ca5-606f-4c45-bb57-c37069cc776f => generated 697 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1175] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:24:25 2026] GET /v2.0/routers => generated 700 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1176] 10.0.0.138 () {34 vars in 741 bytes} [Thu May 7 20:24:25 2026] PUT /v2.0/routers/99408ca5-606f-4c45-bb57-c37069cc776f => generated 704 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1177] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:24:25 2026] GET /v2.0/routers/99408ca5-606f-4c45-bb57-c37069cc776f => generated 704 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1178] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:25 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 613/1179] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:25 2026] GET /v2.0/ports?device_id=99408ca5-606f-4c45-bb57-c37069cc776f => 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: 567/1180] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:25 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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-07 20:24:25.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e82059c-885e-4a1e-9a6b-7f1e9ecf04c9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: ed316284-095a-4736-b003-8dd962923d06 2026-05-07 20:24:25.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e82059c-885e-4a1e-9a6b-7f1e9ecf04c9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: ed316284-095a-4736-b003-8dd962923d06 [pid: 8|app: 0|req: 568/1181] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:25 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:26.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e82059c-885e-4a1e-9a6b-7f1e9ecf04c9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] TaaS: Handle Delete Port: 68cc79ed-1368-4ef7-9bd3-e9b824f4ec40 2026-05-07 20:24:26.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e82059c-885e-4a1e-9a6b-7f1e9ecf04c9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] Tap Mirror: Handle Delete Port: 68cc79ed-1368-4ef7-9bd3-e9b824f4ec40 2026-05-07 20:24:26.492 7 INFO neutron.services.segments.plugin [-] Segment 36e50e5a-4dfe-47f6-938c-2914f46e636c resource provider aggregate not found 2026-05-07 20:24:26.497 7 INFO neutron.services.segments.plugin [-] Segment 36e50e5a-4dfe-47f6-938c-2914f46e636c resource provider aggregate not found 2026-05-07 20:24:26.513 7 INFO neutron.services.segments.plugin [-] Segment 36e50e5a-4dfe-47f6-938c-2914f46e636c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36e50e5a-4dfe-47f6-938c-2914f46e636c found for delete ", "request_id": "req-415dccc0-64cf-483f-a8ea-5563bac3c369"}]} 2026-05-07 20:24:26.520 7 INFO neutron.db.l3_hamode_db [None req-6e82059c-885e-4a1e-9a6b-7f1e9ecf04c9 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] HA network 7e8b5ecb-82e3-435a-b888-e7c3f48fc1f3 was deleted as no HA routers are present in tenant f1e143319d554bb786d75a3d770c4ff8. 2026-05-07 20:24:26.521 7 INFO neutron.services.segments.plugin [-] Segment 36e50e5a-4dfe-47f6-938c-2914f46e636c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36e50e5a-4dfe-47f6-938c-2914f46e636c found for delete ", "request_id": "req-066a1ffa-6044-4660-b150-36f062d975b4"}]} [pid: 7|app: 0|req: 614/1182] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:25 2026] DELETE /v2.0/routers/99408ca5-606f-4c45-bb57-c37069cc776f => generated 0 bytes in 786 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1183] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/ports?device_id=99408ca5-606f-4c45-bb57-c37069cc776f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:26.571 7 INFO neutron.api.v2.resource [None req-de5cbb86-981c-42a5-aead-a823953a9b9a dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1184] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/routers/99408ca5-606f-4c45-bb57-c37069cc776f => 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: 570/1185] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/ports?device_id=3b818e20-ebd5-49e4-ad85-6b79cca50ea5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:26.615 7 INFO neutron.api.v2.resource [None req-d5cc960c-08e9-46ce-b022-3e876082b3e6 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1186] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/routers/3b818e20-ebd5-49e4-ad85-6b79cca50ea5 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:26.631 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17c89c3c-f1e5-4636-8abc-e9dfbd11676d dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1187] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/subnets/094cf078-f7e1-4af2-b186-06d877751bc2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1188] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/ports?device_id=ddb9405d-05d9-490a-89b3-4e8db034501b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:26.689 8 INFO neutron.api.v2.resource [None req-164b340c-37f1-4a0f-b3c7-a45579564de1 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1189] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/routers/ddb9405d-05d9-490a-89b3-4e8db034501b => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:26.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3db0e51-92c4-4e4d-86cd-2f85f3e7335f dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 618/1190] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/subnets/87fd6138-233c-4749-bdc7-a6453b860806 => 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: 573/1191] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/ports?device_id=5ae25484-44ea-4b7d-ad0f-bffebf005524 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:26.755 7 INFO neutron.api.v2.resource [None req-a294cbf1-bd4b-42d1-b74a-14e2687d73e1 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 619/1192] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/routers/5ae25484-44ea-4b7d-ad0f-bffebf005524 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:26.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1a39f99e-4a0c-4c19-b491-ac0eefa84b32 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 574/1193] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/subnets/6326bcd2-503f-48bd-a563-097463be5213 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:26.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-345a182c-6f7e-459b-8c1e-3d312c46f8f3 dc3c51db1c1d4009a70a0ff2c626f227 f1e143319d554bb786d75a3d770c4ff8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 620/1194] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:26 2026] DELETE /v2.0/subnets/40a9deac-c398-40d0-a251-872e33c0d62b => 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: 575/1195] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1196] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/networks?id=88dfc264-3c97-4695-8e40-ccd47a7ddee3 => generated 679 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1197] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 622/1198] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:24:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=519ab471741c49b2864e352aa094244f => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1199] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:27 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 577/1200] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:24:26 2026] POST /v2.0/ports => generated 958 bytes in 361 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: 578/1201] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:27 2026] GET /v2.0/security-groups?tenant_id=f1e143319d554bb786d75a3d770c4ff8&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1202] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:27 2026] DELETE /v2.0/security-groups/b6d57b0a-db65-4a4f-8df3-3922bf9e217d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1203] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:24:27 2026] PUT /v2.0/ports/df85aacd-e25e-4085-b4cd-3548da725f3f => generated 1239 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:24:27.744 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55e9c42c-2252-467b-afc4-080782f697ef'] response: {'name': 'network-changed', 'server_uuid': 'c844dc86-0ebc-4e22-bafe-9ccdf353cea6', 'tag': 'df85aacd-e25e-4085-b4cd-3548da725f3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 580/1204] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 625/1205] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 581/1206] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1207] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&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: 582/1208] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/ports?tenant_id=519ab471741c49b2864e352aa094244f&device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 627/1209] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/networks?tenant_id=519ab471741c49b2864e352aa094244f&shared=False => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1210] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1211] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:28 2026] GET /v2.0/security-groups?tenant_id=0975223d8a944ad89648f87c45a39f78&name=default => generated 2925 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1212] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:29 2026] DELETE /v2.0/security-groups/039c9a74-bffc-4b94-bef9-a9d124f8edb9 => 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: 629/1213] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 585/1214] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1215] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 586/1216] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1217] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/ports?tenant_id=519ab471741c49b2864e352aa094244f&device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1218] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=df85aacd-e25e-4085-b4cd-3548da725f3f => 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: 632/1219] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/subnets?id=8ef0ee5b-964e-4ec6-a132-571dd74d47c2 => generated 697 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1220] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/ports?network_id=88dfc264-3c97-4695-8e40-ccd47a7ddee3&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1221] 10.0.0.138 () {32 vars in 623 bytes} [Thu May 7 20:24: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: 633/1222] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/networks/88dfc264-3c97-4695-8e40-ccd47a7ddee3?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1223] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/networks/88dfc264-3c97-4695-8e40-ccd47a7ddee3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1224] 10.0.0.138 () {32 vars in 633 bytes} [Thu May 7 20:24:29 2026] GET /v2.0/ => generated 632 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1225] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:30 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1226] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:30 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1227] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:30 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 594/1228] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:30 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&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: 635/1229] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:30 2026] GET /v2.0/security-groups?tenant_id=7ae0eb8888ed42f798ac1b380bb75717&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1230] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:30 2026] DELETE /v2.0/security-groups/4e9cae1f-abdd-4ec8-af6b-599b5137822a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:24:31.554 7 INFO neutron.db.segments_db [None req-5e976281-e4f0-4fc4-bb02-443e22708ac6 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment b94d64a2-1fd0-4634-990c-5d0a75f988e5 of type vxlan for network c1ab4d08-5871-4cd4-ab5a-c1bef52a3094 [pid: 7|app: 0|req: 636/1231] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:24:31 2026] POST /v2.0/networks => generated 721 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1232] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:31 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1233] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:31 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 638/1234] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:31 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 639/1235] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:31 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&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: 597/1236] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:31 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) 2026-05-07 20:24:31.956 7 INFO neutron.db.segments_db [None req-af105a22-6905-45f0-9439-7426ed6e3524 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment ab67be5c-4d05-4e63-9885-7612907b204e of type vxlan for network a3c19626-edfe-4e89-8a80-6addcdb7fe42 2026-05-07 20:24:32.161 7 INFO neutron.db.l3_hamode_db [None req-af105a22-6905-45f0-9439-7426ed6e3524 860ec6ff88a94faf9d9555f766856866 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:24:32.806 7 INFO neutron.db.l3_hamode_db [None req-af105a22-6905-45f0-9439-7426ed6e3524 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 598/1237] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:32 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1238] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:32 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 973 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1239] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:33 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1240] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:33 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1241] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:31 2026] POST /v2.0/routers => generated 728 bytes in 1836 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1242] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:34 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1243] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:34 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&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: 643/1244] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:34 2026] GET /v2.0/security-groups?tenant_id=8ae781adf9d84afc8963c6fd5e14944d&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1245] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:34 2026] DELETE /v2.0/security-groups/45baf295-1d0b-471c-9e67-4f6bf9b0c7e5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1246] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:33 2026] PUT /v2.0/routers/524071fd-3f38-4906-abf3-14412e349338/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1247] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:35 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1248] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:35 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&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-07 20:24:36.144 7 INFO neutron.db.segments_db [None req-bf66985d-a93d-4e5d-9a49-dd0741e98c0c 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 5923f81d-d3f7-4fba-bbfb-5a7af9015ff0 of type vxlan for network 49eacb16-b03b-43fa-98fd-7a1c5da8318c [pid: 7|app: 0|req: 646/1249] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:24:36 2026] POST /v2.0/networks => generated 721 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1252] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:36 2026] POST /v2.0/subnets => generated 687 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1253] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:36 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:36.530 7 INFO neutron.db.segments_db [None req-561a6b41-0b65-4a68-8a69-2a6561c1b64b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment b0384d2f-f9e8-4cf4-a8eb-aaec4df0bf1f of type vxlan for network 003f4f09-7154-48c4-b7ea-1e20ad658309 [pid: 8|app: 0|req: 606/1254] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:36 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:36.800 7 INFO neutron.db.l3_hamode_db [None req-561a6b41-0b65-4a68-8a69-2a6561c1b64b 860ec6ff88a94faf9d9555f766856866 8c8fc45b4e4a46db92e3b0c457fe21d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 607/1255] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:37 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:37.696 7 INFO neutron.db.l3_hamode_db [None req-561a6b41-0b65-4a68-8a69-2a6561c1b64b 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 608/1256] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:37 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&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: 609/1257] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:37 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:38.212 8 INFO neutron.db.l3_db [None req-516f7917-5017-4d8d-b0f2-7dd2b8883552 97fe5d38443b4135a071eeef28185dba 519ab471741c49b2864e352aa094244f - - default default] Floating IP 7d1d9cbd-bf52-427d-94c7-a5eeeed4c20d associated. External IP: 10.96.250.207, port: df85aacd-e25e-4085-b4cd-3548da725f3f. [pid: 8|app: 0|req: 610/1258] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:24:37 2026] PUT /v2.0/floatingips/7d1d9cbd-bf52-427d-94c7-a5eeeed4c20d => generated 856 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:38.587 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e97cbb80-34e8-45d9-8ec1-96149a32e78e'] response: {'name': 'network-changed', 'server_uuid': 'c844dc86-0ebc-4e22-bafe-9ccdf353cea6', 'tag': 'df85aacd-e25e-4085-b4cd-3548da725f3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 611/1259] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:38 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1260] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:36 2026] POST /v2.0/routers => generated 727 bytes in 2246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1261] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:38 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1262] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/ports?tenant_id=519ab471741c49b2864e352aa094244f&device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 652/1263] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 653/1264] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/networks?id=88dfc264-3c97-4695-8e40-ccd47a7ddee3 => generated 775 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1265] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&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: 655/1266] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=df85aacd-e25e-4085-b4cd-3548da725f3f => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1267] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/subnets?id=8ef0ee5b-964e-4ec6-a132-571dd74d47c2 => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1268] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/ports?network_id=88dfc264-3c97-4695-8e40-ccd47a7ddee3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1269] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/networks/88dfc264-3c97-4695-8e40-ccd47a7ddee3?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: 659/1270] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:39 2026] GET /v2.0/networks/88dfc264-3c97-4695-8e40-ccd47a7ddee3?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: 612/1271] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:38 2026] PUT /v2.0/routers/56cd7b66-81e7-4990-acfe-6612f4eece4f/add_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1272] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:40 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 613/1273] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:40 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1274] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:24:40 2026] POST /v2.0/security-groups => generated 1675 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1275] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:24:40 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1276] 10.0.0.252 () {34 vars in 1040 bytes} [Thu May 7 20:24:40 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 662/1277] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1278] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:40 2026] POST /v2.0/security-group-rules => generated 596 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1279] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1280] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:41.314 7 INFO neutron.db.securitygroups_db [None req-690d0122-812a-443f-853d-cca2821d0632 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] Project 70854ae79c9e4534b09ae8e6d5d7d8f9 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: 664/1281] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:41.435 8 INFO neutron.db.securitygroups_db [None req-e5f6a898-17fe-4665-a3e3-7afbc80d23d3 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] Project 70854ae79c9e4534b09ae8e6d5d7d8f9 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: 618/1282] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:41 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1283] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:41 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1284] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:41 2026] GET /v2.0/security-groups?id=4455147e-fec2-4401-aa34-b2d062e38aa5&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1285] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:24:41 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:41.743 8 INFO neutron_taas.services.taas.taas_plugin [req-e6e4f5b3-1ad0-469b-988c-434295689aa1 req-534466e1-97a6-4595-902d-32c96393487c 97fe5d38443b4135a071eeef28185dba 519ab471741c49b2864e352aa094244f - - default default] TaaS: Handle Delete Port: df85aacd-e25e-4085-b4cd-3548da725f3f 2026-05-07 20:24:41.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e6e4f5b3-1ad0-469b-988c-434295689aa1 req-534466e1-97a6-4595-902d-32c96393487c 97fe5d38443b4135a071eeef28185dba 519ab471741c49b2864e352aa094244f - - default default] Tap Mirror: Handle Delete Port: df85aacd-e25e-4085-b4cd-3548da725f3f 2026-05-07 20:24:41.863 8 INFO neutron.db.l3_db [req-e6e4f5b3-1ad0-469b-988c-434295689aa1 req-534466e1-97a6-4595-902d-32c96393487c 97fe5d38443b4135a071eeef28185dba 519ab471741c49b2864e352aa094244f - - default default] Floating IP 7d1d9cbd-bf52-427d-94c7-a5eeeed4c20d disassociated. External IP: 10.96.250.207, port: df85aacd-e25e-4085-b4cd-3548da725f3f. [pid: 7|app: 0|req: 667/1286] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:24:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1287] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1288] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:24:41 2026] DELETE /v2.0/ports/df85aacd-e25e-4085-b4cd-3548da725f3f => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:42.259 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9aafdbed-313f-44ba-a511-f475a717bc76'] response: {'server_uuid': 'c844dc86-0ebc-4e22-bafe-9ccdf353cea6', 'name': 'network-vif-deleted', 'tag': 'df85aacd-e25e-4085-b4cd-3548da725f3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 669/1289] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1290] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:42 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 621/1291] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:24:42 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1292] 10.0.0.185 () {34 vars in 1100 bytes} [Thu May 7 20:24:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2074206835&fields=id&tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9 => 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: 622/1293] 10.0.0.185 () {34 vars in 1098 bytes} [Thu May 7 20:24:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--908800473&fields=id&tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1294] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:24:43 2026] GET /v2.0/networks?id=c1ab4d08-5871-4cd4-ab5a-c1bef52a3094 => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1295] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:24:43 2026] GET /v2.0/quotas/70854ae79c9e4534b09ae8e6d5d7d8f9 => 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: 673/1296] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:24:43 2026] GET /v2.0/ports?tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1297] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:24:43 2026] GET /v2.0/networks/c1ab4d08-5871-4cd4-ab5a-c1bef52a3094?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: 674/1298] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:24:43 2026] GET /v2.0/networks/c1ab4d08-5871-4cd4-ab5a-c1bef52a3094?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: 625/1299] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:43 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => 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: 675/1300] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:43 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 626/1301] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:44 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1302] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:44 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 627/1303] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:45 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => 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: 677/1304] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:46 2026] GET /v2.0/ports?device_id=c844dc86-0ebc-4e22-bafe-9ccdf353cea6 => 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: 628/1305] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:46 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => 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: 678/1306] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:47 2026] DELETE /v2.0/security-groups/4455147e-fec2-4401-aa34-b2d062e38aa5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:24:47.285 8 INFO neutron.api.v2.resource [None req-47db46dd-3aab-4e30-882c-bc1a21aa40b3 97fe5d38443b4135a071eeef28185dba 519ab471741c49b2864e352aa094244f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 629/1307] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:24:47 2026] GET /v2.0/security-groups/4455147e-fec2-4401-aa34-b2d062e38aa5 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:47.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-292b96f0-405b-43dd-b138-ced6f8f5a293 97fe5d38443b4135a071eeef28185dba 519ab471741c49b2864e352aa094244f - - default default] TaaS: Handle Delete Port: ce564f09-ddf0-4036-aece-2fdcc5bbf883 2026-05-07 20:24:47.404 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-292b96f0-405b-43dd-b138-ced6f8f5a293 97fe5d38443b4135a071eeef28185dba 519ab471741c49b2864e352aa094244f - - default default] Tap Mirror: Handle Delete Port: ce564f09-ddf0-4036-aece-2fdcc5bbf883 [pid: 7|app: 0|req: 679/1308] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:24:47 2026] DELETE /v2.0/floatingips/7d1d9cbd-bf52-427d-94c7-a5eeeed4c20d => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1309] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:47 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:47.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-a76ec781-025e-42ce-8d20-f4d2bfa4f1a7 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 93fd4b6d-780a-49f1-9fdc-2cff6d300b31 2026-05-07 20:24:47.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a76ec781-025e-42ce-8d20-f4d2bfa4f1a7 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 93fd4b6d-780a-49f1-9fdc-2cff6d300b31 [pid: 7|app: 0|req: 681/1310] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:24:48 2026] GET /v2.0/networks?id=c1ab4d08-5871-4cd4-ab5a-c1bef52a3094 => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1311] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:24:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9 => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1312] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:47 2026] PUT /v2.0/routers/6d08a32d-907d-457b-85b5-57a4102d7816/remove_router_interface => generated 309 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1313] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:24:48 2026] POST /v2.0/ports => generated 993 bytes in 399 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-07 20:24:48.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-8588e271-164c-4023-89db-e4803c332f54 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: b67e47dd-b446-4a97-9531-eeb0cf8aed82 2026-05-07 20:24:48.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8588e271-164c-4023-89db-e4803c332f54 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: b67e47dd-b446-4a97-9531-eeb0cf8aed82 2026-05-07 20:24:49.001 8 INFO neutron_taas.services.taas.taas_plugin [None req-8588e271-164c-4023-89db-e4803c332f54 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: fa852d05-1401-428d-92de-57b49e758d64 2026-05-07 20:24:49.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8588e271-164c-4023-89db-e4803c332f54 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: fa852d05-1401-428d-92de-57b49e758d64 [pid: 7|app: 0|req: 684/1314] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:24:48 2026] PUT /v2.0/ports/67abb26c-fa46-452c-8565-c8b1698206f1 => generated 1274 bytes in 457 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: 685/1315] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:49 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1008 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:24:49.178 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bce160c7-a057-4d98-acec-6ac91158dc5e'] response: {'name': 'network-changed', 'server_uuid': '93bb4041-c60e-4896-a15b-68bd0590df35', 'tag': '67abb26c-fa46-452c-8565-c8b1698206f1', 'status': 'completed', 'code': 200} 2026-05-07 20:24:49.398 8 INFO neutron.services.segments.plugin [-] Segment e2e5180a-d7c7-448d-a6c2-46014b913333 resource provider aggregate not found 2026-05-07 20:24:49.400 8 INFO neutron.services.segments.plugin [-] Segment e2e5180a-d7c7-448d-a6c2-46014b913333 resource provider aggregate not found 2026-05-07 20:24:49.421 8 INFO neutron.services.segments.plugin [-] Segment e2e5180a-d7c7-448d-a6c2-46014b913333 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e5180a-d7c7-448d-a6c2-46014b913333 found for delete ", "request_id": "req-6a2c53f4-ce99-4915-8a06-807a72049ec0"}]} 2026-05-07 20:24:49.422 8 INFO neutron.services.segments.plugin [-] Segment e2e5180a-d7c7-448d-a6c2-46014b913333 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2e5180a-d7c7-448d-a6c2-46014b913333 found for delete ", "request_id": "req-875b8156-1bcf-4737-97f2-f6a3413d09a2"}]} 2026-05-07 20:24:49.436 8 INFO neutron.db.l3_hamode_db [None req-8588e271-164c-4023-89db-e4803c332f54 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network 2ac22607-f186-4b5a-a819-9c6c30762cb1 was deleted as no HA routers are present in tenant 519ab471741c49b2864e352aa094244f. [pid: 8|app: 0|req: 631/1316] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:48 2026] DELETE /v2.0/routers/6d08a32d-907d-457b-85b5-57a4102d7816 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1317] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:24:49 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1318] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:49 2026] GET /v2.0/security-groups?tenant_id=9a9fae2f20044ed7aa497c4066c69ff6&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1319] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:49 2026] DELETE /v2.0/subnets/8ef0ee5b-964e-4ec6-a132-571dd74d47c2 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1320] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:49 2026] DELETE /v2.0/security-groups/e522c61f-9468-41aa-8b49-ccab633aafd5 => 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: 688/1321] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:49 2026] GET /v2.0/ports?tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9&device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1322] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:24:49 2026] GET /v2.0/networks?tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9&shared=False => generated 768 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:49.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c7608e3-f346-4ff9-9274-8d483f17d011 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: cdb45f99-1da9-4cc5-90b9-b892c6d38038 2026-05-07 20:24:49.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c7608e3-f346-4ff9-9274-8d483f17d011 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: cdb45f99-1da9-4cc5-90b9-b892c6d38038 [pid: 7|app: 0|req: 690/1323] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:24:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1324] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:49 2026] DELETE /v2.0/networks/88dfc264-3c97-4695-8e40-ccd47a7ddee3 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1325] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/security-groups?tenant_id=519ab471741c49b2864e352aa094244f&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: 635/1326] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:50 2026] DELETE /v2.0/security-groups/fc232c8f-3b5b-4120-940c-cf1098ba3637 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1327] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1328] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1329] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/ports?tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9&device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1330] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=67abb26c-fa46-452c-8565-c8b1698206f1 => 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: 694/1331] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/subnets?id=6f12bb35-c755-471c-8725-02f551a8f6ae => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1332] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/ports?network_id=c1ab4d08-5871-4cd4-ab5a-c1bef52a3094&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: 638/1333] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:50 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1334] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:51 2026] GET /v2.0/networks/c1ab4d08-5871-4cd4-ab5a-c1bef52a3094?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: 639/1335] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:51 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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: 697/1336] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:51 2026] GET /v2.0/networks/c1ab4d08-5871-4cd4-ab5a-c1bef52a3094?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1337] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:51 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1338] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:51 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&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-07 20:24:51.443 8 INFO neutron.services.segments.plugin [-] Segment 0fc42796-1f99-420a-936e-9a647d2655b6 resource provider aggregate not found 2026-05-07 20:24:51.448 8 INFO neutron.services.segments.plugin [-] Segment 0fc42796-1f99-420a-936e-9a647d2655b6 resource provider aggregate not found 2026-05-07 20:24:51.465 8 INFO neutron.services.segments.plugin [-] Segment 0fc42796-1f99-420a-936e-9a647d2655b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fc42796-1f99-420a-936e-9a647d2655b6 found for delete ", "request_id": "req-9048cc9e-c734-4eb2-9d23-30b527fd06b6"}]} 2026-05-07 20:24:51.469 8 INFO neutron.services.segments.plugin [-] Segment 0fc42796-1f99-420a-936e-9a647d2655b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fc42796-1f99-420a-936e-9a647d2655b6 found for delete ", "request_id": "req-0e6dd7c6-2108-4a68-88c5-b56dbbdb81be"}]} [pid: 8|app: 0|req: 642/1341] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:51 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1342] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:24:51 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1343] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:52 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1344] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:52 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:52.684 8 INFO neutron.db.segments_db [None req-74fb32a9-2016-492c-920b-94cf233c5b56 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 96b95d88-dbf3-4a59-ace6-f38fb5154958 of type vxlan for network ed18be81-5b3e-4e95-bdab-6a6c44609090 [pid: 8|app: 0|req: 643/1345] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:24:52 2026] POST /v2.0/networks => generated 724 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1346] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:52 2026] POST /v2.0/subnets => generated 690 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1347] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:52 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:24:52.983 7 INFO neutron.db.segments_db [None req-422b73ee-d974-4203-ad8a-770522184ffd 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Added segment 98f7a342-555c-440d-94c6-00f0acf79fcd of type vxlan for network 7ed66f11-4258-4477-8d92-d41cf4e128dd [pid: 8|app: 0|req: 645/1348] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:24:52 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:53.256 7 INFO neutron.db.l3_hamode_db [None req-422b73ee-d974-4203-ad8a-770522184ffd 860ec6ff88a94faf9d9555f766856866 dd38312efea6460c85df4c06a7678702 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 646/1349] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:53 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1350] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:24:53 2026] GET /v2.0/security-groups?id=987d13f7-f1e4-4c50-8239-7905775266d5&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1351] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:24:53 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:53.884 8 INFO neutron_taas.services.taas.taas_plugin [req-64818daa-9c79-4a88-8fee-84ab199e7d72 req-23039faa-1f52-4c66-a73d-2f836affa164 fdb40c25912d4b39986b0c06ac52dba5 ba9c8f0abb294cec9870a23da12d0899 - - default default] TaaS: Handle Delete Port: cf73b4c8-cdea-4efb-8c7c-d1e47f617e24 2026-05-07 20:24:53.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64818daa-9c79-4a88-8fee-84ab199e7d72 req-23039faa-1f52-4c66-a73d-2f836affa164 fdb40c25912d4b39986b0c06ac52dba5 ba9c8f0abb294cec9870a23da12d0899 - - default default] Tap Mirror: Handle Delete Port: cf73b4c8-cdea-4efb-8c7c-d1e47f617e24 2026-05-07 20:24:54.006 8 INFO neutron.db.l3_db [req-64818daa-9c79-4a88-8fee-84ab199e7d72 req-23039faa-1f52-4c66-a73d-2f836affa164 fdb40c25912d4b39986b0c06ac52dba5 ba9c8f0abb294cec9870a23da12d0899 - - default default] Floating IP 5e006be4-ddbc-4e0d-bd66-76a35a6ee34a disassociated. External IP: 10.96.250.209, port: cf73b4c8-cdea-4efb-8c7c-d1e47f617e24. 2026-05-07 20:24:54.059 7 INFO neutron.db.l3_hamode_db [None req-422b73ee-d974-4203-ad8a-770522184ffd 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 649/1352] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:24:53 2026] DELETE /v2.0/ports/cf73b4c8-cdea-4efb-8c7c-d1e47f617e24 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:54.434 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbfcc936-7bc2-45c7-9995-10e11cfdee1a'] response: {'server_uuid': 'd3143560-8d22-42c1-a00c-7470c03ae46b', 'name': 'network-vif-deleted', 'tag': 'cf73b4c8-cdea-4efb-8c7c-d1e47f617e24', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 650/1353] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:54 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1354] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:24:54 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:24:54.949 8 INFO neutron.db.segments_db [None req-9ec33c88-7431-4308-95f5-521bff4c4814 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] Added segment 2fffd207-6dd4-4b0e-a331-29652a548019 of type vxlan for network 79fad148-84c8-4801-b33c-c5ee16e4e09d [pid: 7|app: 0|req: 704/1355] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:52 2026] POST /v2.0/routers => generated 730 bytes in 2072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1356] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:24:54 2026] POST /v2.0/networks => generated 707 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1357] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:24:55 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1358] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:55 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 653/1359] 199.204.45.235 () {34 vars in 1124 bytes} [Thu May 7 20:24:55 2026] GET /v2.0/security-groups?id=23b4d00a-6c91-4b80-8173-e6e901b472a9&id=01a8b2a0-3d51-4de9-9f61-00803b457e95&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1360] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:55 2026] POST /v2.0/subnets => generated 644 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:55.430 8 WARNING neutron.api.v2.base [None req-b38527b6-4bb9-478a-824c-99bcac977dd7 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - 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-07 20:24:55.431 8 INFO neutron.api.v2.resource [None req-b38527b6-4bb9-478a-824c-99bcac977dd7 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 655/1361] 10.0.0.138 () {34 vars in 681 bytes} [Thu May 7 20:24:55 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-07 20:24:55.634 8 INFO neutron.services.segments.plugin [-] Segment 2fffd207-6dd4-4b0e-a331-29652a548019 resource provider aggregate not found 2026-05-07 20:24:55.638 8 INFO neutron.services.segments.plugin [-] Segment 2fffd207-6dd4-4b0e-a331-29652a548019 resource provider aggregate not found 2026-05-07 20:24:55.658 8 INFO neutron.services.segments.plugin [-] Segment 2fffd207-6dd4-4b0e-a331-29652a548019 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fffd207-6dd4-4b0e-a331-29652a548019 found for delete ", "request_id": "req-5553db70-8325-42ff-b6c8-5cc228e5fc70"}]} 2026-05-07 20:24:55.662 8 INFO neutron.services.segments.plugin [-] Segment 2fffd207-6dd4-4b0e-a331-29652a548019 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fffd207-6dd4-4b0e-a331-29652a548019 found for delete ", "request_id": "req-4d7a74e7-a6d5-4aa2-a557-cdce13e76485"}]} [pid: 8|app: 0|req: 656/1362] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:55 2026] DELETE /v2.0/networks/79fad148-84c8-4801-b33c-c5ee16e4e09d => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:55.731 8 INFO neutron.db.segments_db [None req-1c9e90c4-14b9-437d-940a-ec3147dbb004 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] Added segment 42534d21-2e65-4080-953a-7f7a310a0ce7 of type vxlan for network ec101b8b-451f-4b8f-aed4-850a62922c0b [pid: 8|app: 0|req: 657/1363] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:24:55 2026] POST /v2.0/networks => generated 708 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1364] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:55 2026] POST /v2.0/subnets => generated 647 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1365] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:56 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1366] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:56 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:24:56.307 8 WARNING neutron.api.v2.base [None req-6a56821a-2f9b-4f00-9de5-e0f8b9f814ec 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - 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-07 20:24:56.308 8 INFO neutron.api.v2.resource [None req-6a56821a-2f9b-4f00-9de5-e0f8b9f814ec 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 661/1367] 10.0.0.138 () {34 vars in 681 bytes} [Thu May 7 20:24:56 2026] POST /v2.0/rbac-policies => generated 547 bytes in 13 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1368] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:24:56 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1369] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:24:55 2026] PUT /v2.0/routers/d7e65cb9-5277-46f6-a57e-cf6dbb208d29/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1370] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:56 2026] DELETE /v2.0/networks/ec101b8b-451f-4b8f-aed4-850a62922c0b => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:56.667 7 INFO neutron.db.segments_db [None req-2d3af652-a696-442a-8a6b-dcb8a563e1cd 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] Added segment 76a90553-3bfc-41fa-90d5-2cd201294c44 of type vxlan for network bba6ef02-998a-4183-a251-a4e04837c467 [pid: 7|app: 0|req: 708/1371] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:24:56 2026] POST /v2.0/networks => generated 707 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1372] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:24:56 2026] POST /v2.0/subnets => generated 647 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1373] 10.0.0.138 () {34 vars in 681 bytes} [Thu May 7 20:24:56 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1374] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:24:57 2026] POST /v2.0/security-groups => generated 1659 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1375] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:57 2026] GET /v2.0/ports?device_id=d3143560-8d22-42c1-a00c-7470c03ae46b => 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: 710/1376] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1377] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:57 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1378] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:24:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1379] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:24:57 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:57.679 8 INFO neutron.services.segments.plugin [-] Segment 42534d21-2e65-4080-953a-7f7a310a0ce7 resource provider aggregate not found 2026-05-07 20:24:57.685 8 INFO neutron.services.segments.plugin [-] Segment 42534d21-2e65-4080-953a-7f7a310a0ce7 resource provider aggregate not found 2026-05-07 20:24:57.693 8 INFO neutron.services.segments.plugin [-] Segment 42534d21-2e65-4080-953a-7f7a310a0ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42534d21-2e65-4080-953a-7f7a310a0ce7 found for delete ", "request_id": "req-924ee549-ee20-4899-b7fc-1b09d353d488"}]} [pid: 7|app: 0|req: 713/1380] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:24:57 2026] GET /v2.0/networks/bba6ef02-998a-4183-a251-a4e04837c467 => generated 654 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:57.707 8 INFO neutron.services.segments.plugin [-] Segment 42534d21-2e65-4080-953a-7f7a310a0ce7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42534d21-2e65-4080-953a-7f7a310a0ce7 found for delete ", "request_id": "req-35b38c98-ff3d-427f-908b-351b36454084"}]} [pid: 7|app: 0|req: 714/1381] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:57 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1382] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:24:57 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:24:58.156 7 INFO neutron.db.l3_db [None req-e5d108ce-78b1-4113-9d63-9e1bc49bb43c 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] Floating IP 0882ee20-4df0-404a-abd7-4a41770d745c associated. External IP: 10.96.250.212, port: 67abb26c-fa46-452c-8565-c8b1698206f1. 2026-05-07 20:24:58.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63fb530d-ba2e-4148-92bc-858dd55c4b20 d65dbc5418fa412bbf3776964a92b486 038e2783c8474666bcf42caa93236d98 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1383] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/networks/bba6ef02-998a-4183-a251-a4e04837c467 => generated 138 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1384] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:24:58 2026] DELETE /v2.0/networks/bba6ef02-998a-4183-a251-a4e04837c467 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:24:58.486 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae1ce99e-3c78-4931-9c3e-5e88dd497793 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1385] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:58 2026] DELETE /v2.0/subnets/9d16e9c0-59ec-409a-bea6-c81a7d24443c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1386] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:24:57 2026] PUT /v2.0/floatingips/0882ee20-4df0-404a-abd7-4a41770d745c => generated 855 bytes in 766 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:58.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3712658b-189f-4e5d-91de-66f7b51f838b 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 716/1387] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:58 2026] DELETE /v2.0/subnets/5fe76575-263d-4da6-9be5-d0efd7e27cd0 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:58.569 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60c0d8cf-6c63-4c58-8314-93a8544f44e8 282c306379d4492cb74502ff5cf67c57 5e91c37a12044ac78786a64a15f95db0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1388] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:24:58 2026] DELETE /v2.0/subnets/bfecf60a-ed55-4c2c-9388-03bba7906cbb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:24:58.579 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b82dbbd3-7f51-4d3f-9b84-3b49c4192f5b'] response: {'name': 'network-changed', 'server_uuid': '93bb4041-c60e-4896-a15b-68bd0590df35', 'tag': '67abb26c-fa46-452c-8565-c8b1698206f1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 718/1389] 10.0.0.185 () {34 vars in 1096 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--23406000&fields=id&tenant_id=dd38312efea6460c85df4c06a7678702 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1390] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:58 2026] DELETE /v2.0/security-groups/987d13f7-f1e4-4c50-8239-7905775266d5 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:24:58.645 7 INFO neutron.api.v2.resource [None req-29fdcbac-c889-42ae-823f-eccea7e35a72 fdb40c25912d4b39986b0c06ac52dba5 ba9c8f0abb294cec9870a23da12d0899 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 719/1391] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/security-groups/987d13f7-f1e4-4c50-8239-7905775266d5 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1392] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/networks?id=ed18be81-5b3e-4e95-bdab-6a6c44609090 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1393] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/quotas/dd38312efea6460c85df4c06a7678702 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:24:58.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-991ef966-84e9-432d-af7a-2a7d5bfc7ff4 fdb40c25912d4b39986b0c06ac52dba5 ba9c8f0abb294cec9870a23da12d0899 - - default default] TaaS: Handle Delete Port: 116ecb35-9b9a-4d4c-ab21-c69f838cafec 2026-05-07 20:24:58.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-991ef966-84e9-432d-af7a-2a7d5bfc7ff4 fdb40c25912d4b39986b0c06ac52dba5 ba9c8f0abb294cec9870a23da12d0899 - - default default] Tap Mirror: Handle Delete Port: 116ecb35-9b9a-4d4c-ab21-c69f838cafec [pid: 8|app: 0|req: 675/1394] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/ports?tenant_id=dd38312efea6460c85df4c06a7678702&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1395] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/networks/ed18be81-5b3e-4e95-bdab-6a6c44609090?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: 677/1396] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:24:58 2026] GET /v2.0/networks/ed18be81-5b3e-4e95-bdab-6a6c44609090?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: 720/1397] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:24:58 2026] DELETE /v2.0/floatingips/5e006be4-ddbc-4e0d-bd66-76a35a6ee34a => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1398] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/ports?tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9&device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1279 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1399] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => 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: 723/1400] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/networks?id=c1ab4d08-5871-4cd4-ab5a-c1bef52a3094 => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1401] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=67abb26c-fa46-452c-8565-c8b1698206f1 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1402] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/subnets?id=6f12bb35-c755-471c-8725-02f551a8f6ae => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1403] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/ports?network_id=c1ab4d08-5871-4cd4-ab5a-c1bef52a3094&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:24:59.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7b0e096-34de-4aae-91a6-602005dcb531 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: a2a82d7a-2f96-491f-9e58-b8d0e06acc7c 2026-05-07 20:24:59.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7b0e096-34de-4aae-91a6-602005dcb531 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: a2a82d7a-2f96-491f-9e58-b8d0e06acc7c [pid: 7|app: 0|req: 727/1404] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/networks/c1ab4d08-5871-4cd4-ab5a-c1bef52a3094?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: 728/1405] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/networks/c1ab4d08-5871-4cd4-ab5a-c1bef52a3094?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) 2026-05-07 20:24:59.713 8 INFO neutron.services.segments.plugin [-] Segment 76a90553-3bfc-41fa-90d5-2cd201294c44 resource provider aggregate not found 2026-05-07 20:24:59.736 8 INFO neutron.services.segments.plugin [-] Segment 76a90553-3bfc-41fa-90d5-2cd201294c44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a90553-3bfc-41fa-90d5-2cd201294c44 found for delete ", "request_id": "req-9ccb50bc-57e3-41cb-afdd-695b802d6af6"}]} 2026-05-07 20:24:59.750 8 INFO neutron.services.segments.plugin [-] Segment 76a90553-3bfc-41fa-90d5-2cd201294c44 resource provider aggregate not found 2026-05-07 20:24:59.779 8 INFO neutron.services.segments.plugin [-] Segment 76a90553-3bfc-41fa-90d5-2cd201294c44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a90553-3bfc-41fa-90d5-2cd201294c44 found for delete ", "request_id": "req-27fe3f6b-437d-434f-a541-5211b5e8d0ca"}]} [pid: 7|app: 0|req: 729/1406] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:24:59 2026] GET /v2.0/security-groups?tenant_id=5e91c37a12044ac78786a64a15f95db0&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1407] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:24:59 2026] DELETE /v2.0/security-groups/61153e96-728a-40dc-b2c0-b341ef5bb196 => 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: 678/1408] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:24:58 2026] PUT /v2.0/routers/6edbf86b-6317-46f4-99e7-b172e0e3e071/remove_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:00.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-685ec675-4a88-4170-8bb8-6a63d64d1428 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 786630d7-5860-4282-87dd-156074a294da 2026-05-07 20:25:00.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-685ec675-4a88-4170-8bb8-6a63d64d1428 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 786630d7-5860-4282-87dd-156074a294da [pid: 8|app: 0|req: 679/1409] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:00 2026] GET /v2.0/security-groups?tenant_id=807301d92ef145d0bb0afac00e41aebc&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1410] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:00 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => 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: 681/1411] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:00 2026] DELETE /v2.0/security-groups/c84cc96b-f348-46ba-8dab-515a2bbba323 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:00.533 7 INFO neutron_taas.services.taas.taas_plugin [None req-685ec675-4a88-4170-8bb8-6a63d64d1428 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: a56b0657-3eff-426f-90d8-ac470f1698bb 2026-05-07 20:25:00.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-685ec675-4a88-4170-8bb8-6a63d64d1428 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: a56b0657-3eff-426f-90d8-ac470f1698bb [pid: 8|app: 0|req: 682/1412] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:00 2026] GET /v2.0/security-groups?tenant_id=038e2783c8474666bcf42caa93236d98&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:00.924 7 INFO neutron.services.segments.plugin [-] Segment 7243b1e2-9376-4319-b7a2-6a269dc45753 resource provider aggregate not found 2026-05-07 20:25:00.934 7 INFO neutron.services.segments.plugin [-] Segment 7243b1e2-9376-4319-b7a2-6a269dc45753 resource provider aggregate not found 2026-05-07 20:25:00.950 7 INFO neutron.services.segments.plugin [-] Segment 7243b1e2-9376-4319-b7a2-6a269dc45753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7243b1e2-9376-4319-b7a2-6a269dc45753 found for delete ", "request_id": "req-6d6d044b-a359-4b0e-962d-005953eb2ae6"}]} 2026-05-07 20:25:00.955 7 INFO neutron.services.segments.plugin [-] Segment 7243b1e2-9376-4319-b7a2-6a269dc45753 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7243b1e2-9376-4319-b7a2-6a269dc45753 found for delete ", "request_id": "req-1a0aa15f-32ef-41fb-8aa3-02f266605e65"}]} [pid: 8|app: 0|req: 683/1413] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:00 2026] DELETE /v2.0/security-groups/0e709ee1-0b25-4f01-9984-5b7d5fe4a0ec => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:00.976 7 INFO neutron.db.l3_hamode_db [None req-685ec675-4a88-4170-8bb8-6a63d64d1428 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network cf61fb79-4221-4a25-a95d-997f2203587e was deleted as no HA routers are present in tenant ba9c8f0abb294cec9870a23da12d0899. [pid: 7|app: 0|req: 731/1414] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:00 2026] DELETE /v2.0/routers/6edbf86b-6317-46f4-99e7-b172e0e3e071 => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1415] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:00 2026] DELETE /v2.0/subnets/c0a5f9ee-f648-42a0-9b40-ca11441289cd => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:01.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b376f98-4f0a-4891-ad88-b14f3c4ebf9c 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 909401ad-e080-4127-b6f9-ae910a43108f 2026-05-07 20:25:01.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b376f98-4f0a-4891-ad88-b14f3c4ebf9c 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 909401ad-e080-4127-b6f9-ae910a43108f [pid: 8|app: 0|req: 685/1416] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:01 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1417] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:01 2026] DELETE /v2.0/networks/4714a8e2-ab31-4179-be42-50a68b1575b0 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1418] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:01 2026] GET /v2.0/security-groups?tenant_id=ba9c8f0abb294cec9870a23da12d0899&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1419] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:01 2026] DELETE /v2.0/security-groups/b94ee78c-7cef-4521-91da-944647f96c76 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1420] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:02 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:02.976 7 INFO neutron.services.segments.plugin [-] Segment c3d903d7-e4a3-4934-af3a-478e809ec746 resource provider aggregate not found 2026-05-07 20:25:02.982 7 INFO neutron.services.segments.plugin [-] Segment c3d903d7-e4a3-4934-af3a-478e809ec746 resource provider aggregate not found 2026-05-07 20:25:02.990 7 INFO neutron.services.segments.plugin [-] Segment c3d903d7-e4a3-4934-af3a-478e809ec746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d903d7-e4a3-4934-af3a-478e809ec746 found for delete ", "request_id": "req-a642fa73-6de1-4461-b7be-b7a0dc263bb0"}]} 2026-05-07 20:25:03.003 7 INFO neutron.services.segments.plugin [-] Segment c3d903d7-e4a3-4934-af3a-478e809ec746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3d903d7-e4a3-4934-af3a-478e809ec746 found for delete ", "request_id": "req-50b6832d-8803-449c-863e-e96182b3a95c"}]} [pid: 7|app: 0|req: 734/1421] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:25:03 2026] GET /v2.0/networks?id=ed18be81-5b3e-4e95-bdab-6a6c44609090 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1422] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:25:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd38312efea6460c85df4c06a7678702 => 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: 689/1423] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:03 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => 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: 735/1424] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:25:03 2026] POST /v2.0/ports => generated 958 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1425] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:25:03 2026] PUT /v2.0/ports/9ef7dc26-cd12-4611-bdee-978b593c074b => generated 1239 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:04.389 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9a0a4e2-b8d3-41d7-be19-b311d359e878'] response: {'name': 'network-changed', 'server_uuid': '02f60c83-0b6a-41c5-94ad-e7320d371e1a', 'tag': '9ef7dc26-cd12-4611-bdee-978b593c074b', '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: 736/1426] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:04 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 691/1427] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:04 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1428] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:25:04 2026] GET /v2.0/ports?tenant_id=dd38312efea6460c85df4c06a7678702&device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1429] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:25:04 2026] GET /v2.0/networks?tenant_id=dd38312efea6460c85df4c06a7678702&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1430] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1431] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/ports?tenant_id=dd38312efea6460c85df4c06a7678702&device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1432] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9ef7dc26-cd12-4611-bdee-978b593c074b => 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: 740/1433] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/subnets?id=d0917079-1d08-434d-b6a4-ded2db796856 => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1434] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/ports?network_id=ed18be81-5b3e-4e95-bdab-6a6c44609090&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: 742/1435] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/networks/ed18be81-5b3e-4e95-bdab-6a6c44609090?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: 743/1436] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/networks/ed18be81-5b3e-4e95-bdab-6a6c44609090?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: 744/1437] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1438] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:05 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1439] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:05 2026] POST /v2.0/floatingips => generated 552 bytes in 787 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1442] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:06 2026] GET /v2.0/security-groups?tenant_id=da0c239c2398461a93cfac33c63dcb07&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1443] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:06 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1444] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:07 2026] DELETE /v2.0/security-groups/3663d2bd-c204-41b8-9da5-1e40fd794fc0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1445] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:07 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1446] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:07 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1447] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:07 2026] GET /v2.0/security-groups?tenant_id=5769d5df57254150a01e90acddf203a6&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1448] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:07 2026] DELETE /v2.0/security-groups/f9b0f688-483c-489b-b1e0-5afa8494efd3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1449] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:07 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1450] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:07 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1451] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:08 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1452] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:08 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1453] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:08 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1454] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:08 2026] PUT /v2.0/floatingips/983b0c4d-b19d-4bed-bc0e-fd9a8badb4ff/tags => generated 17 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1455] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:08 2026] PUT /v2.0/floatingips/e57d95d1-469d-41cc-aac7-d23f3978b7ff/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1456] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:08 2026] PUT /v2.0/floatingips/06059c48-35c1-4aab-8b3e-8aca0ef0c15f/tags => generated 34 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1457] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:09 2026] PUT /v2.0/floatingips/f82657b1-cee4-4e6a-bfc3-d684abbd42fd/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1458] 10.0.0.138 () {32 vars in 672 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1459] 10.0.0.138 () {32 vars in 686 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1460] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1461] 10.0.0.138 () {32 vars in 682 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1462] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1463] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1464] 10.0.0.138 () {32 vars in 680 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1465] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1466] 10.0.0.138 () {32 vars in 690 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1467] 10.0.0.138 () {32 vars in 702 bytes} [Thu May 7 20:25:09 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:09.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8621b93-301a-4d70-a654-45ef7246c473 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] TaaS: Handle Delete Port: d64d11b9-057d-4afe-8eda-19c96e0c14ce 2026-05-07 20:25:09.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8621b93-301a-4d70-a654-45ef7246c473 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] Tap Mirror: Handle Delete Port: d64d11b9-057d-4afe-8eda-19c96e0c14ce [pid: 7|app: 0|req: 763/1468] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:09 2026] DELETE /v2.0/floatingips/983b0c4d-b19d-4bed-bc0e-fd9a8badb4ff => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:10.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-56113295-c4a5-4bba-8a64-f6b8d726faf3 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] TaaS: Handle Delete Port: f998a881-7669-4124-9f3a-ae595924a03f 2026-05-07 20:25:10.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56113295-c4a5-4bba-8a64-f6b8d726faf3 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] Tap Mirror: Handle Delete Port: f998a881-7669-4124-9f3a-ae595924a03f [pid: 8|app: 0|req: 706/1469] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:10 2026] DELETE /v2.0/floatingips/e57d95d1-469d-41cc-aac7-d23f3978b7ff => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:10.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c1fd9aa-3166-4f23-9fcf-d36ef9bba41e 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] TaaS: Handle Delete Port: 95a41d30-bd6b-4805-97d4-9b5955219e54 2026-05-07 20:25:10.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c1fd9aa-3166-4f23-9fcf-d36ef9bba41e 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] Tap Mirror: Handle Delete Port: 95a41d30-bd6b-4805-97d4-9b5955219e54 [pid: 7|app: 0|req: 764/1470] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:10 2026] DELETE /v2.0/floatingips/06059c48-35c1-4aab-8b3e-8aca0ef0c15f => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1471] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:10 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1472] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:10 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&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-07 20:25:10.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-37c7cab3-f70e-4357-a8c4-001f6e063dd4 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] TaaS: Handle Delete Port: 11ccc5df-9d84-403c-b844-fc3133e72fbe 2026-05-07 20:25:10.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37c7cab3-f70e-4357-a8c4-001f6e063dd4 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] Tap Mirror: Handle Delete Port: 11ccc5df-9d84-403c-b844-fc3133e72fbe [pid: 8|app: 0|req: 709/1473] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:10 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1474] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:10 2026] DELETE /v2.0/floatingips/f82657b1-cee4-4e6a-bfc3-d684abbd42fd => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:11.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-f08ba830-f0e4-467c-9a17-742f77ec6d45 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] TaaS: Handle Delete Port: 79e3fc9f-dedb-4a49-8b03-f7ef68b2cfa0 2026-05-07 20:25:11.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f08ba830-f0e4-467c-9a17-742f77ec6d45 2e24c474b14441ce883ad238a6ec036f a1d036ad392d4edda27d6893f1a59bc2 - - default default] Tap Mirror: Handle Delete Port: 79e3fc9f-dedb-4a49-8b03-f7ef68b2cfa0 2026-05-07 20:25:11.261 8 INFO neutron.db.l3_db [None req-ed8f163b-6d94-4adf-84e0-52964b773300 12ebc37faf6e41259619950a746cb7b8 dd38312efea6460c85df4c06a7678702 - - default default] Floating IP 70b73631-38c1-413d-94fe-13b1558e193a associated. External IP: 10.96.250.203, port: 9ef7dc26-cd12-4611-bdee-978b593c074b. [pid: 7|app: 0|req: 766/1475] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:11 2026] DELETE /v2.0/floatingips/627b0f62-c85a-43d6-8a05-bcc089f28027 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1476] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:10 2026] PUT /v2.0/floatingips/70b73631-38c1-413d-94fe-13b1558e193a => generated 856 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:11.648 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43c06edc-65f5-435b-a238-58eb95776614'] response: {'name': 'network-changed', 'server_uuid': '02f60c83-0b6a-41c5-94ad-e7320d371e1a', 'tag': '9ef7dc26-cd12-4611-bdee-978b593c074b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 767/1477] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:11 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1478] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:11 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1479] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:11 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => 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: 712/1480] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&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: 769/1481] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/ports?tenant_id=dd38312efea6460c85df4c06a7678702&device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1482] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/networks?id=ed18be81-5b3e-4e95-bdab-6a6c44609090 => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1483] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9ef7dc26-cd12-4611-bdee-978b593c074b => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1484] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/subnets?id=d0917079-1d08-434d-b6a4-ded2db796856 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1485] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/ports?network_id=ed18be81-5b3e-4e95-bdab-6a6c44609090&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1486] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/networks/ed18be81-5b3e-4e95-bdab-6a6c44609090?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1487] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/networks/ed18be81-5b3e-4e95-bdab-6a6c44609090?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1488] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1489] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/security-groups?tenant_id=294b7ed5b6664f14830cd2f76d43a5aa&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1490] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1491] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:12 2026] DELETE /v2.0/security-groups/a3816cdc-a830-484e-b2af-451195763ab5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1492] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/security-groups?tenant_id=a1d036ad392d4edda27d6893f1a59bc2&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1493] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:25:12 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1279 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1494] 10.0.0.138 () {32 vars in 858 bytes} [Thu May 7 20:25:13 2026] GET /v2.0/floatingips?floating_network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b&port_id=67abb26c-fa46-452c-8565-c8b1698206f1 => generated 860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1495] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:13 2026] DELETE /v2.0/security-groups/6a64bcbc-6cd7-4877-bf6f-86f3158b7eb5 => 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: 779/1496] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:13 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1497] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:13 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&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: 780/1498] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:13 2026] GET /v2.0/security-groups?tenant_id=d997254667d347a0bf11a0a98a1cafd0&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1499] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:13 2026] DELETE /v2.0/security-groups/c5cd1286-d4fb-4e8c-8f69-db77ad0d21fc => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1500] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:25:13 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1501] 10.0.0.252 () {34 vars in 1120 bytes} [Thu May 7 20:25:13 2026] GET /v2.0/security-groups?id=23b4d00a-6c91-4b80-8173-e6e901b472a9&id=01a8b2a0-3d51-4de9-9f61-00803b457e95&fields=id&fields=name => generated 206 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1502] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:14 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1503] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:25:14 2026] GET /v2.0/security-groups?id=4c0a5839-bc37-4554-b719-5ce60e4ea351&fields=id&fields=name => generated 112 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1504] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:25:14 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:14.540 8 INFO neutron_taas.services.taas.taas_plugin [req-dce007d5-7d94-4b1d-bcda-368424405068 req-4e8ce997-bb1a-424c-9168-143f5ae683f9 12ebc37faf6e41259619950a746cb7b8 dd38312efea6460c85df4c06a7678702 - - default default] TaaS: Handle Delete Port: 9ef7dc26-cd12-4611-bdee-978b593c074b 2026-05-07 20:25:14.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dce007d5-7d94-4b1d-bcda-368424405068 req-4e8ce997-bb1a-424c-9168-143f5ae683f9 12ebc37faf6e41259619950a746cb7b8 dd38312efea6460c85df4c06a7678702 - - default default] Tap Mirror: Handle Delete Port: 9ef7dc26-cd12-4611-bdee-978b593c074b 2026-05-07 20:25:14.662 8 INFO neutron.db.l3_db [req-dce007d5-7d94-4b1d-bcda-368424405068 req-4e8ce997-bb1a-424c-9168-143f5ae683f9 12ebc37faf6e41259619950a746cb7b8 dd38312efea6460c85df4c06a7678702 - - default default] Floating IP 70b73631-38c1-413d-94fe-13b1558e193a disassociated. External IP: 10.96.250.203, port: 9ef7dc26-cd12-4611-bdee-978b593c074b. [pid: 7|app: 0|req: 784/1505] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:14 2026] GET /v2.0/security-groups?tenant_id=b6ef3c87521b4d47b183da64ffa82ef0&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1506] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:25:14 2026] DELETE /v2.0/ports/9ef7dc26-cd12-4611-bdee-978b593c074b => generated 0 bytes in 617 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:15.089 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d47c478-a9dd-4ba6-9295-a5784e7c7404'] response: {'server_uuid': '02f60c83-0b6a-41c5-94ad-e7320d371e1a', 'name': 'network-vif-deleted', 'tag': '9ef7dc26-cd12-4611-bdee-978b593c074b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 785/1507] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:14 2026] DELETE /v2.0/security-groups/1cbd7753-c521-493e-a96c-bf4b0c4b630c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1508] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:15 2026] GET /v2.0/security-groups?tenant_id=c5a88b91f27e4d05a13da6b7b99dbcc1&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1509] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:15 2026] DELETE /v2.0/security-groups/3ef4e1fe-fdfa-4ded-a62c-0950f6d8ec2d => 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: 724/1510] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:15 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => 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: 787/1511] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:16 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => 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: 725/1512] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:16 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1513] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:25:16 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1514] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:17 2026] GET /v2.0/ports?device_id=02f60c83-0b6a-41c5-94ad-e7320d371e1a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1515] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:18 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1516] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:25:18 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:18.500 7 INFO neutron.db.segments_db [None req-f3508fd4-aa3f-4cf6-bae5-da98bca697a0 cdf6f5b28e784b45bc0c9cc4cdba999d 713b36235aef47828980f8d91ce47121 - - default default] Added segment 79fb04ad-9a86-4869-866d-60734766d095 of type vxlan for network b469bcd6-a8ab-4274-9b51-94dd700ab84c [pid: 7|app: 0|req: 790/1517] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:18 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1518] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:18 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1519] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:18 2026] DELETE /v2.0/security-groups/4c0a5839-bc37-4554-b719-5ce60e4ea351 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:18.887 7 INFO neutron.api.v2.resource [None req-a97f49f9-77b0-4733-ae44-7e6eaba9d417 12ebc37faf6e41259619950a746cb7b8 dd38312efea6460c85df4c06a7678702 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 792/1520] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:25:18 2026] GET /v2.0/security-groups/4c0a5839-bc37-4554-b719-5ce60e4ea351 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:18.894 8 INFO neutron.db.segments_db [None req-4f247a51-0492-484d-87e8-d5de54ee2bec cdf6f5b28e784b45bc0c9cc4cdba999d 713b36235aef47828980f8d91ce47121 - - default default] Added segment 02202969-b3ca-4bf2-b249-d1169ef9c04c of type vxlan for network 994a2bba-8deb-46a4-a72e-42089ae97a6d 2026-05-07 20:25:18.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-c9e4a938-ff81-4f4a-a655-2f3929a67daa 12ebc37faf6e41259619950a746cb7b8 dd38312efea6460c85df4c06a7678702 - - default default] TaaS: Handle Delete Port: 2efe3d21-bf16-4284-b02e-fabfab7d643e 2026-05-07 20:25:18.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9e4a938-ff81-4f4a-a655-2f3929a67daa 12ebc37faf6e41259619950a746cb7b8 dd38312efea6460c85df4c06a7678702 - - default default] Tap Mirror: Handle Delete Port: 2efe3d21-bf16-4284-b02e-fabfab7d643e [pid: 8|app: 0|req: 729/1521] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:18 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1522] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:18 2026] DELETE /v2.0/floatingips/70b73631-38c1-413d-94fe-13b1558e193a => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1523] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:18 2026] POST /v2.0/subnets => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1524] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:19 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1525] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:25:19 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:19.372 8 INFO neutron.db.segments_db [None req-38b5cf0e-a499-415b-9ee0-055227d43fdb cdf6f5b28e784b45bc0c9cc4cdba999d 713b36235aef47828980f8d91ce47121 - - default default] Added segment 2458158d-5bea-43aa-af8d-2bc42e94c3ae of type vxlan for network 4b106fe3-73af-4994-ae37-2180ff69edb8 [pid: 8|app: 0|req: 733/1526] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:19 2026] POST /v2.0/networks => generated 613 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:19.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-28e0d69c-bb14-4386-93a8-442aa98edcf5 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: e1b64096-978b-4c51-8a45-4e181fdf8163 2026-05-07 20:25:19.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28e0d69c-bb14-4386-93a8-442aa98edcf5 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: e1b64096-978b-4c51-8a45-4e181fdf8163 [pid: 8|app: 0|req: 734/1527] 10.0.0.185 () {34 vars in 1120 bytes} [Thu May 7 20:25:19 2026] GET /v2.0/security-groups?id=01a8b2a0-3d51-4de9-9f61-00803b457e95&id=23b4d00a-6c91-4b80-8173-e6e901b472a9&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:19.632 8 INFO neutron_taas.services.taas.taas_plugin [req-1deb267b-ca81-4ffd-8b16-816c4abb3552 req-aa5b62b7-d599-4eaf-9818-59f8554f5b3e 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] TaaS: Handle Delete Port: 67abb26c-fa46-452c-8565-c8b1698206f1 2026-05-07 20:25:19.635 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1deb267b-ca81-4ffd-8b16-816c4abb3552 req-aa5b62b7-d599-4eaf-9818-59f8554f5b3e 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] Tap Mirror: Handle Delete Port: 67abb26c-fa46-452c-8565-c8b1698206f1 2026-05-07 20:25:19.737 8 INFO neutron.db.l3_db [req-1deb267b-ca81-4ffd-8b16-816c4abb3552 req-aa5b62b7-d599-4eaf-9818-59f8554f5b3e 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] Floating IP 0882ee20-4df0-404a-abd7-4a41770d745c disassociated. External IP: 10.96.250.212, port: 67abb26c-fa46-452c-8565-c8b1698206f1. [pid: 7|app: 0|req: 794/1528] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:25:19 2026] PUT /v2.0/routers/d7e65cb9-5277-46f6-a57e-cf6dbb208d29/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1529] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:20 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1530] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:25:19 2026] DELETE /v2.0/ports/67abb26c-fa46-452c-8565-c8b1698206f1 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:20.511 8 INFO neutron.db.segments_db [None req-b647108d-da1f-47e7-982a-c4da7f9bde06 cdf6f5b28e784b45bc0c9cc4cdba999d 713b36235aef47828980f8d91ce47121 - - default default] Added segment 5cb2f895-b3ea-44c5-af04-66f28e6f0e84 of type vxlan for network 15d9dbcf-adea-4721-bcd3-9c868b1149ae 2026-05-07 20:25:20.523 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4dc7e97-4943-463c-926a-0ea8502b03ce'] response: {'server_uuid': '93bb4041-c60e-4896-a15b-68bd0590df35', 'name': 'network-vif-deleted', 'tag': '67abb26c-fa46-452c-8565-c8b1698206f1', 'status': 'completed', 'code': 200} 2026-05-07 20:25:20.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-468860a6-5c5c-40a2-abf4-3eb00b4bb86f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: fffcc797-47e7-4251-a8b8-b7af8347b700 2026-05-07 20:25:20.529 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-468860a6-5c5c-40a2-abf4-3eb00b4bb86f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: fffcc797-47e7-4251-a8b8-b7af8347b700 [pid: 8|app: 0|req: 736/1531] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:20 2026] POST /v2.0/networks => generated 611 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1532] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:20 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:20.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-468860a6-5c5c-40a2-abf4-3eb00b4bb86f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: bec34f53-0ecd-4b4c-a0a8-09cdfb40ef3a 2026-05-07 20:25:20.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-468860a6-5c5c-40a2-abf4-3eb00b4bb86f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: bec34f53-0ecd-4b4c-a0a8-09cdfb40ef3a [pid: 8|app: 0|req: 738/1533] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:20 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:20.896 8 INFO neutron.db.segments_db [None req-eb180651-0655-495c-b905-72efb173c8ae cdf6f5b28e784b45bc0c9cc4cdba999d 713b36235aef47828980f8d91ce47121 - - default default] Added segment 5287431c-9f1a-45cc-a012-c2448932b568 of type vxlan for network 4f4eafbc-5f2d-4a0f-a8d9-15e22b725667 [pid: 8|app: 0|req: 739/1534] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:20 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:21.044 7 INFO neutron.services.segments.plugin [-] Segment 98f7a342-555c-440d-94c6-00f0acf79fcd resource provider aggregate not found 2026-05-07 20:25:21.064 7 INFO neutron.services.segments.plugin [-] Segment 98f7a342-555c-440d-94c6-00f0acf79fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98f7a342-555c-440d-94c6-00f0acf79fcd found for delete ", "request_id": "req-b8d1ffd3-677b-42cc-aa73-cd3254201603"}]} 2026-05-07 20:25:21.069 7 INFO neutron.db.l3_hamode_db [None req-468860a6-5c5c-40a2-abf4-3eb00b4bb86f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network 7ed66f11-4258-4477-8d92-d41cf4e128dd was deleted as no HA routers are present in tenant dd38312efea6460c85df4c06a7678702. 2026-05-07 20:25:21.075 7 INFO neutron.services.segments.plugin [-] Segment 98f7a342-555c-440d-94c6-00f0acf79fcd resource provider aggregate not found [pid: 7|app: 0|req: 796/1535] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:20 2026] DELETE /v2.0/routers/d7e65cb9-5277-46f6-a57e-cf6dbb208d29 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:21.090 7 INFO neutron.services.segments.plugin [-] Segment 98f7a342-555c-440d-94c6-00f0acf79fcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98f7a342-555c-440d-94c6-00f0acf79fcd found for delete ", "request_id": "req-da5b4933-7bb1-4adb-909b-d083ad75a915"}]} [pid: 8|app: 0|req: 740/1536] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:20 2026] POST /v2.0/subnets => generated 629 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1537] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:21 2026] DELETE /v2.0/subnets/d0917079-1d08-434d-b6a4-ded2db796856 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1538] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:25:21 2026] PUT /v2.0/subnets/add4bc70-e29b-491d-9d50-08f382b66426/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1539] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:25:21 2026] PUT /v2.0/subnets/e43962e1-04a7-4ac9-abed-54281a4b7798/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:21.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-853f577c-49c6-421b-9059-f2fcbd5f7831 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 04a0807b-2be1-4bd2-8593-05ac9016c715 2026-05-07 20:25:21.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-853f577c-49c6-421b-9059-f2fcbd5f7831 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 04a0807b-2be1-4bd2-8593-05ac9016c715 [pid: 8|app: 0|req: 743/1540] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:25:21 2026] PUT /v2.0/subnets/dab4ab27-5358-4ead-90f2-c265adeb1570/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1541] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:25:21 2026] PUT /v2.0/subnets/8039361e-2119-4e01-9193-c89cec972808/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1542] 10.0.0.138 () {32 vars in 664 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1545] 10.0.0.138 () {32 vars in 678 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1546] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:21 2026] DELETE /v2.0/networks/ed18be81-5b3e-4e95-bdab-6a6c44609090 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1547] 10.0.0.138 () {32 vars in 674 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1548] 10.0.0.138 () {32 vars in 686 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1549] 10.0.0.138 () {32 vars in 672 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1550] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => 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: 800/1551] 10.0.0.138 () {32 vars in 686 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1552] 10.0.0.138 () {32 vars in 682 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1553] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1554] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:21 2026] DELETE /v2.0/subnets/add4bc70-e29b-491d-9d50-08f382b66426 => 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: 804/1555] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/security-groups?tenant_id=dd38312efea6460c85df4c06a7678702&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1556] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:21 2026] GET /v2.0/security-groups?tenant_id=c1cdb194b21a4098be8c648810ebb5e7&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1557] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/subnets/e43962e1-04a7-4ac9-abed-54281a4b7798 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1558] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/security-groups/4593aa03-6f75-4262-b90c-50a13199bf8b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1559] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/security-groups/1daa78d0-7dd6-416e-9c28-9f8c2eab9c9f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1560] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/subnets/dab4ab27-5358-4ead-90f2-c265adeb1570 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1561] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/subnets/8039361e-2119-4e01-9193-c89cec972808 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1562] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:22 2026] GET /v2.0/security-groups?tenant_id=3770512516ae4ffb8adc0cf4fb5b4f7b&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1563] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/subnets/3f163cec-7cf9-4cb8-8bfb-28717c1b8efb => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1564] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/security-groups/57e22562-4097-41c8-8994-5025ab20daf3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:22.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-30a6739c-de97-489c-b129-117d2fa8bead cdf6f5b28e784b45bc0c9cc4cdba999d 713b36235aef47828980f8d91ce47121 - - default default] TaaS: Handle Delete Port: 6e56ae50-6359-4c78-8596-82202f022a9d 2026-05-07 20:25:22.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30a6739c-de97-489c-b129-117d2fa8bead cdf6f5b28e784b45bc0c9cc4cdba999d 713b36235aef47828980f8d91ce47121 - - default default] Tap Mirror: Handle Delete Port: 6e56ae50-6359-4c78-8596-82202f022a9d [pid: 8|app: 0|req: 757/1565] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:25:22 2026] GET /v2.0/ports?device_id=93bb4041-c60e-4896-a15b-68bd0590df35 => 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: 809/1566] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/networks/b469bcd6-a8ab-4274-9b51-94dd700ab84c => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:22.991 8 INFO neutron.services.segments.plugin [-] Segment 02202969-b3ca-4bf2-b249-d1169ef9c04c resource provider aggregate not found 2026-05-07 20:25:22.992 8 INFO neutron.services.segments.plugin [-] Segment 02202969-b3ca-4bf2-b249-d1169ef9c04c resource provider aggregate not found 2026-05-07 20:25:23.028 8 INFO neutron.services.segments.plugin [-] Segment 02202969-b3ca-4bf2-b249-d1169ef9c04c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02202969-b3ca-4bf2-b249-d1169ef9c04c found for delete ", "request_id": "req-6939d51d-4d1a-4ad3-b386-3df9938bdb81"}]} 2026-05-07 20:25:23.028 8 INFO neutron.services.segments.plugin [-] Segment 02202969-b3ca-4bf2-b249-d1169ef9c04c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02202969-b3ca-4bf2-b249-d1169ef9c04c found for delete ", "request_id": "req-fff69ea5-75c0-4603-ae72-6e8933a2d59a"}]} [pid: 8|app: 0|req: 758/1567] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:22 2026] DELETE /v2.0/networks/994a2bba-8deb-46a4-a72e-42089ae97a6d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:23.088 7 INFO neutron.services.segments.plugin [-] Segment 96b95d88-dbf3-4a59-ace6-f38fb5154958 resource provider aggregate not found 2026-05-07 20:25:23.109 7 INFO neutron.services.segments.plugin [-] Segment 96b95d88-dbf3-4a59-ace6-f38fb5154958 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96b95d88-dbf3-4a59-ace6-f38fb5154958 found for delete ", "request_id": "req-f6a1f675-9b19-4df6-90a3-c705d14ef70e"}]} 2026-05-07 20:25:23.116 7 INFO neutron.services.segments.plugin [-] Segment 96b95d88-dbf3-4a59-ace6-f38fb5154958 resource provider aggregate not found 2026-05-07 20:25:23.128 7 INFO neutron.services.segments.plugin [-] Segment 96b95d88-dbf3-4a59-ace6-f38fb5154958 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96b95d88-dbf3-4a59-ace6-f38fb5154958 found for delete ", "request_id": "req-4f638665-c6f0-452b-b2e7-d1dbf9af3030"}]} 2026-05-07 20:25:23.135 7 INFO neutron.services.segments.plugin [-] Segment 79fb04ad-9a86-4869-866d-60734766d095 resource provider aggregate not found 2026-05-07 20:25:23.149 7 INFO neutron.services.segments.plugin [-] Segment 79fb04ad-9a86-4869-866d-60734766d095 resource provider aggregate not found 2026-05-07 20:25:23.155 7 INFO neutron.services.segments.plugin [-] Segment 79fb04ad-9a86-4869-866d-60734766d095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79fb04ad-9a86-4869-866d-60734766d095 found for delete ", "request_id": "req-fccb3db6-7c4c-45f0-aa46-295d302c9def"}]} 2026-05-07 20:25:23.168 7 INFO neutron.services.segments.plugin [-] Segment 79fb04ad-9a86-4869-866d-60734766d095 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79fb04ad-9a86-4869-866d-60734766d095 found for delete ", "request_id": "req-2136572f-03ca-4bc6-9266-52491577a6e0"}]} [pid: 7|app: 0|req: 810/1568] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:23 2026] DELETE /v2.0/networks/4b106fe3-73af-4994-ae37-2180ff69edb8 => 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: 759/1569] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:23 2026] DELETE /v2.0/networks/15d9dbcf-adea-4721-bcd3-9c868b1149ae => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1570] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:23 2026] DELETE /v2.0/networks/4f4eafbc-5f2d-4a0f-a8d9-15e22b725667 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1571] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:24 2026] DELETE /v2.0/security-groups/01a8b2a0-3d51-4de9-9f61-00803b457e95 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:24.177 7 INFO neutron.api.v2.resource [None req-0e50d08a-922b-4a81-85ac-a3c399a612ba 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 812/1572] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:25:24 2026] GET /v2.0/security-groups/01a8b2a0-3d51-4de9-9f61-00803b457e95 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:24.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-8105563a-52c2-4d88-84cd-e97ff55117a2 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] TaaS: Handle Delete Port: b4c4f45c-6e6f-4385-a3ca-53f32de507c4 2026-05-07 20:25:24.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8105563a-52c2-4d88-84cd-e97ff55117a2 060b75d315ca4c3585fec8070e3e21d3 70854ae79c9e4534b09ae8e6d5d7d8f9 - - default default] Tap Mirror: Handle Delete Port: b4c4f45c-6e6f-4385-a3ca-53f32de507c4 [pid: 8|app: 0|req: 761/1573] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:24 2026] DELETE /v2.0/floatingips/0882ee20-4df0-404a-abd7-4a41770d745c => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1574] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:24 2026] GET /v2.0/security-groups?tenant_id=9171d79e70804f31bf65c1599de87626&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1575] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:24 2026] DELETE /v2.0/security-groups/23b4d00a-6c91-4b80-8173-e6e901b472a9 => 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: 814/1576] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:24 2026] DELETE /v2.0/security-groups/3cd11066-5e36-426d-86e4-129f284eb4a6 => 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: 815/1577] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:24 2026] GET /v2.0/security-groups?tenant_id=42447ac14cf14d09949a813f743a3549&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:24.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa84216d-b5e5-4e62-a0f8-be38e0a2fb69 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 7394a396-925a-4f29-afdd-05ceb8a31739 2026-05-07 20:25:24.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa84216d-b5e5-4e62-a0f8-be38e0a2fb69 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 7394a396-925a-4f29-afdd-05ceb8a31739 [pid: 7|app: 0|req: 816/1578] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:24 2026] DELETE /v2.0/security-groups/2bff864d-97c4-450a-9971-2d40f5fe41bc => 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: 817/1579] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:25 2026] GET /v2.0/security-groups?tenant_id=713b36235aef47828980f8d91ce47121&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:25.060 8 INFO neutron.services.segments.plugin [-] Segment 5cb2f895-b3ea-44c5-af04-66f28e6f0e84 resource provider aggregate not found 2026-05-07 20:25:25.066 8 INFO neutron.services.segments.plugin [-] Segment 5cb2f895-b3ea-44c5-af04-66f28e6f0e84 resource provider aggregate not found 2026-05-07 20:25:25.088 8 INFO neutron.services.segments.plugin [-] Segment 5cb2f895-b3ea-44c5-af04-66f28e6f0e84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cb2f895-b3ea-44c5-af04-66f28e6f0e84 found for delete ", "request_id": "req-2d24b9bd-3521-47c9-abad-6a01c2dab041"}]} 2026-05-07 20:25:25.089 8 INFO neutron.services.segments.plugin [-] Segment 5cb2f895-b3ea-44c5-af04-66f28e6f0e84 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cb2f895-b3ea-44c5-af04-66f28e6f0e84 found for delete ", "request_id": "req-16e2d4de-7df2-423f-9232-df8cd67e8c5d"}]} 2026-05-07 20:25:25.185 7 INFO neutron.services.segments.plugin [-] Segment 2458158d-5bea-43aa-af8d-2bc42e94c3ae resource provider aggregate not found 2026-05-07 20:25:25.199 7 INFO neutron.services.segments.plugin [-] Segment 2458158d-5bea-43aa-af8d-2bc42e94c3ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2458158d-5bea-43aa-af8d-2bc42e94c3ae found for delete ", "request_id": "req-da5bd42b-d567-427b-8a34-877b66d0c19b"}]} 2026-05-07 20:25:25.202 7 INFO neutron.services.segments.plugin [-] Segment 2458158d-5bea-43aa-af8d-2bc42e94c3ae resource provider aggregate not found 2026-05-07 20:25:25.221 7 INFO neutron.services.segments.plugin [-] Segment 5287431c-9f1a-45cc-a012-c2448932b568 resource provider aggregate not found 2026-05-07 20:25:25.225 7 INFO neutron.services.segments.plugin [-] Segment 2458158d-5bea-43aa-af8d-2bc42e94c3ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2458158d-5bea-43aa-af8d-2bc42e94c3ae found for delete ", "request_id": "req-23bd8bb2-deba-4019-951c-89d0a52ab8fd"}]} [pid: 7|app: 0|req: 818/1580] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:25 2026] DELETE /v2.0/security-groups/e7716dd7-bcc4-4214-95b6-8bcfe0029081 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:25.240 7 INFO neutron.services.segments.plugin [-] Segment 5287431c-9f1a-45cc-a012-c2448932b568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5287431c-9f1a-45cc-a012-c2448932b568 found for delete ", "request_id": "req-05b1481a-a275-4ac8-8b51-eabaf1eb1724"}]} 2026-05-07 20:25:25.245 7 INFO neutron.services.segments.plugin [-] Segment 5287431c-9f1a-45cc-a012-c2448932b568 resource provider aggregate not found 2026-05-07 20:25:25.261 7 INFO neutron.services.segments.plugin [-] Segment 5287431c-9f1a-45cc-a012-c2448932b568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5287431c-9f1a-45cc-a012-c2448932b568 found for delete ", "request_id": "req-c51b0445-a73e-4674-bed3-1d1d6628dfd3"}]} [pid: 8|app: 0|req: 763/1581] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:25:24 2026] PUT /v2.0/routers/524071fd-3f38-4906-abf3-14412e349338/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:25.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-97d30c2f-5164-4b48-99a6-2cda37e6e055 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 262d0a22-2992-45de-9ef6-a4fe925ecb62 2026-05-07 20:25:25.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97d30c2f-5164-4b48-99a6-2cda37e6e055 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 262d0a22-2992-45de-9ef6-a4fe925ecb62 [pid: 7|app: 0|req: 819/1582] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:25 2026] GET /v2.0/security-groups?tenant_id=a0e3027819624420b8ede316480705dc&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1583] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:25 2026] DELETE /v2.0/security-groups/17b7f64b-404e-4ebd-bf62-1e602846c187 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:25.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-97d30c2f-5164-4b48-99a6-2cda37e6e055 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: fe65d3c3-275c-4527-83f4-b4c9c4791e2e 2026-05-07 20:25:25.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97d30c2f-5164-4b48-99a6-2cda37e6e055 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: fe65d3c3-275c-4527-83f4-b4c9c4791e2e 2026-05-07 20:25:26.358 8 INFO neutron.db.l3_hamode_db [None req-97d30c2f-5164-4b48-99a6-2cda37e6e055 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network a3c19626-edfe-4e89-8a80-6addcdb7fe42 was deleted as no HA routers are present in tenant 70854ae79c9e4534b09ae8e6d5d7d8f9. [pid: 8|app: 0|req: 764/1584] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:25 2026] DELETE /v2.0/routers/524071fd-3f38-4906-abf3-14412e349338 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1585] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:26 2026] DELETE /v2.0/subnets/6f12bb35-c755-471c-8725-02f551a8f6ae => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:26.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-2461e4d0-f64e-4416-89db-c136f906182f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 800e084b-e0f8-41d9-b7d2-4236e8929302 2026-05-07 20:25:26.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2461e4d0-f64e-4416-89db-c136f906182f 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 800e084b-e0f8-41d9-b7d2-4236e8929302 [pid: 7|app: 0|req: 821/1586] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:26 2026] GET /v2.0/security-groups?tenant_id=c028c0da24d84f1db30b26871595fc34&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1587] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:26 2026] DELETE /v2.0/security-groups/a9ee9406-1552-484b-ad6f-7ccd29f3087e => 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: 766/1588] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:26 2026] DELETE /v2.0/networks/c1ab4d08-5871-4cd4-ab5a-c1bef52a3094 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1589] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:26 2026] GET /v2.0/security-groups?tenant_id=9349de6184264db5b94367eb0ce60419&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1590] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:26 2026] DELETE /v2.0/security-groups/91f07d4a-f42a-4b32-afd5-d86b0441c69d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:27.114 8 INFO neutron.services.segments.plugin [-] Segment ab67be5c-4d05-4e63-9885-7612907b204e resource provider aggregate not found 2026-05-07 20:25:27.119 8 INFO neutron.services.segments.plugin [-] Segment ab67be5c-4d05-4e63-9885-7612907b204e resource provider aggregate not found 2026-05-07 20:25:27.146 8 INFO neutron.services.segments.plugin [-] Segment ab67be5c-4d05-4e63-9885-7612907b204e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab67be5c-4d05-4e63-9885-7612907b204e found for delete ", "request_id": "req-55cf5e4a-f802-46a1-9fd7-a85fc78dc6ab"}]} 2026-05-07 20:25:27.152 8 INFO neutron.services.segments.plugin [-] Segment ab67be5c-4d05-4e63-9885-7612907b204e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab67be5c-4d05-4e63-9885-7612907b204e found for delete ", "request_id": "req-d1128014-f3ad-4feb-be81-005b0ce17888"}]} 2026-05-07 20:25:27.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-26d280ee-960a-47bd-a4dc-ef447e321b73 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: be33c5f8-9570-450d-9293-6b7851f6a319 2026-05-07 20:25:27.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26d280ee-960a-47bd-a4dc-ef447e321b73 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: be33c5f8-9570-450d-9293-6b7851f6a319 2026-05-07 20:25:27.192 8 INFO neutron.services.segments.plugin [-] Segment b94d64a2-1fd0-4634-990c-5d0a75f988e5 resource provider aggregate not found 2026-05-07 20:25:27.201 8 INFO neutron.services.segments.plugin [-] Segment b94d64a2-1fd0-4634-990c-5d0a75f988e5 resource provider aggregate not found 2026-05-07 20:25:27.212 8 INFO neutron.services.segments.plugin [-] Segment b94d64a2-1fd0-4634-990c-5d0a75f988e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b94d64a2-1fd0-4634-990c-5d0a75f988e5 found for delete ", "request_id": "req-031259ad-fe3b-4387-ba7d-b360f0401a97"}]} 2026-05-07 20:25:27.218 8 INFO neutron.services.segments.plugin [-] Segment b94d64a2-1fd0-4634-990c-5d0a75f988e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b94d64a2-1fd0-4634-990c-5d0a75f988e5 found for delete ", "request_id": "req-cd7db4c2-df5d-4dd1-9f2f-8ce250f2fd15"}]} [pid: 7|app: 0|req: 823/1591] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:25:26 2026] PUT /v2.0/routers/56cd7b66-81e7-4990-acfe-6612f4eece4f/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:27.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-4de77171-322e-4603-9bf5-441dba30ad7e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: e7b0a215-6dcd-4808-b668-69e8c7867481 2026-05-07 20:25:27.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4de77171-322e-4603-9bf5-441dba30ad7e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: e7b0a215-6dcd-4808-b668-69e8c7867481 2026-05-07 20:25:28.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-4de77171-322e-4603-9bf5-441dba30ad7e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 5fa57586-f4dd-4f91-8d64-7eebb0de36fe 2026-05-07 20:25:28.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4de77171-322e-4603-9bf5-441dba30ad7e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 5fa57586-f4dd-4f91-8d64-7eebb0de36fe 2026-05-07 20:25:28.393 7 INFO neutron.db.segments_db [None req-9a57fda5-69dc-4312-8ef2-f247c6a2ca07 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Added segment 06699303-53c3-4ca5-a989-f74980e00461 of type vxlan for network c95f5ac3-2cf5-428a-9ec3-c153a69021f3 [pid: 7|app: 0|req: 824/1592] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:27 2026] POST /v2.0/networks => generated 631 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:28.698 8 INFO neutron.db.l3_hamode_db [None req-4de77171-322e-4603-9bf5-441dba30ad7e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] HA network 003f4f09-7154-48c4-b7ea-1e20ad658309 was deleted as no HA routers are present in tenant 8c8fc45b4e4a46db92e3b0c457fe21d0. [pid: 8|app: 0|req: 769/1593] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:27 2026] DELETE /v2.0/routers/56cd7b66-81e7-4990-acfe-6612f4eece4f => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1594] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:28 2026] POST /v2.0/subnets => generated 627 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:28.790 7 INFO neutron.db.segments_db [None req-5a309b78-cabe-4ab0-b99a-0852be57ce7c f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Added segment 80f0f4ba-668a-425d-8afc-91052cc04bb8 of type vxlan for network 31855a84-c230-4509-bf93-94c24e77aaac [pid: 8|app: 0|req: 770/1595] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:28 2026] DELETE /v2.0/subnets/735f85ea-b455-4059-a387-cdbd227de879 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:28.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-8037baba-dabd-4f4f-b51d-df3c2274bdad 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 83c5875c-8dbc-43a3-aec0-198381802d2d 2026-05-07 20:25:28.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8037baba-dabd-4f4f-b51d-df3c2274bdad 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 83c5875c-8dbc-43a3-aec0-198381802d2d 2026-05-07 20:25:29.078 7 INFO neutron.db.l3_hamode_db [None req-5a309b78-cabe-4ab0-b99a-0852be57ce7c f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 771/1596] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:28 2026] DELETE /v2.0/networks/49eacb16-b03b-43fa-98fd-7a1c5da8318c => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:29.231 8 INFO neutron.services.segments.plugin [-] Segment b0384d2f-f9e8-4cf4-a8eb-aaec4df0bf1f resource provider aggregate not found 2026-05-07 20:25:29.234 8 INFO neutron.services.segments.plugin [-] Segment b0384d2f-f9e8-4cf4-a8eb-aaec4df0bf1f resource provider aggregate not found 2026-05-07 20:25:29.251 8 INFO neutron.services.segments.plugin [-] Segment b0384d2f-f9e8-4cf4-a8eb-aaec4df0bf1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0384d2f-f9e8-4cf4-a8eb-aaec4df0bf1f found for delete ", "request_id": "req-fbb72417-8821-4808-8180-f76c9cc1f75e"}]} 2026-05-07 20:25:29.254 8 INFO neutron.services.segments.plugin [-] Segment b0384d2f-f9e8-4cf4-a8eb-aaec4df0bf1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0384d2f-f9e8-4cf4-a8eb-aaec4df0bf1f found for delete ", "request_id": "req-4f016e65-f693-4c4b-891b-5d4615629ffc"}]} 2026-05-07 20:25:29.263 8 INFO neutron.services.segments.plugin [-] Segment 5923f81d-d3f7-4fba-bbfb-5a7af9015ff0 resource provider aggregate not found 2026-05-07 20:25:29.269 8 INFO neutron.services.segments.plugin [-] Segment 5923f81d-d3f7-4fba-bbfb-5a7af9015ff0 resource provider aggregate not found 2026-05-07 20:25:29.277 8 INFO neutron.services.segments.plugin [-] Segment 5923f81d-d3f7-4fba-bbfb-5a7af9015ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5923f81d-d3f7-4fba-bbfb-5a7af9015ff0 found for delete ", "request_id": "req-5775f63f-de64-4939-84e8-a003b66cd113"}]} 2026-05-07 20:25:29.281 8 INFO neutron.services.segments.plugin [-] Segment 5923f81d-d3f7-4fba-bbfb-5a7af9015ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5923f81d-d3f7-4fba-bbfb-5a7af9015ff0 found for delete ", "request_id": "req-2d9eab47-ebef-4f1c-8170-e8869db6256a"}]} 2026-05-07 20:25:29.538 8 INFO neutron.db.segments_db [None req-8fd09daf-45f2-451a-a980-66c8b0173c40 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Added segment 255a463f-0835-4e04-9b8e-bdf5783273c6 of type vxlan for network dba8cc2b-f7d0-4572-a707-496acf77b513 2026-05-07 20:25:29.594 8 INFO neutron.db.segments_db [None req-8fd09daf-45f2-451a-a980-66c8b0173c40 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Added segment e02a5003-9ac1-49a2-afe0-0f75e151ca91 of type vxlan for network aade7f36-2d4a-45b1-992f-00dd02b1fe59 [pid: 8|app: 0|req: 772/1597] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:29 2026] POST /v2.0/networks => generated 1206 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1598] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:29 2026] GET /v2.0/security-groups?tenant_id=70854ae79c9e4534b09ae8e6d5d7d8f9&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1599] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:25:29 2026] GET /v2.0/networks => generated 1843 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1600] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:29 2026] DELETE /v2.0/security-groups/2f1666b0-4420-4104-86dc-bbd0d8181165 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:29.939 7 INFO neutron.db.l3_hamode_db [None req-5a309b78-cabe-4ab0-b99a-0852be57ce7c f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 776/1601] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:29 2026] DELETE /v2.0/networks/dba8cc2b-f7d0-4572-a707-496acf77b513 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1602] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:29 2026] DELETE /v2.0/networks/aade7f36-2d4a-45b1-992f-00dd02b1fe59 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:30.416 8 INFO neutron.db.segments_db [None req-6656139d-da11-43b0-a9f1-f37e3b911cad 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Added segment cba29f18-f167-4168-8213-02cb68524810 of type vxlan for network aff65c04-72c4-4a16-ac5e-7578faf841fc [pid: 8|app: 0|req: 778/1603] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:30 2026] POST /v2.0/networks => generated 612 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1604] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:30 2026] GET /v2.0/security-groups?tenant_id=8c8fc45b4e4a46db92e3b0c457fe21d0&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1605] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:25:30 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1606] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:28 2026] POST /v2.0/routers => generated 695 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1607] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:25:30 2026] POST /v2.0/ports => generated 743 bytes in 268 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: 827/1608] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:30 2026] DELETE /v2.0/security-groups/c06a9fa1-9b73-4f25-b2e6-4960f82e22f3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:30.902 8 INFO neutron.db.segments_db [None req-18123529-c31a-4e79-b080-71f3f587d641 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Added segment 55088ad1-4979-4ac3-9a52-ebc3b23e6336 of type vxlan for network 557ffd85-9159-45c9-8c41-9450abd8fa13 [pid: 8|app: 0|req: 782/1609] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:30 2026] POST /v2.0/networks => generated 635 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1610] 10.0.0.138 () {34 vars in 666 bytes} [Thu May 7 20:25:30 2026] POST /v2.0/trunks => generated 407 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:31.228 8 INFO neutron.db.segments_db [None req-59bdc4a7-5989-41bd-8c99-53f63fc3e421 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Added segment 9881701b-aa9e-46ec-afc8-f25743239f69 of type vxlan for network 981a8d3b-edcb-4caa-96c6-0e8c9cb1043e 2026-05-07 20:25:31.303 8 INFO neutron.services.segments.plugin [-] Segment 255a463f-0835-4e04-9b8e-bdf5783273c6 resource provider aggregate not found 2026-05-07 20:25:31.311 8 INFO neutron.services.segments.plugin [-] Segment 255a463f-0835-4e04-9b8e-bdf5783273c6 resource provider aggregate not found 2026-05-07 20:25:31.323 8 INFO neutron.services.segments.plugin [-] Segment 255a463f-0835-4e04-9b8e-bdf5783273c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 255a463f-0835-4e04-9b8e-bdf5783273c6 found for delete ", "request_id": "req-428d77d5-28fa-4c78-b389-8e7df6503fd5"}]} 2026-05-07 20:25:31.330 8 INFO neutron.services.segments.plugin [-] Segment 255a463f-0835-4e04-9b8e-bdf5783273c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 255a463f-0835-4e04-9b8e-bdf5783273c6 found for delete ", "request_id": "req-09fa8304-a897-466a-b1f5-8591d45b24a5"}]} 2026-05-07 20:25:31.343 8 INFO neutron.services.segments.plugin [-] Segment e02a5003-9ac1-49a2-afe0-0f75e151ca91 resource provider aggregate not found 2026-05-07 20:25:31.347 8 INFO neutron.services.segments.plugin [-] Segment e02a5003-9ac1-49a2-afe0-0f75e151ca91 resource provider aggregate not found [pid: 8|app: 0|req: 784/1611] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:31 2026] POST /v2.0/networks => generated 634 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:31.365 8 INFO neutron.services.segments.plugin [-] Segment e02a5003-9ac1-49a2-afe0-0f75e151ca91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e02a5003-9ac1-49a2-afe0-0f75e151ca91 found for delete ", "request_id": "req-5009856d-cc47-476c-9b87-832f253c277c"}]} 2026-05-07 20:25:31.372 8 INFO neutron.services.segments.plugin [-] Segment e02a5003-9ac1-49a2-afe0-0f75e151ca91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e02a5003-9ac1-49a2-afe0-0f75e151ca91 found for delete ", "request_id": "req-bfc19265-d5e1-4068-858c-63580a705a49"}]} 2026-05-07 20:25:31.408 8 INFO neutron.db.segments_db [None req-98356ab9-ad9d-4f09-8da0-bfab56a44d7a 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Added segment 3b70fed5-bece-4403-99c7-a6270e0d0c1e of type vxlan for network 8809aeba-cb19-4469-bcaa-09e9fe473cdd [pid: 8|app: 0|req: 785/1612] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:31 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1613] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:31 2026] POST /v2.0/ports => generated 1506 bytes in 586 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: 828/1614] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:25:30 2026] PUT /v2.0/routers/8a2c078c-42ea-491e-a292-30c5abb9d796/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1615] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:25:32 2026] GET /v2.0/ports => generated 1506 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1616] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:25:32 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07 20:25:32.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-7332324b-dbc8-4320-940f-437231e0664c 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] TaaS: Handle Delete Port: 75d66d99-19ad-4a91-a98f-1b042c557a4e 2026-05-07 20:25:32.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7332324b-dbc8-4320-940f-437231e0664c 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Tap Mirror: Handle Delete Port: 75d66d99-19ad-4a91-a98f-1b042c557a4e [pid: 8|app: 0|req: 788/1617] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:32 2026] DELETE /v2.0/ports/75d66d99-19ad-4a91-a98f-1b042c557a4e => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1618] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:32 2026] POST /v2.0/ports => generated 955 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 789/1619] 10.0.0.138 () {34 vars in 666 bytes} [Thu May 7 20:25:32 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:32.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-17e15468-40d2-4b33-be9a-ea08481f1198 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] TaaS: Handle Delete Port: 50f7e06c-4f06-4313-8016-710aae88565b 2026-05-07 20:25:32.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17e15468-40d2-4b33-be9a-ea08481f1198 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Tap Mirror: Handle Delete Port: 50f7e06c-4f06-4313-8016-710aae88565b [pid: 7|app: 0|req: 831/1620] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:32 2026] DELETE /v2.0/ports/50f7e06c-4f06-4313-8016-710aae88565b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:32.914 7 INFO neutron.db.segments_db [None req-1c2d4f00-3520-4cbc-b8e8-ab33569c8ca8 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Added segment d9545662-6497-492f-8875-7edf9f7922bb of type vxlan for network e3f43ee5-e3c1-423f-bccb-f58565960413 [pid: 7|app: 0|req: 832/1621] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:32 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1622] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:25:33 2026] GET /v2.0/ports => 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: 790/1623] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:32 2026] POST /v2.0/ports => generated 954 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 20:25:33.164 8 INFO neutron.db.segments_db [None req-cab1658f-130d-4dc2-ae9c-69f2043cbd59 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Added segment c2187592-003b-4176-b0be-61075bee2279 of type vxlan for network 803c9c21-16a1-42fd-87c6-82e69d12cdd7 [pid: 8|app: 0|req: 791/1624] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:33 2026] POST /v2.0/networks => generated 634 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1625] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:25:33 2026] POST /v2.0/ports => generated 743 bytes in 309 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-07 20:25:33.392 7 INFO neutron.db.segments_db [None req-e67abfe0-0661-4cae-af49-016c391fe085 47fdfbc0624743de95e8c00eb063fd33 8ccb4acfce7c415da660641f234a8763 - - default default] Added segment 358df4be-78a6-484b-80b7-da46a7294b64 of type vxlan for network 9a85b796-0f2f-4853-8b79-94cc426cb40d [pid: 7|app: 0|req: 835/1626] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:33 2026] POST /v2.0/networks => generated 634 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1627] 10.0.0.138 () {34 vars in 666 bytes} [Thu May 7 20:25:33 2026] POST /v2.0/trunks => generated 407 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:33.746 7 INFO neutron.db.segments_db [None req-c809aa7f-7f2c-470d-b6a5-285bbeda39f3 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Added segment 196a17f0-d96d-4650-9893-07ff993e0e7a of type vxlan for network 3f5bf6dd-6719-4b2e-af38-dd9f5b949ca5 [pid: 7|app: 0|req: 837/1628] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:33 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:33.969 8 INFO neutron.db.l3_db [None req-9f1214f8-ddbb-48b0-893c-123e3ba6dcc6 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Floating IP 60fd17df-fec1-41b0-8f30-adf2fb55b64f associated. External IP: 10.96.250.210, port: 40538fb9-6d12-41f6-984c-5a1e4f334fd7. [pid: 7|app: 0|req: 838/1629] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:25:33 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 792/1630] 10.0.0.138 () {34 vars in 677 bytes} [Thu May 7 20:25:33 2026] POST /v2.0/floatingips => generated 841 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1631] 10.0.0.138 () {34 vars in 666 bytes} [Thu May 7 20:25:34 2026] POST /v2.0/trunks => generated 407 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1632] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:34 2026] POST /v2.0/subnets => generated 1324 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 20:25:34.523 7 INFO neutron.db.segments_db [None req-79a68395-fcab-420f-94db-5f79b82d0e97 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Added segment 291fb3ce-6ba7-4eab-baa1-68e8aad6be23 of type vxlan for network 41901ebf-c2d3-407c-95f8-df5bb1f746d5 2026-05-07 20:25:34.545 8 INFO neutron.db.l3_db [None req-3c03aa87-90b5-44f9-81fe-8fbf962d87d0 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Floating IP 60fd17df-fec1-41b0-8f30-adf2fb55b64f disassociated. External IP: 10.96.250.210, port: 40538fb9-6d12-41f6-984c-5a1e4f334fd7. [pid: 7|app: 0|req: 840/1633] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:34 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1634] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:25:34 2026] GET /v2.0/subnets => generated 1960 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1635] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:34 2026] PUT /v2.0/floatingips/60fd17df-fec1-41b0-8f30-adf2fb55b64f => generated 552 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1636] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:25:34 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 795/1637] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:34 2026] DELETE /v2.0/subnets/e782309c-c856-4cbc-9a47-bc6a31d3bbde => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:35.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-b62e7f1f-a6f5-46e4-a3f0-7d756d1c4608 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] TaaS: Handle Delete Port: aa4ad25a-ded0-4c5a-943e-d0f692b9f8f5 2026-05-07 20:25:35.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b62e7f1f-a6f5-46e4-a3f0-7d756d1c4608 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Tap Mirror: Handle Delete Port: aa4ad25a-ded0-4c5a-943e-d0f692b9f8f5 [pid: 8|app: 0|req: 796/1638] 10.0.0.138 () {34 vars in 666 bytes} [Thu May 7 20:25:34 2026] POST /v2.0/trunks => generated 407 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1639] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:34 2026] DELETE /v2.0/floatingips/60fd17df-fec1-41b0-8f30-adf2fb55b64f => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1640] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:35 2026] DELETE /v2.0/subnets/0c80ae9c-89a5-46db-9ac8-9fee2f85c9ba => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1641] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:35 2026] PUT /v2.0/trunks/2b5bbb22-ac62-4c2a-a2ab-94392f90e60e/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1642] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:25:35 2026] GET /v2.0/subnets => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1643] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:35 2026] PUT /v2.0/trunks/2db1eea6-d73f-40f6-ba26-358c1e7cb176/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:35.488 7 INFO neutron.services.segments.plugin [-] Segment 358df4be-78a6-484b-80b7-da46a7294b64 resource provider aggregate not found 2026-05-07 20:25:35.495 7 INFO neutron.services.segments.plugin [-] Segment 358df4be-78a6-484b-80b7-da46a7294b64 resource provider aggregate not found 2026-05-07 20:25:35.506 7 INFO neutron.services.segments.plugin [-] Segment 358df4be-78a6-484b-80b7-da46a7294b64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358df4be-78a6-484b-80b7-da46a7294b64 found for delete ", "request_id": "req-07fc58d6-6f2d-4440-a3f4-72c041c3b02f"}]} [pid: 7|app: 0|req: 847/1644] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:35 2026] DELETE /v2.0/networks/9a85b796-0f2f-4853-8b79-94cc426cb40d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:35.522 7 INFO neutron.services.segments.plugin [-] Segment 358df4be-78a6-484b-80b7-da46a7294b64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 358df4be-78a6-484b-80b7-da46a7294b64 found for delete ", "request_id": "req-488e089a-9d40-4e2e-8536-5299c6f5ec7d"}]} [pid: 7|app: 0|req: 848/1645] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:35 2026] PUT /v2.0/trunks/19aca446-acf3-41b8-8ccb-f5ea6c353e83/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1646] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:35.948 8 INFO neutron.db.l3_db [None req-b41a03c8-a9cb-4a7a-b991-aa1989483948 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Floating IP ed504965-b60a-4f43-ab88-aa70fe91d6c4 associated. External IP: 10.96.250.209, port: 97cc2d1e-22b4-4c1a-8c8c-eebf2fc44657. [pid: 7|app: 0|req: 850/1647] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:35 2026] DELETE /v2.0/networks/803c9c21-16a1-42fd-87c6-82e69d12cdd7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1648] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:35 2026] PUT /v2.0/trunks/48b99537-1a57-4c32-beb4-433093e5f4d6/tags => 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: 852/1649] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1650] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:36 2026] DELETE /v2.0/networks/981a8d3b-edcb-4caa-96c6-0e8c9cb1043e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1651] 10.0.0.138 () {32 vars in 662 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1652] 10.0.0.138 () {34 vars in 677 bytes} [Thu May 7 20:25:35 2026] POST /v2.0/floatingips => generated 842 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1653] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:36 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: 7|app: 0|req: 856/1654] 10.0.0.138 () {32 vars in 676 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1655] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/floatingips/ed504965-b60a-4f43-ab88-aa70fe91d6c4 => generated 842 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1656] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:36.382 8 INFO neutron.services.segments.plugin [-] Segment 55088ad1-4979-4ac3-9a52-ebc3b23e6336 resource provider aggregate not found 2026-05-07 20:25:36.387 8 INFO neutron.services.segments.plugin [-] Segment 55088ad1-4979-4ac3-9a52-ebc3b23e6336 resource provider aggregate not found [pid: 7|app: 0|req: 859/1657] 10.0.0.138 () {32 vars in 672 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:36.404 8 INFO neutron.services.segments.plugin [-] Segment 55088ad1-4979-4ac3-9a52-ebc3b23e6336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55088ad1-4979-4ac3-9a52-ebc3b23e6336 found for delete ", "request_id": "req-de58b3eb-d7b1-482c-ab1d-af0935bab650"}]} 2026-05-07 20:25:36.405 8 INFO neutron.services.segments.plugin [-] Segment 55088ad1-4979-4ac3-9a52-ebc3b23e6336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55088ad1-4979-4ac3-9a52-ebc3b23e6336 found for delete ", "request_id": "req-23dba0ba-2092-40f4-adc0-2001a5300284"}]} [pid: 8|app: 0|req: 799/1658] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:36 2026] DELETE /v2.0/networks/557ffd85-9159-45c9-8c41-9450abd8fa13 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1659] 10.0.0.138 () {32 vars in 655 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/floatingips => generated 845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1660] 10.0.0.138 () {32 vars in 684 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1663] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:25:36 2026] POST /v2.0/subnetpools => generated 516 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1664] 10.0.0.138 () {32 vars in 670 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1665] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:36 2026] PUT /v2.0/subnetpools/759bc2cc-79a6-4d68-ba77-2c47fecf1d05/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1666] 10.0.0.138 () {32 vars in 684 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1667] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:36 2026] PUT /v2.0/subnetpools/490e5252-1e0b-40cb-8a65-d04e6f446dc2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1668] 10.0.0.138 () {32 vars in 680 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1669] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:36 2026] PUT /v2.0/subnetpools/e91aa100-2dbe-43ef-ab4d-a7ea6f0f8daf/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: 807/1670] 10.0.0.138 () {32 vars in 692 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1671] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:25:36 2026] PUT /v2.0/subnetpools/f7427d12-aa47-4189-b21b-f5716795a490/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1672] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/trunks/2b5bbb22-ac62-4c2a-a2ab-94392f90e60e => generated 412 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1673] 10.0.0.138 () {32 vars in 672 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:36.890 7 INFO neutron.db.l3_db [None req-db640e16-d5a0-4afb-a3db-796775c1e03a f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Floating IP ed504965-b60a-4f43-ab88-aa70fe91d6c4 associated. External IP: 10.96.250.209, port: 97cc2d1e-22b4-4c1a-8c8c-eebf2fc44657. [pid: 8|app: 0|req: 811/1674] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/ports/15a6e2b0-e744-4e8d-818a-fd5045faf33d => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1675] 10.0.0.138 () {32 vars in 686 bytes} [Thu May 7 20:25:36 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1676] 10.0.0.138 () {32 vars in 722 bytes} [Thu May 7 20:25:36 2026] DELETE /v2.0/trunks/2b5bbb22-ac62-4c2a-a2ab-94392f90e60e => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1677] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/security-groups?tenant_id=8ccb4acfce7c415da660641f234a8763&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1678] 10.0.0.138 () {32 vars in 682 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1679] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/trunks/2db1eea6-d73f-40f6-ba26-358c1e7cb176 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1680] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/security-groups/2d07236c-33f0-41e6-b9ea-2d9151b4ef9c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1681] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1682] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/ports/9eb6708e-4963-4350-8896-862c74a0608c => 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: 820/1683] 10.0.0.138 () {32 vars in 680 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1684] 10.0.0.138 () {32 vars in 722 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/trunks/2db1eea6-d73f-40f6-ba26-358c1e7cb176 => 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: 822/1685] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1686] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/trunks/19aca446-acf3-41b8-8ccb-f5ea6c353e83 => generated 429 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1687] 10.0.0.138 () {32 vars in 690 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1688] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/ports/8997139e-1e82-4462-aceb-634ad8df4cc9 => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1689] 10.0.0.138 () {32 vars in 702 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1690] 10.0.0.138 () {32 vars in 722 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/trunks/19aca446-acf3-41b8-8ccb-f5ea6c353e83 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1691] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/subnetpools/759bc2cc-79a6-4d68-ba77-2c47fecf1d05 => 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: 829/1692] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/trunks/48b99537-1a57-4c32-beb4-433093e5f4d6 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1693] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/subnetpools/490e5252-1e0b-40cb-8a65-d04e6f446dc2 => 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: 831/1694] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:37 2026] GET /v2.0/ports/98bd60c7-c987-44c1-9675-5caaf71d7402 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:37.894 7 INFO neutron.services.segments.plugin [-] Segment c2187592-003b-4176-b0be-61075bee2279 resource provider aggregate not found 2026-05-07 20:25:37.903 7 INFO neutron.services.segments.plugin [-] Segment c2187592-003b-4176-b0be-61075bee2279 resource provider aggregate not found 2026-05-07 20:25:37.915 7 INFO neutron.services.segments.plugin [-] Segment c2187592-003b-4176-b0be-61075bee2279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2187592-003b-4176-b0be-61075bee2279 found for delete ", "request_id": "req-b4861893-cd37-46a4-a874-ec5eb675d07c"}]} 2026-05-07 20:25:37.924 7 INFO neutron.services.segments.plugin [-] Segment c2187592-003b-4176-b0be-61075bee2279 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2187592-003b-4176-b0be-61075bee2279 found for delete ", "request_id": "req-1c6dc4c7-57cf-43b5-b349-d312eb2c497a"}]} [pid: 8|app: 0|req: 832/1695] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/subnetpools/e91aa100-2dbe-43ef-ab4d-a7ea6f0f8daf => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:37.934 7 INFO neutron.services.segments.plugin [-] Segment 9881701b-aa9e-46ec-afc8-f25743239f69 resource provider aggregate not found 2026-05-07 20:25:37.945 7 INFO neutron.services.segments.plugin [-] Segment 9881701b-aa9e-46ec-afc8-f25743239f69 resource provider aggregate not found 2026-05-07 20:25:37.951 7 INFO neutron.services.segments.plugin [-] Segment 9881701b-aa9e-46ec-afc8-f25743239f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9881701b-aa9e-46ec-afc8-f25743239f69 found for delete ", "request_id": "req-d968efcf-fef0-4916-987c-2944a1dbb467"}]} 2026-05-07 20:25:37.982 7 INFO neutron.services.segments.plugin [-] Segment 9881701b-aa9e-46ec-afc8-f25743239f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9881701b-aa9e-46ec-afc8-f25743239f69 found for delete ", "request_id": "req-825f7474-c777-4a75-bfee-0b0eca437de4"}]} [pid: 8|app: 0|req: 833/1696] 10.0.0.138 () {32 vars in 722 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/trunks/48b99537-1a57-4c32-beb4-433093e5f4d6 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1697] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:36 2026] PUT /v2.0/floatingips/ed504965-b60a-4f43-ab88-aa70fe91d6c4 => generated 841 bytes in 1530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1698] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:25:38 2026] GET /v2.0/trunks/61e771d2-96da-4055-89f5-73252be53fef => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1699] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:37 2026] DELETE /v2.0/subnetpools/f7427d12-aa47-4189-b21b-f5716795a490 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1700] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:38 2026] GET /v2.0/ports/6c5e476a-eeb7-4d1d-8b88-a10eaec730c8 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:38.129 7 INFO neutron.db.l3_db [None req-b266005e-b1a5-47c6-8dc4-88352a3276a3 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Floating IP ed504965-b60a-4f43-ab88-aa70fe91d6c4 disassociated. External IP: 10.96.250.209, port: 40538fb9-6d12-41f6-984c-5a1e4f334fd7. [pid: 8|app: 0|req: 836/1701] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/subnetpools/b0d923d8-f599-4ced-a1ec-663ebcdebe46 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1702] 10.0.0.138 () {32 vars in 722 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/trunks/61e771d2-96da-4055-89f5-73252be53fef => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:38.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bdb2481-131e-486f-a649-805a6c58e973 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] TaaS: Handle Delete Port: 15a6e2b0-e744-4e8d-818a-fd5045faf33d 2026-05-07 20:25:38.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bdb2481-131e-486f-a649-805a6c58e973 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Tap Mirror: Handle Delete Port: 15a6e2b0-e744-4e8d-818a-fd5045faf33d [pid: 8|app: 0|req: 838/1703] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/ports/15a6e2b0-e744-4e8d-818a-fd5045faf33d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1704] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:25:38 2026] PUT /v2.0/floatingips/ed504965-b60a-4f43-ab88-aa70fe91d6c4 => generated 552 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:38.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-a16d95c9-e347-42fc-a12b-9511ac815a1f 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] TaaS: Handle Delete Port: 9eb6708e-4963-4350-8896-862c74a0608c 2026-05-07 20:25:38.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a16d95c9-e347-42fc-a12b-9511ac815a1f 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Tap Mirror: Handle Delete Port: 9eb6708e-4963-4350-8896-862c74a0608c 2026-05-07 20:25:38.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0e475b6-d0b5-4c8e-bced-630196832ba8 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] TaaS: Handle Delete Port: a9649296-27e6-48b9-9d9b-adf621743fc5 [pid: 8|app: 0|req: 839/1705] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/ports/9eb6708e-4963-4350-8896-862c74a0608c => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:38.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0e475b6-d0b5-4c8e-bced-630196832ba8 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Tap Mirror: Handle Delete Port: a9649296-27e6-48b9-9d9b-adf621743fc5 2026-05-07 20:25:38.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-a49f90fd-9f05-4180-89e2-ae91e5aed0e4 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] TaaS: Handle Delete Port: 8997139e-1e82-4462-aceb-634ad8df4cc9 2026-05-07 20:25:38.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a49f90fd-9f05-4180-89e2-ae91e5aed0e4 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Tap Mirror: Handle Delete Port: 8997139e-1e82-4462-aceb-634ad8df4cc9 [pid: 8|app: 0|req: 840/1706] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/ports/8997139e-1e82-4462-aceb-634ad8df4cc9 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1707] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/floatingips/ed504965-b60a-4f43-ab88-aa70fe91d6c4 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:38.785 7 INFO neutron.api.v2.resource [None req-0a5b5992-873c-4039-9d3b-0a50661acbb5 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1708] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/floatingips/ed504965-b60a-4f43-ab88-aa70fe91d6c4 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:38.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e89ddd3-9d2d-4196-b8cb-28455b9cbdc3 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] TaaS: Handle Delete Port: 98bd60c7-c987-44c1-9675-5caaf71d7402 2026-05-07 20:25:38.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e89ddd3-9d2d-4196-b8cb-28455b9cbdc3 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Tap Mirror: Handle Delete Port: 98bd60c7-c987-44c1-9675-5caaf71d7402 [pid: 8|app: 0|req: 841/1709] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/ports/98bd60c7-c987-44c1-9675-5caaf71d7402 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:38.927 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bd479ef-9f4f-486b-b08b-0a837d779224 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] TaaS: Handle Delete Port: 40538fb9-6d12-41f6-984c-5a1e4f334fd7 2026-05-07 20:25:38.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd479ef-9f4f-486b-b08b-0a837d779224 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Tap Mirror: Handle Delete Port: 40538fb9-6d12-41f6-984c-5a1e4f334fd7 2026-05-07 20:25:38.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-3dda88b3-996f-46f1-ba05-3a7b1d120448 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] TaaS: Handle Delete Port: 6c5e476a-eeb7-4d1d-8b88-a10eaec730c8 2026-05-07 20:25:38.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dda88b3-996f-46f1-ba05-3a7b1d120448 0e8cfe13a7574801bf6fa5d462c20afd fef4dfd891cd4a1c85e6e903fb318f59 - - default default] Tap Mirror: Handle Delete Port: 6c5e476a-eeb7-4d1d-8b88-a10eaec730c8 [pid: 8|app: 0|req: 842/1710] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/ports/6c5e476a-eeb7-4d1d-8b88-a10eaec730c8 => 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: 869/1711] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:38 2026] DELETE /v2.0/ports/40538fb9-6d12-41f6-984c-5a1e4f334fd7 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1712] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:39 2026] DELETE /v2.0/networks/aff65c04-72c4-4a16-ac5e-7578faf841fc => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:39.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-153bfe08-7e25-423f-b7b1-abd97885ecb3 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] TaaS: Handle Delete Port: 97cc2d1e-22b4-4c1a-8c8c-eebf2fc44657 2026-05-07 20:25:39.309 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-153bfe08-7e25-423f-b7b1-abd97885ecb3 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Tap Mirror: Handle Delete Port: 97cc2d1e-22b4-4c1a-8c8c-eebf2fc44657 [pid: 8|app: 0|req: 843/1713] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:39 2026] GET /v2.0/security-groups?tenant_id=6877488221404f72b0e327a140f35b6c&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1714] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:39 2026] DELETE /v2.0/ports/97cc2d1e-22b4-4c1a-8c8c-eebf2fc44657 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:39.545 8 INFO neutron.services.segments.plugin [-] Segment 3b70fed5-bece-4403-99c7-a6270e0d0c1e resource provider aggregate not found 2026-05-07 20:25:39.547 8 INFO neutron.services.segments.plugin [-] Segment 3b70fed5-bece-4403-99c7-a6270e0d0c1e resource provider aggregate not found 2026-05-07 20:25:39.564 8 INFO neutron.services.segments.plugin [-] Segment 3b70fed5-bece-4403-99c7-a6270e0d0c1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b70fed5-bece-4403-99c7-a6270e0d0c1e found for delete ", "request_id": "req-59c6cd33-b8a2-4361-91dd-9a36ee3f2b7b"}]} 2026-05-07 20:25:39.566 8 INFO neutron.services.segments.plugin [-] Segment 3b70fed5-bece-4403-99c7-a6270e0d0c1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b70fed5-bece-4403-99c7-a6270e0d0c1e found for delete ", "request_id": "req-bff30ae8-46a5-4704-ae9a-b3bd704532d7"}]} [pid: 8|app: 0|req: 844/1715] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:39 2026] DELETE /v2.0/networks/8809aeba-cb19-4469-bcaa-09e9fe473cdd => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:39.667 7 INFO neutron.db.segments_db [None req-5e69b5eb-327d-4ce9-aa34-846c7f8b33a9 ff58709d8b17424eb7c70675e6af9a81 a403adfa3ae5404c9593890045e12e02 - - default default] Added segment 278e6b7d-2d52-4819-b437-e02f21845f71 of type vxlan for network 810dee76-2575-4d95-9e0f-8525586fa678 [pid: 8|app: 0|req: 845/1716] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:39 2026] DELETE /v2.0/security-groups/e141d17d-9f69-45d1-9bf9-92f0004e7188 => 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: 846/1717] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:25:39 2026] GET /v2.0/ports?device_id=8a2c078c-42ea-491e-a292-30c5abb9d796 => generated 958 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1718] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:39 2026] POST /v2.0/networks => generated 629 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1719] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:39 2026] DELETE /v2.0/networks/e3f43ee5-e3c1-423f-bccb-f58565960413 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:39.980 7 INFO neutron.services.segments.plugin [-] Segment cba29f18-f167-4168-8213-02cb68524810 resource provider aggregate not found [pid: 8|app: 0|req: 848/1720] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:39 2026] GET /v2.0/security-groups?tenant_id=1e3b2994d31b4f6a95eb523bc08a56f1&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:40.002 7 INFO neutron.services.segments.plugin [-] Segment cba29f18-f167-4168-8213-02cb68524810 resource provider aggregate not found 2026-05-07 20:25:40.005 7 INFO neutron.services.segments.plugin [-] Segment cba29f18-f167-4168-8213-02cb68524810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba29f18-f167-4168-8213-02cb68524810 found for delete ", "request_id": "req-93e35e6c-1a36-4e0b-93ad-e12ef69f7ec8"}]} 2026-05-07 20:25:40.027 7 INFO neutron.services.segments.plugin [-] Segment cba29f18-f167-4168-8213-02cb68524810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba29f18-f167-4168-8213-02cb68524810 found for delete ", "request_id": "req-c953c844-a31f-49c7-91ac-6dab78234650"}]} [pid: 8|app: 0|req: 849/1721] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:39 2026] DELETE /v2.0/networks/3f5bf6dd-6719-4b2e-af38-dd9f5b949ca5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:40.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-e909a219-2c53-439f-b8a6-9228bc781b1c f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] TaaS: Handle Delete Port: 63a1f478-becc-4cdc-947b-bac3d3e2105a 2026-05-07 20:25:40.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e909a219-2c53-439f-b8a6-9228bc781b1c f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Tap Mirror: Handle Delete Port: 63a1f478-becc-4cdc-947b-bac3d3e2105a [pid: 8|app: 0|req: 850/1722] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:40 2026] DELETE /v2.0/security-groups/8f83dc62-9f37-4e66-968d-f2cefa67f372 => 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: 851/1723] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:40 2026] DELETE /v2.0/networks/41901ebf-c2d3-407c-95f8-df5bb1f746d5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1724] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:40 2026] POST /v2.0/subnets => generated 673 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1725] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:40 2026] GET /v2.0/security-groups?tenant_id=3a6cd7079ebd427e839bf0eac09238a0&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1726] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:25:39 2026] PUT /v2.0/routers/8a2c078c-42ea-491e-a292-30c5abb9d796/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:40.676 8 INFO neutron.db.segments_db [None req-a1f2b595-543d-463e-9e3f-8c5ae38bbf43 ff58709d8b17424eb7c70675e6af9a81 a403adfa3ae5404c9593890045e12e02 - - default default] Added segment 1dd604d1-1d23-4272-a55c-610a69e60863 of type vxlan for network 776a0341-6b2a-4311-8c3e-3d3db611bc81 [pid: 7|app: 0|req: 874/1727] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:40 2026] DELETE /v2.0/security-groups/2ee34b1a-8791-42dc-968b-85e1b90c3c69 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1728] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:40 2026] POST /v2.0/networks => generated 629 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1729] 10.0.0.138 () {34 vars in 743 bytes} [Thu May 7 20:25:40 2026] PUT /v2.0/networks/776a0341-6b2a-4311-8c3e-3d3db611bc81 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:40.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-7976e96e-e325-4829-a32c-07136f9145d6 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] TaaS: Handle Delete Port: ce8ad2f9-b0c4-4584-85e2-d1106e8fc869 2026-05-07 20:25:40.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7976e96e-e325-4829-a32c-07136f9145d6 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Tap Mirror: Handle Delete Port: ce8ad2f9-b0c4-4584-85e2-d1106e8fc869 [pid: 8|app: 0|req: 856/1730] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:40 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:41.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-7976e96e-e325-4829-a32c-07136f9145d6 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] TaaS: Handle Delete Port: c21145c3-0813-45a1-b3b5-e8806068917c 2026-05-07 20:25:41.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7976e96e-e325-4829-a32c-07136f9145d6 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] Tap Mirror: Handle Delete Port: c21145c3-0813-45a1-b3b5-e8806068917c [pid: 8|app: 0|req: 857/1731] 10.0.0.138 () {34 vars in 741 bytes} [Thu May 7 20:25:41 2026] PUT /v2.0/subnets/5a0853a5-6e37-4300-8e7b-2f593b76b3a2 => generated 656 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:41.446 7 INFO neutron.db.l3_hamode_db [None req-7976e96e-e325-4829-a32c-07136f9145d6 f7c9558552864f2890bf4cf55e380e00 e95c77dcd5d043a5943688982e059c20 - - default default] HA network 31855a84-c230-4509-bf93-94c24e77aaac was deleted as no HA routers are present in tenant e95c77dcd5d043a5943688982e059c20. [pid: 8|app: 0|req: 858/1732] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:41 2026] DELETE /v2.0/networks/776a0341-6b2a-4311-8c3e-3d3db611bc81 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1733] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:40 2026] DELETE /v2.0/routers/8a2c078c-42ea-491e-a292-30c5abb9d796 => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:41.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c1e05fd-314b-4ca2-a554-3b7a1b32a793 ff58709d8b17424eb7c70675e6af9a81 a403adfa3ae5404c9593890045e12e02 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1734] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:41 2026] DELETE /v2.0/networks/776a0341-6b2a-4311-8c3e-3d3db611bc81 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1735] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:41 2026] DELETE /v2.0/subnets/be70c7a4-9103-4a73-9e1a-3997817db842 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:41.586 8 INFO neutron.services.segments.plugin [-] Segment d9545662-6497-492f-8875-7edf9f7922bb resource provider aggregate not found 2026-05-07 20:25:41.595 8 INFO neutron.services.segments.plugin [-] Segment d9545662-6497-492f-8875-7edf9f7922bb resource provider aggregate not found [pid: 7|app: 0|req: 878/1736] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:25:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:41.610 8 INFO neutron.services.segments.plugin [-] Segment d9545662-6497-492f-8875-7edf9f7922bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9545662-6497-492f-8875-7edf9f7922bb found for delete ", "request_id": "req-279fe48a-b521-4a5c-9fd0-66e1f5d4cd8d"}]} 2026-05-07 20:25:41.615 8 INFO neutron.services.segments.plugin [-] Segment d9545662-6497-492f-8875-7edf9f7922bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9545662-6497-492f-8875-7edf9f7922bb found for delete ", "request_id": "req-bc35ae55-da49-45df-83a7-45975a344f0a"}]} 2026-05-07 20:25:41.625 8 INFO neutron.services.segments.plugin [-] Segment 196a17f0-d96d-4650-9893-07ff993e0e7a resource provider aggregate not found 2026-05-07 20:25:41.630 8 INFO neutron.services.segments.plugin [-] Segment 196a17f0-d96d-4650-9893-07ff993e0e7a resource provider aggregate not found 2026-05-07 20:25:41.641 8 INFO neutron.services.segments.plugin [-] Segment 196a17f0-d96d-4650-9893-07ff993e0e7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196a17f0-d96d-4650-9893-07ff993e0e7a found for delete ", "request_id": "req-cbcc35c2-accd-4cae-a129-1401c9ea2b15"}]} 2026-05-07 20:25:41.644 8 INFO neutron.services.segments.plugin [-] Segment 196a17f0-d96d-4650-9893-07ff993e0e7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196a17f0-d96d-4650-9893-07ff993e0e7a found for delete ", "request_id": "req-df024970-0784-4999-97c9-eabbb7693046"}]} 2026-05-07 20:25:41.660 8 INFO neutron.services.segments.plugin [-] Segment 291fb3ce-6ba7-4eab-baa1-68e8aad6be23 resource provider aggregate not found 2026-05-07 20:25:41.664 8 INFO neutron.services.segments.plugin [-] Segment 291fb3ce-6ba7-4eab-baa1-68e8aad6be23 resource provider aggregate not found 2026-05-07 20:25:41.679 8 INFO neutron.services.segments.plugin [-] Segment 291fb3ce-6ba7-4eab-baa1-68e8aad6be23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291fb3ce-6ba7-4eab-baa1-68e8aad6be23 found for delete ", "request_id": "req-ea2f4f17-fc10-4153-ba9a-a02998a3a4c0"}]} 2026-05-07 20:25:41.686 8 INFO neutron.services.segments.plugin [-] Segment 291fb3ce-6ba7-4eab-baa1-68e8aad6be23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291fb3ce-6ba7-4eab-baa1-68e8aad6be23 found for delete ", "request_id": "req-baa7fec8-fd42-4686-8000-7d23cdf8a61f"}]} 2026-05-07 20:25:41.705 8 INFO neutron.services.segments.plugin [-] Segment 1dd604d1-1d23-4272-a55c-610a69e60863 resource provider aggregate not found 2026-05-07 20:25:41.712 8 INFO neutron.services.segments.plugin [-] Segment 1dd604d1-1d23-4272-a55c-610a69e60863 resource provider aggregate not found [pid: 8|app: 0|req: 859/1737] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:41 2026] GET /v2.0/security-groups?tenant_id=02f0a1bba00c4943ac670ef845b77e93&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:41.732 8 INFO neutron.services.segments.plugin [-] Segment 1dd604d1-1d23-4272-a55c-610a69e60863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dd604d1-1d23-4272-a55c-610a69e60863 found for delete ", "request_id": "req-e89999a5-ad4c-418c-8f75-b182232ee9c7"}]} 2026-05-07 20:25:41.739 8 INFO neutron.services.segments.plugin [-] Segment 1dd604d1-1d23-4272-a55c-610a69e60863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dd604d1-1d23-4272-a55c-610a69e60863 found for delete ", "request_id": "req-269d1c40-cad0-4604-84ac-e5ac8925938e"}]} [pid: 7|app: 0|req: 879/1738] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:41 2026] DELETE /v2.0/networks/c95f5ac3-2cf5-428a-9ec3-c153a69021f3 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1739] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:25:41 2026] GET /v2.0/subnets?network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1740] 10.0.0.138 () {32 vars in 653 bytes} [Thu May 7 20:25:41 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: 862/1741] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:25:41 2026] GET /v2.0/networks => generated 1313 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1742] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:41 2026] DELETE /v2.0/security-groups/8798823b-457e-4db2-a7f5-2bd3b7035828 => 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: 863/1743] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:25:41 2026] GET /v2.0/subnets => generated 1312 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1744] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:25:41 2026] GET /v2.0/networks/810dee76-2575-4d95-9e0f-8525586fa678 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1745] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:25:41 2026] GET /v2.0/subnets/5b69011e-39dd-4ef0-a9dd-b9c29806ae8f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:42.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0bf89305-b8ef-46d6-80c3-924c2a55b3dc ff58709d8b17424eb7c70675e6af9a81 a403adfa3ae5404c9593890045e12e02 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1746] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:41 2026] DELETE /v2.0/subnets/5a0853a5-6e37-4300-8e7b-2f593b76b3a2 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:42.032 7 INFO neutron.services.segments.plugin [-] Segment 80f0f4ba-668a-425d-8afc-91052cc04bb8 resource provider aggregate not found 2026-05-07 20:25:42.037 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b390784-416b-4267-ab18-d29aadfb5a18 ff58709d8b17424eb7c70675e6af9a81 a403adfa3ae5404c9593890045e12e02 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 865/1747] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:42 2026] DELETE /v2.0/networks/776a0341-6b2a-4311-8c3e-3d3db611bc81 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:42.047 7 INFO neutron.services.segments.plugin [-] Segment 80f0f4ba-668a-425d-8afc-91052cc04bb8 resource provider aggregate not found 2026-05-07 20:25:42.055 7 INFO neutron.services.segments.plugin [-] Segment 80f0f4ba-668a-425d-8afc-91052cc04bb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f0f4ba-668a-425d-8afc-91052cc04bb8 found for delete ", "request_id": "req-72be58bb-f8fe-4ffa-bcab-83f8e6185c35"}]} 2026-05-07 20:25:42.072 7 INFO neutron.services.segments.plugin [-] Segment 80f0f4ba-668a-425d-8afc-91052cc04bb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80f0f4ba-668a-425d-8afc-91052cc04bb8 found for delete ", "request_id": "req-2fe26d1f-6c51-4970-83dd-30f1cfc2f95d"}]} 2026-05-07 20:25:42.075 7 INFO neutron.services.segments.plugin [-] Segment 06699303-53c3-4ca5-a989-f74980e00461 resource provider aggregate not found 2026-05-07 20:25:42.099 7 INFO neutron.services.segments.plugin [-] Segment 06699303-53c3-4ca5-a989-f74980e00461 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06699303-53c3-4ca5-a989-f74980e00461 found for delete ", "request_id": "req-e0404691-fa34-4b31-9314-f5d647079c28"}]} 2026-05-07 20:25:42.100 7 INFO neutron.services.segments.plugin [-] Segment 06699303-53c3-4ca5-a989-f74980e00461 resource provider aggregate not found 2026-05-07 20:25:42.118 7 INFO neutron.services.segments.plugin [-] Segment 06699303-53c3-4ca5-a989-f74980e00461 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06699303-53c3-4ca5-a989-f74980e00461 found for delete ", "request_id": "req-b92ac8ee-0434-46a7-a101-a2aa6a53abf2"}]} [pid: 7|app: 0|req: 883/1748] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:42 2026] DELETE /v2.0/subnets/5b69011e-39dd-4ef0-a9dd-b9c29806ae8f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1749] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:42 2026] GET /v2.0/security-groups?tenant_id=fef4dfd891cd4a1c85e6e903fb318f59&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: 866/1750] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:42 2026] DELETE /v2.0/networks/810dee76-2575-4d95-9e0f-8525586fa678 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1751] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:42 2026] DELETE /v2.0/security-groups/c0a0fd1e-9ad2-499f-8ca0-1d1bed7636de => 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: 885/1752] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:42 2026] GET /v2.0/security-groups?tenant_id=e95c77dcd5d043a5943688982e059c20&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1753] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:42 2026] DELETE /v2.0/security-groups/a4ffbe08-6a40-4339-a243-8fe2c6a5846f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1754] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:42 2026] GET /v2.0/security-groups?tenant_id=eb2249fe34e546eab5f86b9d944e022c&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1755] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:42 2026] DELETE /v2.0/security-groups/5c633c12-5573-4ed1-b2f4-01c855633582 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1756] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:42 2026] GET /v2.0/security-groups?tenant_id=a403adfa3ae5404c9593890045e12e02&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1757] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:42 2026] DELETE /v2.0/security-groups/8dc8db98-3d43-412d-8414-1a7df777e835 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:43.774 8 INFO neutron.services.segments.plugin [-] Segment 278e6b7d-2d52-4819-b437-e02f21845f71 resource provider aggregate not found 2026-05-07 20:25:43.781 8 INFO neutron.services.segments.plugin [-] Segment 278e6b7d-2d52-4819-b437-e02f21845f71 resource provider aggregate not found 2026-05-07 20:25:43.800 8 INFO neutron.services.segments.plugin [-] Segment 278e6b7d-2d52-4819-b437-e02f21845f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 278e6b7d-2d52-4819-b437-e02f21845f71 found for delete ", "request_id": "req-ea142993-1554-4bdc-a78b-375cd1eca0d9"}]} 2026-05-07 20:25:43.801 8 INFO neutron.services.segments.plugin [-] Segment 278e6b7d-2d52-4819-b437-e02f21845f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 278e6b7d-2d52-4819-b437-e02f21845f71 found for delete ", "request_id": "req-696ca191-9469-4a9f-965c-7b6ae48b07dd"}]} 2026-05-07 20:25:44.433 7 INFO neutron.db.segments_db [None req-df873a5d-9bce-4d51-a5ae-85f11573cef7 ac463c354f5c4210aeda7ab50e042cbb 57fe902fddc74cc0a6fdb7a15110b2e6 - - default default] Added segment 5bb41725-29f3-4213-b41c-7da120cfceb1 of type vxlan for network 271f20d7-6249-4ef9-a206-03a8e2de8da4 [pid: 7|app: 0|req: 888/1758] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:44 2026] POST /v2.0/networks => generated 612 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1759] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:25:44 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1760] 10.0.0.138 () {34 vars in 747 bytes} [Thu May 7 20:25:44 2026] PUT /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 890/1761] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:25:44 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07 20:25:45.113 7 INFO neutron.db.segments_db [None req-e93d1611-cba2-4fd1-a7e7-10d0b7d54643 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] Added segment 7be7f669-f3c7-42ca-896d-b2a363dbac7e of type vxlan for network 03e185ca-d543-4c96-aeeb-0bbbd40d395d 2026-05-07 20:25:45.167 8 INFO neutron.db.segments_db [None req-f5a94eac-681c-45c0-adf1-1820e399dd33 fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Added segment 269b1ccc-9d82-4bef-9859-86d0e21b973c of type vxlan for network cfc1721a-a28a-4306-bfb5-027a9018c5b7 [pid: 7|app: 0|req: 891/1762] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:44 2026] POST /v2.0/networks => generated 630 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:45.221 8 INFO neutron.db.segments_db [None req-f5a94eac-681c-45c0-adf1-1820e399dd33 fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Added segment 45c73c64-3b90-44f2-b49b-bf65bcf087a6 of type vxlan for network 3089f30b-5da2-4f99-8a3f-8f2745a0abe0 [pid: 7|app: 0|req: 892/1763] 10.0.0.138 () {34 vars in 758 bytes} [Thu May 7 20:25:45 2026] PUT /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags/green => generated 4 bytes in 104 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: 872/1764] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:44 2026] POST /v2.0/networks => generated 1206 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1765] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:25:45 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 874/1766] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:25:45 2026] GET /v2.0/networks => generated 1843 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1767] 10.0.0.138 () {34 vars in 754 bytes} [Thu May 7 20:25:45 2026] PUT /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 893/1768] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:45 2026] POST /v2.0/ports => generated 778 bytes in 310 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: 876/1769] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:45 2026] DELETE /v2.0/networks/cfc1721a-a28a-4306-bfb5-027a9018c5b7 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1770] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:25:45 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 20:25:45.702 8 INFO neutron.db.segments_db [None req-2e28c6e2-8329-4485-ae70-c48d92c63787 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] Added segment 5f0a0d73-4319-40ae-8dc9-1b164aadcbb2 of type vxlan for network e59843f0-4684-4829-b64e-c15ce6dc7d2d [pid: 8|app: 0|req: 877/1771] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:45 2026] POST /v2.0/networks => generated 616 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:45.806 7 INFO neutron.services.segments.plugin [-] Segment 45c73c64-3b90-44f2-b49b-bf65bcf087a6 resource provider aggregate not found 2026-05-07 20:25:45.812 7 INFO neutron.services.segments.plugin [-] Segment 45c73c64-3b90-44f2-b49b-bf65bcf087a6 resource provider aggregate not found 2026-05-07 20:25:45.824 8 INFO neutron.services.segments.plugin [-] Segment 269b1ccc-9d82-4bef-9859-86d0e21b973c resource provider aggregate not found [pid: 7|app: 0|req: 895/1772] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:45 2026] DELETE /v2.0/networks/3089f30b-5da2-4f99-8a3f-8f2745a0abe0 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:45.842 7 INFO neutron.services.segments.plugin [-] Segment 45c73c64-3b90-44f2-b49b-bf65bcf087a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45c73c64-3b90-44f2-b49b-bf65bcf087a6 found for delete ", "request_id": "req-ef65e508-8246-4081-8ac1-e12eabaa414e"}]} 2026-05-07 20:25:45.843 8 INFO neutron.services.segments.plugin [-] Segment 269b1ccc-9d82-4bef-9859-86d0e21b973c resource provider aggregate not found 2026-05-07 20:25:45.844 7 INFO neutron.services.segments.plugin [-] Segment 45c73c64-3b90-44f2-b49b-bf65bcf087a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45c73c64-3b90-44f2-b49b-bf65bcf087a6 found for delete ", "request_id": "req-c3647ee4-ba55-42af-8852-f70dfc32e847"}]} 2026-05-07 20:25:45.858 8 INFO neutron.services.segments.plugin [-] Segment 269b1ccc-9d82-4bef-9859-86d0e21b973c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 269b1ccc-9d82-4bef-9859-86d0e21b973c found for delete ", "request_id": "req-032c8438-02c1-4393-b958-941ece81a4ab"}]} 2026-05-07 20:25:45.860 8 INFO neutron.services.segments.plugin [-] Segment 269b1ccc-9d82-4bef-9859-86d0e21b973c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 269b1ccc-9d82-4bef-9859-86d0e21b973c found for delete ", "request_id": "req-868d47bc-ec7e-4b47-be63-1be531642e32"}]} [pid: 8|app: 0|req: 878/1773] 10.0.0.138 () {34 vars in 776 bytes} [Thu May 7 20:25:45 2026] PUT /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags/black.or.white => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 879/1774] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:25:45 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1775] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:25:45 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1776] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:45 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:46.118 7 INFO neutron.db.segments_db [None req-05b21545-337d-42ae-aaa5-a977bc4db226 fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Added segment 1b4f648d-d08c-4e2a-82c4-2603755505d4 of type vxlan for network a3e2acfc-6959-475d-af5d-110c3cb70a48 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 897/1777] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:46 2026] POST /v2.0/networks => generated 630 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1778] 10.0.0.138 () {34 vars in 747 bytes} [Thu May 7 20:25:46 2026] PUT /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 881/1779] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:25:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 20:25:46.389 8 INFO neutron.db.segments_db [None req-c3c4b796-6045-4580-a7cf-b88436cb054f fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Added segment fe79ee94-39a0-466a-88b8-5320056157c2 of type vxlan for network ad0e62e1-b04b-43d6-8a14-ab24b14dbaab [pid: 8|app: 0|req: 882/1780] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:46 2026] POST /v2.0/networks => generated 631 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1781] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:25:46 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 884/1782] 10.0.0.138 () {34 vars in 767 bytes} [Thu May 7 20:25:46 2026] PUT /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1783] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:46 2026] POST /v2.0/ports => generated 965 bytes in 326 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: 900/1784] 10.0.0.138 () {32 vars in 735 bytes} [Thu May 7 20:25:46 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags/red => generated 0 bytes in 47 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: 901/1785] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:25:46 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:46.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2d8cf84-7045-4823-a270-1a52e2c9dd88 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] TaaS: Handle Delete Port: cdbe8497-15b4-4ad1-9a88-c3a4b9e6e136 2026-05-07 20:25:46.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2d8cf84-7045-4823-a270-1a52e2c9dd88 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] Tap Mirror: Handle Delete Port: cdbe8497-15b4-4ad1-9a88-c3a4b9e6e136 [pid: 7|app: 0|req: 902/1786] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:46 2026] DELETE /v2.0/ports/cdbe8497-15b4-4ad1-9a88-c3a4b9e6e136 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:46.921 7 INFO neutron.api.v2.resource [None req-9572b580-e135-4f12-8459-d1cad180a5fa ac463c354f5c4210aeda7ab50e042cbb 57fe902fddc74cc0a6fdb7a15110b2e6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 903/1787] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:25:46 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags/green => generated 99 bytes in 41 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: 904/1788] 10.0.0.138 () {34 vars in 778 bytes} [Thu May 7 20:25:46 2026] PUT /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-07 20:25:46.981 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7daeb9a3-3148-4177-85b8-5f6894c36380 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 905/1789] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:46 2026] DELETE /v2.0/ports/cdbe8497-15b4-4ad1-9a88-c3a4b9e6e136 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1790] 10.0.0.138 () {32 vars in 738 bytes} [Thu May 7 20:25:46 2026] DELETE /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags/red => generated 0 bytes in 56 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: 885/1791] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:46 2026] POST /v2.0/ports => generated 1506 bytes in 493 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-07 20:25:47.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a21a1d8e-049a-4756-bd5c-2d65153c66f4 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1792] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/ports/cdbe8497-15b4-4ad1-9a88-c3a4b9e6e136 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1793] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1794] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 30 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: 908/1795] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/ports => generated 1506 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1796] 10.0.0.138 () {34 vars in 774 bytes} [Thu May 7 20:25:47 2026] PUT /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1797] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:47 2026] DELETE /v2.0/subnets/90b30aa8-12c0-4a0f-8831-f36df5fea6a3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:47.263 7 INFO neutron.api.v2.resource [None req-b078bc15-1397-4e84-b3ed-b8c3fef8f52a ac463c354f5c4210aeda7ab50e042cbb 57fe902fddc74cc0a6fdb7a15110b2e6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1798] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:25:47 2026] DELETE /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags/green => generated 99 bytes in 52 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: 911/1799] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:47.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e8aa755-bd1b-43d4-ac3b-cdc47de01298 fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] TaaS: Handle Delete Port: ab2fe2f4-2847-443b-99a7-eb9a5add64ae 2026-05-07 20:25:47.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e8aa755-bd1b-43d4-ac3b-cdc47de01298 fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Tap Mirror: Handle Delete Port: ab2fe2f4-2847-443b-99a7-eb9a5add64ae [pid: 7|app: 0|req: 912/1800] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:47 2026] DELETE /v2.0/networks/e59843f0-4684-4829-b64e-c15ce6dc7d2d => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1801] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:47 2026] DELETE /v2.0/ports/ab2fe2f4-2847-443b-99a7-eb9a5add64ae => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1802] 10.0.0.138 () {34 vars in 796 bytes} [Thu May 7 20:25:47 2026] PUT /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1803] 10.0.0.138 () {32 vars in 730 bytes} [Thu May 7 20:25:47 2026] DELETE /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 0 bytes in 57 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-07 20:25:47.533 8 INFO neutron.db.segments_db [None req-bcdb2999-0fb5-4b8e-a176-c86a2d66828e 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] Added segment 8e1e6246-ba86-409d-9e68-47e2f701822e of type vxlan for network 04ca3b1b-d7c3-473b-b2bd-d8e49b34c8a5 2026-05-07 20:25:47.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-3161766a-2b82-4457-a923-e0e8cdc23ded fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] TaaS: Handle Delete Port: a64ca80e-23aa-40f5-8355-616a1071cf48 2026-05-07 20:25:47.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3161766a-2b82-4457-a923-e0e8cdc23ded fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Tap Mirror: Handle Delete Port: a64ca80e-23aa-40f5-8355-616a1071cf48 [pid: 8|app: 0|req: 891/1804] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:47 2026] POST /v2.0/networks => generated 617 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1805] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1806] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:47 2026] DELETE /v2.0/ports/a64ca80e-23aa-40f5-8355-616a1071cf48 => 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: 893/1807] 10.0.0.138 () {32 vars in 727 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88/tags => generated 12 bytes in 40 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: 894/1808] 10.0.0.138 () {34 vars in 767 bytes} [Thu May 7 20:25:47 2026] PUT /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/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: 895/1809] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:47.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-79a1b78c-90b5-49f2-abc5-d791f510b6c4 ac463c354f5c4210aeda7ab50e042cbb 57fe902fddc74cc0a6fdb7a15110b2e6 - - default default] TaaS: Handle Delete Port: e2a94684-d318-4b6c-8aed-f61c204f7f88 2026-05-07 20:25:47.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79a1b78c-90b5-49f2-abc5-d791f510b6c4 ac463c354f5c4210aeda7ab50e042cbb 57fe902fddc74cc0a6fdb7a15110b2e6 - - default default] Tap Mirror: Handle Delete Port: e2a94684-d318-4b6c-8aed-f61c204f7f88 2026-05-07 20:25:47.859 7 INFO neutron.services.segments.plugin [-] Segment 5f0a0d73-4319-40ae-8dc9-1b164aadcbb2 resource provider aggregate not found 2026-05-07 20:25:47.864 7 INFO neutron.services.segments.plugin [-] Segment 5f0a0d73-4319-40ae-8dc9-1b164aadcbb2 resource provider aggregate not found [pid: 7|app: 0|req: 915/1810] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:47 2026] POST /v2.0/subnets => generated 646 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:47.881 7 INFO neutron.services.segments.plugin [-] Segment 5f0a0d73-4319-40ae-8dc9-1b164aadcbb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0a0d73-4319-40ae-8dc9-1b164aadcbb2 found for delete ", "request_id": "req-c9557c13-02da-40e7-9619-2939cdd65e99"}]} 2026-05-07 20:25:47.882 7 INFO neutron.services.segments.plugin [-] Segment 5f0a0d73-4319-40ae-8dc9-1b164aadcbb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0a0d73-4319-40ae-8dc9-1b164aadcbb2 found for delete ", "request_id": "req-5d8b7de7-ca38-4f64-9b05-d3944b945494"}]} [pid: 8|app: 0|req: 896/1811] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:47 2026] DELETE /v2.0/ports/e2a94684-d318-4b6c-8aed-f61c204f7f88 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1812] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:25:47 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:47.952 8 INFO neutron.db.segments_db [None req-44de2141-9ead-4456-bb37-766fb40e10c7 fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Added segment c8798128-1974-4ebb-a9fa-02393ab0b211 of type vxlan for network 77b1ff51-42dc-448d-bc57-d92357c909b5 [pid: 8|app: 0|req: 897/1813] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:47 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1814] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:47 2026] POST /v2.0/ports => generated 928 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1815] 10.0.0.138 () {32 vars in 755 bytes} [Thu May 7 20:25:48 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:48.146 8 INFO neutron.services.segments.plugin [-] Segment 5bb41725-29f3-4213-b41c-7da120cfceb1 resource provider aggregate not found 2026-05-07 20:25:48.151 8 INFO neutron.services.segments.plugin [-] Segment 5bb41725-29f3-4213-b41c-7da120cfceb1 resource provider aggregate not found 2026-05-07 20:25:48.164 8 INFO neutron.services.segments.plugin [-] Segment 5bb41725-29f3-4213-b41c-7da120cfceb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bb41725-29f3-4213-b41c-7da120cfceb1 found for delete ", "request_id": "req-86c14155-0de1-42a4-bb7f-ef487d8152de"}]} 2026-05-07 20:25:48.168 8 INFO neutron.services.segments.plugin [-] Segment 5bb41725-29f3-4213-b41c-7da120cfceb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bb41725-29f3-4213-b41c-7da120cfceb1 found for delete ", "request_id": "req-2a0c7bc9-8913-4974-abe1-a8b9ae078dae"}]} [pid: 8|app: 0|req: 898/1816] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/networks/271f20d7-6249-4ef9-a206-03a8e2de8da4 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:48.202 7 INFO neutron.db.segments_db [None req-88d3370f-af64-49b3-b63c-1bff2702ad46 fb9794847f00457ea3b884d3ea5f32d6 274a202e62494c15839b4ddd8fce1f0e - - default default] Added segment 042479c5-d584-4b33-9f72-9e27489381cd of type vxlan for network 18254d08-8109-4fc2-b548-d1da548c7a2d [pid: 7|app: 0|req: 919/1817] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:48 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:48.330 7 INFO neutron.api.v2.resource [None req-2521cd50-c8fb-4cc8-a2de-62e1e67c7470 8ccf7ba3cfef4db4a1632bac3116a32e 2a94de08c5ab487494d9fe7bc724cd69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 920/1818] 10.0.0.138 () {32 vars in 759 bytes} [Thu May 7 20:25:48 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 20:25:48.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c102611-e592-4efa-bbb7-4ee7f9862321 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] TaaS: Handle Delete Port: 6458d71f-618a-4ec4-a311-8e83c4067e00 2026-05-07 20:25:48.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c102611-e592-4efa-bbb7-4ee7f9862321 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] Tap Mirror: Handle Delete Port: 6458d71f-618a-4ec4-a311-8e83c4067e00 [pid: 8|app: 0|req: 899/1819] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/ports/6458d71f-618a-4ec4-a311-8e83c4067e00 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1820] 10.0.0.138 () {32 vars in 758 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:48.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4b571b8-a771-435c-abb6-ba60eeee5c33 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1821] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:48 2026] GET /v2.0/ports/6458d71f-618a-4ec4-a311-8e83c4067e00 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1822] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:25:48 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1823] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/subnets/d210d815-30a8-46e4-b598-92eed879b22a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1824] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:48 2026] POST /v2.0/subnets => generated 1273 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 20:25:48.700 8 INFO neutron.api.v2.resource [None req-b196805a-75a8-470b-9cc4-7cf5bf318349 8ccf7ba3cfef4db4a1632bac3116a32e 2a94de08c5ab487494d9fe7bc724cd69 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 904/1825] 10.0.0.138 () {32 vars in 762 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1826] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:25:48 2026] GET /v2.0/subnets => generated 1909 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1827] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1828] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/networks/04ca3b1b-d7c3-473b-b2bd-d8e49b34c8a5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1829] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:25:48 2026] GET /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78/tags => 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: 907/1830] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:48 2026] DELETE /v2.0/subnets/97327940-50e3-4b5e-a2d9-6ae51d7198cf => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1831] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:25:48 2026] POST /v2.0/ports => generated 777 bytes in 219 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: 925/1832] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/security-groups/7ff783f4-6d72-4c58-885a-619366a60c78 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1833] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:48 2026] GET /v2.0/security-groups?tenant_id=8e60c0e75cac4fa995fc1f5f6ffd7124&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1834] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/subnets/688cadbb-64e9-4163-8e78-4b90633a818c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1835] 10.0.0.138 () {34 vars in 737 bytes} [Thu May 7 20:25:49 2026] PUT /v2.0/ports/0d7350ef-675c-4ee6-887f-0eb6ecf4707b => generated 752 bytes in 200 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: 927/1836] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/security-groups/ad76ccd6-e802-43da-977e-a618ab7b671f => 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: 910/1837] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:25:49 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:49.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-9226beef-e338-4ee9-ae7f-b169bd528e1d 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] TaaS: Handle Delete Port: 0d7350ef-675c-4ee6-887f-0eb6ecf4707b 2026-05-07 20:25:49.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9226beef-e338-4ee9-ae7f-b169bd528e1d 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] Tap Mirror: Handle Delete Port: 0d7350ef-675c-4ee6-887f-0eb6ecf4707b [pid: 8|app: 0|req: 911/1838] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/networks/18254d08-8109-4fc2-b548-d1da548c7a2d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1839] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/ports/0d7350ef-675c-4ee6-887f-0eb6ecf4707b => 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: 929/1840] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:25:49 2026] GET /v2.0/ports => generated 781 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:49.560 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b46e2550-1b24-4a4b-9217-af6a803e2b1e 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1841] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:49 2026] GET /v2.0/ports/0d7350ef-675c-4ee6-887f-0eb6ecf4707b => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1842] 10.0.0.138 () {32 vars in 643 bytes} [Thu May 7 20:25:49 2026] GET /v2.0/ports => generated 781 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1843] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/networks/77b1ff51-42dc-448d-bc57-d92357c909b5 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1844] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:49 2026] GET /v2.0/security-groups?tenant_id=57fe902fddc74cc0a6fdb7a15110b2e6&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1845] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:49 2026] GET /v2.0/ports/a5e1c030-754b-44e5-a71d-4f37e6056145 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1846] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/networks/ad0e62e1-b04b-43d6-8a14-ab24b14dbaab => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:49.734 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82c6cbed-0fb8-41c8-aa95-718024e8fa10 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1847] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/security-groups/95f7721b-f873-44a9-89fb-dd950df00650 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1848] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/ports/6458d71f-618a-4ec4-a311-8e83c4067e00 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1849] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/networks/a3e2acfc-6959-475d-af5d-110c3cb70a48 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:49.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3717996f-26db-4628-bcba-9124567937c1 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1850] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/subnets/d210d815-30a8-46e4-b598-92eed879b22a => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:49.875 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4036eb67-218c-48a1-9c24-d0022bc7d3d6 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 937/1851] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/subnets/90b30aa8-12c0-4a0f-8831-f36df5fea6a3 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:49.899 7 INFO neutron.services.segments.plugin [-] Segment 8e1e6246-ba86-409d-9e68-47e2f701822e resource provider aggregate not found 2026-05-07 20:25:49.905 7 INFO neutron.services.segments.plugin [-] Segment 8e1e6246-ba86-409d-9e68-47e2f701822e resource provider aggregate not found 2026-05-07 20:25:49.921 7 INFO neutron.services.segments.plugin [-] Segment 8e1e6246-ba86-409d-9e68-47e2f701822e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e1e6246-ba86-409d-9e68-47e2f701822e found for delete ", "request_id": "req-2c8a4aaf-d815-42aa-aa90-b7319069a971"}]} 2026-05-07 20:25:49.930 7 INFO neutron.services.segments.plugin [-] Segment 8e1e6246-ba86-409d-9e68-47e2f701822e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e1e6246-ba86-409d-9e68-47e2f701822e found for delete ", "request_id": "req-28d6acbf-af93-4d32-bc9a-2b82884d9fc2"}]} 2026-05-07 20:25:49.942 7 INFO neutron.services.segments.plugin [-] Segment fe79ee94-39a0-466a-88b8-5320056157c2 resource provider aggregate not found 2026-05-07 20:25:49.948 7 INFO neutron.services.segments.plugin [-] Segment fe79ee94-39a0-466a-88b8-5320056157c2 resource provider aggregate not found 2026-05-07 20:25:49.958 7 INFO neutron.services.segments.plugin [-] Segment fe79ee94-39a0-466a-88b8-5320056157c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe79ee94-39a0-466a-88b8-5320056157c2 found for delete ", "request_id": "req-e1bfc4c6-8edf-4fd0-8b8e-c6a825fbe338"}]} [pid: 8|app: 0|req: 915/1852] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:49 2026] GET /v2.0/security-groups?tenant_id=2a94de08c5ab487494d9fe7bc724cd69&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:49.969 7 INFO neutron.services.segments.plugin [-] Segment fe79ee94-39a0-466a-88b8-5320056157c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe79ee94-39a0-466a-88b8-5320056157c2 found for delete ", "request_id": "req-69055396-d2e7-4860-ab16-9bd62df4a9b9"}]} 2026-05-07 20:25:49.980 7 INFO neutron.services.segments.plugin [-] Segment 1b4f648d-d08c-4e2a-82c4-2603755505d4 resource provider aggregate not found 2026-05-07 20:25:49.995 7 INFO neutron.services.segments.plugin [-] Segment 1b4f648d-d08c-4e2a-82c4-2603755505d4 resource provider aggregate not found 2026-05-07 20:25:50.001 7 INFO neutron.services.segments.plugin [-] Segment 1b4f648d-d08c-4e2a-82c4-2603755505d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b4f648d-d08c-4e2a-82c4-2603755505d4 found for delete ", "request_id": "req-5c0a1075-1dfe-4848-8180-cda0a2b02277"}]} 2026-05-07 20:25:50.013 7 INFO neutron.services.segments.plugin [-] Segment 1b4f648d-d08c-4e2a-82c4-2603755505d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b4f648d-d08c-4e2a-82c4-2603755505d4 found for delete ", "request_id": "req-d57ac846-99ca-4b60-8956-cb59904044e1"}]} 2026-05-07 20:25:50.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-c565b70b-8d7c-4f6f-9e47-571307d62410 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] TaaS: Handle Delete Port: a5e1c030-754b-44e5-a71d-4f37e6056145 2026-05-07 20:25:50.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c565b70b-8d7c-4f6f-9e47-571307d62410 2dd174292717478bb1818204491910a3 5ff759e140b84af48d2be51ea477192e - - default default] Tap Mirror: Handle Delete Port: a5e1c030-754b-44e5-a71d-4f37e6056145 [pid: 8|app: 0|req: 916/1853] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/security-groups/3c0959b0-c86a-4d6f-8de2-8df8345a956f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1854] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:25:49 2026] DELETE /v2.0/ports/a5e1c030-754b-44e5-a71d-4f37e6056145 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:50.191 8 INFO neutron.services.segments.plugin [-] Segment 042479c5-d584-4b33-9f72-9e27489381cd resource provider aggregate not found 2026-05-07 20:25:50.203 8 INFO neutron.services.segments.plugin [-] Segment 042479c5-d584-4b33-9f72-9e27489381cd resource provider aggregate not found 2026-05-07 20:25:50.216 8 INFO neutron.services.segments.plugin [-] Segment 042479c5-d584-4b33-9f72-9e27489381cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042479c5-d584-4b33-9f72-9e27489381cd found for delete ", "request_id": "req-5bfe99db-2764-42d4-9f5e-da9ed1bf2ccb"}]} 2026-05-07 20:25:50.221 8 INFO neutron.services.segments.plugin [-] Segment 042479c5-d584-4b33-9f72-9e27489381cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042479c5-d584-4b33-9f72-9e27489381cd found for delete ", "request_id": "req-b474735b-af95-478b-b6b2-3b3263bf550c"}]} 2026-05-07 20:25:50.245 8 INFO neutron.services.segments.plugin [-] Segment c8798128-1974-4ebb-a9fa-02393ab0b211 resource provider aggregate not found 2026-05-07 20:25:50.248 8 INFO neutron.services.segments.plugin [-] Segment c8798128-1974-4ebb-a9fa-02393ab0b211 resource provider aggregate not found 2026-05-07 20:25:50.265 8 INFO neutron.services.segments.plugin [-] Segment c8798128-1974-4ebb-a9fa-02393ab0b211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8798128-1974-4ebb-a9fa-02393ab0b211 found for delete ", "request_id": "req-12b4091a-e30d-4c92-9d3c-15d2ba1b4109"}]} 2026-05-07 20:25:50.269 8 INFO neutron.services.segments.plugin [-] Segment c8798128-1974-4ebb-a9fa-02393ab0b211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8798128-1974-4ebb-a9fa-02393ab0b211 found for delete ", "request_id": "req-f9a2f609-6373-46b3-8a26-9765f487e35c"}]} [pid: 7|app: 0|req: 939/1855] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:50 2026] GET /v2.0/security-groups?tenant_id=77a65d80c92a49b2a5bfacf29c1cad1e&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1856] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:50 2026] DELETE /v2.0/networks/03e185ca-d543-4c96-aeeb-0bbbd40d395d => 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: 940/1857] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:50 2026] GET /v2.0/security-groups?tenant_id=274a202e62494c15839b4ddd8fce1f0e&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1858] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:50 2026] DELETE /v2.0/security-groups/c3f551d0-e87f-468e-9a1f-78f35508d597 => 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: 941/1859] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:50 2026] DELETE /v2.0/security-groups/957018f1-ad3b-40c0-9e4c-9390b3e4a60f => 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: 919/1860] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:50 2026] GET /v2.0/security-groups?tenant_id=5ff759e140b84af48d2be51ea477192e&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1861] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:51 2026] DELETE /v2.0/security-groups/93b17923-e511-4db2-bf56-2c98e7765cef => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:52.290 8 INFO neutron.services.segments.plugin [-] Segment 7be7f669-f3c7-42ca-896d-b2a363dbac7e resource provider aggregate not found 2026-05-07 20:25:52.294 8 INFO neutron.services.segments.plugin [-] Segment 7be7f669-f3c7-42ca-896d-b2a363dbac7e resource provider aggregate not found 2026-05-07 20:25:52.309 8 INFO neutron.services.segments.plugin [-] Segment 7be7f669-f3c7-42ca-896d-b2a363dbac7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7be7f669-f3c7-42ca-896d-b2a363dbac7e found for delete ", "request_id": "req-91b95a6e-d1e9-4548-b40d-3cd16bb41dd1"}]} 2026-05-07 20:25:52.316 8 INFO neutron.services.segments.plugin [-] Segment 7be7f669-f3c7-42ca-896d-b2a363dbac7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7be7f669-f3c7-42ca-896d-b2a363dbac7e found for delete ", "request_id": "req-13da52ba-755c-47aa-9774-dbf066ed231c"}]} 2026-05-07 20:25:53.101 7 INFO neutron.db.segments_db [None req-a56ae175-4d48-4746-9a86-7b52ecc20d56 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment c09377f8-aad0-4f52-a0a3-da0949c65ceb of type vxlan for network 2e68a5e1-4036-4685-aef2-eacb40d61422 2026-05-07 20:25:53.152 8 INFO neutron.db.segments_db [None req-023f2752-4833-4e6d-a650-0f8bad378293 d260664f98cb43729b4d78cfb3f155e6 9ef105d80eba426e8ce6bf49ff46be9e - - default default] Added segment 4460d413-3301-442c-83b9-dddfa5f5160f of type vxlan for network c9c9157f-f99e-4314-b90f-0bc2d93baed1 [pid: 7|app: 0|req: 944/1864] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:52 2026] POST /v2.0/networks => generated 611 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1865] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:52 2026] POST /v2.0/networks => generated 624 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:53.267 7 INFO neutron.db.segments_db [None req-486f567a-4a44-4a2d-935b-a1e7a3c7570e 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] Added segment cb2c3e58-0b44-4631-8917-0e22be0ab765 of type vxlan for network 83558987-2e3c-4c1e-8466-85d46a4e4763 2026-05-07 20:25:53.297 8 INFO neutron.db.segments_db [None req-7e0706b1-8127-4ed2-8b62-c04a1ffe1e50 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment 1ce0c434-2327-417f-b2fc-0298c59fcad1 of type vxlan for network 4a0b0099-f433-4047-b15d-5c58798cc0d7 [pid: 8|app: 0|req: 922/1866] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:53 2026] POST /v2.0/networks => generated 611 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:53.484 7 INFO neutron.db.l3_hamode_db [None req-486f567a-4a44-4a2d-935b-a1e7a3c7570e 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:25:53.587 7 INFO neutron.db.l3_hamode_db [None req-486f567a-4a44-4a2d-935b-a1e7a3c7570e 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 923/1867] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:53 2026] POST /v2.0/subnets => generated 641 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1868] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:53 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:25:53.893 8 INFO neutron.db.segments_db [None req-93c0d8cb-c66d-4f08-b7c8-a34828f0a438 d260664f98cb43729b4d78cfb3f155e6 9ef105d80eba426e8ce6bf49ff46be9e - - default default] Added segment 4bc56778-8b8b-446d-96e2-66e124932c18 of type vxlan for network 1b4cc2d5-b290-4b98-988b-cde90aecc45b [pid: 8|app: 0|req: 925/1869] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:25:53 2026] POST /v2.0/networks => generated 625 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1870] 10.0.0.138 () {34 vars in 668 bytes} [Thu May 7 20:25:53 2026] POST /v2.0/routers => generated 474 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1871] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:53 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: 946/1872] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:54 2026] GET /v2.0/security-groups?tenant_id=f4d96344bab141f0a6a3ce41ee1150cd&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1873] 10.0.0.138 () {34 vars in 743 bytes} [Thu May 7 20:25:54 2026] PUT /v2.0/networks/1b4cc2d5-b290-4b98-988b-cde90aecc45b => generated 592 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:54.395 8 INFO neutron.db.segments_db [None req-589a46c6-051e-4434-8cfb-a172e09f9ce9 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment df3945d0-307d-4a57-b078-413558096917 of type vxlan for network fb37b055-1942-442b-a228-77e483ad3946 [pid: 7|app: 0|req: 947/1874] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:25:54 2026] PUT /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1875] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:54 2026] DELETE /v2.0/security-groups/6936ffbe-b6e7-4f02-b2bc-0ef65aa7cce3 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:54.626 8 INFO neutron.db.l3_hamode_db [None req-589a46c6-051e-4434-8cfb-a172e09f9ce9 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:25:54.772 8 INFO neutron.db.l3_hamode_db [None req-589a46c6-051e-4434-8cfb-a172e09f9ce9 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 949/1876] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:54 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1877] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:25:54 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1878] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:54 2026] GET /v2.0/security-groups?tenant_id=eca7c65ba3b043b1bcc571d69b561dbf&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1879] 10.0.0.138 () {34 vars in 741 bytes} [Thu May 7 20:25:55 2026] PUT /v2.0/subnets/f4a049e7-f221-401f-935b-4c46c71bd70e => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1880] 10.0.0.138 () {34 vars in 762 bytes} [Thu May 7 20:25:55 2026] PUT /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1881] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:25:54 2026] POST /v2.0/routers => generated 507 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1882] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:55 2026] DELETE /v2.0/security-groups/a50499b4-361a-4fe5-b32a-d1c51e06a6bd => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:55.530 8 INFO neutron.services.segments.plugin [-] Segment 4bc56778-8b8b-446d-96e2-66e124932c18 resource provider aggregate not found [pid: 7|app: 0|req: 955/1883] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:25:55 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:55.543 8 INFO neutron.services.segments.plugin [-] Segment 4bc56778-8b8b-446d-96e2-66e124932c18 resource provider aggregate not found 2026-05-07 20:25:55.551 8 INFO neutron.services.segments.plugin [-] Segment 4bc56778-8b8b-446d-96e2-66e124932c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc56778-8b8b-446d-96e2-66e124932c18 found for delete ", "request_id": "req-b9e30c56-98ed-4b34-b738-b980b25e3971"}]} 2026-05-07 20:25:55.568 8 INFO neutron.services.segments.plugin [-] Segment 4bc56778-8b8b-446d-96e2-66e124932c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc56778-8b8b-446d-96e2-66e124932c18 found for delete ", "request_id": "req-0f60a2e2-c32a-4838-b68a-60f4d1512fa4"}]} [pid: 8|app: 0|req: 929/1884] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:55 2026] DELETE /v2.0/networks/1b4cc2d5-b290-4b98-988b-cde90aecc45b => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1885] 10.0.0.138 () {34 vars in 758 bytes} [Thu May 7 20:25:55 2026] PUT /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags/red => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-07 20:25:55.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f22b7982-b648-4c35-a0db-59b5f015fdd3 d260664f98cb43729b4d78cfb3f155e6 9ef105d80eba426e8ce6bf49ff46be9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 931/1886] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:55 2026] DELETE /v2.0/networks/1b4cc2d5-b290-4b98-988b-cde90aecc45b => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1887] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:25:55 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1888] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:25:55 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1889] 10.0.0.138 () {34 vars in 780 bytes} [Thu May 7 20:25:55 2026] PUT /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags/black.or.white => generated 4 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1890] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/subnets?network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1891] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 52 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1892] 10.0.0.138 () {32 vars in 653 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1893] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:25:55 2026] PUT /v2.0/routers/2b018e83-57f3-441f-a594-228787bc904e/add_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1894] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:25:56 2026] PUT /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1895] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/ports/ee7482b2-b008-4c63-8526-a830c32fd11a => generated 955 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1896] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/networks => generated 1308 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1897] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1898] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1899] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags/red => 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: 943/1900] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/networks/c9c9157f-f99e-4314-b90f-0bc2d93baed1 => generated 668 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:56.941 8 INFO neutron.api.v2.resource [None req-bc81c021-ccb8-430f-85bb-b52496f9893a 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1901] 10.0.0.138 () {32 vars in 743 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1902] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:25:56 2026] GET /v2.0/subnets/91c98172-5494-4e97-9eb2-5c3f43f6c094 => generated 641 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1903] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:25:56 2026] DELETE /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:57.084 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a38de97-4fb1-4480-867b-cddfb8ab6e6d d260664f98cb43729b4d78cfb3f155e6 9ef105d80eba426e8ce6bf49ff46be9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 947/1904] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:57 2026] DELETE /v2.0/subnets/f4a049e7-f221-401f-935b-4c46c71bd70e => 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: 948/1905] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:25:57 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 30 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:57.177 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0d468e1-c799-4295-9eaa-0cfce051470a d260664f98cb43729b4d78cfb3f155e6 9ef105d80eba426e8ce6bf49ff46be9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 949/1906] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:57 2026] DELETE /v2.0/networks/1b4cc2d5-b290-4b98-988b-cde90aecc45b => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:25:57.261 8 INFO neutron.api.v2.resource [None req-ccafb155-d81f-4adc-bdd1-525e4693cde5 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 950/1907] 10.0.0.138 () {32 vars in 746 bytes} [Thu May 7 20:25:57 2026] DELETE /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1908] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:57 2026] DELETE /v2.0/subnets/91c98172-5494-4e97-9eb2-5c3f43f6c094 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1909] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:25:57 2026] DELETE /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:25:57.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd0465c5-e0ef-4fa6-a3d8-3e9d5f35c8e7 d260664f98cb43729b4d78cfb3f155e6 9ef105d80eba426e8ce6bf49ff46be9e - - default default] TaaS: Handle Delete Port: dfd0442c-4f77-46bd-b053-2c8b054f748d 2026-05-07 20:25:57.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd0465c5-e0ef-4fa6-a3d8-3e9d5f35c8e7 d260664f98cb43729b4d78cfb3f155e6 9ef105d80eba426e8ce6bf49ff46be9e - - default default] Tap Mirror: Handle Delete Port: dfd0442c-4f77-46bd-b053-2c8b054f748d 2026-05-07 20:25:57.797 8 INFO neutron.services.segments.plugin [-] Segment 4460d413-3301-442c-83b9-dddfa5f5160f resource provider aggregate not found 2026-05-07 20:25:57.803 8 INFO neutron.services.segments.plugin [-] Segment 4460d413-3301-442c-83b9-dddfa5f5160f resource provider aggregate not found [pid: 8|app: 0|req: 953/1910] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:25:57 2026] DELETE /v2.0/networks/c9c9157f-f99e-4314-b90f-0bc2d93baed1 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:25:57.823 8 INFO neutron.services.segments.plugin [-] Segment 4460d413-3301-442c-83b9-dddfa5f5160f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4460d413-3301-442c-83b9-dddfa5f5160f found for delete ", "request_id": "req-5dd13a4b-42cf-4f02-b438-ebf221b976d2"}]} 2026-05-07 20:25:57.824 8 INFO neutron.services.segments.plugin [-] Segment 4460d413-3301-442c-83b9-dddfa5f5160f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4460d413-3301-442c-83b9-dddfa5f5160f found for delete ", "request_id": "req-34e88404-9759-4c22-b413-cb98cde2b29d"}]} [pid: 7|app: 0|req: 958/1911] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:25:56 2026] PUT /v2.0/routers/2b018e83-57f3-441f-a594-228787bc904e/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1912] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:25:57 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272/tags => generated 12 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1913] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:25:57 2026] GET /v2.0/ports/de187d7b-099a-4e92-941a-db699a524023 => generated 955 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1914] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:25:57 2026] GET /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272 => generated 480 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:25:58.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce523628-f1bc-4483-a0b4-7109fc4cfaf3 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: de187d7b-099a-4e92-941a-db699a524023 2026-05-07 20:25:58.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce523628-f1bc-4483-a0b4-7109fc4cfaf3 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: de187d7b-099a-4e92-941a-db699a524023 [pid: 8|app: 0|req: 956/1915] 10.0.0.138 () {34 vars in 742 bytes} [Thu May 7 20:25:57 2026] PUT /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272 => generated 480 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1916] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:25:57 2026] PUT /v2.0/routers/2b018e83-57f3-441f-a594-228787bc904e/remove_router_interface => generated 309 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1917] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:25:58 2026] GET /v2.0/ports?device_id=e08e9c35-aaf9-4c59-9c86-f1fa760a8272 => 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: 957/1918] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:25:58 2026] GET /v2.0/security-groups?tenant_id=9ef105d80eba426e8ce6bf49ff46be9e&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:25:58.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b9c342b-a9d9-4807-8cf3-bbe0d78f85fc 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] TaaS: Handle Delete Port: b3ca2634-bcf2-46bc-a6dc-fd59baf594e8 2026-05-07 20:25:58.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b9c342b-a9d9-4807-8cf3-bbe0d78f85fc 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] Tap Mirror: Handle Delete Port: b3ca2634-bcf2-46bc-a6dc-fd59baf594e8 2026-05-07 20:25:59.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe62bb1b-7c2a-4fcc-98f0-018a45dca7b0 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: ee7482b2-b008-4c63-8526-a830c32fd11a 2026-05-07 20:25:59.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe62bb1b-7c2a-4fcc-98f0-018a45dca7b0 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: ee7482b2-b008-4c63-8526-a830c32fd11a 2026-05-07 20:25:59.352 8 INFO neutron.db.l3_hamode_db [None req-0b9c342b-a9d9-4807-8cf3-bbe0d78f85fc 2450ebd6f4514d8b8ee7846dae865f28 19aa2b37e5fb4f199b6ad61d2674b618 - - default default] HA network 83558987-2e3c-4c1e-8466-85d46a4e4763 was deleted as no HA routers are present in tenant 19aa2b37e5fb4f199b6ad61d2674b618. [pid: 8|app: 0|req: 958/1919] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:58 2026] DELETE /v2.0/routers/e08e9c35-aaf9-4c59-9c86-f1fa760a8272 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1920] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:25:59 2026] DELETE /v2.0/security-groups/180edcef-b803-4f01-872e-e177e7599267 => 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: 962/1921] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:25:58 2026] PUT /v2.0/routers/2b018e83-57f3-441f-a594-228787bc904e/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1922] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:25:59 2026] GET /v2.0/ports?device_id=2b018e83-57f3-441f-a594-228787bc904e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:25:59.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-90368fea-635d-4ac9-8e22-9d71006319e0 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: 98eaf98a-7d49-4e47-af64-ccd139457e00 2026-05-07 20:25:59.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90368fea-635d-4ac9-8e22-9d71006319e0 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: 98eaf98a-7d49-4e47-af64-ccd139457e00 2026-05-07 20:25:59.844 8 INFO neutron.services.segments.plugin [-] Segment cb2c3e58-0b44-4631-8917-0e22be0ab765 resource provider aggregate not found 2026-05-07 20:25:59.849 8 INFO neutron.services.segments.plugin [-] Segment cb2c3e58-0b44-4631-8917-0e22be0ab765 resource provider aggregate not found 2026-05-07 20:25:59.858 8 INFO neutron.services.segments.plugin [-] Segment cb2c3e58-0b44-4631-8917-0e22be0ab765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb2c3e58-0b44-4631-8917-0e22be0ab765 found for delete ", "request_id": "req-b5d5cb0e-7f6b-4733-9c9d-f0973fa629e7"}]} 2026-05-07 20:25:59.866 8 INFO neutron.services.segments.plugin [-] Segment cb2c3e58-0b44-4631-8917-0e22be0ab765 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb2c3e58-0b44-4631-8917-0e22be0ab765 found for delete ", "request_id": "req-c8caa8e5-cec4-4a84-b77d-716d2217c504"}]} 2026-05-07 20:26:00.123 7 INFO neutron.services.segments.plugin [-] Segment df3945d0-307d-4a57-b078-413558096917 resource provider aggregate not found 2026-05-07 20:26:00.128 7 INFO neutron.services.segments.plugin [-] Segment df3945d0-307d-4a57-b078-413558096917 resource provider aggregate not found 2026-05-07 20:26:00.138 7 INFO neutron.db.l3_hamode_db [None req-90368fea-635d-4ac9-8e22-9d71006319e0 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] HA network fb37b055-1942-442b-a228-77e483ad3946 was deleted as no HA routers are present in tenant d9358e8864f24271beefc818371b4963. 2026-05-07 20:26:00.145 7 INFO neutron.services.segments.plugin [-] Segment df3945d0-307d-4a57-b078-413558096917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df3945d0-307d-4a57-b078-413558096917 found for delete ", "request_id": "req-014c9b9b-75f4-4e99-a873-17b9b44dfa3f"}]} [pid: 7|app: 0|req: 963/1923] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:25:59 2026] DELETE /v2.0/routers/2b018e83-57f3-441f-a594-228787bc904e => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:00.155 7 INFO neutron.services.segments.plugin [-] Segment df3945d0-307d-4a57-b078-413558096917 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df3945d0-307d-4a57-b078-413558096917 found for delete ", "request_id": "req-ab882f13-75e5-45af-aaf3-16b23b840be4"}]} [pid: 7|app: 0|req: 964/1924] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:00 2026] DELETE /v2.0/subnets/dbb92529-1f6f-4928-a8b8-869f10b29f39 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1925] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:00 2026] GET /v2.0/security-groups?tenant_id=19aa2b37e5fb4f199b6ad61d2674b618&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1926] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:00 2026] DELETE /v2.0/subnets/5e720b51-8c7f-49cb-bd1d-b9509c4f8b1f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1927] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:00 2026] DELETE /v2.0/security-groups/44a2790d-5bc1-45be-af52-09a2aabf5018 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:00.484 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5a81b11-e431-4d15-b5c2-8c61607b1064 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: 650f0566-2b00-4cef-8e0d-433522b917c6 2026-05-07 20:26:00.487 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5a81b11-e431-4d15-b5c2-8c61607b1064 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: 650f0566-2b00-4cef-8e0d-433522b917c6 [pid: 8|app: 0|req: 963/1928] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:00 2026] GET /v2.0/security-groups?tenant_id=b8ea7dd6883f402aa6ed29c909657cde&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1929] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:00 2026] DELETE /v2.0/networks/4a0b0099-f433-4047-b15d-5c58798cc0d7 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1930] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:00 2026] DELETE /v2.0/security-groups/af758473-6fae-4ab1-9b98-09acbed39533 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1931] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:00 2026] DELETE /v2.0/networks/2e68a5e1-4036-4685-aef2-eacb40d61422 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:00.871 8 INFO neutron.db.segments_db [None req-0af6249b-e5a7-4ed4-9476-33231b7c207f d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment 585ebfc9-b03c-4308-8b6b-3769ed731ceb of type vxlan for network c3225f5e-3261-4be2-a09d-18f55b3b4d57 [pid: 8|app: 0|req: 965/1932] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:00 2026] POST /v2.0/networks => generated 610 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1933] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:00 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:01.260 8 INFO neutron.db.segments_db [None req-3f2d77f6-f0bc-4033-970b-506bcc0fe9dd d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment 13273923-0171-42e4-909f-5688f1500e1b of type vxlan for network cd182833-b6d1-448a-9997-ddefe7b26b4b 2026-05-07 20:26:01.496 8 INFO neutron.db.l3_hamode_db [None req-3f2d77f6-f0bc-4033-970b-506bcc0fe9dd d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:01.633 8 INFO neutron.db.l3_hamode_db [None req-3f2d77f6-f0bc-4033-970b-506bcc0fe9dd d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:02.166 7 INFO neutron.services.segments.plugin [-] Segment 1ce0c434-2327-417f-b2fc-0298c59fcad1 resource provider aggregate not found 2026-05-07 20:26:02.180 7 INFO neutron.services.segments.plugin [-] Segment 1ce0c434-2327-417f-b2fc-0298c59fcad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce0c434-2327-417f-b2fc-0298c59fcad1 found for delete ", "request_id": "req-097b675e-371e-4d9b-8046-65deaf44c745"}]} 2026-05-07 20:26:02.182 7 INFO neutron.services.segments.plugin [-] Segment 1ce0c434-2327-417f-b2fc-0298c59fcad1 resource provider aggregate not found 2026-05-07 20:26:02.193 7 INFO neutron.services.segments.plugin [-] Segment c09377f8-aad0-4f52-a0a3-da0949c65ceb resource provider aggregate not found 2026-05-07 20:26:02.196 7 INFO neutron.services.segments.plugin [-] Segment 1ce0c434-2327-417f-b2fc-0298c59fcad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ce0c434-2327-417f-b2fc-0298c59fcad1 found for delete ", "request_id": "req-539ce440-89f0-43ac-9aa1-9230265dd2e5"}]} 2026-05-07 20:26:02.208 7 INFO neutron.services.segments.plugin [-] Segment c09377f8-aad0-4f52-a0a3-da0949c65ceb resource provider aggregate not found 2026-05-07 20:26:02.210 7 INFO neutron.services.segments.plugin [-] Segment c09377f8-aad0-4f52-a0a3-da0949c65ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09377f8-aad0-4f52-a0a3-da0949c65ceb found for delete ", "request_id": "req-84572f13-1734-4706-9c37-6d4900c0247f"}]} 2026-05-07 20:26:02.220 7 INFO neutron.services.segments.plugin [-] Segment c09377f8-aad0-4f52-a0a3-da0949c65ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09377f8-aad0-4f52-a0a3-da0949c65ceb found for delete ", "request_id": "req-c9e52d24-69d5-4cae-b565-0d19108eef99"}]} [pid: 8|app: 0|req: 966/1934] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:01 2026] POST /v2.0/routers => generated 506 bytes in 1019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1935] 10.0.0.138 () {34 vars in 665 bytes} [Thu May 7 20:26:02 2026] POST /v2.0/ports => generated 952 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1936] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:26:02 2026] PUT /v2.0/routers/1b6bb152-9aca-4f59-a731-bc2050a6e5b0/add_router_interface => generated 309 bytes in 1184 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: 970/1937] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:26:03 2026] GET /v2.0/ports/2b789896-6ca9-45db-b051-57365e3087de => generated 1026 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, ' 2026-05-07 20:26:04.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-f440cdd7-b75f-4a72-87ce-a72b0e93c93b d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: 2b789896-6ca9-45db-b051-57365e3087de 2026-05-07 20:26:04.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f440cdd7-b75f-4a72-87ce-a72b0e93c93b d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: 2b789896-6ca9-45db-b051-57365e3087de [pid: 8|app: 0|req: 968/1938] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:26:03 2026] PUT /v2.0/routers/1b6bb152-9aca-4f59-a731-bc2050a6e5b0/remove_router_interface => generated 309 bytes in 787 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-07 20:26:04.717 8 INFO neutron.api.v2.resource [None req-cf4362f5-40e1-4f95-ad8c-7bf6e6a7ea51 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 969/1939] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:26:04 2026] PUT /v2.0/routers/1b6bb152-9aca-4f59-a731-bc2050a6e5b0/remove_router_interface => generated 197 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:26:04.843 7 INFO neutron.db.segments_db [None req-c6677dab-a88c-41ed-a370-e8e6bb97dcf7 7448d01836b641c18eaf4ac83ca4ba8b 00e282a08fbd4f66ab0cc4bdb6cd5417 - - default default] Added segment 2e1f86ee-5ce7-41e4-9672-9f170792aef3 of type vxlan for network dc5936b6-140f-4b53-83e7-349e87709c90 [pid: 8|app: 0|req: 970/1940] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:04 2026] GET /v2.0/security-groups?tenant_id=dcd3e9d441db42e790d334d2f6ce9241&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1941] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:04 2026] GET /v2.0/ports?device_id=1b6bb152-9aca-4f59-a731-bc2050a6e5b0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1942] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:04 2026] POST /v2.0/networks => generated 612 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1943] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:04 2026] DELETE /v2.0/security-groups/8bb261b1-4bf4-4637-8c32-c9041e610486 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:05.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-d136df8c-e113-4e3b-b5f0-a7339838117c d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: 2b0008f3-ad36-4023-b5f2-7589bb03899c 2026-05-07 20:26:05.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d136df8c-e113-4e3b-b5f0-a7339838117c d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: 2b0008f3-ad36-4023-b5f2-7589bb03899c [pid: 8|app: 0|req: 973/1944] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:05 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1945] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/security-groups?tenant_id=704229a97c3a4424931292b17948c9c7&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1946] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:26:05 2026] PUT /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:05.455 7 INFO neutron.services.segments.plugin [-] Segment 13273923-0171-42e4-909f-5688f1500e1b resource provider aggregate not found 2026-05-07 20:26:05.461 7 INFO neutron.services.segments.plugin [-] Segment 13273923-0171-42e4-909f-5688f1500e1b resource provider aggregate not found 2026-05-07 20:26:05.480 7 INFO neutron.services.segments.plugin [-] Segment 13273923-0171-42e4-909f-5688f1500e1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13273923-0171-42e4-909f-5688f1500e1b found for delete ", "request_id": "req-8a3fa8c9-b890-42d5-88b6-140658f5991a"}]} 2026-05-07 20:26:05.486 7 INFO neutron.services.segments.plugin [-] Segment 13273923-0171-42e4-909f-5688f1500e1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13273923-0171-42e4-909f-5688f1500e1b found for delete ", "request_id": "req-1a328659-7a90-456a-866f-5e18862087db"}]} 2026-05-07 20:26:05.500 7 INFO neutron.db.l3_hamode_db [None req-d136df8c-e113-4e3b-b5f0-a7339838117c d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] HA network cd182833-b6d1-448a-9997-ddefe7b26b4b was deleted as no HA routers are present in tenant d9358e8864f24271beefc818371b4963. [pid: 8|app: 0|req: 976/1947] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:05 2026] DELETE /v2.0/security-groups/e0482595-0e0d-433b-ae48-e68ee9c30c74 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1948] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:04 2026] DELETE /v2.0/routers/1b6bb152-9aca-4f59-a731-bc2050a6e5b0 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1949] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1950] 10.0.0.138 () {34 vars in 762 bytes} [Thu May 7 20:26:05 2026] PUT /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1951] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1952] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:05 2026] DELETE /v2.0/subnets/c40c2a4d-f84d-4baf-a2a6-314170428c67 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1953] 10.0.0.138 () {34 vars in 758 bytes} [Thu May 7 20:26:05 2026] PUT /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1954] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:05.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a258689-30fc-428b-9bac-eadda6608265 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: f86defba-ecbf-4c3e-91be-7570a03ee6ce 2026-05-07 20:26:05.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a258689-30fc-428b-9bac-eadda6608265 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: f86defba-ecbf-4c3e-91be-7570a03ee6ce [pid: 8|app: 0|req: 982/1955] 10.0.0.138 () {34 vars in 780 bytes} [Thu May 7 20:26:05 2026] PUT /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1956] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1957] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:26:05 2026] PUT /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1958] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:05 2026] DELETE /v2.0/networks/c3225f5e-3261-4be2-a09d-18f55b3b4d57 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1959] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1960] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:05.992 7 INFO neutron.db.segments_db [None req-b7944053-c249-4401-8559-79cb1452c3d8 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment 71e7bb94-d9c5-4e41-8117-73c865e6924e of type vxlan for network a1ea5249-48b6-4a12-a4fc-112b269e55f1 2026-05-07 20:26:06.032 8 INFO neutron.api.v2.resource [None req-453310d0-a696-4efb-972d-9c398b5f6b60 7448d01836b641c18eaf4ac83ca4ba8b 00e282a08fbd4f66ab0cc4bdb6cd5417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/1961] 10.0.0.138 () {32 vars in 743 bytes} [Thu May 7 20:26:05 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1962] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:26:06 2026] DELETE /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags/red => 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: 975/1963] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:05 2026] POST /v2.0/networks => generated 610 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1964] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:26:06 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:06.185 8 INFO neutron.api.v2.resource [None req-51f0629b-359c-4591-bc60-fa14dcacb6a3 7448d01836b641c18eaf4ac83ca4ba8b 00e282a08fbd4f66ab0cc4bdb6cd5417 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 990/1965] 10.0.0.138 () {32 vars in 746 bytes} [Thu May 7 20:26:06 2026] DELETE /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1966] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:26:06 2026] DELETE /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1967] 10.0.0.138 () {32 vars in 731 bytes} [Thu May 7 20:26:06 2026] GET /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1/tags => 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: 976/1968] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:06 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:06.442 7 INFO neutron.db.segments_db [None req-0a3eea72-e77e-40d7-9667-66716f013e08 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment 8e5e9624-ef84-4894-8670-a07f489f1ec1 of type vxlan for network bd1f216f-25de-4911-bf75-306bc0e49e9a [pid: 8|app: 0|req: 993/1969] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:06 2026] DELETE /v2.0/subnets/d91e53d7-1bc2-45d2-9dc0-2eaf1c6de2c1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:06.619 8 INFO neutron.services.segments.plugin [-] Segment 2e1f86ee-5ce7-41e4-9672-9f170792aef3 resource provider aggregate not found 2026-05-07 20:26:06.624 8 INFO neutron.services.segments.plugin [-] Segment 2e1f86ee-5ce7-41e4-9672-9f170792aef3 resource provider aggregate not found 2026-05-07 20:26:06.638 8 INFO neutron.services.segments.plugin [-] Segment 2e1f86ee-5ce7-41e4-9672-9f170792aef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1f86ee-5ce7-41e4-9672-9f170792aef3 found for delete ", "request_id": "req-787c206f-289a-4743-86f9-d5d592142fc6"}]} [pid: 8|app: 0|req: 996/1972] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:06 2026] DELETE /v2.0/networks/dc5936b6-140f-4b53-83e7-349e87709c90 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:06.656 8 INFO neutron.services.segments.plugin [-] Segment 2e1f86ee-5ce7-41e4-9672-9f170792aef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e1f86ee-5ce7-41e4-9672-9f170792aef3 found for delete ", "request_id": "req-6123b925-0c5c-4f31-93f3-aa43405cd12c"}]} 2026-05-07 20:26:06.754 7 INFO neutron.db.l3_hamode_db [None req-0a3eea72-e77e-40d7-9667-66716f013e08 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:06.898 7 INFO neutron.db.l3_hamode_db [None req-0a3eea72-e77e-40d7-9667-66716f013e08 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:07.500 7 INFO neutron.services.segments.plugin [-] Segment 585ebfc9-b03c-4308-8b6b-3769ed731ceb resource provider aggregate not found [pid: 7|app: 0|req: 977/1973] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:06 2026] POST /v2.0/routers => generated 507 bytes in 1111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:07.511 7 INFO neutron.services.segments.plugin [-] Segment 585ebfc9-b03c-4308-8b6b-3769ed731ceb resource provider aggregate not found 2026-05-07 20:26:07.535 7 INFO neutron.services.segments.plugin [-] Segment 585ebfc9-b03c-4308-8b6b-3769ed731ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585ebfc9-b03c-4308-8b6b-3769ed731ceb found for delete ", "request_id": "req-53829e0a-be2b-4a43-ae22-90abe77e4270"}]} 2026-05-07 20:26:07.536 7 INFO neutron.services.segments.plugin [-] Segment 585ebfc9-b03c-4308-8b6b-3769ed731ceb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585ebfc9-b03c-4308-8b6b-3769ed731ceb found for delete ", "request_id": "req-c0956a1f-caaa-4c00-9c40-d8374067b72d"}]} [pid: 8|app: 0|req: 997/1974] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:07 2026] GET /v2.0/security-groups?tenant_id=00e282a08fbd4f66ab0cc4bdb6cd5417&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1975] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:07 2026] DELETE /v2.0/security-groups/51c7d54a-50ba-4e94-a3fa-744bf5837740 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1976] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:07 2026] GET /v2.0/security-groups?tenant_id=b003b73b4bf74726930cf320012f2ce9&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1977] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:07 2026] DELETE /v2.0/security-groups/1f19036a-0e1a-4c39-a54a-027339eb668c => 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: 978/1978] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:26:07 2026] PUT /v2.0/routers/f188bde9-1e9d-477a-85d7-b02591df64fb/add_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1979] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:26:08 2026] GET /v2.0/ports/a41327df-b290-4d87-84c6-9eaddaaa2ec4 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:26:08.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-191e81d2-c716-4a21-a570-20b61a763ce3 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: a41327df-b290-4d87-84c6-9eaddaaa2ec4 2026-05-07 20:26:08.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-191e81d2-c716-4a21-a570-20b61a763ce3 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: a41327df-b290-4d87-84c6-9eaddaaa2ec4 [pid: 7|app: 0|req: 979/1980] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:26:08 2026] PUT /v2.0/routers/f188bde9-1e9d-477a-85d7-b02591df64fb/remove_router_interface => generated 309 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1981] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:09 2026] GET /v2.0/ports?device_id=f188bde9-1e9d-477a-85d7-b02591df64fb => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:09.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-9beb46e5-eaed-4b27-89bf-29aea4e7c000 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: 47dd4439-c0a0-4211-94fd-7f415b6dc39e 2026-05-07 20:26:09.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9beb46e5-eaed-4b27-89bf-29aea4e7c000 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: 47dd4439-c0a0-4211-94fd-7f415b6dc39e [pid: 8|app: 0|req: 1003/1982] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:09 2026] GET /v2.0/security-groups?tenant_id=7f6d5e4a99fc4a93b2837da5394105b0&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1983] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:09 2026] DELETE /v2.0/security-groups/2c13c56a-f857-40a9-9630-7d2d31ee14d6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:10.864 7 INFO neutron.services.segments.plugin [-] Segment 8e5e9624-ef84-4894-8670-a07f489f1ec1 resource provider aggregate not found 2026-05-07 20:26:10.871 7 INFO neutron.services.segments.plugin [-] Segment 8e5e9624-ef84-4894-8670-a07f489f1ec1 resource provider aggregate not found 2026-05-07 20:26:10.882 7 INFO neutron.services.segments.plugin [-] Segment 8e5e9624-ef84-4894-8670-a07f489f1ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e5e9624-ef84-4894-8670-a07f489f1ec1 found for delete ", "request_id": "req-cd671599-9fba-4a0f-85c4-d13a531ab224"}]} 2026-05-07 20:26:10.888 7 INFO neutron.services.segments.plugin [-] Segment 8e5e9624-ef84-4894-8670-a07f489f1ec1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e5e9624-ef84-4894-8670-a07f489f1ec1 found for delete ", "request_id": "req-24edf798-443b-42e0-9685-81763bd37c27"}]} 2026-05-07 20:26:10.899 7 INFO neutron.db.l3_hamode_db [None req-9beb46e5-eaed-4b27-89bf-29aea4e7c000 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] HA network bd1f216f-25de-4911-bf75-306bc0e49e9a was deleted as no HA routers are present in tenant d9358e8864f24271beefc818371b4963. [pid: 7|app: 0|req: 980/1984] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:09 2026] DELETE /v2.0/routers/f188bde9-1e9d-477a-85d7-b02591df64fb => generated 0 bytes in 1512 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1985] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:10 2026] DELETE /v2.0/subnets/abe71dc8-2e87-4196-9063-268cd4e14137 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1986] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:11 2026] DELETE /v2.0/networks/a1ea5249-48b6-4a12-a4fc-112b269e55f1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:11.231 8 INFO neutron.db.segments_db [None req-2c91acef-237b-493c-8713-34ee738aebd6 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Added segment c44c095e-455c-42b0-89b6-df4c5c6d64b5 of type vxlan for network c3201dac-5aa6-4629-a2c6-8d6c04c3e6e2 2026-05-07 20:26:11.479 8 INFO neutron.db.l3_hamode_db [None req-2c91acef-237b-493c-8713-34ee738aebd6 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:12.141 7 INFO neutron.db.segments_db [None req-063a89b3-226b-46fd-bf89-07ca1a9e5c9b 779fab911c5d4cc49627f84f821370f6 3392b68a626c4e14a8829cb08bb8a1ec - - default default] Added segment 4926353d-2ddc-4ef3-be64-d26e3c455727 of type vxlan for network cf671542-244f-427b-acf2-9fa7759d99f1 2026-05-07 20:26:12.271 8 INFO neutron.db.l3_hamode_db [None req-2c91acef-237b-493c-8713-34ee738aebd6 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 982/1987] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:11 2026] POST /v2.0/networks => generated 613 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:12.376 7 INFO neutron.db.segments_db [None req-d63a2680-4187-46d6-a6c7-f864d22c00e9 779fab911c5d4cc49627f84f821370f6 3392b68a626c4e14a8829cb08bb8a1ec - - default default] Added segment 0e348ce9-8404-40bf-a9ab-e0486eeebe1b of type vxlan for network b6ac8d09-ee76-4329-8110-561e1813cb3b [pid: 7|app: 0|req: 983/1988] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:12 2026] POST /v2.0/networks => generated 612 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1989] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:26:12 2026] PUT /v2.0/networks/cf671542-244f-427b-acf2-9fa7759d99f1/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1990] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:26:12 2026] GET /v2.0/networks/cf671542-244f-427b-acf2-9fa7759d99f1/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1991] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:26:12 2026] PUT /v2.0/networks/b6ac8d09-ee76-4329-8110-561e1813cb3b/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1992] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:26:12 2026] GET /v2.0/networks/b6ac8d09-ee76-4329-8110-561e1813cb3b/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1993] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:26:12 2026] PUT /v2.0/networks/b6ac8d09-ee76-4329-8110-561e1813cb3b/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1994] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:26:12 2026] GET /v2.0/networks/b6ac8d09-ee76-4329-8110-561e1813cb3b/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1995] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:26:12 2026] GET /v2.0/networks/cf671542-244f-427b-acf2-9fa7759d99f1/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1996] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:12 2026] DELETE /v2.0/networks/cf671542-244f-427b-acf2-9fa7759d99f1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:12.906 7 INFO neutron.services.segments.plugin [-] Segment 71e7bb94-d9c5-4e41-8117-73c865e6924e resource provider aggregate not found 2026-05-07 20:26:12.914 7 INFO neutron.services.segments.plugin [-] Segment 71e7bb94-d9c5-4e41-8117-73c865e6924e resource provider aggregate not found 2026-05-07 20:26:12.929 7 INFO neutron.services.segments.plugin [-] Segment 71e7bb94-d9c5-4e41-8117-73c865e6924e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e7bb94-d9c5-4e41-8117-73c865e6924e found for delete ", "request_id": "req-cd6a8542-91f2-4d9c-8b10-3dfd3c316f14"}]} 2026-05-07 20:26:12.934 7 INFO neutron.services.segments.plugin [-] Segment 71e7bb94-d9c5-4e41-8117-73c865e6924e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71e7bb94-d9c5-4e41-8117-73c865e6924e found for delete ", "request_id": "req-1f09a791-e06d-462e-a48b-43f08e4ccb3e"}]} 2026-05-07 20:26:12.948 7 INFO neutron.services.segments.plugin [-] Segment 4926353d-2ddc-4ef3-be64-d26e3c455727 resource provider aggregate not found 2026-05-07 20:26:12.955 7 INFO neutron.services.segments.plugin [-] Segment 4926353d-2ddc-4ef3-be64-d26e3c455727 resource provider aggregate not found 2026-05-07 20:26:12.969 7 INFO neutron.services.segments.plugin [-] Segment 4926353d-2ddc-4ef3-be64-d26e3c455727 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4926353d-2ddc-4ef3-be64-d26e3c455727 found for delete ", "request_id": "req-140afc6a-0256-4f3c-bfc9-41d16cdb4d66"}]} 2026-05-07 20:26:12.970 7 INFO neutron.services.segments.plugin [-] Segment 4926353d-2ddc-4ef3-be64-d26e3c455727 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4926353d-2ddc-4ef3-be64-d26e3c455727 found for delete ", "request_id": "req-86748c5c-abbb-4b47-8d45-4a1e767f7c73"}]} [pid: 7|app: 0|req: 992/1997] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:12 2026] DELETE /v2.0/networks/b6ac8d09-ee76-4329-8110-561e1813cb3b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1998] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:11 2026] POST /v2.0/routers => generated 687 bytes in 1946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1999] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:26:13 2026] GET /v2.0/routers/f6c57769-f3c6-4669-afa6-27af97cafed8 => generated 693 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2000] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:26:13 2026] GET /v2.0/routers => generated 696 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:26:13.329 7 INFO neutron.db.segments_db [None req-60a28d46-633e-40a0-8925-4649e7bf50a8 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Added segment c23830a1-ce73-4c46-a40f-27dfd0607568 of type vxlan for network 1a844349-6392-46ed-b683-be6966d9692a [pid: 7|app: 0|req: 993/2001] 10.0.0.138 () {34 vars in 671 bytes} [Thu May 7 20:26:13 2026] POST /v2.0/networks => generated 613 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:13.459 7 INFO neutron.db.segments_db [None req-1a065717-cf12-4ef9-8ecc-3248386007fc 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Added segment 61e1e915-f79f-4855-ae6e-7c84fb6883a4 of type vxlan for network 3f39def9-be31-4016-b27b-7a69a123871e 2026-05-07 20:26:13.677 7 INFO neutron.db.l3_hamode_db [None req-1a065717-cf12-4ef9-8ecc-3248386007fc 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1009/2002] 10.0.0.138 () {34 vars in 741 bytes} [Thu May 7 20:26:13 2026] PUT /v2.0/routers/f6c57769-f3c6-4669-afa6-27af97cafed8 => generated 700 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2003] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:26:13 2026] GET /v2.0/routers/f6c57769-f3c6-4669-afa6-27af97cafed8 => generated 700 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2004] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:13 2026] GET /v2.0/security-groups?tenant_id=54c7085dba164cb0a9f777301124e973&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2005] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:14 2026] GET /v2.0/ports?device_id=f6c57769-f3c6-4669-afa6-27af97cafed8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2006] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:14 2026] DELETE /v2.0/security-groups/7659203a-7a27-4677-8b77-5411795f3f6e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:14.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-c57046f3-23e3-43b3-9dd7-7d164871871e d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: a7e6b2e0-3d0f-4951-a16b-b2fa907f6ab0 2026-05-07 20:26:14.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c57046f3-23e3-43b3-9dd7-7d164871871e d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: a7e6b2e0-3d0f-4951-a16b-b2fa907f6ab0 2026-05-07 20:26:14.441 7 INFO neutron.db.l3_hamode_db [None req-1a065717-cf12-4ef9-8ecc-3248386007fc 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:14.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-c57046f3-23e3-43b3-9dd7-7d164871871e d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] TaaS: Handle Delete Port: aca0c53d-52b1-44f7-865e-d300c9735474 2026-05-07 20:26:14.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c57046f3-23e3-43b3-9dd7-7d164871871e d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] Tap Mirror: Handle Delete Port: aca0c53d-52b1-44f7-865e-d300c9735474 2026-05-07 20:26:14.964 8 INFO neutron.services.segments.plugin [-] Segment c44c095e-455c-42b0-89b6-df4c5c6d64b5 resource provider aggregate not found 2026-05-07 20:26:14.973 8 INFO neutron.services.segments.plugin [-] Segment c44c095e-455c-42b0-89b6-df4c5c6d64b5 resource provider aggregate not found 2026-05-07 20:26:14.987 7 INFO neutron.services.segments.plugin [-] Segment 0e348ce9-8404-40bf-a9ab-e0486eeebe1b resource provider aggregate not found 2026-05-07 20:26:14.991 8 INFO neutron.services.segments.plugin [-] Segment c44c095e-455c-42b0-89b6-df4c5c6d64b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c44c095e-455c-42b0-89b6-df4c5c6d64b5 found for delete ", "request_id": "req-2aaba323-13c9-489b-b467-0b96c333e7d3"}]} 2026-05-07 20:26:14.996 8 INFO neutron.services.segments.plugin [-] Segment c44c095e-455c-42b0-89b6-df4c5c6d64b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c44c095e-455c-42b0-89b6-df4c5c6d64b5 found for delete ", "request_id": "req-4794fbdc-e8cd-4540-9b18-ac328c92c0ed"}]} 2026-05-07 20:26:14.999 8 INFO neutron.db.l3_hamode_db [None req-c57046f3-23e3-43b3-9dd7-7d164871871e d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] HA network c3201dac-5aa6-4629-a2c6-8d6c04c3e6e2 was deleted as no HA routers are present in tenant d9358e8864f24271beefc818371b4963. 2026-05-07 20:26:15.006 7 INFO neutron.services.segments.plugin [-] Segment 0e348ce9-8404-40bf-a9ab-e0486eeebe1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e348ce9-8404-40bf-a9ab-e0486eeebe1b found for delete ", "request_id": "req-e7cd045e-af3f-4447-abb7-9d35cdfade93"}]} [pid: 8|app: 0|req: 1014/2007] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:14 2026] DELETE /v2.0/routers/f6c57769-f3c6-4669-afa6-27af97cafed8 => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:15.009 7 INFO neutron.services.segments.plugin [-] Segment 0e348ce9-8404-40bf-a9ab-e0486eeebe1b resource provider aggregate not found 2026-05-07 20:26:15.030 7 INFO neutron.services.segments.plugin [-] Segment 0e348ce9-8404-40bf-a9ab-e0486eeebe1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e348ce9-8404-40bf-a9ab-e0486eeebe1b found for delete ", "request_id": "req-8730d0c9-c1b9-4230-8081-cb4082c032df"}]} [pid: 8|app: 0|req: 1015/2008] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/security-groups?tenant_id=3392b68a626c4e14a8829cb08bb8a1ec&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2009] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/ports?device_id=f6c57769-f3c6-4669-afa6-27af97cafed8 => 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: 1017/2010] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/security-groups/61c36cc2-0bf6-4fb3-a4ea-90c1a7726d69 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:15.163 8 INFO neutron.api.v2.resource [None req-b96c4551-45c5-4d82-a249-39c348778905 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1018/2011] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/routers/f6c57769-f3c6-4669-afa6-27af97cafed8 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2012] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/ports?device_id=f188bde9-1e9d-477a-85d7-b02591df64fb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:15.206 8 INFO neutron.api.v2.resource [None req-22ee207f-bed1-40cc-bbf6-ee0f17fd0687 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2013] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/routers/f188bde9-1e9d-477a-85d7-b02591df64fb => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:26:15.222 8 INFO neutron.pecan_wsgi.hooks.translation [None req-621255ac-0d48-4379-a855-26c2b10a82a1 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2014] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/subnets/abe71dc8-2e87-4196-9063-268cd4e14137 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2015] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/ports?device_id=1b6bb152-9aca-4f59-a731-bc2050a6e5b0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:15.268 8 INFO neutron.api.v2.resource [None req-32c8ecdb-f6e0-47ee-b040-fb24833a7cbd d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2016] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/routers/1b6bb152-9aca-4f59-a731-bc2050a6e5b0 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:26:15.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f722c8b-47e4-4022-b2d9-a3a57439e254 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1024/2017] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/subnets/c40c2a4d-f84d-4baf-a2a6-314170428c67 => 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: 1025/2018] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/ports?device_id=2b018e83-57f3-441f-a594-228787bc904e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:15.335 8 INFO neutron.api.v2.resource [None req-36c2fcca-c6c1-4e65-bc74-859979092318 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1026/2019] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/routers/2b018e83-57f3-441f-a594-228787bc904e => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2020] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:13 2026] POST /v2.0/routers => generated 694 bytes in 1934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:15.359 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c191191d-aa2b-4dfc-b00c-826ae82a26d2 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1027/2021] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/subnets/dbb92529-1f6f-4928-a8b8-869f10b29f39 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:26:15.379 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9bae459-36f0-4147-9372-facfaca2b8c6 d2e86850886e49729fa04ff32f881648 d9358e8864f24271beefc818371b4963 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1028/2022] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:15 2026] DELETE /v2.0/subnets/5e720b51-8c7f-49cb-bd1d-b9509c4f8b1f => 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: 995/2023] 10.0.0.138 () {32 vars in 776 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/subnets?project_id=dd80d47b2d6944d1b669990087cc801c&cidr=10.100.0.0%2F28 => generated 14 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2024] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2025] 10.0.0.138 () {32 vars in 784 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/subnets?network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2026] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:26:15 2026] POST /v2.0/subnets => generated 657 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2027] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:15 2026] GET /v2.0/security-groups?tenant_id=d9358e8864f24271beefc818371b4963&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2028] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:16 2026] DELETE /v2.0/security-groups/1d20c87c-8575-4034-bdb1-cb9a9bb245b3 => 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: 997/2029] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:26:15 2026] PUT /v2.0/routers/7b55364d-0973-4db4-b42a-23944d2a090c/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: 1033/2030] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:26:17 2026] GET /v2.0/networks => generated 3606 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2031] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:26:17 2026] GET /v2.0/subnets => generated 2595 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2032] 10.0.0.138 () {32 vars in 647 bytes} [Thu May 7 20:26:17 2026] GET /v2.0/routers => generated 737 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2033] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:26:17 2026] POST /v2.0/security-groups => generated 1675 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2034] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2035] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:17 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: 1036/2036] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2037] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:18.008 7 INFO neutron.db.securitygroups_db [None req-0d059ed5-002a-40ff-8e4e-aa147c1c2a16 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Project dd80d47b2d6944d1b669990087cc801c 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: 1002/2038] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:18.166 7 INFO neutron.db.securitygroups_db [None req-6dd635cd-ff98-43cd-a706-1789bd97f2ec 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Project dd80d47b2d6944d1b669990087cc801c 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: 1003/2039] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2040] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:26:17 2026] POST /v2.0/security-groups => generated 1625 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2041] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/security-groups => generated 4530 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2042] 10.0.0.138 () {34 vars in 758 bytes} [Thu May 7 20:26:18 2026] PUT /v2.0/security-groups/e543955a-d203-412a-bb30-4cb7da19ef84 => generated 1663 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2043] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/security-groups/e543955a-d203-412a-bb30-4cb7da19ef84 => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2044] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:18 2026] DELETE /v2.0/security-groups/e543955a-d203-412a-bb30-4cb7da19ef84 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2045] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:26:18.550 8 INFO neutron.api.v2.resource [None req-54ba60e9-aa9b-4f33-a4c6-34253050986a ac884318dc0c41bb8abcec9e801c14c1 73242eace73f4a31b847df662f91ae5e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2046] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:18 2026] DELETE /v2.0/security-groups/e543955a-d203-412a-bb30-4cb7da19ef84 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2047] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:26:18 2026] POST /v2.0/security-groups => generated 1625 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2048] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2049] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/security-group-rules/87c832f2-dc6a-4962-856e-23d94c712a73 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2050] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/networks => generated 1297 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2051] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2052] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:26:18 2026] DELETE /v2.0/security-group-rules/87c832f2-dc6a-4962-856e-23d94c712a73 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2053] 10.0.0.185 () {34 vars in 1100 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1118241264&fields=id&tenant_id=dd80d47b2d6944d1b669990087cc801c => 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: 1043/2054] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2055] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:26:18 2026] GET /v2.0/networks?id=1a844349-6392-46ed-b683-be6966d9692a => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2056] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/quotas/dd80d47b2d6944d1b669990087cc801c => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2057] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2058] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2059] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/security-group-rules/0a61a934-43cb-452d-8ec1-0e8590fc0756 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2060] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2061] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:26:19 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: 8|app: 0|req: 1046/2062] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2063] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:26:19 2026] DELETE /v2.0/security-group-rules/0a61a934-43cb-452d-8ec1-0e8590fc0756 => 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: 1047/2064] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:26:19 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: 7|app: 0|req: 1018/2065] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => 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: 1048/2066] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2067] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/security-group-rules/31f9e4da-db66-4f40-957f-3fc26cbf4632 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2068] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2069] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:26:19 2026] DELETE /v2.0/security-group-rules/31f9e4da-db66-4f40-957f-3fc26cbf4632 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2070] 10.0.0.138 () {32 vars in 673 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2071] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:19 2026] DELETE /v2.0/security-groups/82697dc0-d4d2-4ab0-b6ac-eacd1af3a6a0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2072] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:26:19 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: 1022/2073] 10.0.0.138 () {32 vars in 663 bytes} [Thu May 7 20:26:19 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2074] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:20 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => 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: 1052/2075] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:20 2026] GET /v2.0/security-groups?tenant_id=73242eace73f4a31b847df662f91ae5e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2076] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:20 2026] DELETE /v2.0/security-groups/d7ee49e9-37d8-4c31-ae28-bffd4dadd4e3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2079] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:21 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2080] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:22 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => 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: 1027/2081] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:26:23 2026] GET /v2.0/networks?id=1a844349-6392-46ed-b683-be6966d9692a => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2082] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:26:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd80d47b2d6944d1b669990087cc801c => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2083] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:23 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2084] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:26:23 2026] POST /v2.0/ports => generated 958 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2085] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:26:24 2026] PUT /v2.0/ports/a185af9e-878f-4951-844c-6c8719ffebed => generated 1239 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:26:24.504 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7087e82d-35f6-4f92-a60f-fe732559e443'] response: {'name': 'network-changed', 'server_uuid': 'f26dedf3-9d0d-421b-a225-40435a2c69c2', 'tag': 'a185af9e-878f-4951-844c-6c8719ffebed', '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: 1058/2086] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:24 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2087] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:24 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 1060/2088] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:26:25 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2089] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:26:25 2026] GET /v2.0/networks?tenant_id=dd80d47b2d6944d1b669990087cc801c&shared=False => generated 756 bytes in 53 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: 1029/2090] 10.0.0.10 () {32 vars in 801 bytes} [Thu May 7 20:26:24 2026] GET /v2.0/extensions => generated 21537 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2091] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:26:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2092] 10.0.0.10 () {30 vars in 723 bytes} [Thu May 7 20:26:25 2026] GET /v2.0/quotas/38c21eda738f40b2b0f3d8e38b05eb17/details => generated 847 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2093] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2094] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 8|app: 0|req: 1064/2095] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2096] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a185af9e-878f-4951-844c-6c8719ffebed => 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: 1065/2097] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/subnets?id=7039dca3-5360-4ee6-bc3e-32473930da88 => 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: 1033/2098] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/ports?network_id=1a844349-6392-46ed-b683-be6966d9692a&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2099] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2100] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:26:26 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?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: 1067/2101] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:27 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2102] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:27 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 1068/2103] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:28 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2104] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:28 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 1069/2105] 10.0.0.10 () {32 vars in 801 bytes} [Thu May 7 20:26:28 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: 1037/2106] 10.0.0.10 () {30 vars in 723 bytes} [Thu May 7 20:26:28 2026] GET /v2.0/quotas/38c21eda738f40b2b0f3d8e38b05eb17/details => generated 847 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2107] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:29 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2108] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:29 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2109] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:30 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2110] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:30 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 1072/2111] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:31 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2112] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:31 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2113] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:31 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2114] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:26:32 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2115] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:32 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2116] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:31 2026] GET /v2.0/security-groups?tenant_id=38c21eda738f40b2b0f3d8e38b05eb17&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2117] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:32 2026] DELETE /v2.0/security-groups/31b398fa-c424-4f38-85c6-22162c4f91a2 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:32.788 7 INFO neutron.db.l3_db [None req-660b6753-b661-4686-98e2-aa384519bac3 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Floating IP aecc9969-af86-46d0-9ab1-710fe0e3e5fc associated. External IP: 10.96.250.218, port: a185af9e-878f-4951-844c-6c8719ffebed. [pid: 7|app: 0|req: 1044/2118] 10.0.0.138 () {34 vars in 677 bytes} [Thu May 7 20:26:32 2026] POST /v2.0/floatingips => generated 856 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2119] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:26:33.175 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0180dcb-bfa3-4984-99a5-6dffcfbd5b1a'] response: {'name': 'network-changed', 'server_uuid': 'f26dedf3-9d0d-421b-a225-40435a2c69c2', 'tag': 'a185af9e-878f-4951-844c-6c8719ffebed', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1045/2120] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2121] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/networks?id=1a844349-6392-46ed-b683-be6966d9692a => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2122] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a185af9e-878f-4951-844c-6c8719ffebed => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2123] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/subnets?id=7039dca3-5360-4ee6-bc3e-32473930da88 => 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: 1047/2124] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/ports?network_id=1a844349-6392-46ed-b683-be6966d9692a&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2125] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?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: 1048/2126] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:26:33 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2127] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:26:34 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2128] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:26:35 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:26:36.889 8 INFO neutron.db.segments_db [None req-38d75a61-d565-4d83-8445-ab54977f8597 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Added segment 28fd47fe-0f64-4e24-b17b-ca2f45246886 of type vxlan for network aee20d99-6ace-4bb6-999f-30e2676004b8 [pid: 8|app: 0|req: 1081/2131] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:36 2026] POST /v2.0/networks => generated 612 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2132] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:26:36 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:37.328 8 INFO neutron.db.segments_db [None req-726f2c67-98b0-416b-8ea9-4fdb13400e6b 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Added segment 016f6ae1-ad57-4f21-8c07-43e506ffffc8 of type vxlan for network 0414578f-8ccb-40ea-8970-5a8eab556d0d [pid: 8|app: 0|req: 1082/2133] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:37 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1052/2134] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:26:37 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:37.747 8 INFO neutron.db.segments_db [None req-85e72dfe-678e-4bd0-9b0a-488b999b41bd 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Added segment 4ff71b27-ce20-43ff-803b-6b6ddaa3d219 of type vxlan for network 3d0b74f7-0cbe-4693-b8f0-c506bf6f5de9 [pid: 8|app: 0|req: 1083/2135] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:37 2026] POST /v2.0/networks => generated 613 bytes in 138 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: 1053/2136] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:26:37 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:38.182 8 INFO neutron.db.segments_db [None req-dad57b29-b246-4455-8f9b-d8b1f0eeb7d0 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Added segment b725b690-7d43-41ea-80b0-66a2951fdef0 of type vxlan for network 64bff0b5-ec58-4bb6-9bbe-6c5dbb3002bb [pid: 8|app: 0|req: 1084/2137] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:38 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1054/2138] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:26:38 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:38.690 8 INFO neutron.db.segments_db [None req-ec9cdcba-d872-495c-9c59-2196060c978d 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Added segment bb920198-a336-49f9-968a-c72e90ce31fc of type vxlan for network fe361d82-939d-46ac-b05c-a6f82a073808 [pid: 8|app: 0|req: 1085/2139] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:26:38 2026] POST /v2.0/networks => generated 613 bytes in 142 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: 1055/2140] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:26:38 2026] POST /v2.0/ports => generated 743 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2141] 10.0.0.138 () {34 vars in 747 bytes} [Thu May 7 20:26:39 2026] PUT /v2.0/ports/51bb560d-d52b-45ba-b32b-6fa3f8194a51/tags => generated 17 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, ' [pid: 7|app: 0|req: 1056/2142] 10.0.0.138 () {34 vars in 747 bytes} [Thu May 7 20:26:39 2026] PUT /v2.0/ports/ed973530-2f93-4f36-8482-7f75614b7d4a/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1087/2143] 10.0.0.138 () {34 vars in 747 bytes} [Thu May 7 20:26:39 2026] PUT /v2.0/ports/f9048ecc-407e-4c6d-b436-2603c51437a0/tags => generated 34 bytes in 62 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: 1057/2144] 10.0.0.138 () {34 vars in 747 bytes} [Thu May 7 20:26:39 2026] PUT /v2.0/ports/9e21a433-3bc3-4ab7-8427-a032612a12b1/tags => generated 19 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: 1088/2145] 10.0.0.138 () {32 vars in 660 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 142 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: 1058/2146] 10.0.0.138 () {32 vars in 674 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2147] 10.0.0.138 () {32 vars in 670 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2148] 10.0.0.138 () {32 vars in 682 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2149] 10.0.0.138 () {32 vars in 668 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2150] 10.0.0.138 () {32 vars in 682 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2151] 10.0.0.138 () {32 vars in 678 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2152] 10.0.0.138 () {32 vars in 690 bytes} [Thu May 7 20:26:39 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:26:40.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-d71d5f97-005e-44e8-98b6-2e1d605c1766 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] TaaS: Handle Delete Port: 51bb560d-d52b-45ba-b32b-6fa3f8194a51 2026-05-07 20:26:40.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d71d5f97-005e-44e8-98b6-2e1d605c1766 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Tap Mirror: Handle Delete Port: 51bb560d-d52b-45ba-b32b-6fa3f8194a51 [pid: 8|app: 0|req: 1092/2153] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:26:40 2026] DELETE /v2.0/ports/51bb560d-d52b-45ba-b32b-6fa3f8194a51 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:40.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e3c80ec-2e64-427e-a61f-58fce1a46b93 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] TaaS: Handle Delete Port: ed973530-2f93-4f36-8482-7f75614b7d4a 2026-05-07 20:26:40.297 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e3c80ec-2e64-427e-a61f-58fce1a46b93 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Tap Mirror: Handle Delete Port: ed973530-2f93-4f36-8482-7f75614b7d4a [pid: 7|app: 0|req: 1062/2154] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:26:40 2026] DELETE /v2.0/ports/ed973530-2f93-4f36-8482-7f75614b7d4a => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:40.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a584279-9615-47bb-afd7-8c71218d8208 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] TaaS: Handle Delete Port: f9048ecc-407e-4c6d-b436-2603c51437a0 2026-05-07 20:26:40.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a584279-9615-47bb-afd7-8c71218d8208 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Tap Mirror: Handle Delete Port: f9048ecc-407e-4c6d-b436-2603c51437a0 [pid: 8|app: 0|req: 1093/2155] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:26:40 2026] DELETE /v2.0/ports/f9048ecc-407e-4c6d-b436-2603c51437a0 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:40.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2a979f1-d35a-4329-b60d-1b066cf29982 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] TaaS: Handle Delete Port: 9e21a433-3bc3-4ab7-8427-a032612a12b1 2026-05-07 20:26:40.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2a979f1-d35a-4329-b60d-1b066cf29982 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Tap Mirror: Handle Delete Port: 9e21a433-3bc3-4ab7-8427-a032612a12b1 [pid: 7|app: 0|req: 1063/2156] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:26:40 2026] DELETE /v2.0/ports/9e21a433-3bc3-4ab7-8427-a032612a12b1 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:40.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-735c3052-b782-47cd-a23b-e4b9b6fc2a7e 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] TaaS: Handle Delete Port: a01d5c0c-99d1-4907-a6aa-49790db7332b 2026-05-07 20:26:40.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-735c3052-b782-47cd-a23b-e4b9b6fc2a7e 6eee57fd87284149a2fdb06e65266a9e e64012576b584f1083dcd843c9febe81 - - default default] Tap Mirror: Handle Delete Port: a01d5c0c-99d1-4907-a6aa-49790db7332b [pid: 8|app: 0|req: 1094/2157] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:26:40 2026] DELETE /v2.0/ports/a01d5c0c-99d1-4907-a6aa-49790db7332b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:40.964 7 INFO neutron.services.segments.plugin [-] Segment 28fd47fe-0f64-4e24-b17b-ca2f45246886 resource provider aggregate not found 2026-05-07 20:26:40.971 7 INFO neutron.services.segments.plugin [-] Segment 28fd47fe-0f64-4e24-b17b-ca2f45246886 resource provider aggregate not found 2026-05-07 20:26:40.989 7 INFO neutron.services.segments.plugin [-] Segment 28fd47fe-0f64-4e24-b17b-ca2f45246886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28fd47fe-0f64-4e24-b17b-ca2f45246886 found for delete ", "request_id": "req-bb8e4a4f-569f-4da0-95c8-9ac66b8303e4"}]} 2026-05-07 20:26:40.993 7 INFO neutron.services.segments.plugin [-] Segment 28fd47fe-0f64-4e24-b17b-ca2f45246886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28fd47fe-0f64-4e24-b17b-ca2f45246886 found for delete ", "request_id": "req-431a4025-a623-4496-a9a5-4250e7763a44"}]} [pid: 7|app: 0|req: 1064/2158] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:40 2026] DELETE /v2.0/networks/aee20d99-6ace-4bb6-999f-30e2676004b8 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:26:41.124 8 INFO neutron.services.segments.plugin [-] Segment 016f6ae1-ad57-4f21-8c07-43e506ffffc8 resource provider aggregate not found 2026-05-07 20:26:41.128 8 INFO neutron.services.segments.plugin [-] Segment 016f6ae1-ad57-4f21-8c07-43e506ffffc8 resource provider aggregate not found 2026-05-07 20:26:41.152 8 INFO neutron.services.segments.plugin [-] Segment 016f6ae1-ad57-4f21-8c07-43e506ffffc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016f6ae1-ad57-4f21-8c07-43e506ffffc8 found for delete ", "request_id": "req-c3ab460b-e423-407c-880a-12cb780d8b98"}]} 2026-05-07 20:26:41.154 8 INFO neutron.services.segments.plugin [-] Segment 016f6ae1-ad57-4f21-8c07-43e506ffffc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016f6ae1-ad57-4f21-8c07-43e506ffffc8 found for delete ", "request_id": "req-38388b90-2989-49b5-b8af-3f81ae58326e"}]} [pid: 8|app: 0|req: 1095/2159] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:41 2026] DELETE /v2.0/networks/0414578f-8ccb-40ea-8970-5a8eab556d0d => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2160] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:41 2026] DELETE /v2.0/networks/3d0b74f7-0cbe-4693-b8f0-c506bf6f5de9 => 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: 1096/2161] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:41 2026] DELETE /v2.0/networks/64bff0b5-ec58-4bb6-9bbe-6c5dbb3002bb => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2162] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:26:41 2026] DELETE /v2.0/networks/fe361d82-939d-46ac-b05c-a6f82a073808 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2163] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:26:42 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => 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: 1068/2164] 10.0.0.252 () {34 vars in 1040 bytes} [Thu May 7 20:26:42 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 1097/2165] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:42 2026] GET /v2.0/security-groups?tenant_id=5d2cdeec60024066898e28cdc9772bd0&name=default => generated 2926 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2166] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:42 2026] DELETE /v2.0/security-groups/bc4dd5cc-f6ab-403a-996c-4f06fa43f17f => 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: 1098/2167] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:42 2026] GET /v2.0/security-groups?tenant_id=0ef28c7ed2a043a88b4ac6b1c6d13d74&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:26:43.016 7 INFO neutron.services.segments.plugin [-] Segment 4ff71b27-ce20-43ff-803b-6b6ddaa3d219 resource provider aggregate not found 2026-05-07 20:26:43.016 7 INFO neutron.services.segments.plugin [-] Segment 4ff71b27-ce20-43ff-803b-6b6ddaa3d219 resource provider aggregate not found 2026-05-07 20:26:43.041 7 INFO neutron.services.segments.plugin [-] Segment 4ff71b27-ce20-43ff-803b-6b6ddaa3d219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ff71b27-ce20-43ff-803b-6b6ddaa3d219 found for delete ", "request_id": "req-5a5f43a6-d724-49df-b0b7-e0ebaa61fa12"}]} 2026-05-07 20:26:43.043 7 INFO neutron.services.segments.plugin [-] Segment 4ff71b27-ce20-43ff-803b-6b6ddaa3d219 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ff71b27-ce20-43ff-803b-6b6ddaa3d219 found for delete ", "request_id": "req-71b15975-cb16-4896-97d5-073e7fa035e4"}]} 2026-05-07 20:26:43.069 7 INFO neutron.services.segments.plugin [-] Segment bb920198-a336-49f9-968a-c72e90ce31fc resource provider aggregate not found 2026-05-07 20:26:43.077 7 INFO neutron.services.segments.plugin [-] Segment bb920198-a336-49f9-968a-c72e90ce31fc resource provider aggregate not found 2026-05-07 20:26:43.084 7 INFO neutron.services.segments.plugin [-] Segment bb920198-a336-49f9-968a-c72e90ce31fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb920198-a336-49f9-968a-c72e90ce31fc found for delete ", "request_id": "req-41757bae-3223-48fd-842d-442cae75a80a"}]} 2026-05-07 20:26:43.092 7 INFO neutron.services.segments.plugin [-] Segment bb920198-a336-49f9-968a-c72e90ce31fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb920198-a336-49f9-968a-c72e90ce31fc found for delete ", "request_id": "req-2a55d936-0e50-4672-a908-6635bfc8392a"}]} [pid: 7|app: 0|req: 1070/2168] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:42 2026] DELETE /v2.0/security-groups/aa80c47f-c7df-453f-a1f6-d9d24f27a1e5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:43.172 8 INFO neutron.services.segments.plugin [-] Segment b725b690-7d43-41ea-80b0-66a2951fdef0 resource provider aggregate not found 2026-05-07 20:26:43.176 8 INFO neutron.services.segments.plugin [-] Segment b725b690-7d43-41ea-80b0-66a2951fdef0 resource provider aggregate not found 2026-05-07 20:26:43.188 8 INFO neutron.services.segments.plugin [-] Segment b725b690-7d43-41ea-80b0-66a2951fdef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b725b690-7d43-41ea-80b0-66a2951fdef0 found for delete ", "request_id": "req-01be0374-2a6c-441c-949b-5456d6dceb39"}]} 2026-05-07 20:26:43.193 8 INFO neutron.services.segments.plugin [-] Segment b725b690-7d43-41ea-80b0-66a2951fdef0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b725b690-7d43-41ea-80b0-66a2951fdef0 found for delete ", "request_id": "req-2a620e5e-d53f-4676-8355-714c24bc3b73"}]} [pid: 8|app: 0|req: 1099/2169] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:43 2026] GET /v2.0/security-groups?tenant_id=e64012576b584f1083dcd843c9febe81&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2170] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:43 2026] DELETE /v2.0/security-groups/89aa291d-bba9-4dcc-97c9-402d44d01363 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:26:47.850 8 INFO neutron.db.segments_db [None req-c88dae0d-faf0-4273-99c5-4398b3e6738f 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Added segment e4c49a09-e46c-41e2-9ac5-54bf59428c31 of type vxlan for network 93964b2c-c530-4b1f-a2a0-9ad31bbbd728 2026-05-07 20:26:48.090 8 INFO neutron.db.l3_hamode_db [None req-c88dae0d-faf0-4273-99c5-4398b3e6738f 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:48.215 8 INFO neutron.db.l3_hamode_db [None req-c88dae0d-faf0-4273-99c5-4398b3e6738f 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1100/2171] 10.0.0.138 () {34 vars in 668 bytes} [Thu May 7 20:26:47 2026] POST /v2.0/routers => generated 474 bytes in 1515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:49.250 7 INFO neutron.db.l3_hamode_db [None req-2308dc1c-1289-4813-89cc-c61da1d87744 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:49.373 7 INFO neutron.db.l3_hamode_db [None req-2308dc1c-1289-4813-89cc-c61da1d87744 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1072/2172] 10.0.0.138 () {34 vars in 668 bytes} [Thu May 7 20:26:49 2026] POST /v2.0/routers => generated 474 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:49.962 8 INFO neutron.db.l3_hamode_db [None req-1e7cf24b-3d7e-4bec-b2df-9dcceb13c99a 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:50.050 8 INFO neutron.db.l3_hamode_db [None req-1e7cf24b-3d7e-4bec-b2df-9dcceb13c99a 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1101/2173] 10.0.0.138 () {34 vars in 668 bytes} [Thu May 7 20:26:49 2026] POST /v2.0/routers => generated 474 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:50.672 7 INFO neutron.db.l3_hamode_db [None req-bdeaf6c0-7504-45aa-9301-c88b96b6c813 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:50.787 7 INFO neutron.db.l3_hamode_db [None req-bdeaf6c0-7504-45aa-9301-c88b96b6c813 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1073/2174] 10.0.0.138 () {34 vars in 668 bytes} [Thu May 7 20:26:50 2026] POST /v2.0/routers => generated 474 bytes in 705 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:51.407 8 INFO neutron.db.l3_hamode_db [None req-a07ced2b-e638-4079-b5d5-a68d8b6b2562 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:26:51.535 8 INFO neutron.db.l3_hamode_db [None req-a07ced2b-e638-4079-b5d5-a68d8b6b2562 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1102/2177] 10.0.0.138 () {34 vars in 668 bytes} [Thu May 7 20:26:51 2026] POST /v2.0/routers => generated 474 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2178] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:26:52 2026] PUT /v2.0/routers/f1bee029-5750-4a0c-923b-464d530ddf3f/tags => generated 17 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2179] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:26:52 2026] PUT /v2.0/routers/15993050-74b8-46fc-a50f-fbec608f53b3/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2180] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:26:52 2026] PUT /v2.0/routers/475a498a-4724-4772-adc3-a1eaa6f866ea/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2181] 10.0.0.138 () {34 vars in 751 bytes} [Thu May 7 20:26:52 2026] PUT /v2.0/routers/82247d54-2bb6-4af4-b613-f7526d1227e6/tags => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2182] 10.0.0.138 () {32 vars in 664 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2183] 10.0.0.138 () {32 vars in 678 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2184] 10.0.0.138 () {32 vars in 674 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2185] 10.0.0.138 () {32 vars in 686 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2186] 10.0.0.138 () {32 vars in 672 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2187] 10.0.0.138 () {32 vars in 686 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2188] 10.0.0.138 () {32 vars in 682 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2189] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:26:52 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2190] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:26:53 2026] GET /v2.0/routers/f1bee029-5750-4a0c-923b-464d530ddf3f => generated 485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2191] 10.0.0.138 () {34 vars in 742 bytes} [Thu May 7 20:26:53 2026] PUT /v2.0/routers/f1bee029-5750-4a0c-923b-464d530ddf3f => generated 485 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2192] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:53 2026] GET /v2.0/ports?device_id=f1bee029-5750-4a0c-923b-464d530ddf3f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2193] 10.0.0.138 () {32 vars in 826 bytes} [Thu May 7 20:26:53 2026] GET /v2.0/ports?project_id=dd80d47b2d6944d1b669990087cc801c&network_id=1a844349-6392-46ed-b683-be6966d9692a => generated 3695 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:26:53.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-418910d5-71a4-4bb9-a087-e8f59b1882f5 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] TaaS: Handle Delete Port: a4092123-0496-4a91-aa86-76f5374b7e6c 2026-05-07 20:26:53.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-418910d5-71a4-4bb9-a087-e8f59b1882f5 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Tap Mirror: Handle Delete Port: a4092123-0496-4a91-aa86-76f5374b7e6c [pid: 8|app: 0|req: 1111/2194] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:53 2026] DELETE /v2.0/routers/f1bee029-5750-4a0c-923b-464d530ddf3f => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2195] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:26:53 2026] GET /v2.0/routers/15993050-74b8-46fc-a50f-fbec608f53b3 => generated 493 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2196] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:26:53 2026] GET /v2.0/subnets?network_id=194e6dd8-f556-4d97-b7a6-4b6becd4202b => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:26:54.263 8 INFO neutron.db.l3_db [None req-9fa53ac1-88af-4a25-ab83-cc0d9f9254d2 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Floating IP aecc9969-af86-46d0-9ab1-710fe0e3e5fc disassociated. External IP: 10.96.250.218, port: a185af9e-878f-4951-844c-6c8719ffebed. [pid: 7|app: 0|req: 1085/2197] 10.0.0.138 () {34 vars in 742 bytes} [Thu May 7 20:26:53 2026] PUT /v2.0/routers/15993050-74b8-46fc-a50f-fbec608f53b3 => generated 493 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2198] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:54 2026] GET /v2.0/ports?device_id=15993050-74b8-46fc-a50f-fbec608f53b3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2199] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:26:54 2026] PUT /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 554 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2200] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:26:54 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:26:54.572 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-427e762c-215b-4f42-9b07-186f1f5a6189'] response: {'name': 'network-changed', 'server_uuid': 'f26dedf3-9d0d-421b-a225-40435a2c69c2', 'tag': 'a185af9e-878f-4951-844c-6c8719ffebed', 'status': 'completed', 'code': 200} 2026-05-07 20:26:54.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-e198119c-173d-40cd-8d1c-cca6f6ae43fd 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] TaaS: Handle Delete Port: e8ccf2d5-fa7b-4076-b9aa-ed6085d5bccb 2026-05-07 20:26:54.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e198119c-173d-40cd-8d1c-cca6f6ae43fd 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Tap Mirror: Handle Delete Port: e8ccf2d5-fa7b-4076-b9aa-ed6085d5bccb [pid: 7|app: 0|req: 1087/2201] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:54 2026] DELETE /v2.0/routers/15993050-74b8-46fc-a50f-fbec608f53b3 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2202] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:26:54 2026] GET /v2.0/routers/475a498a-4724-4772-adc3-a1eaa6f866ea => generated 502 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2203] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2204] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/networks?id=1a844349-6392-46ed-b683-be6966d9692a => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2205] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=a185af9e-878f-4951-844c-6c8719ffebed => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2206] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/subnets?id=7039dca3-5360-4ee6-bc3e-32473930da88 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2207] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/ports?network_id=1a844349-6392-46ed-b683-be6966d9692a&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2208] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2209] 10.0.0.138 () {34 vars in 742 bytes} [Thu May 7 20:26:54 2026] PUT /v2.0/routers/475a498a-4724-4772-adc3-a1eaa6f866ea => generated 502 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2210] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/ports?device_id=475a498a-4724-4772-adc3-a1eaa6f866ea => 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: 1122/2211] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?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) 2026-05-07 20:26:55.484 7 INFO neutron_taas.services.taas.taas_plugin [None req-1263ab8c-7f9b-4113-b3c7-42fe8bfad392 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] TaaS: Handle Delete Port: 9380d81e-0496-4dbb-bd16-a0197d3b82b7 2026-05-07 20:26:55.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1263ab8c-7f9b-4113-b3c7-42fe8bfad392 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Tap Mirror: Handle Delete Port: 9380d81e-0496-4dbb-bd16-a0197d3b82b7 [pid: 8|app: 0|req: 1123/2212] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2213] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:55 2026] DELETE /v2.0/routers/475a498a-4724-4772-adc3-a1eaa6f866ea => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2214] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:26:55 2026] GET /v2.0/routers/82247d54-2bb6-4af4-b613-f7526d1227e6 => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2215] 10.0.0.138 () {34 vars in 742 bytes} [Thu May 7 20:26:55 2026] PUT /v2.0/routers/82247d54-2bb6-4af4-b613-f7526d1227e6 => generated 487 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2216] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:56 2026] GET /v2.0/ports?device_id=82247d54-2bb6-4af4-b613-f7526d1227e6 => 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: 1126/2217] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:26:56 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 552 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:26:56.714 7 INFO neutron_taas.services.taas.taas_plugin [None req-194bb4c1-4615-489e-9ae0-436be62de7b9 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] TaaS: Handle Delete Port: 22edd6aa-a55f-4f4e-8fe0-01662014d47e 2026-05-07 20:26:56.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-194bb4c1-4615-489e-9ae0-436be62de7b9 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Tap Mirror: Handle Delete Port: 22edd6aa-a55f-4f4e-8fe0-01662014d47e [pid: 7|app: 0|req: 1092/2218] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:56 2026] DELETE /v2.0/routers/82247d54-2bb6-4af4-b613-f7526d1227e6 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2219] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:26:56 2026] GET /v2.0/routers/f8168026-4b88-447e-9e35-3fe41ba48982 => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2220] 10.0.0.138 () {34 vars in 742 bytes} [Thu May 7 20:26:56 2026] PUT /v2.0/routers/f8168026-4b88-447e-9e35-3fe41ba48982 => generated 480 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2221] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:26:57 2026] GET /v2.0/ports?device_id=f8168026-4b88-447e-9e35-3fe41ba48982 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:26:57.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-d725bbcb-5b5b-45b3-9080-81235f365e56 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] TaaS: Handle Delete Port: 3ff38ddc-7964-4108-8e7b-7ce4d5266210 2026-05-07 20:26:57.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d725bbcb-5b5b-45b3-9080-81235f365e56 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] Tap Mirror: Handle Delete Port: 3ff38ddc-7964-4108-8e7b-7ce4d5266210 [pid: 8|app: 0|req: 1129/2222] 10.0.0.138 () {34 vars in 685 bytes} [Thu May 7 20:26:57 2026] POST /v2.0/security-groups => generated 1675 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 20:26:57.869 7 INFO neutron.services.segments.plugin [-] Segment e4c49a09-e46c-41e2-9ac5-54bf59428c31 resource provider aggregate not found 2026-05-07 20:26:57.875 7 INFO neutron.services.segments.plugin [-] Segment e4c49a09-e46c-41e2-9ac5-54bf59428c31 resource provider aggregate not found 2026-05-07 20:26:57.887 7 INFO neutron.services.segments.plugin [-] Segment e4c49a09-e46c-41e2-9ac5-54bf59428c31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4c49a09-e46c-41e2-9ac5-54bf59428c31 found for delete ", "request_id": "req-70382c8b-e620-4cb1-a7db-8342331e7a8b"}]} 2026-05-07 20:26:57.891 7 INFO neutron.services.segments.plugin [-] Segment e4c49a09-e46c-41e2-9ac5-54bf59428c31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4c49a09-e46c-41e2-9ac5-54bf59428c31 found for delete ", "request_id": "req-38d5237b-492e-4f66-900d-888fd008d6b2"}]} 2026-05-07 20:26:57.893 7 INFO neutron.db.l3_hamode_db [None req-d725bbcb-5b5b-45b3-9080-81235f365e56 1fe0d3121e0b46b48d21ca038970704f 3652e0c1aa574fcd8eb34b9f30218a61 - - default default] HA network 93964b2c-c530-4b1f-a2a0-9ad31bbbd728 was deleted as no HA routers are present in tenant 3652e0c1aa574fcd8eb34b9f30218a61. [pid: 7|app: 0|req: 1094/2223] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:26:57 2026] DELETE /v2.0/routers/f8168026-4b88-447e-9e35-3fe41ba48982 => generated 0 bytes in 464 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2224] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2225] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2226] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2227] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:58.339 8 INFO neutron.db.securitygroups_db [None req-dc65f2c5-079f-4a96-b9e4-077fe023ab92 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Project dd80d47b2d6944d1b669990087cc801c 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: 1132/2228] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:26:58.452 7 INFO neutron.db.securitygroups_db [None req-2e71edac-1640-4953-abf8-88dd6fa532f8 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Project dd80d47b2d6944d1b669990087cc801c 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: 1097/2229] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:26:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2230] 10.0.0.138 () {32 vars in 649 bytes} [Thu May 7 20:26:58 2026] GET /v2.0/networks => generated 1297 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2231] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:58 2026] GET /v2.0/security-groups?tenant_id=996d8c3ee89a4514b03b0c56260fa2e8&name=default => generated 2929 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2232] 10.0.0.185 () {34 vars in 1098 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-775565541&fields=id&tenant_id=dd80d47b2d6944d1b669990087cc801c => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2233] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/networks?id=1a844349-6392-46ed-b683-be6966d9692a => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2234] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:59 2026] DELETE /v2.0/security-groups/4b231e2b-37da-4acb-91bf-1ad87f69c3e1 => 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: 1101/2235] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/quotas/dd80d47b2d6944d1b669990087cc801c => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2236] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2237] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?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: 1137/2238] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2239] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/security-groups?tenant_id=9be0668f1b5a43adba1bcf1a73b39dd1&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2240] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:59 2026] DELETE /v2.0/security-groups/743756a2-f75e-4a91-8c66-b9ba9c186eb3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2241] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1139/2242] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:26:59 2026] GET /v2.0/security-groups?tenant_id=3652e0c1aa574fcd8eb34b9f30218a61&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2243] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:26:59 2026] DELETE /v2.0/security-groups/d477a1d1-e148-4013-a0b1-b103237eb938 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2244] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:00 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1105/2245] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:01 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1141/2246] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:02 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1106/2247] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:27:03 2026] GET /v2.0/networks?id=1a844349-6392-46ed-b683-be6966d9692a => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2248] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:27:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dd80d47b2d6944d1b669990087cc801c => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2249] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:03 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1107/2250] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:27:03 2026] POST /v2.0/ports => generated 954 bytes in 354 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: 1144/2251] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:27:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2252] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:27:04 2026] PUT /v2.0/ports/e9678f21-ca6d-47b4-afbc-d457ef59fb9c => generated 1235 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2253] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:27:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 126 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-07 20:27:04.693 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05b24a3b-c9a5-4c5d-ae59-1ff26080344d'] response: {'name': 'network-changed', 'server_uuid': '1cc7d739-7495-4a71-b24a-cc1fdb1c7af7', 'tag': 'e9678f21-ca6d-47b4-afbc-d457ef59fb9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1109/2254] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:27:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2255] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:27:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2256] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:27:04 2026] POST /v2.0/security-groups => generated 1603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2257] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:04 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2258] 10.0.0.138 () {34 vars in 767 bytes} [Thu May 7 20:27:05 2026] PUT /v2.0/security-groups/01c9e7ff-10bb-48ba-a3f2-57ed88cdc989/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2259] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2260] 10.0.0.138 () {34 vars in 767 bytes} [Thu May 7 20:27:05 2026] PUT /v2.0/security-groups/5d92026b-0017-4803-a071-f8661c3aa7b9/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2261] 10.0.0.138 () {34 vars in 767 bytes} [Thu May 7 20:27:05 2026] PUT /v2.0/security-groups/6739055f-8b41-4ca3-bd9f-ae6dd32cc3bb/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2262] 10.0.0.138 () {34 vars in 767 bytes} [Thu May 7 20:27:05 2026] PUT /v2.0/security-groups/fb833eb1-50b1-4c0a-beda-fd0dec55911c/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: 1150/2263] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2264] 10.0.0.138 () {32 vars in 680 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2265] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/networks?tenant_id=dd80d47b2d6944d1b669990087cc801c&shared=False => generated 756 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2266] 10.0.0.138 () {32 vars in 694 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2267] 10.0.0.138 () {32 vars in 690 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2268] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2269] 10.0.0.138 () {32 vars in 702 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2270] 10.0.0.138 () {32 vars in 688 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2271] 10.0.0.138 () {32 vars in 702 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2272] 10.0.0.138 () {32 vars in 698 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2273] 10.0.0.138 () {32 vars in 710 bytes} [Thu May 7 20:27:05 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2274] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:05 2026] DELETE /v2.0/security-groups/01c9e7ff-10bb-48ba-a3f2-57ed88cdc989 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2275] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:05 2026] DELETE /v2.0/security-groups/5d92026b-0017-4803-a071-f8661c3aa7b9 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2276] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:05 2026] DELETE /v2.0/security-groups/6739055f-8b41-4ca3-bd9f-ae6dd32cc3bb => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2277] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:05 2026] DELETE /v2.0/security-groups/fb833eb1-50b1-4c0a-beda-fd0dec55911c => 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: 1157/2278] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:05 2026] DELETE /v2.0/security-groups/11aa3aad-fc30-4887-894e-a0ec313aee35 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2279] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2280] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2281] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2283] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e9678f21-ca6d-47b4-afbc-d457ef59fb9c => 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: 1160/2285] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/subnets?id=7039dca3-5360-4ee6-bc3e-32473930da88 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2286] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/ports?network_id=1a844349-6392-46ed-b683-be6966d9692a&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2287] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2288] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2289] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:06 2026] GET /v2.0/security-groups?tenant_id=5aadc6d81ddf4ecb9bd63652eb914749&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2290] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:06 2026] DELETE /v2.0/security-groups/03b1579d-0407-4dca-bcf6-6122e66d2cbc => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2291] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:07 2026] GET /v2.0/security-groups?tenant_id=9e0a303e26004725a48abd0b08cb2bd4&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2292] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:07 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2293] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:07 2026] DELETE /v2.0/security-groups/1725b0a5-f5c4-4db3-989f-05668e0458c8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2294] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:07 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2295] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:07 2026] GET /v2.0/security-groups?tenant_id=ff83560f2ff64c689b4706131d4ff075&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2296] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:07 2026] DELETE /v2.0/security-groups/c1c20e08-c8b8-471e-9df0-3d57515416b8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2297] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:08 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1167/2298] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:08 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2299] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:09 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2300] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:09 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2301] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:10 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2302] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:10 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&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: 1134/2303] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:27:11 2026] POST /v2.0/floatingips => generated 552 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2304] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:27:11 2026] PUT /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2305] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:11 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2306] 10.0.0.138 () {34 vars in 770 bytes} [Thu May 7 20:27:11 2026] PUT /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2307] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:11 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2308] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:11 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2309] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:11 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2310] 10.0.0.138 () {34 vars in 766 bytes} [Thu May 7 20:27:12 2026] PUT /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2311] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2312] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2313] 10.0.0.138 () {34 vars in 788 bytes} [Thu May 7 20:27:12 2026] PUT /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2314] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2315] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2316] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2317] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:27:12 2026] PUT /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2318] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2319] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:12.395 7 INFO neutron.api.v2.resource [None req-4ab3a039-86c1-4b9a-b912-a21eeda3fdc5 71dcd889392e44e6b400b3ce8687f263 7d85a1d6893f4b1c890548b8a96f7d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2320] 10.0.0.138 () {32 vars in 751 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2321] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:27:12 2026] DELETE /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2322] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:27:12.545 7 INFO neutron.api.v2.resource [None req-5b7feb48-3e7f-4ef2-984b-fa37c3152495 71dcd889392e44e6b400b3ce8687f263 7d85a1d6893f4b1c890548b8a96f7d13 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1147/2323] 10.0.0.138 () {32 vars in 754 bytes} [Thu May 7 20:27:12 2026] DELETE /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-07 20:27:12.597 8 INFO neutron.db.l3_db [None req-f6146059-cefa-44b5-a811-d7c64e9277b9 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Floating IP aecc9969-af86-46d0-9ab1-710fe0e3e5fc associated. External IP: 10.96.250.218, port: e9678f21-ca6d-47b4-afbc-d457ef59fb9c. [pid: 7|app: 0|req: 1148/2324] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:27:12 2026] DELETE /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => 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: 1149/2325] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:27:12.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdf011c6-186e-47e0-97cc-2b28a6a1135d 71dcd889392e44e6b400b3ce8687f263 7d85a1d6893f4b1c890548b8a96f7d13 - - default default] TaaS: Handle Delete Port: 767c05fd-5981-4ddc-a6ac-bc62e7e517be 2026-05-07 20:27:12.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdf011c6-186e-47e0-97cc-2b28a6a1135d 71dcd889392e44e6b400b3ce8687f263 7d85a1d6893f4b1c890548b8a96f7d13 - - default default] Tap Mirror: Handle Delete Port: 767c05fd-5981-4ddc-a6ac-bc62e7e517be [pid: 8|app: 0|req: 1177/2326] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:27:12 2026] PUT /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 855 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2327] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:27:12 2026] DELETE /v2.0/floatingips/3b5a6f7e-07e7-4cc8-9f6e-e2628afda5b4 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2328] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:27:12 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:27:12.953 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da441358-400c-41d7-b285-d2b3d07c35c1'] response: {'name': 'network-changed', 'server_uuid': '1cc7d739-7495-4a71-b24a-cc1fdb1c7af7', 'tag': 'e9678f21-ca6d-47b4-afbc-d457ef59fb9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1151/2329] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/ports?tenant_id=dd80d47b2d6944d1b669990087cc801c&device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2330] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/networks?id=1a844349-6392-46ed-b683-be6966d9692a => generated 756 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2331] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e9678f21-ca6d-47b4-afbc-d457ef59fb9c => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2332] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/subnets?id=7039dca3-5360-4ee6-bc3e-32473930da88 => 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: 1181/2333] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/ports?network_id=1a844349-6392-46ed-b683-be6966d9692a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2334] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2335] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2336] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/security-groups?tenant_id=c97d1a61178c4df18504f2be8c087b2f&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2337] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:13 2026] DELETE /v2.0/security-groups/314162a2-8520-482d-a8af-8ef0fae755fb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2338] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:27:13 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2339] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:14 2026] GET /v2.0/security-groups?tenant_id=7d85a1d6893f4b1c890548b8a96f7d13&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2340] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:14 2026] DELETE /v2.0/security-groups/76301c54-77b1-46f3-9d4e-c2e5fe87e61b => 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: 1186/2341] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:27:14 2026] GET /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 857 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2342] 10.0.0.138 () {34 vars in 678 bytes} [Thu May 7 20:27:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2343] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:27:17 2026] PUT /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2344] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2345] 10.0.0.138 () {34 vars in 764 bytes} [Thu May 7 20:27:18 2026] PUT /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2346] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/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: 1189/2347] 10.0.0.138 () {34 vars in 760 bytes} [Thu May 7 20:27:18 2026] PUT /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2348] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2349] 10.0.0.138 () {34 vars in 782 bytes} [Thu May 7 20:27:18 2026] PUT /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2350] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2351] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:27:18 2026] PUT /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2352] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2353] 10.0.0.138 () {32 vars in 741 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:18.545 7 INFO neutron.api.v2.resource [None req-f0eeb0c7-927d-4e1e-a7b7-3dde0cdcf8de fde67bab31144ff1bf5e25bdfa09edf4 3911d09accd6454ab7cf9a0dc14c8b94 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1162/2354] 10.0.0.138 () {32 vars in 745 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2355] 10.0.0.138 () {32 vars in 744 bytes} [Thu May 7 20:27:18 2026] DELETE /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2356] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:27:18.691 8 INFO neutron.api.v2.resource [None req-8af19ea4-37d9-43d6-9c20-981eea46658f fde67bab31144ff1bf5e25bdfa09edf4 3911d09accd6454ab7cf9a0dc14c8b94 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2357] 10.0.0.138 () {32 vars in 748 bytes} [Thu May 7 20:27:18 2026] DELETE /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2358] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:27:18 2026] DELETE /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/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: 1195/2359] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:27:18 2026] GET /v2.0/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2360] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:27:18 2026] DELETE /v2.0/qos/policies/74cb88f4-4e98-4b75-89f7-c4a17a1e3294 => 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: 1196/2361] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:19 2026] GET /v2.0/security-groups?tenant_id=3911d09accd6454ab7cf9a0dc14c8b94&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2362] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:19 2026] DELETE /v2.0/security-groups/02a59ca3-a218-4b63-a040-ef3484f48633 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2363] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:19 2026] GET /v2.0/security-groups?tenant_id=57c9b1bec4e14f63943ca8f5603b6641&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2364] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:20 2026] DELETE /v2.0/security-groups/a53f191c-d2c1-4d17-a8a0-1465c76ef07d => 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: 1199/2367] 10.0.0.138 () {34 vars in 676 bytes} [Thu May 7 20:27:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2368] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 1240 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2369] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:27:23 2026] PUT /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2370] 10.0.0.252 () {34 vars in 1040 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2371] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2372] 10.0.0.138 () {34 vars in 770 bytes} [Thu May 7 20:27:23 2026] PUT /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2373] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2374] 10.0.0.138 () {34 vars in 766 bytes} [Thu May 7 20:27:23 2026] PUT /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2375] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2376] 10.0.0.138 () {34 vars in 788 bytes} [Thu May 7 20:27:23 2026] PUT /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags/black.or.white => 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: 1204/2377] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2378] 10.0.0.138 () {34 vars in 759 bytes} [Thu May 7 20:27:23 2026] PUT /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2379] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2380] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:24.013 8 INFO neutron.api.v2.resource [None req-13c43d3e-6695-4798-9cf2-eccc74559a05 0d4ecf143e634760b47f10077d8ce828 b698a4de2ed14aca9a185378550f02dc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2381] 10.0.0.138 () {32 vars in 751 bytes} [Thu May 7 20:27:23 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/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: 1176/2382] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:27:24 2026] DELETE /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2383] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:24 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:27:24.130 7 INFO neutron.api.v2.resource [None req-ce68c749-182d-4939-b434-c757f6032fb1 0d4ecf143e634760b47f10077d8ce828 b698a4de2ed14aca9a185378550f02dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1177/2384] 10.0.0.138 () {32 vars in 754 bytes} [Thu May 7 20:27:24 2026] DELETE /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2385] 10.0.0.138 () {32 vars in 742 bytes} [Thu May 7 20:27:24 2026] DELETE /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2386] 10.0.0.138 () {32 vars in 739 bytes} [Thu May 7 20:27:24 2026] GET /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2387] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:27:24 2026] DELETE /v2.0/subnetpools/df7ecfa1-160b-42ea-a677-6ec56e412de2 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2388] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:25 2026] GET /v2.0/security-groups?tenant_id=b698a4de2ed14aca9a185378550f02dc&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2389] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:25 2026] DELETE /v2.0/security-groups/62ed94bf-a2af-46d1-a57c-d81dbf18277d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2390] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:25 2026] GET /v2.0/security-groups?tenant_id=1c5b105115d04515912aad1dba9ca5f1&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2391] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:25 2026] DELETE /v2.0/security-groups/e2b2c410-ba3b-4c4f-a203-dfa45a6967d3 => 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: 1181/2392] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:32 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2393] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:32 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&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: 1182/2394] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:33 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2395] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:33 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2396] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:34 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2397] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:34 2026] GET /v2.0/security-groups?id=ebafe4e0-0ad0-4bc4-80d2-62881056958b&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: 1184/2398] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:27:34 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:27:34.994 8 INFO neutron_taas.services.taas.taas_plugin [req-763a86af-8ece-4eaf-a156-7c2248e3bbf3 req-8c94b845-8558-4bac-a774-628fb56e05b1 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] TaaS: Handle Delete Port: e9678f21-ca6d-47b4-afbc-d457ef59fb9c 2026-05-07 20:27:34.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-763a86af-8ece-4eaf-a156-7c2248e3bbf3 req-8c94b845-8558-4bac-a774-628fb56e05b1 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Tap Mirror: Handle Delete Port: e9678f21-ca6d-47b4-afbc-d457ef59fb9c 2026-05-07 20:27:35.106 8 INFO neutron.db.l3_db [req-763a86af-8ece-4eaf-a156-7c2248e3bbf3 req-8c94b845-8558-4bac-a774-628fb56e05b1 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Floating IP aecc9969-af86-46d0-9ab1-710fe0e3e5fc disassociated. External IP: 10.96.250.218, port: e9678f21-ca6d-47b4-afbc-d457ef59fb9c. [pid: 8|app: 0|req: 1215/2399] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:27:34 2026] DELETE /v2.0/ports/e9678f21-ca6d-47b4-afbc-d457ef59fb9c => generated 0 bytes in 611 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:27:35.503 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b08e212e-cea9-4867-92da-74b7f8d14231'] response: {'server_uuid': '1cc7d739-7495-4a71-b24a-cc1fdb1c7af7', 'name': 'network-vif-deleted', 'tag': 'e9678f21-ca6d-47b4-afbc-d457ef59fb9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1185/2400] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:35 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1217/2403] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:36 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1187/2404] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:38 2026] GET /v2.0/ports?device_id=1cc7d739-7495-4a71-b24a-cc1fdb1c7af7 => 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: 1218/2405] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:39 2026] DELETE /v2.0/security-groups/ebafe4e0-0ad0-4bc4-80d2-62881056958b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:39.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-6440b17b-3bc2-4e25-8002-83442b16d7b7 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] TaaS: Handle Delete Port: ddebc92c-bb6f-49c7-ad19-8f4022c1ad86 2026-05-07 20:27:39.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6440b17b-3bc2-4e25-8002-83442b16d7b7 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Tap Mirror: Handle Delete Port: ddebc92c-bb6f-49c7-ad19-8f4022c1ad86 [pid: 7|app: 0|req: 1188/2406] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:27:39 2026] DELETE /v2.0/floatingips/aecc9969-af86-46d0-9ab1-710fe0e3e5fc => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2407] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:39 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2408] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:39 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 1220/2409] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:40 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2410] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:40 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&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: 1221/2411] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:42 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2412] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:27:42 2026] GET /v2.0/security-groups?id=b8f1d7c8-358d-445e-8927-35fef4781cc5&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2413] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:27:42 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:27:42.345 7 INFO neutron_taas.services.taas.taas_plugin [req-cb38a629-bdff-45a3-970c-d5a539700084 req-e0da7501-7e0c-4f7d-a217-7572f49ff583 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] TaaS: Handle Delete Port: a185af9e-878f-4951-844c-6c8719ffebed 2026-05-07 20:27:42.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cb38a629-bdff-45a3-970c-d5a539700084 req-e0da7501-7e0c-4f7d-a217-7572f49ff583 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Tap Mirror: Handle Delete Port: a185af9e-878f-4951-844c-6c8719ffebed [pid: 7|app: 0|req: 1192/2414] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:27:42 2026] DELETE /v2.0/ports/a185af9e-878f-4951-844c-6c8719ffebed => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:27:42.511 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e6cd7d4-e6fe-4eb1-94bd-709c07218639'] response: {'server_uuid': 'f26dedf3-9d0d-421b-a225-40435a2c69c2', 'name': 'network-vif-deleted', 'tag': 'a185af9e-878f-4951-844c-6c8719ffebed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1223/2415] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:43 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => 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: 1193/2416] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:44 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => 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: 1224/2417] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:27:45 2026] GET /v2.0/ports?device_id=f26dedf3-9d0d-421b-a225-40435a2c69c2 => 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: 1194/2418] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:46 2026] DELETE /v2.0/security-groups/b8f1d7c8-358d-445e-8927-35fef4781cc5 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:47.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-f42517d9-d5ad-4909-8d36-b9d3b7079052 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] TaaS: Handle Delete Port: a1187fb0-bfd9-4794-bb7e-2086a7ffaf0e 2026-05-07 20:27:47.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f42517d9-d5ad-4909-8d36-b9d3b7079052 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Tap Mirror: Handle Delete Port: a1187fb0-bfd9-4794-bb7e-2086a7ffaf0e [pid: 8|app: 0|req: 1225/2419] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:27:46 2026] PUT /v2.0/routers/7b55364d-0973-4db4-b42a-23944d2a090c/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2420] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:27:47 2026] DELETE /v2.0/subnets/7039dca3-5360-4ee6-bc3e-32473930da88 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:27:47.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-6987656c-8d4e-4a61-acb4-b6b7d33caa00 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] TaaS: Handle Delete Port: 350811b5-1b5d-4804-be5b-b5e7d2f99435 2026-05-07 20:27:47.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6987656c-8d4e-4a61-acb4-b6b7d33caa00 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Tap Mirror: Handle Delete Port: 350811b5-1b5d-4804-be5b-b5e7d2f99435 2026-05-07 20:27:48.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-6987656c-8d4e-4a61-acb4-b6b7d33caa00 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] TaaS: Handle Delete Port: 51ab7fbd-c9b0-45c5-840d-81b7796b6b35 2026-05-07 20:27:48.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6987656c-8d4e-4a61-acb4-b6b7d33caa00 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Tap Mirror: Handle Delete Port: 51ab7fbd-c9b0-45c5-840d-81b7796b6b35 2026-05-07 20:27:48.506 8 INFO neutron.services.segments.plugin [-] Segment 61e1e915-f79f-4855-ae6e-7c84fb6883a4 resource provider aggregate not found 2026-05-07 20:27:48.517 8 INFO neutron.services.segments.plugin [-] Segment 61e1e915-f79f-4855-ae6e-7c84fb6883a4 resource provider aggregate not found 2026-05-07 20:27:48.527 8 INFO neutron.services.segments.plugin [-] Segment 61e1e915-f79f-4855-ae6e-7c84fb6883a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e1e915-f79f-4855-ae6e-7c84fb6883a4 found for delete ", "request_id": "req-b8c0153d-8ee1-4af8-a5dd-1a36cccf5223"}]} 2026-05-07 20:27:48.536 8 INFO neutron.services.segments.plugin [-] Segment 61e1e915-f79f-4855-ae6e-7c84fb6883a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61e1e915-f79f-4855-ae6e-7c84fb6883a4 found for delete ", "request_id": "req-d1144b49-1472-42e4-ab05-7de71e95c5a8"}]} 2026-05-07 20:27:48.542 8 INFO neutron.db.l3_hamode_db [None req-6987656c-8d4e-4a61-acb4-b6b7d33caa00 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] HA network 3f39def9-be31-4016-b27b-7a69a123871e was deleted as no HA routers are present in tenant dd80d47b2d6944d1b669990087cc801c. [pid: 8|app: 0|req: 1226/2421] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:27:47 2026] DELETE /v2.0/routers/7b55364d-0973-4db4-b42a-23944d2a090c => generated 0 bytes in 803 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:48.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdc9a31a-953a-49f6-8491-679b7be42a47 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] TaaS: Handle Delete Port: 179fd674-e1b4-41fe-9f16-14fc7f615350 2026-05-07 20:27:48.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdc9a31a-953a-49f6-8491-679b7be42a47 3e6bd39b55d04f0aa16b4af18277ac70 dd80d47b2d6944d1b669990087cc801c - - default default] Tap Mirror: Handle Delete Port: 179fd674-e1b4-41fe-9f16-14fc7f615350 2026-05-07 20:27:48.834 7 INFO neutron.services.segments.plugin [-] Segment c23830a1-ce73-4c46-a40f-27dfd0607568 resource provider aggregate not found 2026-05-07 20:27:48.837 7 INFO neutron.services.segments.plugin [-] Segment c23830a1-ce73-4c46-a40f-27dfd0607568 resource provider aggregate not found 2026-05-07 20:27:48.851 7 INFO neutron.services.segments.plugin [-] Segment c23830a1-ce73-4c46-a40f-27dfd0607568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c23830a1-ce73-4c46-a40f-27dfd0607568 found for delete ", "request_id": "req-b081e01c-6601-48e7-a331-e4f2aa96acdf"}]} 2026-05-07 20:27:48.853 7 INFO neutron.services.segments.plugin [-] Segment c23830a1-ce73-4c46-a40f-27dfd0607568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c23830a1-ce73-4c46-a40f-27dfd0607568 found for delete ", "request_id": "req-ed3fc3e4-745f-4ba3-b63e-b6bffc1f21bd"}]} [pid: 7|app: 0|req: 1196/2422] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:27:48 2026] DELETE /v2.0/networks/1a844349-6392-46ed-b683-be6966d9692a => 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: 1227/2423] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:49 2026] GET /v2.0/security-groups?tenant_id=dd80d47b2d6944d1b669990087cc801c&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2424] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:49 2026] DELETE /v2.0/security-groups/b87007a4-061d-4655-bced-2eac4131236f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2425] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:49 2026] GET /v2.0/security-groups?tenant_id=a611203bd61c46c2a6f3ad29610099a5&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2426] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:50 2026] DELETE /v2.0/security-groups/f512f0ac-c98a-40b7-9a00-57322bdb6d6c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:54.738 7 INFO neutron.db.segments_db [None req-e07b40e0-78a1-433d-bd2d-9e4d7a0e4ef9 3de44abd88f04f91b27ab1b33042e0ca 6ed5633018be4152ae92baddf35590c5 - - default default] Added segment a9bcdbe6-704f-485e-a3d8-19c35f6c93cf of type vxlan for network de755bd5-87ee-438f-90a0-79d5135a6560 [pid: 7|app: 0|req: 1200/2429] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:27:54 2026] POST /v2.0/networks => generated 613 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:27:54.983 8 INFO neutron.db.segments_db [None req-0113abb9-3b82-4bbc-bec0-a00ce03d2cb5 3de44abd88f04f91b27ab1b33042e0ca 6ed5633018be4152ae92baddf35590c5 - - default default] Added segment 9c111d00-12f9-4a43-b2b7-929d8f806b57 of type vxlan for network 022942b8-317d-4917-95bb-8b102b681649 [pid: 8|app: 0|req: 1230/2430] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:27:54 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:27:55.170 7 INFO neutron.db.segments_db [None req-b46514b2-d6c2-49b9-a78a-52c8a407c2a4 3de44abd88f04f91b27ab1b33042e0ca 6ed5633018be4152ae92baddf35590c5 - - default default] Added segment 26121c62-8a5f-437f-ac78-86de770582a0 of type vxlan for network b15f4eca-564e-43d9-ac56-86744bcf4bdb [pid: 7|app: 0|req: 1201/2431] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:27:55 2026] POST /v2.0/networks => generated 612 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:27:55.342 8 INFO neutron.db.segments_db [None req-44f04e8e-ac38-46b0-be41-47d62832440a 3de44abd88f04f91b27ab1b33042e0ca 6ed5633018be4152ae92baddf35590c5 - - default default] Added segment 5dd85f1c-0b33-473f-9eae-6ac3c75b1278 of type vxlan for network 579db58a-7d29-4d07-98c4-ab92c8eab154 [pid: 8|app: 0|req: 1231/2432] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:27:55 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:27:55.526 7 INFO neutron.db.segments_db [None req-30f8ec74-a3cb-4e9f-b610-7e45761b968c 3de44abd88f04f91b27ab1b33042e0ca 6ed5633018be4152ae92baddf35590c5 - - default default] Added segment d8521510-4412-4155-954f-ca2d25e19a68 of type vxlan for network 06ecb130-e844-4e2a-ae09-df1220922e31 [pid: 7|app: 0|req: 1202/2433] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:27:55 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2434] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:27:55 2026] PUT /v2.0/networks/de755bd5-87ee-438f-90a0-79d5135a6560/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2435] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:27:55 2026] PUT /v2.0/networks/022942b8-317d-4917-95bb-8b102b681649/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2436] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:27:55 2026] PUT /v2.0/networks/b15f4eca-564e-43d9-ac56-86744bcf4bdb/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2437] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:27:55 2026] PUT /v2.0/networks/579db58a-7d29-4d07-98c4-ab92c8eab154/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2438] 10.0.0.138 () {32 vars in 666 bytes} [Thu May 7 20:27:55 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2439] 10.0.0.138 () {32 vars in 680 bytes} [Thu May 7 20:27:55 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2440] 10.0.0.138 () {32 vars in 676 bytes} [Thu May 7 20:27:55 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2441] 10.0.0.138 () {32 vars in 688 bytes} [Thu May 7 20:27:56 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2442] 10.0.0.138 () {32 vars in 674 bytes} [Thu May 7 20:27:56 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2443] 10.0.0.138 () {32 vars in 688 bytes} [Thu May 7 20:27:56 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2444] 10.0.0.138 () {32 vars in 684 bytes} [Thu May 7 20:27:56 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2445] 10.0.0.138 () {32 vars in 696 bytes} [Thu May 7 20:27:56 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:27:56.470 8 INFO neutron.services.segments.plugin [-] Segment a9bcdbe6-704f-485e-a3d8-19c35f6c93cf resource provider aggregate not found 2026-05-07 20:27:56.476 8 INFO neutron.services.segments.plugin [-] Segment a9bcdbe6-704f-485e-a3d8-19c35f6c93cf resource provider aggregate not found 2026-05-07 20:27:56.492 8 INFO neutron.services.segments.plugin [-] Segment a9bcdbe6-704f-485e-a3d8-19c35f6c93cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9bcdbe6-704f-485e-a3d8-19c35f6c93cf found for delete ", "request_id": "req-5418552a-2c12-4074-b474-71630a320f09"}]} 2026-05-07 20:27:56.493 8 INFO neutron.services.segments.plugin [-] Segment a9bcdbe6-704f-485e-a3d8-19c35f6c93cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9bcdbe6-704f-485e-a3d8-19c35f6c93cf found for delete ", "request_id": "req-886277b7-9eaf-47c0-87fa-b27ca7c4bf64"}]} [pid: 8|app: 0|req: 1238/2446] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:27:56 2026] DELETE /v2.0/networks/de755bd5-87ee-438f-90a0-79d5135a6560 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:27:56.609 7 INFO neutron.services.segments.plugin [-] Segment 9c111d00-12f9-4a43-b2b7-929d8f806b57 resource provider aggregate not found 2026-05-07 20:27:56.615 7 INFO neutron.services.segments.plugin [-] Segment 9c111d00-12f9-4a43-b2b7-929d8f806b57 resource provider aggregate not found 2026-05-07 20:27:56.624 7 INFO neutron.services.segments.plugin [-] Segment 9c111d00-12f9-4a43-b2b7-929d8f806b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c111d00-12f9-4a43-b2b7-929d8f806b57 found for delete ", "request_id": "req-f79b1cf6-6485-46af-bb2d-121249a6c0af"}]} 2026-05-07 20:27:56.632 7 INFO neutron.services.segments.plugin [-] Segment 9c111d00-12f9-4a43-b2b7-929d8f806b57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c111d00-12f9-4a43-b2b7-929d8f806b57 found for delete ", "request_id": "req-9f477a20-8dea-4cbc-b85f-c38d9e9b405a"}]} [pid: 7|app: 0|req: 1209/2447] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:27:56 2026] DELETE /v2.0/networks/022942b8-317d-4917-95bb-8b102b681649 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2448] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:27:56 2026] DELETE /v2.0/networks/b15f4eca-564e-43d9-ac56-86744bcf4bdb => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2449] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:27:56 2026] DELETE /v2.0/networks/579db58a-7d29-4d07-98c4-ab92c8eab154 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2450] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:27:56 2026] DELETE /v2.0/networks/06ecb130-e844-4e2a-ae09-df1220922e31 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2451] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:57 2026] GET /v2.0/security-groups?tenant_id=a70a9e5df9644394927c731e2daab922&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2452] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:58 2026] DELETE /v2.0/security-groups/45b185ce-ff0a-4603-9552-403d4e12268e => 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: 1212/2453] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:58 2026] GET /v2.0/security-groups?tenant_id=6ed5633018be4152ae92baddf35590c5&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2454] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:58 2026] DELETE /v2.0/security-groups/045211dc-3643-4cf1-a2e7-38a428c08c2f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:27:58.515 8 INFO neutron.services.segments.plugin [-] Segment 26121c62-8a5f-437f-ac78-86de770582a0 resource provider aggregate not found 2026-05-07 20:27:58.518 8 INFO neutron.services.segments.plugin [-] Segment 26121c62-8a5f-437f-ac78-86de770582a0 resource provider aggregate not found 2026-05-07 20:27:58.530 8 INFO neutron.services.segments.plugin [-] Segment 26121c62-8a5f-437f-ac78-86de770582a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26121c62-8a5f-437f-ac78-86de770582a0 found for delete ", "request_id": "req-f58e1501-2c86-4ced-b4e1-0d8dc49ea79d"}]} 2026-05-07 20:27:58.536 8 INFO neutron.services.segments.plugin [-] Segment 26121c62-8a5f-437f-ac78-86de770582a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26121c62-8a5f-437f-ac78-86de770582a0 found for delete ", "request_id": "req-b065fae6-ab33-4296-9820-ad3d0302c314"}]} 2026-05-07 20:27:58.542 8 INFO neutron.services.segments.plugin [-] Segment d8521510-4412-4155-954f-ca2d25e19a68 resource provider aggregate not found 2026-05-07 20:27:58.550 8 INFO neutron.services.segments.plugin [-] Segment d8521510-4412-4155-954f-ca2d25e19a68 resource provider aggregate not found 2026-05-07 20:27:58.555 8 INFO neutron.services.segments.plugin [-] Segment d8521510-4412-4155-954f-ca2d25e19a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8521510-4412-4155-954f-ca2d25e19a68 found for delete ", "request_id": "req-67da1ecc-4f1d-4ede-ad3b-230f52fad762"}]} 2026-05-07 20:27:58.564 8 INFO neutron.services.segments.plugin [-] Segment d8521510-4412-4155-954f-ca2d25e19a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8521510-4412-4155-954f-ca2d25e19a68 found for delete ", "request_id": "req-fe871be4-f43e-42e9-859b-c18189d51131"}]} 2026-05-07 20:27:58.644 7 INFO neutron.services.segments.plugin [-] Segment 5dd85f1c-0b33-473f-9eae-6ac3c75b1278 resource provider aggregate not found 2026-05-07 20:27:58.653 7 INFO neutron.services.segments.plugin [-] Segment 5dd85f1c-0b33-473f-9eae-6ac3c75b1278 resource provider aggregate not found 2026-05-07 20:27:58.664 7 INFO neutron.services.segments.plugin [-] Segment 5dd85f1c-0b33-473f-9eae-6ac3c75b1278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dd85f1c-0b33-473f-9eae-6ac3c75b1278 found for delete ", "request_id": "req-f030e4b4-1ad2-4ca9-b63c-8ccc8b8503c3"}]} 2026-05-07 20:27:58.672 7 INFO neutron.services.segments.plugin [-] Segment 5dd85f1c-0b33-473f-9eae-6ac3c75b1278 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dd85f1c-0b33-473f-9eae-6ac3c75b1278 found for delete ", "request_id": "req-d3420a46-02eb-4f4c-a58f-d7e0d91bf0ea"}]} [pid: 7|app: 0|req: 1213/2455] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:27:58 2026] GET /v2.0/security-groups?tenant_id=16c94a2766134963bd02eb775b46cb2f&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2456] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:27:58 2026] DELETE /v2.0/security-groups/b73a9202-903b-4811-b6e8-6d749d74c287 => 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: 1214/2457] 10.0.0.138 () {34 vars in 678 bytes} [Thu May 7 20:28:02 2026] POST /v2.0/qos/policies => generated 359 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2458] 10.0.0.138 () {34 vars in 678 bytes} [Thu May 7 20:28:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2459] 10.0.0.138 () {34 vars in 678 bytes} [Thu May 7 20:28:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2460] 10.0.0.138 () {34 vars in 678 bytes} [Thu May 7 20:28:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2461] 10.0.0.138 () {34 vars in 678 bytes} [Thu May 7 20:28:03 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2462] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:28:03 2026] PUT /v2.0/policies/4c3e1e92-29f6-4448-84b2-f40e26a7ab88/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2463] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:28:03 2026] PUT /v2.0/policies/94479328-0179-4132-ad37-98fb4e6cad8b/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2464] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:28:03 2026] PUT /v2.0/policies/5e19a698-fc07-40db-8086-b4a46963391b/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2465] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:28:03 2026] PUT /v2.0/policies/2292773c-696f-4077-ae62-04141200f2f6/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2466] 10.0.0.138 () {32 vars in 674 bytes} [Thu May 7 20:28:03 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2467] 10.0.0.138 () {32 vars in 688 bytes} [Thu May 7 20:28:04 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2468] 10.0.0.138 () {32 vars in 684 bytes} [Thu May 7 20:28:04 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2469] 10.0.0.138 () {32 vars in 696 bytes} [Thu May 7 20:28:04 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2470] 10.0.0.138 () {32 vars in 682 bytes} [Thu May 7 20:28:04 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2471] 10.0.0.138 () {32 vars in 696 bytes} [Thu May 7 20:28:04 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2472] 10.0.0.138 () {32 vars in 692 bytes} [Thu May 7 20:28:04 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2473] 10.0.0.138 () {32 vars in 704 bytes} [Thu May 7 20:28:04 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2474] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:28:04 2026] DELETE /v2.0/qos/policies/4c3e1e92-29f6-4448-84b2-f40e26a7ab88 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2475] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:28:04 2026] DELETE /v2.0/qos/policies/94479328-0179-4132-ad37-98fb4e6cad8b => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2476] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:28:04 2026] DELETE /v2.0/qos/policies/5e19a698-fc07-40db-8086-b4a46963391b => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2477] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:28:04 2026] DELETE /v2.0/qos/policies/2292773c-696f-4077-ae62-04141200f2f6 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2478] 10.0.0.138 () {32 vars in 734 bytes} [Thu May 7 20:28:04 2026] DELETE /v2.0/qos/policies/d1106e0c-afec-4095-ad44-52e23c963ad0 => 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: 1225/2479] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:28:05 2026] GET /v2.0/security-groups?tenant_id=4751290cc36e402d9f491bcfa9277a6b&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2480] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:05 2026] DELETE /v2.0/security-groups/cb5cc731-300a-4004-8675-441399ee666e => 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: 1226/2481] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:28:05 2026] GET /v2.0/security-groups?tenant_id=5b9daa77f8794e319d4e266aa7b4fe05&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2482] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:06 2026] DELETE /v2.0/security-groups/f989998a-0dce-4213-b773-167ed0bea51a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2485] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:28:06 2026] GET /v2.0/security-groups?tenant_id=80357c07c451495f9a8fc290a1a424fb&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2486] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:06 2026] DELETE /v2.0/security-groups/8aede1f6-6b51-4ac5-aca4-d6c065cc7fd8 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:28:10.164 7 INFO neutron.db.segments_db [None req-f3b480f3-cfc8-4ee2-a820-ec8a1b6f4a11 a04bab7e0e9843fdb3467b1372d645a9 ad2c62c8c36f4269a5a01d7d5782c97b - - default default] Added segment c2532642-8dd8-49b3-806c-8eb40cb026a6 of type vxlan for network 820e87b2-848a-470f-bcb2-f0835e84c870 [pid: 7|app: 0|req: 1228/2487] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:28:09 2026] POST /v2.0/networks => generated 613 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2488] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:28:10 2026] PUT /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2489] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2490] 10.0.0.138 () {34 vars in 764 bytes} [Thu May 7 20:28:10 2026] PUT /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2491] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/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: 1262/2492] 10.0.0.138 () {34 vars in 760 bytes} [Thu May 7 20:28:10 2026] PUT /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2493] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2494] 10.0.0.138 () {34 vars in 782 bytes} [Thu May 7 20:28:10 2026] PUT /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2495] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2496] 10.0.0.138 () {34 vars in 753 bytes} [Thu May 7 20:28:10 2026] PUT /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2497] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/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: 1265/2498] 10.0.0.138 () {32 vars in 741 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:28:10.933 7 INFO neutron.api.v2.resource [None req-419a820e-1055-4bae-bfe1-dd62811bd45e a04bab7e0e9843fdb3467b1372d645a9 ad2c62c8c36f4269a5a01d7d5782c97b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1234/2499] 10.0.0.138 () {32 vars in 745 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2500] 10.0.0.138 () {32 vars in 744 bytes} [Thu May 7 20:28:10 2026] DELETE /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2501] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:28:10 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:28:11.089 8 INFO neutron.api.v2.resource [None req-e4e1bca3-544a-4fb7-87a0-603e73bd22a5 a04bab7e0e9843fdb3467b1372d645a9 ad2c62c8c36f4269a5a01d7d5782c97b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1267/2502] 10.0.0.138 () {32 vars in 748 bytes} [Thu May 7 20:28:11 2026] DELETE /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/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: 1236/2503] 10.0.0.138 () {32 vars in 736 bytes} [Thu May 7 20:28:11 2026] DELETE /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => 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: 1268/2504] 10.0.0.138 () {32 vars in 733 bytes} [Thu May 7 20:28:11 2026] GET /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2505] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:28:11 2026] DELETE /v2.0/networks/820e87b2-848a-470f-bcb2-f0835e84c870 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:28:11.428 7 INFO neutron.services.segments.plugin [-] Segment c2532642-8dd8-49b3-806c-8eb40cb026a6 resource provider aggregate not found 2026-05-07 20:28:11.446 7 INFO neutron.services.segments.plugin [-] Segment c2532642-8dd8-49b3-806c-8eb40cb026a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2532642-8dd8-49b3-806c-8eb40cb026a6 found for delete ", "request_id": "req-180ce2a1-1eee-4397-b0f7-36584138abf2"}]} 2026-05-07 20:28:11.511 7 INFO neutron.services.segments.plugin [-] Segment c2532642-8dd8-49b3-806c-8eb40cb026a6 resource provider aggregate not found 2026-05-07 20:28:11.532 7 INFO neutron.services.segments.plugin [-] Segment c2532642-8dd8-49b3-806c-8eb40cb026a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2532642-8dd8-49b3-806c-8eb40cb026a6 found for delete ", "request_id": "req-19b0fda5-4157-4e53-8967-6d3026c4463f"}]} [pid: 8|app: 0|req: 1269/2506] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:28:11 2026] GET /v2.0/security-groups?tenant_id=ad2c62c8c36f4269a5a01d7d5782c97b&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2507] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:12 2026] DELETE /v2.0/security-groups/af7c535c-80e7-4480-948f-eaf041451fa4 => 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: 1270/2508] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:28:12 2026] GET /v2.0/security-groups?tenant_id=f6de5f56691f44a9b42345eda641e5e5&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2509] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:12 2026] DELETE /v2.0/security-groups/d47f97ec-ff2c-42a7-92c3-e5ff88b4f128 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:28:15.948 8 INFO neutron.db.segments_db [None req-afe9d122-6274-4421-b4f7-b761484e1621 fd781f4686ed41f4b95b4f28b69b37ad e4da633168ee4b95bd42fee571d1bfce - - default default] Added segment eb50160a-1c28-49f3-ac23-229832c27412 of type vxlan for network e198b109-903c-40e4-b126-37c772c45157 [pid: 8|app: 0|req: 1271/2510] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:28:15 2026] POST /v2.0/networks => generated 613 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2511] 10.0.0.138 () {34 vars in 664 bytes} [Thu May 7 20:28:16 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2512] 10.0.0.138 () {34 vars in 666 bytes} [Thu May 7 20:28:16 2026] POST /v2.0/trunks => generated 407 bytes in 156 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: 1241/2513] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:28:16 2026] PUT /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2514] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2515] 10.0.0.138 () {34 vars in 760 bytes} [Thu May 7 20:28:16 2026] PUT /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags/green => 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: 1274/2516] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2517] 10.0.0.138 () {34 vars in 756 bytes} [Thu May 7 20:28:16 2026] PUT /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2518] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2519] 10.0.0.138 () {34 vars in 778 bytes} [Thu May 7 20:28:16 2026] PUT /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2520] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2521] 10.0.0.138 () {34 vars in 749 bytes} [Thu May 7 20:28:16 2026] PUT /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2522] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2523] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:28:16.837 8 INFO neutron.api.v2.resource [None req-3f679c48-e3ef-4c0a-9111-e932bbb5eeef fd781f4686ed41f4b95b4f28b69b37ad e4da633168ee4b95bd42fee571d1bfce - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1278/2524] 10.0.0.138 () {32 vars in 741 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2525] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:16 2026] DELETE /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2526] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:28:16.921 7 INFO neutron.api.v2.resource [None req-85476e0d-e693-4ac8-b06a-293e487d2aa1 fd781f4686ed41f4b95b4f28b69b37ad e4da633168ee4b95bd42fee571d1bfce - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1248/2527] 10.0.0.138 () {32 vars in 744 bytes} [Thu May 7 20:28:16 2026] DELETE /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2528] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:28:16 2026] DELETE /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => 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: 1249/2529] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2530] 10.0.0.138 () {32 vars in 719 bytes} [Thu May 7 20:28:16 2026] GET /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2531] 10.0.0.138 () {32 vars in 717 bytes} [Thu May 7 20:28:17 2026] GET /v2.0/ports/5ef0668c-0123-49ef-b680-f6e2fda4aef1 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2532] 10.0.0.138 () {32 vars in 722 bytes} [Thu May 7 20:28:17 2026] DELETE /v2.0/trunks/80a032c7-94b5-41fb-9d42-6f54d7dbe671 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:28:17.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-582ba74f-68a6-4ac2-889c-dc4ccd05adda fd781f4686ed41f4b95b4f28b69b37ad e4da633168ee4b95bd42fee571d1bfce - - default default] TaaS: Handle Delete Port: 5ef0668c-0123-49ef-b680-f6e2fda4aef1 2026-05-07 20:28:17.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-582ba74f-68a6-4ac2-889c-dc4ccd05adda fd781f4686ed41f4b95b4f28b69b37ad e4da633168ee4b95bd42fee571d1bfce - - default default] Tap Mirror: Handle Delete Port: 5ef0668c-0123-49ef-b680-f6e2fda4aef1 [pid: 7|app: 0|req: 1251/2533] 10.0.0.138 () {32 vars in 720 bytes} [Thu May 7 20:28:17 2026] DELETE /v2.0/ports/5ef0668c-0123-49ef-b680-f6e2fda4aef1 => 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: 1283/2534] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:28:17 2026] DELETE /v2.0/networks/e198b109-903c-40e4-b126-37c772c45157 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:28:17.527 8 INFO neutron.services.segments.plugin [-] Segment eb50160a-1c28-49f3-ac23-229832c27412 resource provider aggregate not found 2026-05-07 20:28:17.540 8 INFO neutron.services.segments.plugin [-] Segment eb50160a-1c28-49f3-ac23-229832c27412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb50160a-1c28-49f3-ac23-229832c27412 found for delete ", "request_id": "req-e2745567-145d-4543-afe8-94a0259e78e0"}]} 2026-05-07 20:28:17.616 8 INFO neutron.services.segments.plugin [-] Segment eb50160a-1c28-49f3-ac23-229832c27412 resource provider aggregate not found 2026-05-07 20:28:17.632 8 INFO neutron.services.segments.plugin [-] Segment eb50160a-1c28-49f3-ac23-229832c27412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb50160a-1c28-49f3-ac23-229832c27412 found for delete ", "request_id": "req-82c4e319-20c9-4638-9068-563398e49de1"}]} [pid: 7|app: 0|req: 1252/2535] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:28:18 2026] GET /v2.0/security-groups?tenant_id=e4da633168ee4b95bd42fee571d1bfce&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2536] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:18 2026] DELETE /v2.0/security-groups/cee0a5f4-4058-4207-92a7-762f480a842b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2537] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:28:18 2026] GET /v2.0/security-groups?tenant_id=c0d841eafd3a48aea24aabc52bccb4b7&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2538] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:28:18 2026] DELETE /v2.0/security-groups/b7224d2d-ab03-4129-a53e-bd5d497f8169 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:28:28.393 8 INFO neutron.db.segments_db [None req-e4e767be-ab4d-4d90-ae11-2af7cfdacb3f 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Added segment 914587a8-0ca0-4b9a-8e18-0e868e60f6ed of type vxlan for network 4d04150f-f7e9-4013-879a-101da8b4b36e [pid: 8|app: 0|req: 1287/2541] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:28:28 2026] POST /v2.0/networks => generated 621 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2542] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:28:28 2026] POST /v2.0/subnets => generated 658 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2543] 10.0.0.138 () {32 vars in 722 bytes} [Thu May 7 20:28:28 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1256/2544] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:28:28 2026] POST /v2.0/subnets => generated 731 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:28:29.075 8 INFO neutron.db.segments_db [None req-5736665f-473c-47c5-8658-1a86d5805e68 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Added segment 9f19b8f7-052e-4c08-afa9-84de31559291 of type vxlan for network b3d89f45-1bb5-41bf-86a0-46c6eed32975 [pid: 8|app: 0|req: 1289/2545] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:28:29 2026] POST /v2.0/networks => generated 618 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2546] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:28:29 2026] POST /v2.0/subnets => generated 656 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2547] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:28:29 2026] POST /v2.0/subnets => generated 726 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:28:29.720 7 INFO neutron.db.segments_db [None req-eb2a6abb-7716-4056-bb7c-781d39cf36e9 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Added segment 1b629c4c-84dc-44fe-9f42-91e00356decd of type vxlan for network 453025f1-d3df-415d-abb4-d89381135081 [pid: 7|app: 0|req: 1258/2548] 10.0.0.138 () {34 vars in 670 bytes} [Thu May 7 20:28:29 2026] POST /v2.0/networks => generated 619 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2549] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:28:29 2026] POST /v2.0/subnets => generated 655 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2550] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:28:30 2026] POST /v2.0/subnets => generated 729 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:28:30.358 8 INFO neutron.db.segments_db [None req-fb26dd72-44c7-4f84-ae9d-bf4563ad0f17 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Added segment 24979589-2731-449e-9d1e-0051cd7012f8 of type vxlan for network ebcd2eed-a731-4610-95d5-2210daff1a4d 2026-05-07 20:28:30.585 8 INFO neutron.db.l3_hamode_db [None req-fb26dd72-44c7-4f84-ae9d-bf4563ad0f17 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-07 20:28:31.331 8 INFO neutron.db.l3_hamode_db [None req-fb26dd72-44c7-4f84-ae9d-bf4563ad0f17 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1292/2551] 10.0.0.138 () {34 vars in 669 bytes} [Thu May 7 20:28:30 2026] POST /v2.0/routers => generated 684 bytes in 1817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2552] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:28:32 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2553] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:28:33 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/add_router_interface => generated 309 bytes in 1663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2554] 10.0.0.138 () {34 vars in 783 bytes} [Thu May 7 20:28:34 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2555] 10.0.0.138 () {34 vars in 684 bytes} [Thu May 7 20:28:36 2026] POST /v2.0/security-groups => generated 1630 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2558] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2559] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:36 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: 7|app: 0|req: 1263/2560] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2561] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2562] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2563] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2564] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2565] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2566] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2567] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2568] 10.0.0.138 () {34 vars in 695 bytes} [Thu May 7 20:28:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2569] 10.0.0.185 () {34 vars in 1096 bytes} [Thu May 7 20:28:38 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1017315042&fields=id&tenant_id=003893392be746f385df3910ad5fef14 => 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: 1268/2570] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:28:38 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2571] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:28:38 2026] GET /v2.0/quotas/003893392be746f385df3910ad5fef14 => 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: 1269/2572] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:28:38 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&fields=id => generated 287 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2573] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:28:38 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?fields=segments => generated 14 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2574] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:28:38 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1305/2575] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:28:38 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2576] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:28:43 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 704 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2577] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:28:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=003893392be746f385df3910ad5fef14 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2578] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:28:43 2026] POST /v2.0/ports => generated 1183 bytes in 401 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: 1273/2579] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:28:44 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1198 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2580] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:28:44 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2581] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:28:43 2026] PUT /v2.0/ports/51d5e41a-3d2a-4f25-add6-11d46237fbd4 => generated 1464 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:28:44.330 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecceadd4-51af-4f17-a873-aefbb7af17c8'] response: {'name': 'network-changed', 'server_uuid': '39b16ade-4e37-49a8-a3dd-0ce00e0d0576', 'tag': '51d5e41a-3d2a-4f25-add6-11d46237fbd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1275/2582] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:28:44 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1467 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: 8|app: 0|req: 1308/2583] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:28:44 2026] GET /v2.0/networks?tenant_id=003893392be746f385df3910ad5fef14&shared=False => generated 2376 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2584] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:28:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2585] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1467 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2586] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=51d5e41a-3d2a-4f25-add6-11d46237fbd4 => 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: 1310/2587] 199.204.45.235 () {34 vars in 1104 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A198&port_id=51d5e41a-3d2a-4f25-add6-11d46237fbd4 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2588] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13&id=2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2589] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2590] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2591] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1280/2592] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:28:46 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1313/2593] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:28:49 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1198 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2594] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:28:49 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&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: 1283/2597] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:28:54 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2598] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:28:54 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2599] 10.0.0.138 () {32 vars in 818 bytes} [Thu May 7 20:28:54 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&mac_address=fa%3A16%3A3e%3Ab4%3A8e%3A59 => generated 1200 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:28:55.277 8 INFO neutron.db.l3_db [None req-9e676845-eaf4-4770-921d-4dd5655a8771 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Floating IP 11f19626-50c6-4565-a77d-02acba89d321 associated. External IP: 10.96.250.203, port: 51d5e41a-3d2a-4f25-add6-11d46237fbd4. [pid: 8|app: 0|req: 1316/2600] 10.0.0.138 () {34 vars in 677 bytes} [Thu May 7 20:28:54 2026] POST /v2.0/floatingips => generated 855 bytes in 978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:28:55.618 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5468d342-787a-4c00-a6f5-05cd2603a6cd'] response: {'name': 'network-changed', 'server_uuid': '39b16ade-4e37-49a8-a3dd-0ce00e0d0576', 'tag': '51d5e41a-3d2a-4f25-add6-11d46237fbd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1285/2601] 10.0.0.185 () {34 vars in 1096 bytes} [Thu May 7 20:28:55 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1017315042&fields=id&tenant_id=003893392be746f385df3910ad5fef14 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2602] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:28:55 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2603] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:28:55 2026] GET /v2.0/quotas/003893392be746f385df3910ad5fef14 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2604] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:28:55 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&fields=id => generated 333 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2605] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:28:55 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2606] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2607] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2608] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2609] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => 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: 1289/2610] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=51d5e41a-3d2a-4f25-add6-11d46237fbd4 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2611] 199.204.45.235 () {34 vars in 1104 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A198&port_id=51d5e41a-3d2a-4f25-add6-11d46237fbd4 => 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: 1290/2612] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13&id=2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 1411 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2613] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&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: 1291/2614] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2615] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1292/2616] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:28:56 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1325/2617] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:29:00 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2618] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:29:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=003893392be746f385df3910ad5fef14 => generated 179 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2619] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:29:00 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1469 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2620] 10.0.0.252 () {34 vars in 1040 bytes} [Thu May 7 20:29:00 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2621] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:29:00 2026] POST /v2.0/ports => generated 1187 bytes in 458 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: 1327/2622] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:01 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1202 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2623] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:29:01 2026] PUT /v2.0/ports/db483932-095f-4583-b257-83e176ebf880 => generated 1468 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2624] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:29:01 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:29:01.477 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a35b429-feee-4d8b-a920-d43af21d55c8'] response: {'name': 'network-changed', 'server_uuid': 'b70bdcfd-b987-4c35-8071-619f21b669f8', 'tag': 'db483932-095f-4583-b257-83e176ebf880', '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: 1297/2625] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:29:01 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1471 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2626] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:29:02 2026] GET /v2.0/networks?tenant_id=003893392be746f385df3910ad5fef14&shared=False => generated 2376 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2627] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:29:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2628] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2629] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.181&port_id=db483932-095f-4583-b257-83e176ebf880 => 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: 1331/2630] 199.204.45.235 () {34 vars in 1106 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d3&port_id=db483932-095f-4583-b257-83e176ebf880 => 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: 1300/2631] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/subnets?id=934e5404-6155-42af-bc4a-6e410076eccc&id=17057d93-1e6d-4840-883e-ade3f356c3bc => generated 1413 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2632] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2633] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2634] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1302/2635] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:29:03 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1304/2638] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:06 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1204 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2639] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:29:06 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&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: 1305/2640] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:11 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2641] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:29:11 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2642] 10.0.0.138 () {32 vars in 818 bytes} [Thu May 7 20:29:11 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&mac_address=fa%3A16%3A3e%3A6e%3A81%3Ad7 => generated 1204 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:29:12.594 8 INFO neutron.db.l3_db [None req-89f0dfb1-3b6a-4e1b-b221-9d30238581b0 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Floating IP 0a1fa804-1fec-4030-9c3f-bbc180b2e295 associated. External IP: 10.96.250.201, port: db483932-095f-4583-b257-83e176ebf880. [pid: 8|app: 0|req: 1337/2643] 10.0.0.138 () {34 vars in 677 bytes} [Thu May 7 20:29:11 2026] POST /v2.0/floatingips => generated 855 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-07 20:29:12.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3aad645a-a187-4d8c-acb6-fb5e8736dd5c'] response: {'name': 'network-changed', 'server_uuid': 'b70bdcfd-b987-4c35-8071-619f21b669f8', 'tag': 'db483932-095f-4583-b257-83e176ebf880', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1307/2644] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2645] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2646] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.181&port_id=db483932-095f-4583-b257-83e176ebf880 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2647] 199.204.45.235 () {34 vars in 1106 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d3&port_id=db483932-095f-4583-b257-83e176ebf880 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2648] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/subnets?id=934e5404-6155-42af-bc4a-6e410076eccc&id=17057d93-1e6d-4840-883e-ade3f356c3bc => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2649] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&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: 1310/2650] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2651] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1311/2652] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:29:13 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2653] 10.0.0.252 () {34 vars in 990 bytes} [Thu May 7 20:29:17 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2654] 10.0.0.252 () {34 vars in 1040 bytes} [Thu May 7 20:29:17 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&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: 1344/2657] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:29:28 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2658] 10.0.0.88 () {30 vars in 689 bytes} [Thu May 7 20:29:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2659] 10.0.0.88 () {30 vars in 691 bytes} [Thu May 7 20:29:30 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: 1315/2660] 10.0.0.88 () {30 vars in 667 bytes} [Thu May 7 20:29:30 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: 1346/2661] 10.0.0.88 () {30 vars in 703 bytes} [Thu May 7 20:29: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: 7|app: 0|req: 1316/2662] 10.0.0.88 () {28 vars in 438 bytes} [Thu May 7 20:29:30 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2663] 10.0.0.88 () {30 vars in 727 bytes} [Thu May 7 20:29:30 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2664] 10.0.0.88 () {30 vars in 689 bytes} [Thu May 7 20:29: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) [pid: 8|app: 0|req: 1348/2665] 10.0.0.88 () {30 vars in 691 bytes} [Thu May 7 20:29:30 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: 1318/2666] 10.0.0.88 () {30 vars in 667 bytes} [Thu May 7 20:29:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2667] 10.0.0.88 () {30 vars in 703 bytes} [Thu May 7 20:29:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2668] 10.0.0.88 () {30 vars in 727 bytes} [Thu May 7 20:29:30 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2669] 10.0.0.88 () {30 vars in 689 bytes} [Thu May 7 20:29:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2670] 10.0.0.88 () {30 vars in 691 bytes} [Thu May 7 20:29:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2671] 10.0.0.88 () {30 vars in 667 bytes} [Thu May 7 20:29:31 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: 1321/2672] 10.0.0.88 () {30 vars in 703 bytes} [Thu May 7 20:29:31 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: 1352/2673] 10.0.0.88 () {30 vars in 729 bytes} [Thu May 7 20:29:31 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2674] 10.0.0.88 () {30 vars in 681 bytes} [Thu May 7 20:29:31 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2675] 10.0.0.88 () {34 vars in 703 bytes} [Thu May 7 20:29:31 2026] POST /v2.0/ports => generated 1132 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2676] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1354/2677] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:29:34 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: 1324/2678] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:29:34 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: 1355/2679] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:29: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: 1325/2680] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2681] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2682] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:29:34 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: 1357/2683] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:29:34 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: 1327/2684] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:29:34 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-07 20:29:34.475 8 INFO neutron.api.v2.resource [None req-af72a8dc-1f15-4a52-983e-c147bd95347a 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1358/2685] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/security-groups/lb-376618ad-c970-4ebd-88e3-249df6a86662 => 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: 1328/2686] 199.204.45.235 () {30 vars in 785 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/security-groups?name=lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2687] 199.204.45.235 () {34 vars in 736 bytes} [Thu May 7 20:29:34 2026] POST /v2.0/security-groups => generated 1638 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2688] 199.204.45.235 () {30 vars in 815 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/security-group-rules?security_group_id=13e3c3de-da9c-4a77-95b1-7d171f250879 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2689] 199.204.45.235 () {34 vars in 789 bytes} [Thu May 7 20:29:34 2026] PUT /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2690] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1361/2691] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2692] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2693] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:29: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: 1332/2694] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:29:34 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2697] 10.0.0.185 () {34 vars in 1016 bytes} [Thu May 7 20:29:41 2026] GET /v2.0/security-groups?id=afe5889f-6d44-4c9b-84aa-01c70bb78d62&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2698] 10.0.0.185 () {34 vars in 982 bytes} [Thu May 7 20:29:42 2026] GET /v2.0/networks?id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2699] 10.0.0.185 () {34 vars in 965 bytes} [Thu May 7 20:29:42 2026] GET /v2.0/quotas/e7536fe5411a4eaeb1d9383e205f0e16 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2700] 10.0.0.185 () {34 vars in 1002 bytes} [Thu May 7 20:29:42 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&fields=id => generated 149 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2701] 10.0.0.185 () {34 vars in 1008 bytes} [Thu May 7 20:29:42 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1336/2702] 10.0.0.185 () {34 vars in 1108 bytes} [Thu May 7 20:29:42 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2703] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:42 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => 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: 1337/2704] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:42 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => 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: 1368/2705] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:45 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => 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: 1338/2706] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:45 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => 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: 1369/2707] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:29:46 2026] GET /v2.0/networks?id=e8cbc886-b6c4-4d09-809a-c3370bcad473 => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2708] 199.204.45.235 () {34 vars in 1050 bytes} [Thu May 7 20:29:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7536fe5411a4eaeb1d9383e205f0e16 => generated 343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2709] 199.204.45.235 () {38 vars in 955 bytes} [Thu May 7 20:29:46 2026] POST /v2.0/ports => generated 1082 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2710] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:29:47 2026] PUT /v2.0/ports/cd480c35-c954-4659-84b4-eec5524e8c63 => generated 1243 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:29:47.624 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a56a61bb-1d4e-48dc-a8b0-e971ab8a9d20'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': 'cd480c35-c954-4659-84b4-eec5524e8c63', '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: 1371/2711] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:29:48 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1246 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: 7|app: 0|req: 1341/2712] 199.204.45.235 () {34 vars in 1018 bytes} [Thu May 7 20:29:48 2026] GET /v2.0/networks?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&shared=False => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2713] 199.204.45.235 () {34 vars in 930 bytes} [Thu May 7 20:29:48 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: 1342/2714] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:48 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2715] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:29:48 2026] GET /v2.0/security-groups?id=afe5889f-6d44-4c9b-84aa-01c70bb78d62&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2716] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:48 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2717] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:29:49 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2718] 199.204.45.235 () {34 vars in 1062 bytes} [Thu May 7 20:29:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.170&port_id=cd480c35-c954-4659-84b4-eec5524e8c63 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2719] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:29:49 2026] GET /v2.0/subnets?id=72ef10af-a00f-4040-8eb2-c8037aa83e79 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2720] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:29:49 2026] GET /v2.0/ports?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473&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: 1376/2721] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:29:49 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1346/2722] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:29:49 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2725] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:51 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2726] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:29:51 2026] GET /v2.0/security-groups?id=afe5889f-6d44-4c9b-84aa-01c70bb78d62&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2727] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:51 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2728] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:29:53 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2729] 199.204.45.235 () {34 vars in 1044 bytes} [Thu May 7 20:29:53 2026] GET /v2.0/security-groups?id=afe5889f-6d44-4c9b-84aa-01c70bb78d62&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2730] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:54 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2731] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:29:54 2026] GET /v2.0/security-groups?id=afe5889f-6d44-4c9b-84aa-01c70bb78d62&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2732] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:54 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2733] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:57 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2734] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:29:57 2026] GET /v2.0/security-groups?id=afe5889f-6d44-4c9b-84aa-01c70bb78d62&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2735] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:29:57 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2740] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:30:35 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: 1385/2741] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:30:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2742] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:30:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2743] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:30:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2744] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:30:35 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2745] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:30:35 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2746] 199.204.45.235 () {34 vars in 717 bytes} [Thu May 7 20:30:35 2026] POST /v2.0/ports => generated 1059 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2747] 10.0.0.185 () {34 vars in 971 bytes} [Thu May 7 20:30:36 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2748] 10.0.0.185 () {34 vars in 907 bytes} [Thu May 7 20:30:36 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2751] 199.204.45.235 () {34 vars in 1262 bytes} [Thu May 7 20:30:37 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2752] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:30:37 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1391/2753] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:30:37 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2754] 199.204.45.235 () {34 vars in 975 bytes} [Thu May 7 20:30:38 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1059 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2755] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:30:38 2026] GET /v2.0/networks?id=4d04150f-f7e9-4013-879a-101da8b4b36e => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2756] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:30:38 2026] PUT /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1249 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:30:38.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6f031ae-63c5-460d-b975-cd4f9da56466'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': '74bc0104-516e-4ad8-bdd6-0044935ed239', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1393/2757] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:30:39 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2758] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:30:39 2026] GET /v2.0/networks?id=4d04150f-f7e9-4013-879a-101da8b4b36e => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2759] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:30:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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: 1366/2760] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:30:39 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2761] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:30:39 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2762] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:30:39 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1396/2763] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:30:39 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1368/2764] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2765] 199.204.45.235 () {34 vars in 1062 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.170&port_id=cd480c35-c954-4659-84b4-eec5524e8c63 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2766] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/subnets?id=72ef10af-a00f-4040-8eb2-c8037aa83e79 => 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: 1398/2767] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/ports?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2768] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1399/2769] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2770] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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: 1400/2771] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2772] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&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: 1401/2773] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2774] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:30:40 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1402/2775] 10.0.0.185 () {34 vars in 971 bytes} [Thu May 7 20:30:44 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1251 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2776] 199.204.45.235 () {34 vars in 789 bytes} [Thu May 7 20:30:44 2026] PUT /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1276 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:30:45.178 8 INFO neutron.api.v2.resource [None req-49a4ceea-2c3b-40b6-a698-502c04cb157e 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1403/2777] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/security-groups/lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:30:45.193 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb59150b-b9fa-45d1-bc61-145e62826eed'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': '74bc0104-516e-4ad8-bdd6-0044935ed239', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1375/2778] 199.204.45.235 () {30 vars in 785 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/security-groups?name=lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2779] 199.204.45.235 () {34 vars in 789 bytes} [Thu May 7 20:30:45 2026] PUT /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1314 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:30:45.513 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c00474e-0eda-4a0e-b168-a04dfff4e336'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': '74bc0104-516e-4ad8-bdd6-0044935ed239', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1376/2780] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1405/2781] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:30:45 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: 1377/2782] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2783] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:30:45 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: 1378/2784] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2785] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2786] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2787] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/networks?id=4d04150f-f7e9-4013-879a-101da8b4b36e => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2788] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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/2789] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2790] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2791] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2792] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2793] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2794] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1412/2795] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2796] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1413/2797] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:30:45 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2798] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:30:47 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2799] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:30:47 2026] GET /v2.0/networks?id=4d04150f-f7e9-4013-879a-101da8b4b36e => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2800] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:30:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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: 1415/2801] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:30:47 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2802] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:30:47 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2803] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:30:47 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2804] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:30:47 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:30:52.653 7 INFO neutron.db.l3_db [None req-357bff51-2685-4c3e-a961-dbad136abc8d 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Floating IP 1ee2e33a-ad50-431a-ad71-71ee60fcf1ae associated. External IP: 10.96.250.219, port: 53b3d1ae-c809-4aef-ad74-67900a51a70d. [pid: 7|app: 0|req: 1390/2807] 10.0.0.138 () {34 vars in 677 bytes} [Thu May 7 20:30:51 2026] POST /v2.0/floatingips => generated 899 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2808] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:30:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2809] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:30:57 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: 1419/2810] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:30:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2811] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:30:57 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-07 20:30:57.838 8 INFO neutron.api.v2.resource [None req-63691703-33ff-4b89-b5f6-6e381c4ecf83 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1420/2812] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 20:30:57 2026] GET /v2.0/security-groups/lb-376618ad-c970-4ebd-88e3-249df6a86662 => 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: 1393/2813] 199.204.45.235 () {30 vars in 785 bytes} [Thu May 7 20:30:57 2026] GET /v2.0/security-groups?name=lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2814] 199.204.45.235 () {30 vars in 815 bytes} [Thu May 7 20:30:57 2026] GET /v2.0/security-group-rules?security_group_id=13e3c3de-da9c-4a77-95b1-7d171f250879 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2815] 199.204.45.235 () {34 vars in 747 bytes} [Thu May 7 20:30:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2816] 199.204.45.235 () {34 vars in 747 bytes} [Thu May 7 20:30:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2819] 10.0.0.88 () {30 vars in 689 bytes} [Thu May 7 20:31:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2820] 10.0.0.88 () {30 vars in 691 bytes} [Thu May 7 20:31:09 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: 1397/2821] 10.0.0.88 () {30 vars in 667 bytes} [Thu May 7 20:31:09 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: 1425/2822] 10.0.0.88 () {30 vars in 703 bytes} [Thu May 7 20:31:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2823] 10.0.0.88 () {28 vars in 438 bytes} [Thu May 7 20:31:10 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2824] 10.0.0.88 () {30 vars in 727 bytes} [Thu May 7 20:31:10 2026] GET /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2825] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:11 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: 1427/2826] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2827] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2828] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2829] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:11 2026] GET /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2830] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:31:11 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2831] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2832] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:11 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: 1403/2833] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:11 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: 1431/2834] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2835] 199.204.45.235 () {34 vars in 717 bytes} [Thu May 7 20:31:11 2026] POST /v2.0/ports => generated 1328 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2836] 10.0.0.185 () {34 vars in 971 bytes} [Thu May 7 20:31:12 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1405/2837] 10.0.0.185 () {34 vars in 907 bytes} [Thu May 7 20:31:12 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2838] 199.204.45.235 () {34 vars in 1262 bytes} [Thu May 7 20:31:13 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2839] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:13 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1434/2840] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:13 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1407/2841] 199.204.45.235 () {34 vars in 975 bytes} [Thu May 7 20:31:14 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1328 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2842] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:31:14 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2843] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:31:14 2026] PUT /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1518 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:31:14.804 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-57268497-6868-4cde-bc68-3cc32131e62d'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': '62f29179-a961-444f-afd4-1b984d73c9bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/2844] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4100 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: 7|app: 0|req: 1409/2845] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2846] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1410/2847] 199.204.45.235 () {34 vars in 1104 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A180&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1438/2848] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13&id=2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2849] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2850] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&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: 1412/2851] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1440/2852] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:15 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1413/2853] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4100 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2854] 199.204.45.235 () {34 vars in 1062 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.170&port_id=cd480c35-c954-4659-84b4-eec5524e8c63 => 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: 1414/2855] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/subnets?id=72ef10af-a00f-4040-8eb2-c8037aa83e79 => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2856] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/ports?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2857] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1443/2858] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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/2859] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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: 1444/2860] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:31:16 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2861] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&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: 1445/2862] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1418/2863] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1446/2864] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2865] 199.204.45.235 () {34 vars in 1104 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A180&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1447/2866] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13&id=2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2867] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&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: 1448/2868] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2869] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1449/2870] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:17 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2873] 10.0.0.185 () {34 vars in 971 bytes} [Thu May 7 20:31:21 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2874] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:31:21 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2875] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:21 2026] GET /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2876] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:21 2026] GET /v2.0/subnets/2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 744 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2877] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2878] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:21 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: 1454/2879] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:21 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: 1426/2880] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:21 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: 1455/2881] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:21 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2882] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:21 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2883] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:22 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2884] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:22 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2885] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:31:22 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2886] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:22 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2887] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:22 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2888] 10.0.0.88 () {30 vars in 689 bytes} [Thu May 7 20:31:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2889] 10.0.0.88 () {30 vars in 691 bytes} [Thu May 7 20:31:30 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: 1431/2890] 10.0.0.88 () {30 vars in 667 bytes} [Thu May 7 20:31:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2891] 10.0.0.88 () {30 vars in 703 bytes} [Thu May 7 20:31: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: 1432/2892] 10.0.0.88 () {28 vars in 438 bytes} [Thu May 7 20:31:31 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: 1461/2893] 10.0.0.88 () {30 vars in 727 bytes} [Thu May 7 20:31:31 2026] GET /v2.0/subnets/934e5404-6155-42af-bc4a-6e410076eccc => generated 655 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2894] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:32 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: 1462/2895] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:32 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: 1434/2896] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2897] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:32 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: 1435/2898] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:32 2026] GET /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2899] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:32 2026] GET /v2.0/subnets/934e5404-6155-42af-bc4a-6e410076eccc => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2900] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:31:32 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4102 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2901] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:32 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: 1437/2902] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2903] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:32 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: 1438/2904] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:32 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: 1467/2905] 199.204.45.235 () {34 vars in 717 bytes} [Thu May 7 20:31:32 2026] POST /v2.0/ports => generated 1328 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2906] 10.0.0.185 () {34 vars in 971 bytes} [Thu May 7 20:31:32 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1468/2907] 199.204.45.235 () {34 vars in 1262 bytes} [Thu May 7 20:31:33 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2908] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:33 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1469/2909] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:33 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2910] 199.204.45.235 () {34 vars in 975 bytes} [Thu May 7 20:31:34 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2911] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:31:34 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2912] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:31:34 2026] PUT /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1518 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:31:35.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2085451a-0079-4c85-9d4f-b8f824dea881'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': 'dc9a5b69-c1bb-499c-a096-1227a8cc34a6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1471/2913] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 5612 bytes in 55 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: 1443/2914] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2915] 199.204.45.235 () {34 vars in 1056 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2916] 199.204.45.235 () {34 vars in 1106 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e7&port_id=dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => 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: 1473/2917] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/subnets?id=934e5404-6155-42af-bc4a-6e410076eccc&id=17057d93-1e6d-4840-883e-ade3f356c3bc => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2918] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2919] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2920] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:35 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=segments => generated 14 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2921] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:36 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1448/2924] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 5612 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2925] 199.204.45.235 () {34 vars in 1062 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.170&port_id=cd480c35-c954-4659-84b4-eec5524e8c63 => 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: 1449/2926] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/subnets?id=72ef10af-a00f-4040-8eb2-c8037aa83e79 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2927] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/ports?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473&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: 1450/2928] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1479/2929] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2930] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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: 1480/2931] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2932] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&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: 1481/2933] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1453/2934] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1482/2935] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1454/2936] 199.204.45.235 () {34 vars in 1104 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A180&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1483/2937] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13&id=2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2938] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&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: 8|app: 0|req: 1484/2939] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:37 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2940] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1485/2941] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1457/2942] 199.204.45.235 () {34 vars in 1056 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => 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: 1486/2943] 199.204.45.235 () {34 vars in 1106 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e7&port_id=dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => 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: 1458/2944] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/subnets?id=934e5404-6155-42af-bc4a-6e410076eccc&id=17057d93-1e6d-4840-883e-ade3f356c3bc => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2945] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2946] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&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: 1488/2947] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1460/2948] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:38 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2949] 10.0.0.185 () {34 vars in 971 bytes} [Thu May 7 20:31:42 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2950] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:31:42 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2951] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:42 2026] GET /v2.0/subnets/934e5404-6155-42af-bc4a-6e410076eccc => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2952] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:42 2026] GET /v2.0/subnets/17057d93-1e6d-4840-883e-ade3f356c3bc => generated 747 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2953] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:42 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2954] 199.204.45.235 () {34 vars in 790 bytes} [Thu May 7 20:31:42 2026] PUT /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1255 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:31:43.071 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-caa288c5-aef3-43ed-999c-20f65d2109d0'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': '62f29179-a961-444f-afd4-1b984d73c9bb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1492/2955] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 797 bytes in 53 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: 1464/2956] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2957] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2958] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:43 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: 1494/2959] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2960] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2961] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2962] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2963] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2964] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2965] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2966] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2967] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2968] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 5385 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2969] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2970] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1500/2971] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2972] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&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: 8|app: 0|req: 1501/2973] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1473/2974] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:43 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1475/2977] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:55 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: 1503/2978] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:55 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: 1476/2979] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2980] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2981] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:55 2026] GET /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 674 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2982] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:31:55 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 5385 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2983] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:31:56 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: 1506/2984] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:31:56 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: 1479/2985] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:31:56 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: 1507/2986] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:31:56 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: 1480/2987] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:56 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2988] 199.204.45.235 () {34 vars in 790 bytes} [Thu May 7 20:31:56 2026] PUT /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1251 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:31:56.475 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78a77014-e015-452d-9792-f5930d97c3a1'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': 'dc9a5b69-c1bb-499c-a096-1227a8cc34a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1481/2989] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:31:56 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1509/2990] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:31:56 2026] GET /v2.0/subnets/934e5404-6155-42af-bc4a-6e410076eccc => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2991] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:31:56 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1287 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2992] 199.204.45.235 () {34 vars in 789 bytes} [Thu May 7 20:31:56 2026] PUT /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1080 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2993] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:31:56 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081 => generated 798 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1511/2994] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:31:56 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2995] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:31:56 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2996] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:31:57 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2997] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:31:57 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2998] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:57 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1486/2999] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:57 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1514/3000] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:31:58 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4981 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:31:58.519 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e5ecf5a-4b70-463e-8f3d-8c5ea75a2911'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': 'dc9a5b69-c1bb-499c-a096-1227a8cc34a6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1487/3001] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4981 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3002] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3003] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1489/3004] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?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: 1516/3005] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 4981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3006] 199.204.45.235 () {34 vars in 975 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3007] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3008] 199.204.45.235 () {34 vars in 1016 bytes} [Thu May 7 20:31:59 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3009] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:31:59 2026] PUT /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => generated 917 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3010] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3873 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, ' 2026-05-07 20:32:00.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-9193ddfa-0c25-4c18-9982-a1412e606ac1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: dc9a5b69-c1bb-499c-a096-1227a8cc34a6 2026-05-07 20:32:00.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9193ddfa-0c25-4c18-9982-a1412e606ac1 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: dc9a5b69-c1bb-499c-a096-1227a8cc34a6 [pid: 8|app: 0|req: 1519/3011] 199.204.45.235 () {32 vars in 759 bytes} [Thu May 7 20:32:00 2026] DELETE /v2.0/ports/dc9a5b69-c1bb-499c-a096-1227a8cc34a6 => 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: 1493/3012] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:00 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: 1520/3013] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:00 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: 1494/3014] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:00 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: 1521/3015] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3016] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3017] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => 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: 1496/3018] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3019] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3020] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3021] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3022] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:32:00 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3023] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3873 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3024] 199.204.45.235 () {34 vars in 1226 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/networks?id=e8cbc886-b6c4-4d09-809a-c3370bcad473&id=4d04150f-f7e9-4013-879a-101da8b4b36e&id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&id=453025f1-d3df-415d-abb4-d89381135081 => generated 3097 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3025] 199.204.45.235 () {34 vars in 1062 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.170&port_id=cd480c35-c954-4659-84b4-eec5524e8c63 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3026] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/subnets?id=72ef10af-a00f-4040-8eb2-c8037aa83e79 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3027] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/ports?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473&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: 1501/3028] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3029] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1502/3030] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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: 1529/3031] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3032] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&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: 1530/3033] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1504/3034] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3035] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1505/3036] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3037] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3038] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1533/3039] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:01 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1535/3042] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:06 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: 1508/3043] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:06 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: 1536/3044] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:06 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: 1509/3045] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32:06 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: 1537/3046] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:06 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3873 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3047] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:06 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: 1538/3048] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:06 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: 1511/3049] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:06 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: 1539/3050] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32:06 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: 1512/3051] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:06 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3052] 199.204.45.235 () {34 vars in 789 bytes} [Thu May 7 20:32:06 2026] PUT /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1080 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:32:07.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f16c0b15-3fe8-4312-85f8-ced12a2d5830'] response: {'name': 'network-changed', 'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'tag': '62f29179-a961-444f-afd4-1b984d73c9bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1513/3053] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:32:07 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 797 bytes in 46 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: 1541/3054] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:07 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3055] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:07 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3056] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:32:07 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3057] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:32:07 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3058] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:07 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1516/3059] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:07 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3060] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:08 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3061] 199.204.45.235 () {34 vars in 975 bytes} [Thu May 7 20:32:09 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3062] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:32:09 2026] GET /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3063] 199.204.45.235 () {34 vars in 1016 bytes} [Thu May 7 20:32:09 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3064] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:09 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3065] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:32:09 2026] PUT /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => generated 917 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3066] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:10 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 20:32:10.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-32213116-e6ec-4d00-9857-a167d5aa829c 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 62f29179-a961-444f-afd4-1b984d73c9bb 2026-05-07 20:32:10.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32213116-e6ec-4d00-9857-a167d5aa829c 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 62f29179-a961-444f-afd4-1b984d73c9bb [pid: 7|app: 0|req: 1520/3067] 199.204.45.235 () {32 vars in 759 bytes} [Thu May 7 20:32:10 2026] DELETE /v2.0/ports/62f29179-a961-444f-afd4-1b984d73c9bb => 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: 1548/3068] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3069] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3070] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3071] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32:10 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: 1550/3072] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:32:10 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3073] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:10 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => 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: 1551/3074] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3075] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3076] 199.204.45.235 () {30 vars in 743 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3077] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3078] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3079] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3080] 199.204.45.235 () {34 vars in 1146 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/networks?id=e8cbc886-b6c4-4d09-809a-c3370bcad473&id=4d04150f-f7e9-4013-879a-101da8b4b36e&id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 2310 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3081] 199.204.45.235 () {34 vars in 1062 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.170&port_id=cd480c35-c954-4659-84b4-eec5524e8c63 => 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: 1555/3082] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/subnets?id=72ef10af-a00f-4040-8eb2-c8037aa83e79 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3083] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/ports?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3084] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1529/3085] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1557/3086] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.114&port_id=74bc0104-516e-4ad8-bdd6-0044935ed239 => 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: 1530/3087] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/subnets?id=906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3088] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/ports?network_id=4d04150f-f7e9-4013-879a-101da8b4b36e&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: 1531/3089] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?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: 1559/3090] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:11 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3093] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3094] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:22 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: 1562/3095] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:22 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: 1534/3096] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32: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-07 20:32:22.623 8 INFO neutron.api.v2.resource [None req-e0ab9dc1-08e5-4d17-9f0d-b97326962c01 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3097] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 20:32:22 2026] GET /v2.0/security-groups/lb-376618ad-c970-4ebd-88e3-249df6a86662 => 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: 1535/3098] 199.204.45.235 () {30 vars in 785 bytes} [Thu May 7 20:32:22 2026] GET /v2.0/security-groups?name=lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3099] 199.204.45.235 () {30 vars in 815 bytes} [Thu May 7 20:32:22 2026] GET /v2.0/security-group-rules?security_group_id=13e3c3de-da9c-4a77-95b1-7d171f250879 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3100] 199.204.45.235 () {32 vars in 789 bytes} [Thu May 7 20:32:22 2026] DELETE /v2.0/security-group-rules/d7717156-472e-49dd-9a90-e74c4395b083 => 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: 1565/3101] 199.204.45.235 () {32 vars in 789 bytes} [Thu May 7 20:32:22 2026] DELETE /v2.0/security-group-rules/eea6b805-1247-493c-bcb7-d0b6a4fdcdca => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:26.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cdfa59a-2cc4-40bd-81d1-a9cfad49a6c7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: 8013d41f-5404-4880-aa72-ebd48a730a91 2026-05-07 20:32:26.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cdfa59a-2cc4-40bd-81d1-a9cfad49a6c7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: 8013d41f-5404-4880-aa72-ebd48a730a91 2026-05-07 20:32:26.536 7 INFO neutron.db.l3_db [None req-0cdfa59a-2cc4-40bd-81d1-a9cfad49a6c7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Floating IP 1ee2e33a-ad50-431a-ad71-71ee60fcf1ae disassociated (deleted). External IP: 10.96.250.219, port: 53b3d1ae-c809-4aef-ad74-67900a51a70d. [pid: 7|app: 0|req: 1537/3102] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:32:26 2026] DELETE /v2.0/floatingips/1ee2e33a-ad50-431a-ad71-71ee60fcf1ae => generated 0 bytes in 588 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:26.876 8 INFO neutron.api.v2.resource [None req-45fa7c1f-f526-43c4-9873-53de48366461 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3103] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:32:26 2026] GET /v2.0/floatingips/1ee2e33a-ad50-431a-ad71-71ee60fcf1ae => 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: 1538/3104] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:27 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: 1567/3105] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:27 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: 1539/3106] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:27 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: 1568/3107] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32:27 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-07 20:32:27.799 7 INFO neutron.api.v2.resource [None req-ca7d3a86-1487-4822-8f19-2de918f0ff86 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/3108] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 20:32:27 2026] GET /v2.0/security-groups/lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3109] 199.204.45.235 () {30 vars in 785 bytes} [Thu May 7 20:32:27 2026] GET /v2.0/security-groups?name=lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3110] 199.204.45.235 () {30 vars in 815 bytes} [Thu May 7 20:32:27 2026] GET /v2.0/security-group-rules?security_group_id=13e3c3de-da9c-4a77-95b1-7d171f250879 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3111] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3112] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:27 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: 1571/3113] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:27 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: 1543/3114] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32:28 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: 1572/3115] 199.204.45.235 () {30 vars in 741 bytes} [Thu May 7 20:32:28 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3116] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:28 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3117] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:28 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3118] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:28 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3119] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:29 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3120] 199.204.45.235 () {34 vars in 975 bytes} [Thu May 7 20:32:30 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1350 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3121] 199.204.45.235 () {34 vars in 1060 bytes} [Thu May 7 20:32:30 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3122] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:30 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3123] 199.204.45.235 () {34 vars in 1016 bytes} [Thu May 7 20:32:30 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3124] 199.204.45.235 () {38 vars in 1028 bytes} [Thu May 7 20:32:30 2026] PUT /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1151 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3125] 199.204.45.235 () {30 vars in 769 bytes} [Thu May 7 20:32:31 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1549/3126] 199.204.45.235 () {34 vars in 789 bytes} [Thu May 7 20:32:31 2026] PUT /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1090 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3127] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:31 2026] GET /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 1090 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-07 20:32:31.859 7 INFO neutron_taas.services.taas.taas_plugin [None req-a97ef91b-2dd0-4d32-8ddf-2fe5a225f525 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 74bc0104-516e-4ad8-bdd6-0044935ed239 2026-05-07 20:32:31.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a97ef91b-2dd0-4d32-8ddf-2fe5a225f525 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 74bc0104-516e-4ad8-bdd6-0044935ed239 [pid: 7|app: 0|req: 1550/3128] 199.204.45.235 () {32 vars in 759 bytes} [Thu May 7 20:32:31 2026] DELETE /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3129] 199.204.45.235 () {30 vars in 703 bytes} [Thu May 7 20:32:32 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: 1551/3130] 199.204.45.235 () {30 vars in 705 bytes} [Thu May 7 20:32:32 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: 1580/3131] 199.204.45.235 () {30 vars in 681 bytes} [Thu May 7 20:32:32 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: 1552/3132] 199.204.45.235 () {30 vars in 717 bytes} [Thu May 7 20:32:32 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-07 20:32:32.135 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b565937f-c52c-491c-8da0-960ee504f0e6 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3133] 199.204.45.235 () {32 vars in 759 bytes} [Thu May 7 20:32:32 2026] DELETE /v2.0/ports/74bc0104-516e-4ad8-bdd6-0044935ed239 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3134] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:32:32.198 8 INFO neutron.api.v2.resource [None req-19859bd1-671d-46a5-b81d-294edc4fd247 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3135] 199.204.45.235 () {30 vars in 763 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/security-groups/lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3136] 199.204.45.235 () {30 vars in 785 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/security-groups?name=lb-376618ad-c970-4ebd-88e3-249df6a86662 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3137] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/ports?tenant_id=e7536fe5411a4eaeb1d9383e205f0e16&device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3138] 199.204.45.235 () {30 vars in 737 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => 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: 1584/3139] 199.204.45.235 () {34 vars in 1066 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/networks?id=e8cbc886-b6c4-4d09-809a-c3370bcad473&id=4d04150f-f7e9-4013-879a-101da8b4b36e => generated 1524 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3140] 199.204.45.235 () {34 vars in 1062 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.170&port_id=cd480c35-c954-4659-84b4-eec5524e8c63 => 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: 1586/3141] 199.204.45.235 () {34 vars in 984 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/subnets?id=72ef10af-a00f-4040-8eb2-c8037aa83e79 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3142] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/ports?network_id=e8cbc886-b6c4-4d09-809a-c3370bcad473&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3143] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?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: 1556/3144] 199.204.45.235 () {34 vars in 789 bytes} [Thu May 7 20:32:32 2026] PUT /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 1094 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3145] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:32 2026] GET /v2.0/networks/e8cbc886-b6c4-4d09-809a-c3370bcad473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3146] 199.204.45.235 () {32 vars in 779 bytes} [Thu May 7 20:32:32 2026] DELETE /v2.0/security-groups/13e3c3de-da9c-4a77-95b1-7d171f250879 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:32.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b716e8b-01a9-487d-bb57-f215624700ee 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: 53b3d1ae-c809-4aef-ad74-67900a51a70d 2026-05-07 20:32:32.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b716e8b-01a9-487d-bb57-f215624700ee 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: 53b3d1ae-c809-4aef-ad74-67900a51a70d [pid: 8|app: 0|req: 1590/3147] 199.204.45.235 () {32 vars in 759 bytes} [Thu May 7 20:32:32 2026] DELETE /v2.0/ports/53b3d1ae-c809-4aef-ad74-67900a51a70d => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3148] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:32:35 2026] GET /v2.0/ports?device_id=1832ca4b-6361-415e-ba6d-45e5d190fcb9 => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:32:35.668 8 INFO neutron_taas.services.taas.taas_plugin [req-5ece686e-e654-483a-a468-085a6c8117d7 req-a958ddff-2052-49d3-bd39-6dfc2a6a44b3 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] TaaS: Handle Delete Port: cd480c35-c954-4659-84b4-eec5524e8c63 2026-05-07 20:32:35.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ece686e-e654-483a-a468-085a6c8117d7 req-a958ddff-2052-49d3-bd39-6dfc2a6a44b3 860ec6ff88a94faf9d9555f766856866 e7536fe5411a4eaeb1d9383e205f0e16 - - default default] Tap Mirror: Handle Delete Port: cd480c35-c954-4659-84b4-eec5524e8c63 [pid: 8|app: 0|req: 1591/3149] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:32:35 2026] DELETE /v2.0/ports/cd480c35-c954-4659-84b4-eec5524e8c63 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:32:35.838 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55c431eb-e744-4044-9ce7-0ef3feaf6222'] response: {'server_uuid': '1832ca4b-6361-415e-ba6d-45e5d190fcb9', 'name': 'network-vif-deleted', 'tag': 'cd480c35-c954-4659-84b4-eec5524e8c63', 'status': 'completed', 'code': 200} 2026-05-07 20:32:37.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd31b422-7c64-4f6a-aeb0-fc936d04be16 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: cbcc043e-7ad7-49ca-829c-c49bd4eaa92c 2026-05-07 20:32:37.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd31b422-7c64-4f6a-aeb0-fc936d04be16 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: cbcc043e-7ad7-49ca-829c-c49bd4eaa92c 2026-05-07 20:32:37.363 7 INFO neutron.db.l3_db [None req-dd31b422-7c64-4f6a-aeb0-fc936d04be16 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Floating IP 0a1fa804-1fec-4030-9c3f-bbc180b2e295 disassociated (deleted). External IP: 10.96.250.201, port: db483932-095f-4583-b257-83e176ebf880. [pid: 7|app: 0|req: 1560/3152] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:32:37 2026] DELETE /v2.0/floatingips/0a1fa804-1fec-4030-9c3f-bbc180b2e295 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:37.677 8 INFO neutron.api.v2.resource [None req-6e913dca-2e8b-43d6-b4ce-4bab01cd9011 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3153] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:32:37 2026] GET /v2.0/floatingips/0a1fa804-1fec-4030-9c3f-bbc180b2e295 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:32:37.703 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c50604d-4166-4b99-a51d-b8ec7a588b2a'] response: {'name': 'network-changed', 'server_uuid': 'b70bdcfd-b987-4c35-8071-619f21b669f8', 'tag': 'db483932-095f-4583-b257-83e176ebf880', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1561/3154] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:32:37 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1204 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3155] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:32:37 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3156] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3157] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/networks?id=453025f1-d3df-415d-abb4-d89381135081 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3158] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.181&port_id=db483932-095f-4583-b257-83e176ebf880 => 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: 1596/3159] 199.204.45.235 () {34 vars in 1106 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d3&port_id=db483932-095f-4583-b257-83e176ebf880 => 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: 1564/3160] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/subnets?id=934e5404-6155-42af-bc4a-6e410076eccc&id=17057d93-1e6d-4840-883e-ade3f356c3bc => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3161] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3162] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/ports?network_id=453025f1-d3df-415d-abb4-d89381135081&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3163] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3164] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:38 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3165] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:32:40 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:32:40.642 7 INFO neutron_taas.services.taas.taas_plugin [req-6d23f2df-6c89-4fcc-84e9-e44929b82868 req-6f236b05-2c85-44a5-b6e4-53aa21b6b2a7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: db483932-095f-4583-b257-83e176ebf880 2026-05-07 20:32:40.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d23f2df-6c89-4fcc-84e9-e44929b82868 req-6f236b05-2c85-44a5-b6e4-53aa21b6b2a7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: db483932-095f-4583-b257-83e176ebf880 [pid: 7|app: 0|req: 1567/3166] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:32:40 2026] DELETE /v2.0/ports/db483932-095f-4583-b257-83e176ebf880 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:32:40.844 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c920c04-9e2e-4af3-8006-a86a361140c0'] response: {'server_uuid': 'b70bdcfd-b987-4c35-8071-619f21b669f8', 'name': 'network-vif-deleted', 'tag': 'db483932-095f-4583-b257-83e176ebf880', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1600/3167] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:32:43 2026] GET /v2.0/ports?device_id=b70bdcfd-b987-4c35-8071-619f21b669f8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 20:32:48.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc1cdc33-6402-44bf-be6f-5d0daf3f02e8 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: 583255a1-beee-443d-ae3c-427c7c8fe98f 2026-05-07 20:32:48.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc1cdc33-6402-44bf-be6f-5d0daf3f02e8 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: 583255a1-beee-443d-ae3c-427c7c8fe98f 2026-05-07 20:32:48.416 7 INFO neutron.db.l3_db [None req-cc1cdc33-6402-44bf-be6f-5d0daf3f02e8 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Floating IP 11f19626-50c6-4565-a77d-02acba89d321 disassociated (deleted). External IP: 10.96.250.203, port: 51d5e41a-3d2a-4f25-add6-11d46237fbd4. [pid: 7|app: 0|req: 1568/3168] 10.0.0.138 () {32 vars in 732 bytes} [Thu May 7 20:32:48 2026] DELETE /v2.0/floatingips/11f19626-50c6-4565-a77d-02acba89d321 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:48.727 8 INFO neutron.api.v2.resource [None req-c95cbf4b-4afb-4359-8048-1ec028008147 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3169] 10.0.0.138 () {32 vars in 729 bytes} [Thu May 7 20:32:48 2026] GET /v2.0/floatingips/11f19626-50c6-4565-a77d-02acba89d321 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:32:48.739 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-779966b5-4d24-4c74-ade0-18c84e8e141a'] response: {'name': 'network-changed', 'server_uuid': '39b16ade-4e37-49a8-a3dd-0ce00e0d0576', 'tag': '51d5e41a-3d2a-4f25-add6-11d46237fbd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1569/3170] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:32:48 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3171] 10.0.0.185 () {34 vars in 1040 bytes} [Thu May 7 20:32:48 2026] GET /v2.0/security-groups?id=d2b81168-3a83-49f9-b4a1-7abef57bc447&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3172] 199.204.45.235 () {34 vars in 1080 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/ports?tenant_id=003893392be746f385df3910ad5fef14&device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3173] 199.204.45.235 () {34 vars in 986 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/networks?id=b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3174] 199.204.45.235 () {34 vars in 1058 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.253&port_id=51d5e41a-3d2a-4f25-add6-11d46237fbd4 => 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: 1604/3175] 199.204.45.235 () {34 vars in 1104 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A198&port_id=51d5e41a-3d2a-4f25-add6-11d46237fbd4 => 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: 1572/3176] 199.204.45.235 () {34 vars in 1064 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/subnets?id=a2de72ff-e6fe-4449-82f1-a159a0452c13&id=2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3177] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&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: 1573/3178] 199.204.45.235 () {34 vars in 1052 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/ports?network_id=b3d89f45-1bb5-41bf-86a0-46c6eed32975&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3179] 199.204.45.235 () {34 vars in 1012 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?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: 1574/3180] 199.204.45.235 () {34 vars in 1112 bytes} [Thu May 7 20:32:49 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3181] 199.204.45.235 () {34 vars in 994 bytes} [Thu May 7 20:32:51 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-07 20:32:51.452 7 INFO neutron_taas.services.taas.taas_plugin [req-2c1dd6cc-5194-4729-87cb-49c4ce406751 req-daff438d-68a9-44a2-9552-9b6c6b9e144e 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: 51d5e41a-3d2a-4f25-add6-11d46237fbd4 2026-05-07 20:32:51.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c1dd6cc-5194-4729-87cb-49c4ce406751 req-daff438d-68a9-44a2-9552-9b6c6b9e144e 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: 51d5e41a-3d2a-4f25-add6-11d46237fbd4 [pid: 7|app: 0|req: 1575/3184] 199.204.45.235 () {36 vars in 997 bytes} [Thu May 7 20:32:51 2026] DELETE /v2.0/ports/51d5e41a-3d2a-4f25-add6-11d46237fbd4 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:32:51.650 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-623c6fb8-74e1-4453-80ce-bb066ddd4193'] response: {'server_uuid': '39b16ade-4e37-49a8-a3dd-0ce00e0d0576', 'name': 'network-vif-deleted', 'tag': '51d5e41a-3d2a-4f25-add6-11d46237fbd4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1610/3185] 10.0.0.185 () {34 vars in 990 bytes} [Thu May 7 20:32:54 2026] GET /v2.0/ports?device_id=39b16ade-4e37-49a8-a3dd-0ce00e0d0576 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3186] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/a710abeb-d7b9-4fbb-8610-4a8d12ae2737 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.240 8 INFO neutron.api.v2.resource [None req-9a5e6bb3-5473-4962-ae14-d06736d5aaac 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3187] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/a710abeb-d7b9-4fbb-8610-4a8d12ae2737 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3188] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/f2b4a644-cecb-482f-a77c-217f6b0d0609 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.329 8 INFO neutron.api.v2.resource [None req-e12ae7c0-4e9b-477b-9b2d-72ba6f9603f2 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3189] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/f2b4a644-cecb-482f-a77c-217f6b0d0609 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3190] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/49009f87-55c7-46ba-bebc-ebaca4e3a0ef => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.424 8 INFO neutron.api.v2.resource [None req-82c51335-5854-4d1f-bd05-e0a83e3c9cee 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3191] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/49009f87-55c7-46ba-bebc-ebaca4e3a0ef => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3192] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/7b552612-be05-413c-955b-fdb6ab5af3af => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.514 8 INFO neutron.api.v2.resource [None req-dc4e4b7b-15ae-4990-ad9f-581aba2614c4 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3193] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/7b552612-be05-413c-955b-fdb6ab5af3af => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3194] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/5d072853-2ebc-4cd4-bc1c-f2001a8b9134 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.597 8 INFO neutron.api.v2.resource [None req-7f9846fd-8f16-48b8-b945-554848382aeb 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3195] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/5d072853-2ebc-4cd4-bc1c-f2001a8b9134 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3196] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/914c59c1-6383-46f5-9459-35c74ef8518f => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.679 8 INFO neutron.api.v2.resource [None req-c4ec17a8-ecba-467b-8679-4f97790aa19d 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3197] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/914c59c1-6383-46f5-9459-35c74ef8518f => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3198] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/89144ad6-d7e0-44eb-b6fc-3c7d54e61248 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.759 8 INFO neutron.api.v2.resource [None req-77987085-3d3c-4118-bfbf-959f36370fc4 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3199] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/89144ad6-d7e0-44eb-b6fc-3c7d54e61248 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3200] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/a9c66452-457e-48c8-8d71-1735fe322ec9 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.862 8 INFO neutron.api.v2.resource [None req-5ed22d4a-fed1-40e1-bee5-d8be733b22b1 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3201] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/a9c66452-457e-48c8-8d71-1735fe322ec9 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3202] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/7085bf65-cc24-4e7a-843b-55b7ff3259d1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:32:59.945 8 INFO neutron.api.v2.resource [None req-5410887e-13ad-4e54-bd28-108f5a0ecaea 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3203] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:32:59 2026] GET /v2.0/security-group-rules/7085bf65-cc24-4e7a-843b-55b7ff3259d1 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3204] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:32:59 2026] DELETE /v2.0/security-group-rules/bdd0bdf1-e930-4866-a642-80ea1c54a271 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:33:00.022 8 INFO neutron.api.v2.resource [None req-b8c4c9d3-bc43-4273-a904-a2ad914c3de3 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3205] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:33:00 2026] GET /v2.0/security-group-rules/bdd0bdf1-e930-4866-a642-80ea1c54a271 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3206] 10.0.0.138 () {32 vars in 750 bytes} [Thu May 7 20:33:00 2026] DELETE /v2.0/security-group-rules/f26c236c-3335-44ae-9f22-36e72a2ec43e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:33:00.103 8 INFO neutron.api.v2.resource [None req-90a8df2e-d12e-4e21-b6bb-225ee54f9e3e 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3207] 10.0.0.138 () {32 vars in 747 bytes} [Thu May 7 20:33:00 2026] GET /v2.0/security-group-rules/f26c236c-3335-44ae-9f22-36e72a2ec43e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3208] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:00 2026] DELETE /v2.0/security-groups/d2b81168-3a83-49f9-b4a1-7abef57bc447 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:33:00.208 8 INFO neutron.api.v2.resource [None req-3975dcf0-9bcf-4083-a993-9e058f7c8dd2 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3209] 10.0.0.138 () {32 vars in 737 bytes} [Thu May 7 20:33:00 2026] GET /v2.0/security-groups/d2b81168-3a83-49f9-b4a1-7abef57bc447 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:00.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-23325025-52fa-4f21-aa35-2e88d4d158c7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: bff93577-b930-43a9-b94e-b3946f43ae13 2026-05-07 20:33:00.605 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23325025-52fa-4f21-aa35-2e88d4d158c7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: bff93577-b930-43a9-b94e-b3946f43ae13 [pid: 7|app: 0|req: 1588/3210] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:33:00 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:33:01.267 8 INFO neutron.api.v2.resource [None req-ffd48d3d-0fce-4e5e-addc-c7149ec108b1 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3211] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:33:01 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:01.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba891e3f-331b-4d25-b301-f362e275ca96 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: 3dbe88bc-501c-4b54-8d47-53d9d2009309 2026-05-07 20:33:01.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba891e3f-331b-4d25-b301-f362e275ca96 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: 3dbe88bc-501c-4b54-8d47-53d9d2009309 [pid: 7|app: 0|req: 1589/3212] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:33:01 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:33:02.338 8 INFO neutron.api.v2.resource [None req-001f3a03-6b89-42bf-b790-9944d0366e24 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3213] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:33:02 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/remove_router_interface => generated 198 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:02.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e5ad459-11a1-4d5e-aa18-05cc8ac20ad8 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: 96b25e2a-ffb9-4754-bdaa-3c14996c5c5d 2026-05-07 20:33:02.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e5ad459-11a1-4d5e-aa18-05cc8ac20ad8 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: 96b25e2a-ffb9-4754-bdaa-3c14996c5c5d [pid: 7|app: 0|req: 1590/3214] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:33:02 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-07 20:33:03.406 8 INFO neutron.api.v2.resource [None req-c93984ea-104c-4798-a648-1cb34dc1908f 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3215] 10.0.0.138 () {34 vars in 789 bytes} [Thu May 7 20:33:03 2026] PUT /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:03.616 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b4c411c-63de-4fc6-b152-839077193b62 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: bf177473-dd02-4d18-a511-f5dd28f06a72 2026-05-07 20:33:03.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b4c411c-63de-4fc6-b152-839077193b62 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: bf177473-dd02-4d18-a511-f5dd28f06a72 2026-05-07 20:33:03.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b4c411c-63de-4fc6-b152-839077193b62 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: b33b244c-bbdd-4c21-be8a-5da4f61831f3 2026-05-07 20:33:03.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b4c411c-63de-4fc6-b152-839077193b62 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: b33b244c-bbdd-4c21-be8a-5da4f61831f3 2026-05-07 20:33:04.252 7 INFO neutron.services.segments.plugin [-] Segment 24979589-2731-449e-9d1e-0051cd7012f8 resource provider aggregate not found 2026-05-07 20:33:04.260 7 INFO neutron.services.segments.plugin [-] Segment 24979589-2731-449e-9d1e-0051cd7012f8 resource provider aggregate not found 2026-05-07 20:33:04.276 7 INFO neutron.services.segments.plugin [-] Segment 24979589-2731-449e-9d1e-0051cd7012f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24979589-2731-449e-9d1e-0051cd7012f8 found for delete ", "request_id": "req-d3b6d7eb-b391-4a7e-97ad-37f599a18bfe"}]} 2026-05-07 20:33:04.283 7 INFO neutron.services.segments.plugin [-] Segment 24979589-2731-449e-9d1e-0051cd7012f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24979589-2731-449e-9d1e-0051cd7012f8 found for delete ", "request_id": "req-d4f9f644-f48d-4938-913c-bcced0a68d03"}]} 2026-05-07 20:33:04.287 7 INFO neutron.db.l3_hamode_db [None req-0b4c411c-63de-4fc6-b152-839077193b62 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] HA network ebcd2eed-a731-4610-95d5-2210daff1a4d was deleted as no HA routers are present in tenant 003893392be746f385df3910ad5fef14. [pid: 7|app: 0|req: 1591/3216] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:33:03 2026] DELETE /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3 => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-07 20:33:04.316 8 INFO neutron.api.v2.resource [None req-0dcc8526-9448-4d74-99c8-e63d155b1f96 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3217] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:33:04 2026] GET /v2.0/routers/35e12b36-6d73-48b2-a67a-3f974d7731b3 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3218] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:33:04 2026] DELETE /v2.0/subnets/17057d93-1e6d-4840-883e-ade3f356c3bc => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:04.490 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae2e6c3c-0930-4156-8309-a82561a17739 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3219] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:33:04 2026] GET /v2.0/subnets/17057d93-1e6d-4840-883e-ade3f356c3bc => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3220] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:33:04 2026] DELETE /v2.0/subnets/934e5404-6155-42af-bc4a-6e410076eccc => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:04.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8dc4945e-b7c4-4d86-b0f2-a1bdb6e32a06 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3221] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:33:04 2026] GET /v2.0/subnets/934e5404-6155-42af-bc4a-6e410076eccc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:04.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-f157bc3b-eb16-46ca-8b7e-06f1722431ce 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: 962af701-f519-4c3a-bd93-9f62875babe3 2026-05-07 20:33:04.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f157bc3b-eb16-46ca-8b7e-06f1722431ce 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: 962af701-f519-4c3a-bd93-9f62875babe3 [pid: 7|app: 0|req: 1594/3222] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:33:04 2026] DELETE /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:04.946 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7de37e57-5ec2-41f2-a011-11eb29c54992 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3223] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:33:04 2026] GET /v2.0/networks/453025f1-d3df-415d-abb4-d89381135081 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3224] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:33:04 2026] DELETE /v2.0/subnets/2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:05.132 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fcaf52bb-67be-4fc7-8302-3c8016de588b 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3225] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:33:05 2026] GET /v2.0/subnets/2b2cfad2-85d4-4305-8ea2-5d966d2f3431 => 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: 1596/3226] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:33:05 2026] DELETE /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:05.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a12b6324-b92e-4196-b120-3181b11b2319 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3227] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:33:05 2026] GET /v2.0/subnets/a2de72ff-e6fe-4449-82f1-a159a0452c13 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:05.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdb6a0ba-72c6-40b8-839f-14a6b643fe47 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: 2928ab35-7db2-425e-8953-af5ba9ddd5ef 2026-05-07 20:33:05.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdb6a0ba-72c6-40b8-839f-14a6b643fe47 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: 2928ab35-7db2-425e-8953-af5ba9ddd5ef [pid: 7|app: 0|req: 1597/3228] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:33:05 2026] DELETE /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:05.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bb4539d-1f63-46b9-9ee7-51bfb41faea5 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3229] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:33:05 2026] GET /v2.0/networks/b3d89f45-1bb5-41bf-86a0-46c6eed32975 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3230] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:33:05 2026] DELETE /v2.0/subnets/607675ab-0c8b-44bf-a341-a034b9902ef1 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:05.839 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb1e372f-8bb2-405a-87e9-829ac4b640ff 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3231] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:33:05 2026] GET /v2.0/subnets/607675ab-0c8b-44bf-a341-a034b9902ef1 => 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: 1599/3232] 10.0.0.138 () {32 vars in 724 bytes} [Thu May 7 20:33:05 2026] DELETE /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:05.994 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d9df7cd-310e-445f-a296-e162e1df535f 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3233] 10.0.0.138 () {32 vars in 721 bytes} [Thu May 7 20:33:05 2026] GET /v2.0/subnets/906ebb3d-1f24-4176-90c7-2d9a05b4a637 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:06.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e21ee42-9df2-4fa8-abcd-0d2237a19b22 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] TaaS: Handle Delete Port: e980e54f-16a6-453a-b826-5309961dd55f 2026-05-07 20:33:06.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e21ee42-9df2-4fa8-abcd-0d2237a19b22 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] Tap Mirror: Handle Delete Port: e980e54f-16a6-453a-b826-5309961dd55f [pid: 7|app: 0|req: 1600/3234] 10.0.0.138 () {32 vars in 726 bytes} [Thu May 7 20:33:05 2026] DELETE /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-07 20:33:06.302 7 INFO neutron.services.segments.plugin [-] Segment 1b629c4c-84dc-44fe-9f42-91e00356decd resource provider aggregate not found 2026-05-07 20:33:06.306 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ecb84f9-bed7-42d9-9c50-4971a2fb56f7 456269e49bcb479ba2b218fb5bd66019 003893392be746f385df3910ad5fef14 - - default default] GET failed (client error): The resource could not be found. 2026-05-07 20:33:06.307 7 INFO neutron.services.segments.plugin [-] Segment 1b629c4c-84dc-44fe-9f42-91e00356decd resource provider aggregate not found [pid: 8|app: 0|req: 1635/3235] 10.0.0.138 () {32 vars in 723 bytes} [Thu May 7 20:33:06 2026] GET /v2.0/networks/4d04150f-f7e9-4013-879a-101da8b4b36e => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 20:33:06.319 7 INFO neutron.services.segments.plugin [-] Segment 1b629c4c-84dc-44fe-9f42-91e00356decd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b629c4c-84dc-44fe-9f42-91e00356decd found for delete ", "request_id": "req-9dacde8c-5b92-4e51-924f-95b8e7635831"}]} 2026-05-07 20:33:06.326 7 INFO neutron.services.segments.plugin [-] Segment 1b629c4c-84dc-44fe-9f42-91e00356decd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b629c4c-84dc-44fe-9f42-91e00356decd found for delete ", "request_id": "req-14ae85ef-063d-4f5c-b12d-2e1157be7a35"}]} 2026-05-07 20:33:06.338 7 INFO neutron.services.segments.plugin [-] Segment 9f19b8f7-052e-4c08-afa9-84de31559291 resource provider aggregate not found 2026-05-07 20:33:06.346 7 INFO neutron.services.segments.plugin [-] Segment 9f19b8f7-052e-4c08-afa9-84de31559291 resource provider aggregate not found 2026-05-07 20:33:06.356 7 INFO neutron.services.segments.plugin [-] Segment 9f19b8f7-052e-4c08-afa9-84de31559291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f19b8f7-052e-4c08-afa9-84de31559291 found for delete ", "request_id": "req-20f042e0-a8cc-4d7d-a212-160004f7508a"}]} 2026-05-07 20:33:06.361 7 INFO neutron.services.segments.plugin [-] Segment 9f19b8f7-052e-4c08-afa9-84de31559291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f19b8f7-052e-4c08-afa9-84de31559291 found for delete ", "request_id": "req-c864da51-30b5-46e3-8fe2-d525346dcf7b"}]} 2026-05-07 20:33:06.373 7 INFO neutron.services.segments.plugin [-] Segment 914587a8-0ca0-4b9a-8e18-0e868e60f6ed resource provider aggregate not found 2026-05-07 20:33:06.373 7 INFO neutron.services.segments.plugin [-] Segment 914587a8-0ca0-4b9a-8e18-0e868e60f6ed resource provider aggregate not found 2026-05-07 20:33:06.393 7 INFO neutron.services.segments.plugin [-] Segment 914587a8-0ca0-4b9a-8e18-0e868e60f6ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 914587a8-0ca0-4b9a-8e18-0e868e60f6ed found for delete ", "request_id": "req-194152a9-be4a-40b8-877f-a44ab270cd65"}]} 2026-05-07 20:33:06.393 7 INFO neutron.services.segments.plugin [-] Segment 914587a8-0ca0-4b9a-8e18-0e868e60f6ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 914587a8-0ca0-4b9a-8e18-0e868e60f6ed found for delete ", "request_id": "req-21ae909f-7bfe-4e1e-8973-7bab2a41b625"}]} [pid: 8|app: 0|req: 1637/3238] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:33:08 2026] GET /v2.0/security-groups?tenant_id=6b36abb2e4ef4b43bd6398f00e19c3f0&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3239] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:08 2026] DELETE /v2.0/security-groups/261363c3-2789-4c1e-bc7a-4dbb21059087 => 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: 1638/3240] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:33:08 2026] GET /v2.0/security-groups?tenant_id=6fef957851524ad7948229d73082727a&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3241] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:08 2026] DELETE /v2.0/security-groups/911d2603-9b30-4dfc-b608-df7d9f21868a => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3242] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:33:08 2026] GET /v2.0/security-groups?tenant_id=2a712ec6d93e4922a1b1aab86d0fd1f4&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3243] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:08 2026] DELETE /v2.0/security-groups/93794948-f5b5-4cd6-890d-0888347b3a62 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3244] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:33:09 2026] GET /v2.0/security-groups?tenant_id=20be01ed28e5473ba4c1475b0b995abc&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3245] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:09 2026] DELETE /v2.0/security-groups/f57c8dbc-8c0b-4040-b2bc-34eb725de29a => 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: 1641/3246] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:33:09 2026] GET /v2.0/security-groups?tenant_id=ffbc1112555f40828b87fd40f73315e8&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3247] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:09 2026] DELETE /v2.0/security-groups/4e8b74e4-76fa-48a2-966c-b45cbf8c018d => 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: 1642/3248] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:33:09 2026] GET /v2.0/security-groups?tenant_id=003893392be746f385df3910ad5fef14&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: 1607/3249] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:09 2026] DELETE /v2.0/security-groups/0a0ff272-7ac2-4b18-8a47-01222478cc23 => 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: 1643/3250] 10.0.0.138 () {32 vars in 774 bytes} [Thu May 7 20:33:10 2026] GET /v2.0/security-groups?tenant_id=553742b39773481f8b1ba250e228e3f1&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3251] 10.0.0.138 () {32 vars in 740 bytes} [Thu May 7 20:33:10 2026] DELETE /v2.0/security-groups/48c535d0-a673-46fe-886b-013e6afe36dd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0)